aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/jumbotron/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/jumbotron/index.html')
-rw-r--r--docs/examples/jumbotron/index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index efc545bbc..22d613cef 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -16,16 +16,13 @@
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
-
- <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</head>
<body>
- <nav class="navbar navbar-inverse navbar-static-top">
+ <nav class="navbar navbar-static-top navbar-dark bg-inverse">
<a class="navbar-brand" href="#">Project name</a>
- <ul class="nav nav-pills">
+ <ul class="nav navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
@@ -41,7 +38,7 @@
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
- <h1>Hello, world!</h1>
+ <h1 class="display-3">Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
</div>
@@ -70,7 +67,7 @@
<hr>
<footer>
- <p>&copy; Company 2014</p>
+ <p>&copy; Company 2015</p>
</footer>
</div> <!-- /container -->
@@ -81,5 +78,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="../../dist/js/bootstrap.min.js"></script>
+ <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+ <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>