diff options
| author | Mark Otto <[email protected]> | 2013-11-06 11:00:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-06 11:00:39 -0800 |
| commit | b593df183087d88940d7af3e59b401685ada3dfe (patch) | |
| tree | 1a098a5163cb6e60af187c3cba1292dea591ddad /index.html | |
| parent | 867e2bef8d9c9b901022899227b306a532f5baf3 (diff) | |
| download | bootstrap-b593df183087d88940d7af3e59b401685ada3dfe.tar.xz bootstrap-b593df183087d88940d7af3e59b401685ada3dfe.zip | |
docs derp
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> |
