diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-05-29 18:55:07 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-05-29 18:55:07 -0400 |
commit | 03180d6893498793d7d946e590044dcf4c1ddfdc (patch) | |
tree | b57fd88e7dbfd969229347500b111af26864f601 /simplex | |
parent | 0d7582b0f067bd168c4ecb091beed12ae729e4c0 (diff) |
add width and height to sponsor image, closes #471
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/simplex/index.html b/simplex/index.html index 226837d0..da74896b 100644 --- a/simplex/index.html +++ b/simplex/index.html @@ -105,7 +105,9 @@ </div> <div class="col-lg-4 col-md-5 col-sm-6"> <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> |