diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_layouts/default.html | 2 | ||||
| -rw-r--r-- | docs/getting-started.html | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 0f1a891a9..acab46de9 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -20,4 +20,4 @@ {% include footer.html %} </body> -</html>
\ No newline at end of file +</html> diff --git a/docs/getting-started.html b/docs/getting-started.html index 08a51ee10..7f8dbff01 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -230,6 +230,29 @@ description: Overview of the project, its contents, and how to get started with <h4>Carousel jumbotron</h4> <p>An interactive riff on the basic marketing site featuring a prominent carousel.</p> </div> + + + <div class="span4"> + <a class="thumbnail" href="/examples/navbar/"> + <img src="/assets/img/examples/bootstrap-example-.png" alt=""> + </a> + <h4>Navbar</h4> + <p></p> + </div> + <div class="span4"> + <a class="thumbnail" href="/examples/navbar-static-top/"> + <img src="/assets/img/examples/bootstrap-example-.png" alt=""> + </a> + <h4>Static top navbar</h4> + <p></p> + </div> + <div class="span4"> + <a class="thumbnail" href="/examples/navbar-fixed-top/"> + <img src="/assets/img/examples/bootstrap-example-.png" alt=""> + </a> + <h4>Fixed top navbar</h4> + <p></p> + </div> </div> </section> |
