2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

more docs homepage cleanup

This commit is contained in:
Mark Otto
2013-12-12 14:57:43 -08:00
parent f8a78d7de7
commit 0b4efcda90
2 changed files with 79 additions and 38 deletions
+14 -10
View File
@@ -8,7 +8,7 @@ base_url: "./"
<div class="container">
<span class="bs-booticon bs-booticon-lg">B</span>
<h1>Bootstrap</h1>
<p class="lead">The most popular front-end framework for building on the web.</p>
<p class="lead">The most popular front-end framework for designing and building on the web.</p>
<p class="lead">
<a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);" data-content="Quickly get started with Bootstrap's precompiled CSS, JavaScript, and fonts.">Download Bootstrap</a>
<a href="{{ site.download_source }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);" data-content="Download Bootstrap's LESS, JavaScript, font, and documentation source code.">Download source</a>
@@ -57,22 +57,26 @@ base_url: "./"
<hr class="half-rule">
<div class="row">
<div class="row bs-featured-sites">
<div class="col-sm-3">
<img src="http://expo.getbootstrap.com/screenshots/coinbase.jpg" alt="" class="img-responsive img-thumbnail">
<h4>Coinbase</h4>
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/coinbase.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="col-sm-3">
<img src="http://expo.getbootstrap.com/screenshots/localcrime.jpg" alt="" class="img-responsive img-thumbnail">
<h4>Localcrime</h4>
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/localcrime.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="col-sm-3">
<img src="http://expo.getbootstrap.com/screenshots/fortrabbit.jpg" alt="" class="img-responsive img-thumbnail">
<h4>Fortrabbit</h4>
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/fortrabbit.jpg" alt="" class="img-responsive">
</a>
</div>
<div class="col-sm-3">
<img src="http://expo.getbootstrap.com/screenshots/sentry.jpg" alt="" class="img-responsive img-thumbnail">
<h4>Sentry</h4>
<a href="http://expo.getbootstrap.com/" class="bs-featurette-img">
<img src="http://expo.getbootstrap.com/screenshots/sentry.jpg" alt="" class="img-responsive">
</a>
</div>
</div>