]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
link the new navbar examples
authorMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:05:27 +0000 (09:05 -0700)
committerMark Otto <otto@github.com>
Mon, 14 Jul 2014 16:05:27 +0000 (09:05 -0700)
docs/getting-started/examples.md

index c21348b03cb0912553b99cfba3d07f4f13654fec..4bc421dd9b4ce14430bcea643a43ddd7d12e6b3f 100644 (file)
@@ -52,6 +52,17 @@ Build on the basic template above with Bootstrap's many components. We encourage
 ### Navbars
 
 <div class="row bs-examples">
+  <div class="col-xs-6 col-md-4">
+    <a href="{{ site.baseurl }}examples/navbar-top/">
+      <h4>New top navbar</h4>
+    </a>
+  </div>
+  <div class="col-xs-6 col-md-4">
+    <a href="{{ site.baseurl }}examples/navbar-top-fixed/">
+      <h4>New fixed top navbar</h4>
+    </a>
+  </div>
+
   <div class="col-xs-6 col-md-4">
     <a href="{{ site.baseurl }}examples/navbar/">
       <img class="img-thumbnail" src="{{ site.baseurl }}examples/screenshots/navbar.jpg" alt="">