diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:05:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:05:05 -0700 |
| commit | b728fe2bbd6222084f9fe049b1ba778b6a9bf496 (patch) | |
| tree | 914615bdce06bbfce40fd8f955de960da6df9100 /docs/index.html | |
| parent | 95b0ec18f42fd99a278dcf580e62bd8de321a2e1 (diff) | |
| download | bootstrap-b728fe2bbd6222084f9fe049b1ba778b6a9bf496.tar.xz bootstrap-b728fe2bbd6222084f9fe049b1ba778b6a9bf496.zip | |
tweak homepage copy and layout
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/docs/index.html b/docs/index.html index 212e323c6..53280f91a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,32 +18,29 @@ title: Bootstrap · The world's most popular mobile-first and responsive f <div class="bd-featurette"> <div class="container"> - <h2 class="bs-docs-featurette-title">Easy to get started.</h2> + <h2 class="bd-featurette-title">Easy to get started.</h2> <p class="lead">Quickly include Bootstrap's CSS and JS into any project. Use your favorite package manager, download the source, or use the <a href="#">Bootstrap CDN</a>.</p> - <hr class="half-rule"> + <!-- <hr class="half-rule"> --> <div class="row"> - <div class="col-sm-4"> - <h4>Package managers</h4> - <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm.</p> -{% highlight bash %} -$ npm install bootstrap -$ bower install bootstrap -$ meteor add twbs:bootstrap -$ composer require twbs/bootstrap -{% endhighlight %} + <div class="col-sm-6"> + <h4>Managed dependencies</h4> + <p>Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm. Package managed installs don't include documentation, but do include our Gruntfile and readme.</p> + <p> + <a class="btn btn-primary" href="">View install methods</a> + </p> </div> - <div class="col-sm-4"> + <!-- <div class="col-sm-4"> <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"> + </div> --> + <div class="col-sm-6"> <h4>Bootstrap CDN</h4> - <p>Use the free Bootstrap CDN to hotlink the compiled CSS and JS.</p> + <p>When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.</p> {% highlight html %} <link rel="stylesheet" href="{{ site.cdn.css }}"> <script src="{{ site.cdn.js }}"></script> |
