aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-16 12:50:10 -0500
committerMark Otto <[email protected]>2012-10-16 12:50:10 -0500
commitbf7833353145966f1934a2da4aa3771cb2436b48 (patch)
tree9ad29b996efc917f0d8d2122270dc53877be91ba /docs/templates
parent463eae25b0553161dc39875015ea62970c6edfbf (diff)
downloadbootstrap-bf7833353145966f1934a2da4aa3771cb2436b48.tar.xz
bootstrap-bf7833353145966f1934a2da4aa3771cb2436b48.zip
add in latest carousel example, reorg examples on getting started
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/getting-started.mustache16
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index e96ec292c..2eec7ff76 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -171,6 +171,13 @@
<p class="lead">{{_i}}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.{{/i}}</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>{{_i}}Starter template{{/i}}</h4>
+ <p>{{_i}}A barebones HTML document with all the Bootstrap CSS and JavaScript included.{{/i}}</p>
+ </li>
+ <li class="span3">
<a class="thumbnail" href="examples/hero.html">
<img src="assets/img/examples/bootstrap-example-hero.jpg" alt="">
</a>
@@ -184,13 +191,6 @@
<h4>{{_i}}Fluid layout{{/i}}</h4>
<p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</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>{{_i}}Starter template{{/i}}</h4>
- <p>{{_i}}A barebones HTML document with all the Bootstrap CSS and JavaScript included.{{/i}}</p>
- </li>
<li class="span3">
<a class="thumbnail" href="examples/marketing-narrow.html">
@@ -214,7 +214,6 @@
<p>{{_i}}Pin a fixed-height footer to the bottom of the user's viewport.{{/i}}</p>
</li>
-<!--
<li class="span3">
<a class="thumbnail" href="examples/carousel.html">
<img src="assets/img/examples/bootstrap-example-carousel.png" alt="">
@@ -222,7 +221,6 @@
<h4>{{_i}}Carousel jumbotron{{/i}}</h4>
<p>{{_i}}A more interactive riff on the basic marketing site featuring a prominent carousel.{{/i}}</p>
</li>
- -->
</ul>
</section>