diff options
| author | Mark Otto <[email protected]> | 2012-01-25 10:47:08 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 10:47:08 -0800 |
| commit | 324ebb59900fd69411aec323a85953aec8c55bb6 (patch) | |
| tree | 049663ada89287d0706cec46ed67657ad61bd493 /docs/templates | |
| parent | 1fa3eab20c827d0300cd4a4bb50e2c28e16a2872 (diff) | |
| download | bootstrap-324ebb59900fd69411aec323a85953aec8c55bb6.tar.xz bootstrap-324ebb59900fd69411aec323a85953aec8c55bb6.zip | |
spec'ed out an examples overview page with links to current examples; examples still need work themselves though
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/examples.mustache | 26 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
2 files changed, 27 insertions, 1 deletions
diff --git a/docs/templates/pages/examples.mustache b/docs/templates/pages/examples.mustache new file mode 100644 index 000000000..3c102bef2 --- /dev/null +++ b/docs/templates/pages/examples.mustache @@ -0,0 +1,26 @@ +<div class="alert"> + <strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight! +</div> + +<!-- Masthead +================================================== --> +<header class="jumbotron subhead" id="overview"> + <h1>{{_i}}Bootstrap examples{{/i}}</h1> + <p class="lead">{{_i}}Use these examples as starting points for your work with Bootstrap. We encourage everyone to iterate on these examples and not simply use them as an end result.{{/i}}</p> +</header> + + + +<!-- EXAMPLES +================================================== --> +<section id="examples"> + <div class="page-header"> + <h1>{{_i}}Examples from 1.x{{/i}}</h1> + </div> + +<p><a href="../examples/container-app.html">Container app</a></p> +<p><a href="../examples/fluid.html">Fluid layout</a></p> +<p><a href="../examples/fluid-reverse.html">Reversed fluid layout</a></p> +<p><a href="../examples/hero.html">Hero marketing site</a></p> + +</section> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 82307eec7..c3f725a05 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -51,7 +51,7 @@ <div class="marketing"> <h1>{{_i}}Built with Bootstrap.{{/i}}</h1> - <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a>.{{/i}}</p> + <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./examples.html">browse the examples</a>.{{/i}}</p> <ul class="thumbnails example-sites"> <li class="span4"> <a class="thumbnail" href="http://kippt.com/" target="_blank"> |
