diff options
| author | Mark Otto <[email protected]> | 2012-07-01 08:42:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-01 08:42:09 -0700 |
| commit | 70e81e6f55ad77f3777e87c4edd646a2f5ac8bee (patch) | |
| tree | 1ba4734fb0a14c142ba2210a993ac4afbef4e222 /docs/templates | |
| parent | fb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff) | |
| download | bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.tar.xz bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.zip | |
new jumbotron
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/index.mustache | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 9f5e40ace..e2a35003d 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -1,6 +1,19 @@ +</div> + +<div class="jumbo"> + <div class="bs-docs-container"> + <h1>Bootstrap</h1> + <p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p> + <a href="assets/bootstrap.zip" class="btn btn-inverse btn-large">{{_i}}Download Bootstrap <small>(v2.1.0)</small>{{/i}}</a> + </div> +</div> + + <div class="bs-docs-container"> + + <!-- Masthead ================================================== --> -<header class="jumbotron masthead"> +<header class="jumbotron masthead" style="display: none;"> <div class="inner"> <h1>{{_i}}Twitter Bootstrap{{/i}}</h1> <p>{{_i}}Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.{{/i}}</p> |
