mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
a70c50d1f7
Conflicts: Makefile README.md component.json docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/assets/js/bootstrap-affix.js docs/assets/js/bootstrap-alert.js docs/assets/js/bootstrap-button.js docs/assets/js/bootstrap-carousel.js docs/assets/js/bootstrap-collapse.js docs/assets/js/bootstrap-dropdown.js docs/assets/js/bootstrap-modal.js docs/assets/js/bootstrap-popover.js docs/assets/js/bootstrap-scrollspy.js docs/assets/js/bootstrap-tab.js docs/assets/js/bootstrap-tooltip.js docs/assets/js/bootstrap-transition.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.mustache js/bootstrap-affix.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-tooltip.js js/bootstrap-transition.js js/bootstrap-typeahead.js less/bootstrap.less less/responsive.less package.json
77 lines
3.4 KiB
HTML
77 lines
3.4 KiB
HTML
---
|
|
layout: default
|
|
title: Bootstrap
|
|
---
|
|
|
|
<div class="bs-docs-jumbotron masthead">
|
|
<div class="container">
|
|
<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="assets/bootstrap.zip" class="btn btn-large" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a>
|
|
</p>
|
|
<ul class="masthead-links">
|
|
<li>
|
|
<a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
|
|
</li>
|
|
<li>
|
|
<a href="./getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
|
|
</li>
|
|
<li>Version 3.0.0</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<div class="bs-docs-marketing">
|
|
|
|
<h1>Introducing Bootstrap.</h1>
|
|
<p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p>
|
|
|
|
<div class="row">
|
|
<div class="span4">
|
|
<img class="marketing-img" src="assets/img/bs-docs-twitter-github.png">
|
|
<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>
|
|
</div>
|
|
<div class="span4">
|
|
<img class="marketing-img" src="assets/img/bs-docs-responsive-illustrations.png">
|
|
<h2>Made for everyone.</h2>
|
|
<p>Bootstrap 3 has been rebuilt from the ground up to push the Web forward. It looks and behaves great on the latest smartphones, tablets, and desktops (including support for IE8+).</p>
|
|
</div>
|
|
<div class="span4">
|
|
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
|
|
<h2>Packed with features.</h2>
|
|
<p>A 12-column responsive <a href="./css/#grid-system">grid</a>, dozens of components, <a href="./javascript/">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize/">web-based Customizer</a> to make Bootstrap your own.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h1>Built with Bootstrap.</h1>
|
|
<p class="marketing-byline">For more sites built with Bootstrap, <a href="./gallery/">visit the gallery</a> or <a href="./getting-started/#examples">browse the examples</a>.</p>
|
|
<div class="row bs-docs-gallery">
|
|
<div class="span3">
|
|
<a class="thumbnail" href="http://delicious.com">
|
|
<img src="assets/img/example-sites/example-delicious.jpg">
|
|
</a>
|
|
</div>
|
|
<div class="span3">
|
|
<a class="thumbnail" href="https://yourkarma.com">
|
|
<img src="/assets/img/example-sites/example-karma.jpg">
|
|
</a>
|
|
</div>
|
|
<div class="span3">
|
|
<a class="thumbnail" href="http://soundready.fm/" target="_blank">
|
|
<img src="assets/img/example-sites/example-soundready.jpg" alt="SoundReady.fm">
|
|
</a>
|
|
</div>
|
|
<div class="span3">
|
|
<a class="thumbnail" href="http://kippt.com/" target="_blank">
|
|
<img src="assets/img/example-sites/example-kippt.jpg" alt="Kippt">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|