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/index.html | |
| parent | fb29075926b08ed57d1fc6f3ff3c013c5f87d2b3 (diff) | |
| download | bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.tar.xz bootstrap-70e81e6f55ad77f3777e87c4edd646a2f5ac8bee.zip | |
new jumbotron
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 4e028a13f..f2b6c35d7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,9 +75,22 @@ <div class="bs-docs-container"> +</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">Download Bootstrap <small>(v2.1.0)</small></a> + </div> +</div> + + <div class="bs-docs-container"> + + <!-- Masthead ================================================== --> -<header class="jumbotron masthead"> +<header class="jumbotron masthead" style="display: none;"> <div class="inner"> <h1>Twitter Bootstrap</h1> <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p> |
