diff options
| author | Mark Otto <[email protected]> | 2011-12-21 16:22:20 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-21 16:22:20 -0600 |
| commit | 20aecb983838422c7b43e20960b10d4d79fefaa3 (patch) | |
| tree | e036dea172ade5df4cd2834cc1075b75ff057425 /docs/index.html | |
| parent | 8a7abc7493a07935d4d91b2cc56a82523fd53970 (diff) | |
| download | bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.tar.xz bootstrap-20aecb983838422c7b43e20960b10d4d79fefaa3.zip | |
updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 37 |
1 files changed, 9 insertions, 28 deletions
diff --git a/docs/index.html b/docs/index.html index 55a75b1bf..1b7edb8c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -107,19 +107,20 @@ <div class="marketing"> <h1>Built with Bootstrap</h1> - <ul class="media-grid example-sites"> - <li> - <a href="http://kippt.com/" target="_blank"> + <p class="built-with">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</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> - <a href="http://www.fleetio.com/" target="_blank"> + <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> - <a href="http://www.jshint.com/" target="_blank"> + <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> @@ -233,27 +234,7 @@ <!-- Le javascript --> <!-- Placed at the end of the document so the pages load faster --> - <script src="http://code.jquery.com/jquery-1.6.2.min.js"></script> - - <script type="text/javascript"> - // When ready... - window.addEventListener("load",function() { - // Set a timeout... - setTimeout(function(){ - // Hide the address bar! - window.scrollTo(0, 1); - }, 0); - }); - - // NOT FINAL BY ANY MEANS, JUST MAH JANK CODE BRO - $(document).ready(function() { - $('.nav .active').click(function(e) { - e.preventDefault(); - $(this).siblings().toggle(); - }); - }); - </script> - + <script src="http://code.jquery.com/jquery-1.7.min.js"></script> <script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script> <script src="assets/js/google-code-prettify/prettify.js"></script> <script>$(function () { prettyPrint() })</script> |
