blob: 94ce52ade7e171d02d458051a76dafa660cb6ad5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
layout: home
title: Bootstrap
base_url: "./"
---
<div class="bs-masthead">
<div class="container">
<h1>Bootstrap 3</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-bs btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap</a>
</p>
</div>
</div>
|