twbs--bootstrap/index.html

17 lines
748 B
HTML
Raw Normal View History

2013-02-12 20:16:32 +00:00
---
layout: home
title: Bootstrap
2013-07-27 07:18:12 +00:00
base_url: "./"
2013-02-12 20:16:32 +00:00
---
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Bootstrap</h1>
2013-08-18 05:51:00 +00:00
<p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p>
2013-02-12 20:16:32 +00:00
<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>
2013-02-12 20:16:32 +00:00
</p>
</div>
</main>