diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/index.html b/index.html index 9e8485e87..e495b700c 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,12 @@ base_url: "./" <main class="bs-masthead" id="content" role="main"> <div class="container"> + <span class="bs-booticon">B</span> <h1>Bootstrap</h1> - <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p> - <p> - <a href="{{ site.download_dist }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a> - <a href="{{ site.download_source }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);">Download source</a> + <p class="lead">Bootstrap is a sleek and powerful mobile first front-end framework for faster and easier web development.</p> + <p class="lead"> + <a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);" data-content="Quickly get started with Bootstrap's precompiled CSS, JavaScript, and fonts.">Download Bootstrap</a> + <a href="{{ site.download_source }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version source }}']);" data-content="Download Bootstrap's LESS, JavaScript, font, and documentation source code.">Download source</a> </p> </div> </main> |
