diff options
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 016ef4c3e..0c5c67c25 100644 --- a/getting-started.html +++ b/getting-started.html @@ -207,17 +207,26 @@ bootstrap/ <img src="../examples/screenshots/sticky-footer-navbar.jpg" alt=""> </a> <h4>Sticky footer with navbar</h4> - <p>Attach a footer to the bottom of the viewport along with a fixed navbar at the top.</p> + <p>Attach a footer to the bottom of the viewport with a fixed navbar at the top.</p> </div> <div class="clearfix visible-xs"></div> <div class="col-xs-6 col-md-4"> + <a class="thumbnail" href="../examples/justified-nav/"> + <img src="../examples/screenshots/justified-nav.jpg" alt=""> + </a> + <h4>Justified nav</h4> + <p>Expand on the default navbar and more to create justified navigation links.</p> + </div> + <div class="col-xs-6 col-md-4"> <a class="thumbnail" href="../examples/offcanvas/"> <img src="../examples/screenshots/offcanvas.jpg" alt=""> </a> <h4>Offcanvas</h4> <p>Build a toggleable off-canvas navigation menu for use with Bootstrap.</p> </div> + <div class="clearfix visible-xs"></div> + <div class="col-xs-6 col-md-4"> <a class="thumbnail" href="../examples/carousel/"> <img src="../examples/screenshots/carousel.jpg" alt=""> |
