bootstrap-source/bootstrap-3.0.3/examples/jumbotron-narrow/index.html
changeset 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/jumbotron-narrow/index.html	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,82 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +  <head>
     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="../../docs-assets/ico/favicon.png">
    1.13 +
    1.14 +    <title>Narrow Jumbotron Template for Bootstrap</title>
    1.15 +
    1.16 +    <!-- Bootstrap core CSS -->
    1.17 +    <link href="../../dist/css/bootstrap.css" rel="stylesheet">
    1.18 +
    1.19 +    <!-- Custom styles for this template -->
    1.20 +    <link href="jumbotron-narrow.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 +      <div class="header">
    1.36 +        <ul class="nav nav-pills pull-right">
    1.37 +          <li class="active"><a href="#">Home</a></li>
    1.38 +          <li><a href="#">About</a></li>
    1.39 +          <li><a href="#">Contact</a></li>
    1.40 +        </ul>
    1.41 +        <h3 class="text-muted">Project name</h3>
    1.42 +      </div>
    1.43 +
    1.44 +      <div class="jumbotron">
    1.45 +        <h1>Jumbotron heading</h1>
    1.46 +        <p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
    1.47 +        <p><a class="btn btn-lg btn-success" href="#" role="button">Sign up today</a></p>
    1.48 +      </div>
    1.49 +
    1.50 +      <div class="row marketing">
    1.51 +        <div class="col-lg-6">
    1.52 +          <h4>Subheading</h4>
    1.53 +          <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>
    1.54 +
    1.55 +          <h4>Subheading</h4>
    1.56 +          <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>
    1.57 +
    1.58 +          <h4>Subheading</h4>
    1.59 +          <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
    1.60 +        </div>
    1.61 +
    1.62 +        <div class="col-lg-6">
    1.63 +          <h4>Subheading</h4>
    1.64 +          <p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>
    1.65 +
    1.66 +          <h4>Subheading</h4>
    1.67 +          <p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>
    1.68 +
    1.69 +          <h4>Subheading</h4>
    1.70 +          <p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
    1.71 +        </div>
    1.72 +      </div>
    1.73 +
    1.74 +      <div class="footer">
    1.75 +        <p>&copy; Company 2013</p>
    1.76 +      </div>
    1.77 +
    1.78 +    </div> <!-- /container -->
    1.79 +
    1.80 +
    1.81 +    <!-- Bootstrap core JavaScript
    1.82 +    ================================================== -->
    1.83 +    <!-- Placed at the end of the document so the pages load faster -->
    1.84 +  </body>
    1.85 +</html>
Impressum Datenschutzerklärung