aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html16
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>