diff options
| author | Mark Otto <[email protected]> | 2012-09-14 15:55:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-14 15:55:46 -0700 |
| commit | 6c4b276cd4ca648db0afcd84aba809a74fa23bda (patch) | |
| tree | 86ac334b86bcd71788fccf41a69a924d1f75ea4c /docs/getting-started.html | |
| parent | 78570890659e26f60effee3324fc3255cf6f64a3 (diff) | |
| download | bootstrap-6c4b276cd4ca648db0afcd84aba809a74fa23bda.tar.xz bootstrap-6c4b276cd4ca648db0afcd84aba809a74fa23bda.zip | |
way cooler carousel example, along with updated screenshots for examples
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 7495ef2c2..7a6d05e42 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -262,6 +262,29 @@ <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"> + <img src="assets/img/examples/bootstrap-example-marketing-narrow.png" alt=""> + </a> + <h4>Narrow marketing</h4> + <p>Slim, lightweight marketing template for small projects or teams.</p> + </li> + <li class="span3"> + <a class="thumbnail" href="examples/signin.html"> + <img src="assets/img/examples/bootstrap-example-signin.png" alt=""> + </a> + <h4>Sign in</h4> + <p>Barebones sign in form with custom, larger form controls and a flexible layout.</p> + </li> + <li class="span3"> + <a class="thumbnail" href="examples/carousel.html"> + <img src="assets/img/examples/bootstrap-example-carousel.png" alt=""> + </a> + <h4>Carousel jumbotron</h4> + <p>A more interactive riff on the basic marketing site featuring a prominent carousel.</p> + </li> + </ul> </section> |
