From 0875e19430c00d960ca1a010133d0972da8e9ef4 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 9 Aug 2016 12:50:18 +0000 Subject: [PATCH 1/2] feature(shop): Add teespring onesie campaign --- server/views/resources/shop.jade | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/views/resources/shop.jade b/server/views/resources/shop.jade index 896c9299c3..ed7057a217 100644 --- a/server/views/resources/shop.jade +++ b/server/views/resources/shop.jade @@ -2,6 +2,14 @@ extends ../layout block content h2.text-center Buy through us and support our open source community hr + .row + .col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2.text-center + img.img-responsive.img-center(src='//i.imgur.com/H4q9EAo.jpg') + h3 Future Coder Baby Onesie + h4 Rabbit Skins Baby Onesie - $19.99 + p Inspire your baby to become a coder! These onesies come in pink and green, and range in size from 6 months to 2 years old. + a.btn.btn-cta.signup-btn.btn-block(href='//teespring.com/future-coder-baby-onesies#pid=287&cid=6090&sid=front' target='_blank') Get this awesome Onesie + hr .row .col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2.text-center img.img-responsive.img-center(src='//i.imgur.com/FNFqn9Tg.jpg') From bb0e33223993de563e428af27e1b9ed0e2b33424 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 10 Aug 2016 02:22:06 +0530 Subject: [PATCH 2/2] fix(shop): Add GA to Teespring Onesie campaign --- server/views/resources/shop.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/views/resources/shop.jade b/server/views/resources/shop.jade index ed7057a217..8fdef359cd 100644 --- a/server/views/resources/shop.jade +++ b/server/views/resources/shop.jade @@ -8,7 +8,7 @@ block content h3 Future Coder Baby Onesie h4 Rabbit Skins Baby Onesie - $19.99 p Inspire your baby to become a coder! These onesies come in pink and green, and range in size from 6 months to 2 years old. - a.btn.btn-cta.signup-btn.btn-block(href='//teespring.com/future-coder-baby-onesies#pid=287&cid=6090&sid=front' target='_blank') Get this awesome Onesie + a.btn.btn-cta.signup-btn.btn-block(href='//teespring.com/future-coder-baby-onesies#pid=287&cid=6090&sid=front' target='_blank' onClick="ga('send', 'event', 'Shop', 'clicked', 'Teespring future coder onesie');") Get this awesome Onesie hr .row .col-xs-12.col-sm-10.col-sm-offset-1.col-md-8.col-md-offset-2.text-center