aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-29 17:10:53 -0700
committerMark Otto <[email protected]>2011-06-29 17:10:53 -0700
commitf47b5765743dc7001b3f7d22ed2e8e2b3d9545a3 (patch)
tree864f308d1e1d97493ddd9af1d28bdb8945a3a34a /docs/index.html
parent936d7acb31d4f765638630a8c78c81ee9de57801 (diff)
downloadbootstrap-f47b5765743dc7001b3f7d22ed2e8e2b3d9545a3.tar.xz
bootstrap-f47b5765743dc7001b3f7d22ed2e8e2b3d9545a3.zip
yo dawg i heard you liked mastheads
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html39
1 files changed, 29 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html
index d73e8dc8d..29798169e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,7 @@
<img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> <span>bootstrap</span>
</a></h3>
<ul>
- <li><a href="#getting-started">Getting started</a></li>
+ <li><a href="#masthead">Overview</a></li>
<li><a href="#grid-system">Grid</a></li>
<li><a href="#layouts">Layouts</a></li>
<li><a href="#typography">Typography</a></li>
@@ -42,10 +42,13 @@
<div id="masthead">
<div class="inner">
<div class="container">
+<!--
<div class="row">
<div class="span11 columns">
+-->
<h1>Twitter Bootstrap</h1>
<p class="lead">Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.</p>
+<!--
</div>
<div class="span5 columns">
<a href="" class="btn large primary">Download Bootstrap ZIP &raquo;</a>
@@ -55,16 +58,32 @@
</small>
</div>
</div>
+-->
+
+ <div class="row quickstart">
+ <div class="span5 columns">
+ <h6>Hotlink the CSS</h6>
+ <p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
+ <form>
+ <textarea>&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea>
+ </form>
+ </div>
+ <div class="span5 columns">
+ <h6>Use it with LESS</h6>
+ <p>A fan of using LESS.js? No problem, just clone the repo and add these lines:</p>
+ <form>
+ <textarea>&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css
+&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea>
+ </form>
+ </div>
+ <div class="span5 columns">
+ <h6>Fork on GitHub</h6>
+ <p>Download, fork, pull, and more with the official Bootstrap repo on Github.</p>
+ <p><a href="" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
+ </div>
</div>
- <div class="quick-start">
- <div class="container">
- <p>Copy and paste for a quick start:</p>
- <form>
- <input type="text" value='&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css" media="all" /&gt;' />
- </form>
- <p><a href="">Using LESS?</a></p>
- </div>
- </div>
+
+ </div> <!-- /container -->
</div>
</div>