diff options
| author | Mark Otto <[email protected]> | 2013-08-16 10:58:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 10:58:28 -0700 |
| commit | 29fe7ed68402aee6c24949ed2509a415d179bb57 (patch) | |
| tree | f86469b19d1083b8cff4a89345f1758ca5704645 /getting-started.html | |
| parent | 031703190c036c5a7ec43959b93ae1a42bae8fb8 (diff) | |
| download | bootstrap-29fe7ed68402aee6c24949ed2509a415d179bb57.tar.xz bootstrap-29fe7ed68402aee6c24949ed2509a415d179bb57.zip | |
fix up justified nav example
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=""> |
