diff options
| author | Mark Otto <[email protected]> | 2013-07-18 18:16:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 18:16:50 -0700 |
| commit | f771bf140d0ce64ccba63f5295a68600294fdc93 (patch) | |
| tree | 05771837343eda2259192fd07f5b30f3618f5499 /index.html | |
| parent | 820558916f6b8d7d333de6d4d21404b75fd40fc2 (diff) | |
| parent | 7bb8817947dd6e453dc01a5131bc964a5d74e051 (diff) | |
| download | bootstrap-f771bf140d0ce64ccba63f5295a68600294fdc93.tar.xz bootstrap-f771bf140d0ce64ccba63f5295a68600294fdc93.zip | |
Merge branch 'bs3_rc1' into 3.0.0-wip
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 000000000..b798f3013 --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ +--- +layout: home +title: Bootstrap +--- + +<div class="bs-old-docs"> + <div class="container"> + <strong> + <a href="/2.3.2/">Looking for Bootstrap 2.3.2 docs?</a> + </strong> + We've moved it to a new home while we push forward with Bootstrap 3. <a href="http://blog.getbootstrap.com/">Read the blog post</a> for details. + </div> +</div> + +<div class="container"> + <div class="bs-masthead"> + + <h1>Bootstrap 3</h1> + <p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> + <p> + <a href="assets/bootstrap.zip" class="btn btn-bs btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap 3.0.0 RC1</a> + </p> + + {% include social-buttons.html %} + + <ul class="bs-masthead-links"> + <li> + <a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a> + </li> + <li> + <a href="http://examples.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> + </li> + <li> + <a href="http://glyphicons.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a> + </li> + <li> + <a href="http://expo.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a> + </li> + </ul> + + </div> +</div> |
