summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-05-29 18:55:07 -0400
committerThomas Park <thomas@thomaspark.co>2015-05-29 18:55:07 -0400
commit03180d6893498793d7d946e590044dcf4c1ddfdc (patch)
treeb57fd88e7dbfd969229347500b111af26864f601 /index.html
parent0d7582b0f067bd168c4ecb091beed12ae729e4c0 (diff)
add width and height to sponsor image, closes #471
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index c4a7be79..be8dea25 100644
--- a/index.html
+++ b/index.html
@@ -102,7 +102,9 @@
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="sponsor">
- <a href="http://www.shopify.com/?ref=bootswatch" target="_blank" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'shopify']);"><img src="assets/img/shopify.png" alt="Shopify" onload="_gaq.push(['_trackEvent', 'banner', 'impression', 'shopify']);"></a>
+ <a href="http://www.shopify.com/?ref=bootswatch" target="_blank" onclick="_gaq.push(['_trackEvent', 'banner', 'click', 'shopify']);">
+ <img src="assets/img/shopify.png" alt="Shopify" width="180" height="150" onload="_gaq.push(['_trackEvent', 'banner', 'impression', 'shopify']);">
+ </a>
</div>
</div>
</div>