aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-14 15:55:46 -0700
committerMark Otto <[email protected]>2012-09-14 15:55:46 -0700
commit6c4b276cd4ca648db0afcd84aba809a74fa23bda (patch)
tree86ac334b86bcd71788fccf41a69a924d1f75ea4c /docs/templates
parent78570890659e26f60effee3324fc3255cf6f64a3 (diff)
downloadbootstrap-6c4b276cd4ca648db0afcd84aba809a74fa23bda.tar.xz
bootstrap-6c4b276cd4ca648db0afcd84aba809a74fa23bda.zip
way cooler carousel example, along with updated screenshots for examples
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/getting-started.mustache23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 512801f2b..0eecd6247 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -191,6 +191,29 @@
<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">
+ <img src="assets/img/examples/bootstrap-example-marketing-narrow.png" alt="">
+ </a>
+ <h4>{{_i}}Narrow marketing{{/i}}</h4>
+ <p>{{_i}}Slim, lightweight marketing template for small projects or teams.{{/i}}</p>
+ </li>
+ <li class="span3">
+ <a class="thumbnail" href="examples/signin.html">
+ <img src="assets/img/examples/bootstrap-example-signin.png" alt="">
+ </a>
+ <h4>{{_i}}Sign in{{/i}}</h4>
+ <p>{{_i}}Barebones sign in form with custom, larger form controls and a flexible layout.{{/i}}</p>
+ </li>
+ <li class="span3">
+ <a class="thumbnail" href="examples/carousel.html">
+ <img src="assets/img/examples/bootstrap-example-carousel.png" alt="">
+ </a>
+ <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>