Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / examples / navbar-static-top / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1">
7     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8     <meta name="description" content="">
9     <meta name="author" content="">
10     <link rel="icon" href="../../favicon.ico">
11
12     <title>Static Top Navbar Example for Bootstrap</title>
13
14     <!-- Bootstrap core CSS -->
15     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
16
17     <!-- Custom styles for this template -->
18     <link href="navbar-static-top.css" rel="stylesheet">
19
20     <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
21     <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
22     <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
23
24     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
25     <!--[if lt IE 9]>
26       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
27       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
28     <![endif]-->
29   </head>
30
31   <body>
32
33     <!-- Static navbar -->
34     <nav class="navbar navbar-default navbar-static-top">
35       <div class="container">
36         <div class="navbar-header">
37           <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
38             <span class="sr-only">Toggle navigation</span>
39             <span class="icon-bar"></span>
40             <span class="icon-bar"></span>
41             <span class="icon-bar"></span>
42           </button>
43           <a class="navbar-brand" href="#">Project name</a>
44         </div>
45         <div id="navbar" class="navbar-collapse collapse">
46           <ul class="nav navbar-nav">
47             <li class="active"><a href="#">Home</a></li>
48             <li><a href="#about">About</a></li>
49             <li><a href="#contact">Contact</a></li>
50             <li class="dropdown">
51               <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
52               <ul class="dropdown-menu" role="menu">
53                 <li><a href="#">Action</a></li>
54                 <li><a href="#">Another action</a></li>
55                 <li><a href="#">Something else here</a></li>
56                 <li class="divider"></li>
57                 <li class="dropdown-header">Nav header</li>
58                 <li><a href="#">Separated link</a></li>
59                 <li><a href="#">One more separated link</a></li>
60               </ul>
61             </li>
62           </ul>
63           <ul class="nav navbar-nav navbar-right">
64             <li><a href="../navbar/">Default</a></li>
65             <li class="active"><a href="./">Static top <span class="sr-only">(current)</span></a></li>
66             <li><a href="../navbar-fixed-top/">Fixed top</a></li>
67           </ul>
68         </div><!--/.nav-collapse -->
69       </div>
70     </nav>
71
72
73     <div class="container">
74
75       <!-- Main component for a primary marketing message or call to action -->
76       <div class="jumbotron">
77         <h1>Navbar example</h1>
78         <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>
79         <p>To see the difference between static and fixed top navbars, just scroll.</p>
80         <p>
81           <a class="btn btn-lg btn-primary" href="../../components/#navbar" role="button">View navbar docs &raquo;</a>
82         </p>
83       </div>
84
85     </div> <!-- /container -->
86
87
88     <!-- Bootstrap core JavaScript
89     ================================================== -->
90     <!-- Placed at the end of the document so the pages load faster -->
91     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
92     <script src="../../dist/js/bootstrap.min.js"></script>
93     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
94     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
95   </body>
96 </html>