diff options
| author | Mark Otto <[email protected]> | 2014-07-07 22:10:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-07 22:10:22 -0700 |
| commit | 81b59d35368bc51d361d0352cc92fe99dc580fbf (patch) | |
| tree | 2395d5e79edaaa8c0a7ad82e99931ec895421532 /docs/index.html | |
| parent | fed2b0f7eb78438eb1b768782b04651881d88740 (diff) | |
| parent | ddee04038f946ac103eb4e70c8eb7adeb2cf563b (diff) | |
| download | bootstrap-81b59d35368bc51d361d0352cc92fe99dc580fbf.tar.xz bootstrap-81b59d35368bc51d361d0352cc92fe99dc580fbf.zip | |
Merge branch 'master' into derp
Conflicts:
docs/_layouts/default.html
docs/assets/css/docs.min.css
docs/assets/css/src/docs.css
docs/assets/js/docs.min.js
docs/assets/js/src/application.js
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html index 5f3a58521..bab3c0f88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,15 +1,14 @@ --- layout: home -title: Bootstrap +title: Bootstrap · The world's most popular mobile-first and responsive front-end framework. --- <main class="bs-docs-masthead" id="content" role="main"> <div class="container"> <span class="bs-docs-booticon bs-docs-booticon-lg bs-docs-booticon-outline">B</span> - <!-- <h1>Bootstrap</h1> --> - <p class="lead">The most popular front-end framework for developing responsive, mobile first projects on the web.</p> + <p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.</p> <p class="lead"> - <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a> + <a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> </p> <p class="version">Currently v{{ site.current_version }}</p> {% include ads.html %} @@ -27,17 +26,17 @@ title: Bootstrap <div class="col-sm-4"> <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive"> <h3>Preprocessors</h3> - <p>In addition to vanilla CSS, Bootstrap includes support for the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>.</p> + <p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p> </div> <div class="col-sm-4"> <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive"> <h3>One framework, every device.</h3> - <p>Bootstrap easily and efficiently scales your project with one code base, from phones to tablets to desktops.</p> + <p>Bootstrap easily and efficiently scales your websites and applications with a single code base, from phones to tablets to desktops with CSS media queries.</p> </div> <div class="col-sm-4"> <img src="assets/img/components.png" alt="Components" class="img-responsive"> - <h3>Comprehensive docs</h3> - <p>With Bootstrap, you get extensive and beautiful documentation with hundreds of live examples, code snippets, and more.</p> + <h3>Full of features</h3> + <p>With Bootstrap, you get extensive and beautiful documentation for common HTML elements, dozens of custom HTML and CSS components, and awesome jQuery plugins.</p> </div> </div> @@ -57,9 +56,9 @@ title: Bootstrap <div class="row bs-docs-featured-sites"> {% for showcase in site.data.showcase %} - <div class="col-sm-3"> + <div class="col-xs-6 col-sm-3"> <a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}"> - <img src="{{ showcase.img }}" alt="{{ showcase.name }}" class="img-responsive"> + <img src="http://expo.getbootstrap.com/thumbs/{{ showcase.img }}-thumb.jpg" alt="{{ showcase.name }}" class="img-responsive"> </a> </div> {% endfor %} |
