diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-10-04 21:02:12 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-10-04 21:02:12 -0400 |
commit | 6c44471fe787bdbb3cf4e3e23f9964ede637b309 (patch) | |
tree | d2d9b5195efb87b95866b562446b811d98c5784e /index.html | |
parent | d72cc052baa2da72bdc08b7e100acfe50a70675f (diff) |
index: cleaned up markup
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 37 |
1 files changed, 3 insertions, 34 deletions
@@ -34,6 +34,7 @@ <body> <script src="js/bsa.js"></script> + <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> @@ -45,12 +46,11 @@ <a class="brand" href="./">Bootswatch</a> <div class="nav-collapse" id="main-menu"> - </div><!--/.nav-collapse --> + </div> </div> </div> </div> - <div class="container"> <div class="hero-unit"> @@ -446,39 +446,8 @@ </div> </div> - - <!-- <div class="span4"> - <div class="thumbnail"> - <img src="img/refs/blank.png" alt="" style="background-image: url('img/refs/stripes.png');"> - <div class="caption"> - <h3>Still searching?</h3> - <p>Get a swatch that's customized to your needs.</p> - <div class="btn-toolbar"> - <div class="btn-group"> - <a class="btn btn-large btn-warning" data-toggle="modal" target="_blank" href="#modal-custom" onClick="_gaq.push(['_trackEvent', 'bootswatch', 'custom', 'more-info']);"><i class="icon-info-sign icon-white"></i> More Info</a> - </div> - </div> - </div> - </div> - </div> --> - - </div> <!-- end row--> - - <div class="modal hide fade" id="modal-custom"> - <div class="modal-header"> - <a class="close" data-dismiss="modal">×</a> - <h3>Custom-Built Swatches and More</h3> - </div> - <div class="modal-body"> - <p>Get a Bootstrap theme designed and developed from the ground up.<br>Send inquiries to <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.</p> - </div> - <div class="modal-footer"> - <a href="#" class="btn" data-dismiss="modal">Close</a> - </div> - </div> - <hr> <footer id="footer"> @@ -497,7 +466,7 @@ Based on <a target="_blank" href="http://twitter.github.com/bootstrap/">Bootstrap</a>. Hosted on <a target="_blank" href="http://pages.github.com/">GitHub</a>. Icons from <a target="_blank" href="http://glyphicons.com/">Glyphicons</a>. Web fonts from <a target="_blank" href="http://www.google.com/webfonts">Google</a>.</p> </footer> - </div> <!-- /container --> + </div> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> |