2013-06-24 02:17:08 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
2013-09-24 18:43:16 +02:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2013-06-24 02:17:08 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "" >
< meta name = "author" content = "" >
2013-09-23 22:00:43 +02:00
< link rel = "shortcut icon" href = "../../docs-assets/ico/favicon.png" >
2013-02-26 09:42:24 +01:00
2013-07-21 08:17:01 +02:00
< title > Static Top Navbar Example for Bootstrap< / title >
2013-02-26 09:42:24 +01:00
2013-06-24 02:17:08 +02:00
<!-- Bootstrap core CSS -->
2013-08-16 02:39:37 +02:00
< link href = "../../dist/css/bootstrap.css" rel = "stylesheet" >
2013-02-26 09:42:24 +01:00
2013-06-24 02:17:08 +02:00
<!-- Custom styles for this template -->
2013-07-21 08:30:08 +02:00
< link href = "navbar-static-top.css" rel = "stylesheet" >
2013-08-18 08:28:52 +02:00
2013-10-18 03:39:03 +02:00
<!-- Just for debugging purposes. Don't actually copy this line! -->
2013-10-29 17:13:35 +01:00
<!-- [if lt IE 9]><script src="../../docs - assets/js/ie8 - responsive - file - warning.js"></script><![endif] -->
2013-10-18 03:39:03 +02:00
2013-08-18 08:28:52 +02:00
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- [if lt IE 9]>
2013-10-17 00:36:14 +02:00
< script src = "https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" > < / script >
2013-10-14 08:18:30 +02:00
< script src = "https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js" > < / script >
2013-08-18 08:28:52 +02:00
<![endif]-->
2013-06-24 02:17:08 +02:00
< / head >
2013-02-26 09:42:24 +01:00
2013-06-24 02:17:08 +02:00
< body >
2013-02-26 09:42:24 +01:00
2013-06-24 02:17:08 +02:00
<!-- Static navbar -->
2013-10-31 21:09:41 +01:00
< div class = "navbar navbar-default navbar-static-top" role = "navigation" >
2013-02-26 09:42:24 +01:00
< div class = "container" >
2013-08-16 02:39:37 +02:00
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = ".navbar-collapse" >
2013-11-03 20:08:24 +01:00
< span class = "sr-only" > Toggle navigation< / span >
2013-08-16 02:39:37 +02:00
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< a class = "navbar-brand" href = "#" > Project name< / a >
< / div >
< div class = "navbar-collapse collapse" >
2013-04-28 15:10:01 +02:00
< ul class = "nav navbar-nav" >
2013-02-26 09:42:24 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#about" > About< / a > < / li >
< li > < a href = "#contact" > Contact< / a > < / li >
< li class = "dropdown" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > Dropdown < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
2013-08-16 02:39:37 +02:00
< li class = "dropdown-header" > Nav header< / li >
2013-02-26 09:42:24 +01:00
< li > < a href = "#" > Separated link< / a > < / li >
< li > < a href = "#" > One more separated link< / a > < / li >
< / ul >
< / li >
< / ul >
2013-08-16 02:39:37 +02:00
< ul class = "nav navbar-nav navbar-right" >
2013-08-16 07:42:43 +02:00
< li > < a href = "../navbar/" > Default< / a > < / li >
< li class = "active" > < a href = "./" > Static top< / a > < / li >
< li > < a href = "../navbar-fixed-top/" > Fixed top< / a > < / li >
2013-02-26 09:42:24 +01:00
< / ul >
< / div > <!-- /.nav - collapse -->
< / div >
< / div >
2013-06-24 02:17:08 +02:00
2013-02-26 09:42:24 +01:00
< div class = "container" >
<!-- Main component for a primary marketing message or call to action -->
< div class = "jumbotron" >
< h1 > Navbar example< / h1 >
2013-08-16 20:35:19 +02:00
< 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 >
< p > To see the difference between static and fixed top navbars, just scroll.< / p >
2013-02-26 09:42:24 +01:00
< p >
2013-08-24 17:32:23 +02:00
< a class = "btn btn-lg btn-primary" href = "../../components/#navbar" role = "button" > View navbar docs » < / a >
2013-02-26 09:42:24 +01:00
< / p >
< / div >
< / div > <!-- /container -->
2013-06-24 02:17:08 +02:00
2013-08-17 21:32:11 +02:00
2013-08-02 11:53:25 +02:00
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
2013-10-10 10:51:09 +02:00
< script src = "https://code.jquery.com/jquery-1.10.2.min.js" > < / script >
2013-08-16 02:39:37 +02:00
< script src = "../../dist/js/bootstrap.min.js" > < / script >
2013-06-24 02:17:08 +02:00
< / body >
2013-07-28 17:37:53 +02:00
< / html >