Skip to content

Commit

Permalink
update the tshirt campaign text
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed Sep 27, 2015
1 parent 0cf3c31 commit 85a5766
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions server/views/challengeMap/show.jade
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ block content
.spacer
if (user && !user.tshirtVote && user.progressTimestamps.length > 5)
h3.text-center Vote for the T-shirt design you like the most.
h4.text-center We'll announce the winning design on Saturday's Summit on Twitch.tv, and it will become our community's first official t-shirt.
h4.text-center We'll announce the winning design during our Summit on Saturday at Noon EST on 
a(href='https://twitch.tv/freecodecamp' target='_blank') Twitch.tv
|  and it will become our community's first official t-shirt (in women's and men's sizes).
.row
.col-xs-6
a(href="http://i.imgur.com/LlXGa5y.png" data-lightbox="img-enlarge")
Expand All @@ -39,9 +41,11 @@ block content
.button-spacer
.row
.col-xs-6
a.button.btn.btn-block.btn-primary(href='/vote1') Vote for Design 1
h3.text-center "Minified JavaScript Logo"
a.button.btn.btn-block.btn-primary(href='/vote1') Vote for this Design
.col-xs-6
a.button.btn.btn-block.btn-primary(href='/vote2') Vote for Design 2
h3.text-center "Function Call Logo"
a.button.btn.btn-block.btn-primary(href='/vote2') Vote for this design
.spacer
.row
.col-xs-12.col-sm-8.col-sm-offset-2
Expand Down

0 comments on commit 85a5766

Please sign in to comment.