diff options
| author | Mark Otto <[email protected]> | 2015-08-22 18:32:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 18:32:18 -0700 |
| commit | 912637f0d0bf00f87d671d84c7cb6e5ec9051a5c (patch) | |
| tree | ee046ab69aab41cb503cc692c49533ba55e0a006 /docs/index.html | |
| parent | 6e5e9225fdc3475067f9465297a41b4c6a47b7d4 (diff) | |
| download | bootstrap-912637f0d0bf00f87d671d84c7cb6e5ec9051a5c.tar.xz bootstrap-912637f0d0bf00f87d671d84c7cb6e5ec9051a5c.zip | |
homepage docs callout
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 442ac8a94..a358448ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,6 +80,21 @@ title: Bootstrap · The world's most popular mobile-first and responsive f <div class="bd-featurette"> <div class="container"> + <h2 class="bd-featurette-title">Official Bootstrap Themes.</h2> + <p class="lead"> + Take Bootstrap to the next level with official premium themes. Each theme is it's own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more. + </p> + + <p class="lead"> + <a href="{{ site.themes }}" class="btn btn-bs btn-outline">Browse themes</a> + </p> + + <img class="img-responsive center-block" src="{{ site.baseurl }}/assets/img/bs-themes.png" alt="Bootstrap Themes" width="1024" height="388"> + </div> +</div> + +<div class="bd-featurette"> + <div class="container"> <h2 class="bd-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> |
