-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond.html
More file actions
155 lines (140 loc) · 6.97 KB
/
Copy pathsecond.html
File metadata and controls
155 lines (140 loc) · 6.97 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE HTML>
<html lang = "en">
<head>
<title>BootStrap Page</title>
<meta charset =" utf-8" name="viewport" content="width=device-width, initial-scale=1.0"> <!--initial scale helps to resize to all devices-->
<link href="css/bootstrap.min.css" text="text/css" rel="stylesheet">
<link href="css/custom.css" text="text/css" rel="stylesheet">
<script src ="js/jquery-1.9.0.js" type="text/javascript"></script>
<script src ="js/bootstrap.min.js" type="text/javascript"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<ul class ="nav nav-pills ">
<li class ="active"><a>TUTORIAL <span class="caret"></span></a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Java <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">Swing</a></li>
<li><a href="#">jMeter</a></li>
<li><a href="#">EJB</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
<li> <a>MOVIE</a></li>
<li><a>PODCAST</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Java <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">one</a></li>
<li><a href="#">two</a></li>
<li><a href="#">three</a></li>
<li><a href="#">five</a></li>
<li><a href="#">four</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
<li> <a>MORE</a></li>
</ul>
</nav>
<div class= "jumbotron">
<p>Tabs With Dropdown Example</p> <ul class="nav nav-tabs">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">SVN</a></li>
<li><a href="#">iOS</a></li>
<li><a href="#">VB.Net</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Java <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">Swing</a></li>
<li><a href="#">jMeter</a></li>
<li><a href="#">EJB</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
<li><a href="#">PHP</a></li> </ul>
</div>
<div class ="jumbotron">
Add classes .navbar, .navbar-default to the tag. Add role="navigation" to the above element, to help with accessibility. Add a header class .navbar-header to the element. Include an element with classnavbar-brand. This will give the text a slightly larger size. To add links to the navbar, simply add an unordered list with a classes of .nav, .navbar-nav. Following
Add classes .navbar, .navbar-default to the tag. Add role="navigation" to the above element, to help with accessibility. Add a header class .navbar-header to the element. Include an element with classnavbar-brand. This will give the text a slightly larger size. To add links to the navbar, simply add an unordered list with a classes of .nav, .navbar-nav. Following
Add classes .navbar, .navbar-default to the tag. Add role="navigation" to the above element, to help with accessibility. Add a header class .navbar-header to the element. Include an element with classnavbar-brand. This will give the text a slightly larger size. To add links to the navbar, simply add an unordered list with a classes of .nav, .navbar-nav. Following
Add classes .navbar, .navbar-default to the tag. Add role="navigation" to the above element, to help with accessibility. Add a header class .navbar-header to the element. Include an element with classnavbar-brand. This will give the text a slightly larger size. To add links to the navbar, simply add an unordered list with a classes of .nav, .navbar-nav. Following
</div>
<div class ="jumbotron imagesize col-md-offset-3" >
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="im.png" alt="...">
<div class="carousel-caption">
...
</div>
</div>
<div class="item">
<img src="wp.jpg" alt="...">
<div class="carousel-caption">
...
</div>
</div>
<div class="item">
<img src="wow.jpg" alt="...">
<div class="carousel-caption">
...
</div>
</div>
...
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<p>modals</p>
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
×
</button>
<h4 class="modal-title" id="myModalLabel">
Registration Form</h4>
</div>
<div class="modal-body">
FirstName: <input type ="text" name="first" class ="input-block-level"placeholder="FirstName"/></br></br>
LastName: <input type ="text" name="first" class ="input-block-level"placeholder="LastName"/></br></br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Exit
</button>
<button type="button" class="btn btn-primary">Register
</button>
</div>
</div>
</div>
<script type="text/javas
cript"></script>
</body>
</html>