-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslation.html
48 lines (45 loc) · 3.25 KB
/
translation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>SIH3</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Dark-NavBar-1.css">
<link rel="stylesheet" href="assets/css/Dark-NavBar-2.css">
<link rel="stylesheet" href="assets/css/Dark-NavBar.css">
<link rel="stylesheet" href="assets/css/Drag--Drop-Upload-Form.css">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.12/summernote.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.css">
<link rel="stylesheet" href="assets/css/Landing-Page---Parallax-Background---Logo-Heading-ButtonGIF.css">
<link rel="stylesheet" href="assets/css/Navigation-Menu.css">
<link rel="stylesheet" href="assets/css/Search-Field-With-Icon.css">
<link rel="stylesheet" href="assets/css/Search-Input-responsive.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/text-box.css">
<link rel="stylesheet" href="assets/css/TextEditor.css">
</head>
<body>
<div class="dropdown"><button class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-expanded="false" type="button">Select Language</button>
<div class="dropdown-menu" role="menu"><a class="dropdown-item" role="presentation" href="#">Urdu</a><a class="dropdown-item" role="presentation" href="#">Telugu</a><a class="dropdown-item" role="presentation" href="#">English</a><a class="dropdown-item" role="presentation" href="#">German</a>
<a
class="dropdown-item" role="presentation" href="#">Spanish</a><a class="dropdown-item" role="presentation" href="#">French</a><a class="dropdown-item" role="presentation" href="#">Hindi</a><a class="dropdown-item" role="presentation" href="#">Marathi</a></div>
</div>
<div class="jumbotron" style="padding:15px" hovertext="This is the awesome example! Maybe small but very effective if you use it on texts, buttons or links!">
<p>Help > Go to your 'Attributes' panel on the bottom of Bootstrap Studio. Click on the plus icon on the right, type in the first field 'hovertext' without quotes. In the second field specify the text you want to display on hover! That's all.</p>
<p>You can delete this whole grey div. Hover on this div for an example.</p>
<p>You can delete this whole grey div. Hover on this div for an example.</p>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-animation.js"></script>
<script src="assets/js/HoverText-Plugin-V1.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.12/summernote.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.1.1/aos.js"></script>
<script src="assets/js/TextEditor.js"></script>
</body>
</html>