Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ugly sweater to shop #11861

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions server/views/resources/shop.jade
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ extends ../layout
block content
h2.text-center Buy cool gear and support our open source community:
.spacer
.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/kaSUGJ3r.jpg')
h3 Ugly Christmas Sweater - $39.99
p Throw an ugly sweater party this holiday season. You'll be the geekiest-looking person there (which is a good thing!) in your awesome SSH key randomart ugly sweater.
p Also available as a hoodie, and T-shirts in mens and fitted women’s sizes.
a.btn.btn-cta.signup-btn.btn-block(href='http://bit.ly/2fycRu6' target='_blank' onClick="ga('send', 'event', 'Shop', 'clicked', 'ugly christmas sweater');") Get this ugly sweater

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/ytQETcTr.jpg')
Expand Down