diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-09-13 23:40:35 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-09-13 23:40:35 -0400 |
commit | 54c78894ce946af7e4f02b574a733fee26058251 (patch) | |
tree | 803108d6d84b3ef51143fa89c0945532fab9be06 /index.html | |
parent | 9f7a95b89d034356c00030b8da05875dab74aa72 (diff) |
add logo to landing page
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,6 +86,7 @@ <div class="row"> <div class="col-lg-12"> + <div><img class="logo" src="assets/img/logo.png"></div> <h1>Free themes for Bootstrap</h1> <div id="social"> <span> @@ -93,7 +94,7 @@ <iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe> </span> <span> - <a href="https://twitter.com/Bootswatch" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @Bootswatch</a> + <a href="https://twitter.com/bootswatch" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @bootswatch</a> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="bootswatch">Tweet</a> </span> </div> |