diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-08-01 11:03:23 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-08-01 11:03:23 -0400 |
commit | 6bda0ec064c3d498024954c9f3cea78bf69b7629 (patch) | |
tree | e8fe27eb0034d9f79730ee8de2a6fc96451dcf44 /index.html | |
parent | 6447bb9fbed6d1077098028c66c87ad2764f920a (diff) |
add new sponsor
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -98,18 +98,8 @@ </div> <div class="row"> <div class="col-md-6 col-md-offset-3"> - <div class="sponsor" style="min-height: 300px;"> - <div id="md-large-widget"></div> - <script type="text/javascript"> - (function() { - var url = 'http://www.mightydeals.com/widgets/large/image_only/yes/ref/bootswatch'; - var s = document.createElement('script'), s1 = document.getElementsByTagName('script')[0]; - s.type = 'text/javascript'; - s.async = true; - s.src = url; - s1.parentNode.insertBefore(s, s1); - })(); - </script> + <div class="sponsor"> + <a href="http://www.shopify.com/?ref=bootswatch" target="_blank"><img src="assets/img/shopify.png" alt="Shopify"></a> </div> </div> </div> |