aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-09 15:45:40 -0700
committerMark Otto <[email protected]>2015-06-09 15:45:40 -0700
commitcbdfdd5a9e3d35bdbdaa673214b83b9b63be698d (patch)
tree83ec4fbd3a4a6e619e4156512b105a1952d32058 /docs/index.html
parent07c7d2d1de7fe93164bcce7dba3cb61ddb422430 (diff)
downloadbootstrap-cbdfdd5a9e3d35bdbdaa673214b83b9b63be698d.tar.xz
bootstrap-cbdfdd5a9e3d35bdbdaa673214b83b9b63be698d.zip
copy editing on homepage
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index fc6b87c93..514eb78c7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,7 +27,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
<div class="row">
<div class="col-sm-4">
<h4>Package managers</h4>
- <p>Bootstrap is available via Bower, Composer, Meteor, and npm.</p>
+ <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm.</p>
{% highlight bash %}
$ npm install bootstrap
$ bower install bootstrap
@@ -36,12 +36,15 @@ $ composer require twbs/bootstrap
{% endhighlight %}
</div>
<div class="col-sm-4">
- <h4>Download from GitHub</h4>
- <p>You can also <a href="{{ site.repo }}">download the source files</a> from GitHub where our code, issue tracker, and more are hosted.</p>
+ <h4>Custom builds</h4>
+ <p>Need just a part of Bootstrap? Download a custom build of the compiled CSS and JS.</p>
+ <a class="btn btn-secondary" href="#">Reboot</a>
+ <a class="btn btn-secondary" href="#">Grid system</a>
+ <a class="btn btn-secondary" href="#">Flexbox</a>
</div>
<div class="col-sm-4">
<h4>Bootstrap CDN</h4>
- <p>Quickly include Bootstrap into a project with the Bootstrap CDN, a free service provided by the MaxCDN folks. Just copy and paste the CSS and JS as needed.</p>
+ <p>Use the free Bootstrap CDN to hotlink the compiled CSS and JS.</p>
{% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}">
<script src="{{ site.cdn.js }}"></script>