From b728fe2bbd6222084f9fe049b1ba778b6a9bf496 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 00:05:05 -0700 Subject: tweak homepage copy and layout --- docs/index.html | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'docs/index.html') 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
-

Easy to get started.

+

Easy to get started.

Quickly include Bootstrap's CSS and JS into any project. Use your favorite package manager, download the source, or use the Bootstrap CDN.

-
+
-
-

Package managers

-

Include Bootstrap's source Sass and JavaScript files via Bower, Composer, Meteor, or npm.

-{% highlight bash %} -$ npm install bootstrap -$ bower install bootstrap -$ meteor add twbs:bootstrap -$ composer require twbs/bootstrap -{% endhighlight %} +
+

Managed dependencies

+

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.

+

+ View install methods +

-
+ +

Bootstrap CDN

-

Use the free Bootstrap CDN to hotlink the compiled CSS and JS.

+

When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.

{% highlight html %} -- cgit v1.2.3