diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-19 10:55:41 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-19 10:55:41 -0400 |
commit | 07704ab7e48cab00589e0fb938c297fdf56fb25a (patch) | |
tree | a064dcecfe2bc13fddb6fd139ebc2208c5382a4c | |
parent | 0937b0e9d82b8cc95f42182ba0dcd66d61ffed41 (diff) |
index: clean up some links
-rw-r--r-- | index.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -13,7 +13,7 @@ <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/bootstrap-responsive.min.css" rel="stylesheet"> <link href="css/bootswatch.css" rel="stylesheet"> - <link rel="alternate" type="application/rss+xml" title="Bootswatch" href="http://feeds.feedburner.com/bootswatch"> + <link href="http://feeds.feedburner.com/bootswatch" rel="alternate" type="application/rss+xml" title="Bootswatch"> <script type="text/javascript"> @@ -465,7 +465,7 @@ <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:thomas@thomaspark.me">thomas@thomaspark.me</a>.</p> + <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> @@ -615,7 +615,7 @@ <a href="https://github.com/thomaspark/bootswatch/tree/master/swatchmaker" target="_blank">Swatchmaker</a> <a data-toggle="modal" href="#api">API</a> </div> - Made by <a target="_blank" href="http://thomaspark.me" onclick="pageTracker._link(this.href); return false;">Thomas Park</a>. Send comments to <a href="mailto:thomas@thomaspark.me">thomas@thomaspark.me</a>.<br/> + Made by <a target="_blank" href="http://thomaspark.me" onclick="pageTracker._link(this.href); return false;">Thomas Park</a>. Contact him <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.<br/> Code licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.<br/> 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> @@ -639,6 +639,9 @@ var line = Math.floor((taglines.length) * Math.random()); $('#tagline').html(taglines[line]); </script> + <script type="text/javascript" src="http://www.assoc-amazon.com/s/impression-counter?tag=bootswatch-20&o=1"></script> + <noscript><img src="http://www.assoc-amazon.com/s/noscript?tag=bootswatch-20" alt="" /></noscript> + </body> </html> |