Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-04-15 02:16:16 +0300
committerMark Otto <markdotto@gmail.com>2015-04-15 02:16:16 +0300
commit0635027b53023f4b8967ab6436ba32efa1f13d2d (patch)
tree4905d7a31f1fd20b49c6270d0088d72256e070b3 /docs/index.html
parentbaad9d75ce85543e0e5bb734a8427b15fe9ea2da (diff)
stub out the need for a homepage getting started section
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html25
1 files changed, 23 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 0e5b8a0ac7..750be94352 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -17,7 +17,28 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
</div>
</main>
-<div class="bs-docs-featurette hidden">
+<div class="bs-docs-featurette">
+ <div class="container">
+ <h2 class="bs-docs-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">
+
+ <div class="row">
+ <div class="col-sm-4">
+ <h4>Package managers</h4>
+ </div>
+ <div class="col-sm-4">
+ <h4>Download from GitHub</h4>
+ </div>
+ <div class="col-sm-4">
+ <h4>Bootstrap CDN</h4>
+ </div>
+ </div>
+ </div>
+</div>
+
+<div class="bs-docs-featurette">
<div class="container">
<h2 class="bs-docs-featurette-title">Designed for everyone, everywhere.</h2>
<p class="lead">Bootstrap makes front-end web development faster and easier. It's made for folks of all skill levels, devices of all shapes, and projects of all sizes.</p>
@@ -49,7 +70,7 @@ title: Bootstrap &middot; The world's most popular mobile-first and responsive f
</div>
</div>
-<div class="bs-docs-featurette hidden">
+<div class="bs-docs-featurette">
<div class="container">
<h2 class="bs-docs-featurette-title">Built with Bootstrap.</h2>
<p class="lead">Millions of amazing sites across the web are being built with Bootstrap. Get started on your own with our growing <a href="../getting-started/#examples">collection of examples</a> or by exploring some of our favorites.</p>