2012-12-20 07:07:11 +01:00
<div class="bs-docs-jumbotron masthead">
2012-07-08 08:16:07 +02:00
<div class="container">
2012-12-05 20:09:02 +01:00
<h1>Bootstrap</h1>
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
2012-10-01 06:26:43 +02:00
<p>
2012-12-05 20:09:02 +01:00
<a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);"{{/production}}>Download Bootstrap</a>
2012-10-01 06:26:43 +02:00
</p>
2012-07-08 08:16:07 +02:00
<ul class="masthead-links">
2012-10-01 06:26:43 +02:00
<li>
2012-12-05 20:09:02 +01:00
<a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>GitHub project</a>
2012-10-01 06:26:43 +02:00
</li>
2012-10-01 06:28:20 +02:00
<li>
2012-12-05 20:09:02 +01:00
<a href="./getting-started.html#examples" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"{{/production}}>Examples</a>
2012-10-01 06:28:20 +02:00
</li>
2012-10-01 06:26:43 +02:00
<li>
2012-12-05 20:09:02 +01:00
<a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a>
2012-10-01 06:26:43 +02:00
</li>
2012-12-20 09:02:52 +01:00
<li>Version 3.0.0</li>
2012-07-05 08:31:30 +02:00
</ul>
2012-07-01 17:42:09 +02:00
</div>
</div>
2012-08-02 04:00:25 +02:00
<div class="container">
2012-07-08 08:16:07 +02:00
2012-08-02 04:00:25 +02:00
<div class="marketing">
2012-07-08 08:16:07 +02:00
2012-12-05 20:09:02 +01:00
<h1>Introducing Bootstrap.</h1>
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
2012-07-08 08:16:07 +02:00
2012-09-26 07:40:48 +02:00
<div class="row">
2012-08-02 04:00:25 +02:00
<div class="span4">
2012-11-22 21:26:54 +01:00
<img class="marketing-img" src="assets/img/bs-docs-twitter-github.png">
2012-12-05 20:09:02 +01:00
<h2>By nerds, for nerds.</h2>
<p>Built at Twitter by <a href="http://twitter.com/mdo">@mdo</a> and <a href="http://twitter.com/fat">@fat</a>, Bootstrap utilizes <a href="http://lesscss.org">LESS CSS</a>, is compiled via <a href="http://nodejs.org">Node</a>, and is managed through <a href="http://github.com">GitHub</a> to help nerds do awesome stuff on the web.</p>
2012-07-08 08:16:07 +02:00
</div>
2012-08-02 04:00:25 +02:00
<div class="span4">
2012-11-22 21:26:54 +01:00
<img class="marketing-img" src="assets/img/bs-docs-responsive-illustrations.png">
2012-12-05 20:09:02 +01:00
<h2>Made for everyone.</h2>
<p>Bootstrap was made to not only look and behave great in the latest desktop browsers (including IE8+), but in tablet and smartphone browsers via <a href="./scaffolding.html#responsive">responsive CSS</a> as well.</p>
2012-08-02 04:00:25 +02:00
</div>
<div class="span4">
2012-11-22 21:26:54 +01:00
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
2012-12-05 20:09:02 +01:00
<h2>Packed with features.</h2>
<p>A 12-column responsive <a href="./scaffolding.html#gridSystem">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
2012-08-02 04:00:25 +02:00
</div>
</div>
2012-01-27 04:09:59 +01:00
2012-08-02 04:00:25 +02:00
<hr class="soften">
2012-07-24 07:36:08 +02:00
2012-12-05 20:09:02 +01:00
<h1>Built with Bootstrap.</h1>
<p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p>
2012-09-26 07:59:49 +02:00
<div class="row example-sites">
<div class="span3">
<a class="thumbnail" href="http://soundready.fm/" target="_blank">
<img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm">
</a>
</div>
<div class="span3">
<a class="thumbnail" href="http://kippt.com/" target="_blank">
<img src="assets/img/example-sites/kippt.png" alt="Kippt">
</a>
</div>
<div class="span3">
<a class="thumbnail" href="http://www.gathercontent.com/" target="_blank">
<img src="assets/img/example-sites/gathercontent.png" alt="Gather Content">
</a>
</div>
<div class="span3">
<a class="thumbnail" href="http://www.jshint.com/" target="_blank">
<img src="assets/img/example-sites/jshint.png" alt="JS Hint">
</a>
</div>
</div>
2012-07-08 08:16:07 +02:00
2012-08-02 04:00:25 +02:00
</div>{{! /.marketing }}
2012-07-13 03:11:49 +02:00
2012-08-02 04:00:25 +02:00
</div>{{! /.container }}