diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-03 10:33:13 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-03 10:33:13 -0500 |
commit | b7a44bbf676e9d6d854aacbd2cdc80329a42a789 (patch) | |
tree | c43b81c8e4cff1e48b98a437d0f6c4b6eff47521 /index.html | |
parent | 64b3ee70bdc6c7461aa93f978d52568f46b32c1a (diff) |
add alert about html snippets
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 34 |
1 files changed, 20 insertions, 14 deletions
@@ -97,21 +97,27 @@ <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootswatch.com" data-via="thomashpark">Tweet</a> </span> </div> - <div class="col-lg-6 col-lg-offset-3"> - <div class="well sponsor" style="background-color: rgba(0, 0, 0, 0.4);"> - <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" rel="nofollow" target="_blank"> - <span style="float: left; margin-right: 15px;"> - <img src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" width="175" height="135"> - </span> - </a> - <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" rel="nofollow" target="_blank"> - <h4 style="margin-bottom: 0.4em;">Treehouse</h4> - <div class="clearfix"> - <p>Learn Web Design, Coding, Mobile App Development & More.</p> - <p>Start Learning for Free!</p> - </div> - </a> + <div class="alert alert-info"> + Now you can grab HTML snippets from Bootswatch. <a href="http://news.bootswatch.com/post/78442060195/grab-html-snippets-from-bootswatch">Learn more...</a> + </div> + <div class="row"> + <div class="col-md-6 col-md-offset-3"> + <div class="well sponsor" style="background-color: rgba(0, 0, 0, 0.4);"> + <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" rel="nofollow" target="_blank"> + <span style="float: left; margin-right: 15px;"> + <img src="http://srv.buysellads.com/direct/image/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" width="175" height="135"> + </span> + </a> + <a href="http://srv.buysellads.com/direct/click/track/yes/x/G6NDC27ICWAI627UCWALYK7UCKBILKJMCT7I5" rel="nofollow" target="_blank"> + <h4 style="margin-bottom: 0.4em;">Treehouse</h4> + <div class="clearfix"> + <p>Learn Web Design, Coding, Mobile App Development & More.</p> + <p>Start Learning for Free!</p> + </div> + </a> + </div> </div> + </div> </div> </div> |