diff options
| author | Mark Otto <[email protected]> | 2012-10-16 12:50:10 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-16 12:50:10 -0500 |
| commit | bf7833353145966f1934a2da4aa3771cb2436b48 (patch) | |
| tree | 9ad29b996efc917f0d8d2122270dc53877be91ba /docs/getting-started.html | |
| parent | 463eae25b0553161dc39875015ea62970c6edfbf (diff) | |
| download | bootstrap-bf7833353145966f1934a2da4aa3771cb2436b48.tar.xz bootstrap-bf7833353145966f1934a2da4aa3771cb2436b48.zip | |
add in latest carousel example, reorg examples on getting started
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 9af46fb55..e86e924f3 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -242,6 +242,13 @@ <p class="lead">Move beyond the base template with a few example layouts. We encourage folks to iterate on these examples and not simply use them as an end result.</p> <ul class="thumbnails bootstrap-examples"> <li class="span3"> + <a class="thumbnail" href="examples/starter-template.html"> + <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> + </a> + <h4>Starter template</h4> + <p>A barebones HTML document with all the Bootstrap CSS and JavaScript included.</p> + </li> + <li class="span3"> <a class="thumbnail" href="examples/hero.html"> <img src="assets/img/examples/bootstrap-example-hero.jpg" alt=""> </a> @@ -255,13 +262,6 @@ <h4>Fluid layout</h4> <p>Uses our new responsive, fluid grid system to create a seamless liquid layout.</p> </li> - <li class="span3"> - <a class="thumbnail" href="examples/starter-template.html"> - <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> - </a> - <h4>Starter template</h4> - <p>A barebones HTML document with all the Bootstrap CSS and JavaScript included.</p> - </li> <li class="span3"> <a class="thumbnail" href="examples/marketing-narrow.html"> @@ -285,7 +285,6 @@ <p>Pin a fixed-height footer to the bottom of the user's viewport.</p> </li> -<!-- <li class="span3"> <a class="thumbnail" href="examples/carousel.html"> <img src="assets/img/examples/bootstrap-example-carousel.png" alt=""> @@ -293,7 +292,6 @@ <h4>Carousel jumbotron</h4> <p>A more interactive riff on the basic marketing site featuring a prominent carousel.</p> </li> - --> </ul> </section> |
