]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add download links to getting started
authorMark Otto <markotto@twitter.com>
Fri, 13 Jul 2012 04:41:07 +0000 (21:41 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 13 Jul 2012 04:41:07 +0000 (21:41 -0700)
docs/getting-started.html

index eb6358d868b298d16b994cb5d2795a7048e7014d..2550b33a4cddd537446a5f1e0281a40a321309c2 100644 (file)
           <div class="span4">
             <h3>Download compiled</h3>
             <p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p>
-            <a class="btn btn-large btn-primary">Download Bootstrap</a>
+            <p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p>
           </div>
           <div class="span4">
             <h3>Download source</h3>
             <p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p>
-            <a class="btn btn-large">Download Bootstrap source</a>
+            <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p>
           </div>
         </div>
       </section>