diff options
| author | Mark Otto <[email protected]> | 2012-09-30 22:09:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 22:09:51 -0700 |
| commit | a4a6244eb7a7514ad7410403bf5b60d1bf3e88b0 (patch) | |
| tree | 2f59b26266aa0e6e8bec2409057670e4ec64b4e7 /docs/templates | |
| parent | a2690c6d86e97655e87c77be59a0f252101b3a09 (diff) | |
| download | bootstrap-a4a6244eb7a7514ad7410403bf5b60d1bf3e88b0.tar.xz bootstrap-a4a6244eb7a7514ad7410403bf5b60d1bf3e88b0.zip | |
add sticky footer example per martin bean's suggestion, using the implementation by ryan fait
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 0eecd6247..e96ec292c 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -207,13 +207,22 @@ <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/sticky-footer.html"> + <img src="assets/img/examples/bootstrap-example-sticky-footer.png" alt=""> + </a> + <h4>{{_i}}Sticky footer{{/i}}</h4> + <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=""> </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> |
