diff options
| author | Mark Otto <[email protected]> | 2014-06-10 21:47:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 21:47:51 -0700 |
| commit | 97e0cd015f642ecbd42392def754d6e85c7e97c6 (patch) | |
| tree | 69d7680525aba01c19e750425c348dea32aafd45 | |
| parent | 5c6c0a194d61f8fb8ffca94bc5e695a7dda87fd7 (diff) | |
| download | bootstrap-97e0cd015f642ecbd42392def754d6e85c7e97c6.tar.xz bootstrap-97e0cd015f642ecbd42392def754d6e85c7e97c6.zip | |
homepage copy to fix #13733
| -rw-r--r-- | docs/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html index 94f6b1393..af54a1363 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,8 +6,7 @@ title: Bootstrap <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="ga('send', 'event', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}');">Download Bootstrap</a> </p> @@ -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 as vanilla CSS, as well as support for 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 code.</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> |
