diff options
| author | Mark Otto <[email protected]> | 2013-07-18 13:07:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 13:07:49 -0700 |
| commit | a34470ac5dedab1fbddcb674df0d54e6e87e36bc (patch) | |
| tree | 554cdfdcbb663ad94dd493bf46e5f0a33294d2f9 /docs/index.html | |
| parent | 9425382376133c9db7a7fa55bb78acf07e2f167e (diff) | |
| parent | 3ad0cf9e9417cc86ca6d18f2d47049e9180aef99 (diff) | |
| download | bootstrap-a34470ac5dedab1fbddcb674df0d54e6e87e36bc.tar.xz bootstrap-a34470ac5dedab1fbddcb674df0d54e6e87e36bc.zip | |
Merge branch 'bs3_old_docs_callout' into bs3_rc1
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 49bdcb38e..f9abb75f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,13 +3,22 @@ layout: home title: Bootstrap --- +<div class="bs-old-docs"> + <div class="container"> + <strong> + <a href="http://getbootstrap.com/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</h1> + <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-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a> + <a href="assets/bootstrap.zip" class="btn btn-bs btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0.1']);">Download Bootstrap 3.0.0.1</a> </p> {% include social-buttons.html %} @@ -27,7 +36,6 @@ title: Bootstrap <li> <a href="http://expo.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a> </li> - <li>Version 3.0.0</li> </ul> </div> |
