diff options
| author | Jacob Thornton <[email protected]> | 2012-01-26 20:23:28 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-26 20:23:28 -0800 |
| commit | e0e54d9c6cb39eae53e31117c38ceae0a08a6e0b (patch) | |
| tree | 06f04b67e83074752888982e32ec223fb6a144e0 /docs/index.html | |
| parent | 1e9c2fb9d4a033304b5aa71d269af9f68eb72670 (diff) | |
| parent | 576ae2f5611a2b9a40c8feac1835bd6c8c2735ff (diff) | |
| download | bootstrap-e0e54d9c6cb39eae53e31117c38ceae0a08a6e0b.tar.xz bootstrap-e0e54d9c6cb39eae53e31117c38ceae0a08a6e0b.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/docs/index.html b/docs/index.html index d7a870e8d..e60e9d711 100644 --- a/docs/index.html +++ b/docs/index.html @@ -114,28 +114,6 @@ <hr class="soften"> <div class="marketing"> - <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="./examples.html">browse the examples</a>.</p> - <ul class="thumbnails example-sites"> - <li class="span4"> - <a class="thumbnail" href="http://kippt.com/" target="_blank"> - <img src="assets/img/example-sites/kippt.png" alt="Kippt"> - </a> - </li> - <li class="span4"> - <a class="thumbnail" href="http://www.fleetio.com/" target="_blank"> - <img src="assets/img/example-sites/fleetio.png" alt="Fleetio"> - </a> - </li> - <li class="span4"> - <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> - <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> - </a> - </li> - </ul> - - <hr class="soften"> - <h1>Designed for everyone, everywhere.</h1> <p class="marketing-byline">Need reasons to love Bootstrap? Look no further.</p> <div class="row"> @@ -212,7 +190,29 @@ </div> </div><!--/row--> - <hr class="soften"> + <hr class="soften"> + + <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="./examples.html">browse the examples</a>.</p> + <ul class="thumbnails example-sites"> + <li class="span4"> + <a class="thumbnail" href="http://kippt.com/" target="_blank"> + <img src="assets/img/example-sites/kippt.png" alt="Kippt"> + </a> + </li> + <li class="span4"> + <a class="thumbnail" href="http://www.fleetio.com/" target="_blank"> + <img src="assets/img/example-sites/fleetio.png" alt="Fleetio"> + </a> + </li> + <li class="span4"> + <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> + <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> + </a> + </li> + </ul> + + <hr class="soften"> <!-- Quickstart options ================================================== --> |
