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