diff options
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> |
