1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/templates/en/theme.html Wed Nov 27 11:18:18 2013 +0100
1.3 @@ -0,0 +1,91 @@
1.4 +<!DOCTYPE html>
1.5 +<html lang="en"><head>
1.6 +<meta http-equiv="content-type" content="text/html; charset=UTF-8">
1.7 + <meta charset="utf-8">
1.8 + <meta http-equiv="X-UA-Compatible" content="IE=edge">
1.9 + <meta name="viewport" content="width=device-width, initial-scale=1.0">
1.10 + <meta name="description" content="">
1.11 + <meta name="author" content="">
1.12 + <link rel="shortcut icon" href="http://getbootstrap.com/docs-assets/ico/favicon.png">
1.13 +
1.14 + <title>Navbar Template for Bootstrap</title>
1.15 +
1.16 + <!-- Bootstrap core CSS -->
1.17 + <link href="Navbar%20Template%20for%20Bootstrap-Dateien/bootstrap.css" rel="stylesheet">
1.18 +
1.19 + <!-- Custom styles for this template -->
1.20 + <link href="Navbar%20Template%20for%20Bootstrap-Dateien/navbar.css" rel="stylesheet">
1.21 +
1.22 + <!-- Just for debugging purposes. Don't actually copy this line! -->
1.23 + <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
1.24 +
1.25 + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
1.26 + <!--[if lt IE 9]>
1.27 + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1.28 + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1.29 + <![endif]-->
1.30 + </head>
1.31 +
1.32 + <body>
1.33 +
1.34 + <div class="container">
1.35 +
1.36 + <!-- Static navbar -->
1.37 + <div class="navbar navbar-default" role="navigation">
1.38 + <div class="navbar-header">
1.39 + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
1.40 + <span class="sr-only">Toggle navigation</span>
1.41 + <span class="icon-bar"></span>
1.42 + <span class="icon-bar"></span>
1.43 + <span class="icon-bar"></span>
1.44 + </button>
1.45 + <a class="navbar-brand" href="#">Project name</a>
1.46 + </div>
1.47 + <div class="navbar-collapse collapse">
1.48 + <ul class="nav navbar-nav">
1.49 + <li class="active"><a href="#">Link</a></li>
1.50 + <li><a href="#">Link</a></li>
1.51 + <li><a href="#">Link</a></li>
1.52 + <li class="dropdown">
1.53 + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
1.54 + <ul class="dropdown-menu">
1.55 + <li><a href="#">Action</a></li>
1.56 + <li><a href="#">Another action</a></li>
1.57 + <li><a href="#">Something else here</a></li>
1.58 + <li class="divider"></li>
1.59 + <li class="dropdown-header">Nav header</li>
1.60 + <li><a href="#">Separated link</a></li>
1.61 + <li><a href="#">One more separated link</a></li>
1.62 + </ul>
1.63 + </li>
1.64 + </ul>
1.65 + <ul class="nav navbar-nav navbar-right">
1.66 + <li class="active"><a href="http://getbootstrap.com/examples/navbar/">Default</a></li>
1.67 + <li><a href="http://getbootstrap.com/examples/navbar-static-top/">Static top</a></li>
1.68 + <li><a href="http://getbootstrap.com/examples/navbar-fixed-top/">Fixed top</a></li>
1.69 + </ul>
1.70 + </div><!--/.nav-collapse -->
1.71 + </div>
1.72 +
1.73 + <!-- Main component for a primary marketing message or call to action -->
1.74 + <div class="jumbotron">
1.75 + <h1>Navbar example</h1>
1.76 + <p>This example is a quick exercise to illustrate how the
1.77 +default, static navbar and fixed to top navbar work. It includes the
1.78 +responsive CSS and HTML, so it also adapts to your viewport and device.</p>
1.79 + <p>
1.80 + <a class="btn btn-lg btn-primary" href="http://getbootstrap.com/components/#navbar" role="button">View navbar docs ยป</a>
1.81 + </p>
1.82 + </div>
1.83 +
1.84 + </div> <!-- /container -->
1.85 +
1.86 +
1.87 + <!-- Bootstrap core JavaScript
1.88 + ================================================== -->
1.89 + <!-- Placed at the end of the document so the pages load faster -->
1.90 + <script src="Navbar%20Template%20for%20Bootstrap-Dateien/jquery-1.js"></script>
1.91 + <script src="Navbar%20Template%20for%20Bootstrap-Dateien/bootstrap.js"></script>
1.92 +
1.93 +
1.94 +</body></html>
1.95 \ No newline at end of file