info@54
|
1 |
<!DOCTYPE html>
|
info@54
|
2 |
<html lang="en">
|
info@54
|
3 |
<head>
|
info@54
|
4 |
<meta charset="utf-8">
|
info@54
|
5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
info@54
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
info@54
|
7 |
<meta name="description" content="">
|
info@54
|
8 |
<meta name="author" content="">
|
info@54
|
9 |
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
|
info@54
|
10 |
|
info@54
|
11 |
<title>Fixed Top Navbar Example for Bootstrap</title>
|
info@54
|
12 |
|
info@54
|
13 |
<!-- Bootstrap core CSS -->
|
info@54
|
14 |
<link href="../../dist/css/bootstrap.css" rel="stylesheet">
|
info@54
|
15 |
|
info@54
|
16 |
<!-- Custom styles for this template -->
|
info@54
|
17 |
<link href="navbar-fixed-top.css" rel="stylesheet">
|
info@54
|
18 |
|
info@54
|
19 |
<!-- Just for debugging purposes. Don't actually copy this line! -->
|
info@54
|
20 |
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
|
info@54
|
21 |
|
info@54
|
22 |
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
info@54
|
23 |
<!--[if lt IE 9]>
|
info@54
|
24 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
info@54
|
25 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
info@54
|
26 |
<![endif]-->
|
info@54
|
27 |
</head>
|
info@54
|
28 |
|
info@54
|
29 |
<body>
|
info@54
|
30 |
|
info@54
|
31 |
<!-- Fixed navbar -->
|
info@54
|
32 |
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
info@54
|
33 |
<div class="container">
|
info@54
|
34 |
<div class="navbar-header">
|
info@54
|
35 |
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
info@54
|
36 |
<span class="sr-only">Toggle navigation</span>
|
info@54
|
37 |
<span class="icon-bar"></span>
|
info@54
|
38 |
<span class="icon-bar"></span>
|
info@54
|
39 |
<span class="icon-bar"></span>
|
info@54
|
40 |
</button>
|
info@54
|
41 |
<a class="navbar-brand" href="#">Project name</a>
|
info@54
|
42 |
</div>
|
info@54
|
43 |
<div class="navbar-collapse collapse">
|
info@54
|
44 |
<ul class="nav navbar-nav">
|
info@54
|
45 |
<li class="active"><a href="#">Home</a></li>
|
info@54
|
46 |
<li><a href="#about">About</a></li>
|
info@54
|
47 |
<li><a href="#contact">Contact</a></li>
|
info@54
|
48 |
<li class="dropdown">
|
info@54
|
49 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
|
info@54
|
50 |
<ul class="dropdown-menu">
|
info@54
|
51 |
<li><a href="#">Action</a></li>
|
info@54
|
52 |
<li><a href="#">Another action</a></li>
|
info@54
|
53 |
<li><a href="#">Something else here</a></li>
|
info@54
|
54 |
<li class="divider"></li>
|
info@54
|
55 |
<li class="dropdown-header">Nav header</li>
|
info@54
|
56 |
<li><a href="#">Separated link</a></li>
|
info@54
|
57 |
<li><a href="#">One more separated link</a></li>
|
info@54
|
58 |
</ul>
|
info@54
|
59 |
</li>
|
info@54
|
60 |
</ul>
|
info@54
|
61 |
<ul class="nav navbar-nav navbar-right">
|
info@54
|
62 |
<li><a href="../navbar/">Default</a></li>
|
info@54
|
63 |
<li><a href="../navbar-static-top/">Static top</a></li>
|
info@54
|
64 |
<li class="active"><a href="./">Fixed top</a></li>
|
info@54
|
65 |
</ul>
|
info@54
|
66 |
</div><!--/.nav-collapse -->
|
info@54
|
67 |
</div>
|
info@54
|
68 |
</div>
|
info@54
|
69 |
|
info@54
|
70 |
<div class="container">
|
info@54
|
71 |
|
info@54
|
72 |
<!-- Main component for a primary marketing message or call to action -->
|
info@54
|
73 |
<div class="jumbotron">
|
info@54
|
74 |
<h1>Navbar example</h1>
|
info@54
|
75 |
<p>This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
|
info@54
|
76 |
<p>To see the difference between static and fixed top navbars, just scroll.</p>
|
info@54
|
77 |
<p>
|
info@54
|
78 |
<a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs »</a>
|
info@54
|
79 |
</p>
|
info@54
|
80 |
</div>
|
info@54
|
81 |
|
info@54
|
82 |
</div> <!-- /container -->
|
info@54
|
83 |
|
info@54
|
84 |
|
info@54
|
85 |
<!-- Bootstrap core JavaScript
|
info@54
|
86 |
================================================== -->
|
info@54
|
87 |
<!-- Placed at the end of the document so the pages load faster -->
|
info@54
|
88 |
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
|
info@54
|
89 |
<script src="../../dist/js/bootstrap.min.js"></script>
|
info@54
|
90 |
</body>
|
info@54
|
91 |
</html>
|