Minor fixes to shop and about page, remove vestigial links view
This commit is contained in:
@ -58,11 +58,6 @@ block content
|
||||
i.fa.fa-youtube
|
||||
td
|
||||
a(href="//youtube.com/freecodecamp", target='_blank') Our YouTube channel
|
||||
tr
|
||||
td.text-center
|
||||
i.fa.fa-reddit
|
||||
td
|
||||
a(href="//www.reddit.com/r/freecodecamp", target='_blank') Our Subreddit
|
||||
tr
|
||||
td.text-center
|
||||
i.fa.fa-github
|
||||
@ -83,6 +78,11 @@ block content
|
||||
i.fa.fa-facebook
|
||||
td
|
||||
a(href="//facebook.com/freecodecamp") Our Facebook page
|
||||
tr
|
||||
td.text-center
|
||||
i.fa.fa-reddit
|
||||
td
|
||||
a(href="//www.reddit.com/r/freecodecamp", target='_blank') Our Subreddit
|
||||
tr
|
||||
td.text-center
|
||||
i.fa.fa-lock
|
||||
|
@ -1,54 +0,0 @@
|
||||
extends ../layout
|
||||
block content
|
||||
table.table.link-table
|
||||
tr
|
||||
td.text-right
|
||||
.ion-erlenmeyer-flask
|
||||
td
|
||||
a(href="/labs") Cool Apps Built by Campers
|
||||
tr
|
||||
td.text-right
|
||||
.ion-chatbox
|
||||
td
|
||||
a(href="/stories") Stories from Campers
|
||||
tr
|
||||
td.text-right
|
||||
.ion-speakerphone
|
||||
td
|
||||
a(href='//medium.freecodecamp.com', target='_blank') Medium Publication
|
||||
tr
|
||||
td.text-right
|
||||
.ion-social-github
|
||||
td
|
||||
a(href="//github.com/freecodecamp", target='_blank') GitHub Repository
|
||||
tr
|
||||
td.text-right
|
||||
.ion-social-reddit
|
||||
td
|
||||
a(href="//www.reddit.com/r/freecodecamp", target='_blank') Subreddit
|
||||
tr
|
||||
td.text-right
|
||||
.ion-social-linkedin
|
||||
td
|
||||
a(href="//www.linkedin.com/edu/school?id=166029", target='_blank') LinkedIn University Page
|
||||
tr
|
||||
td.text-right
|
||||
.ion-social-twitter
|
||||
td
|
||||
a(href="//twitter.com/freecodecamp", target='_blank') Twitter Feed
|
||||
tr
|
||||
td.text-right
|
||||
.ion-social-facebook
|
||||
td
|
||||
a(href="//facebook.com/freecodecamp") Facebook Page
|
||||
tr
|
||||
td.text-right
|
||||
.ion-social-twitch-outline
|
||||
td
|
||||
a(href="//twitch.tv/freecodecamp", target='_blank') Twitch.tv Channel
|
||||
tr
|
||||
td.text-right
|
||||
.ion-locked
|
||||
td
|
||||
a(href="//github.com/FreeCodeCamp/freecodecamp/wiki/Free-Code-Camp's-Privacy-Policy") Privacy Policy
|
||||
.spacer
|
@ -2,28 +2,6 @@ extends ../layout
|
||||
block content
|
||||
h1.text-center Shop
|
||||
hr
|
||||
.row
|
||||
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3.text-center
|
||||
img.img-responsive.img-center(src='//i.imgur.com/GzpUBR5.jpg')
|
||||
h3 Women's fitted black t-shirt
|
||||
h4 Only $19.99!
|
||||
p This high-quality American Apparel t-shirt will help you look like the fantastic developer you are.
|
||||
.spacer
|
||||
a.btn.btn-lg.signup-btn.btn-block(href='//teespring.com/free-code-camp-tshirt-black#pid=70&cid=2343&sid=front' target='_blank') Get this awesome shirt
|
||||
.button-spacer
|
||||
a.btn.btn-primary.btn-lg.btn-block(href='//teespring.com/black-free-code-camp-tshirt-eu#pid=375&cid=100052&sid=front' target='_blank') Get it here if you live in Europe
|
||||
hr
|
||||
.row
|
||||
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3.text-center
|
||||
img.img-responsive.img-center(src='//i.imgur.com/ENPVayN.jpg')
|
||||
h3 Men's black t-shirt
|
||||
h4 Only $19.99!
|
||||
p Features Free Code Camp's classy "function call" logo. You can't have too many awesome black t-shirts!
|
||||
.spacer
|
||||
a.btn.btn-lg.signup-btn.btn-block(href='//teespring.com/free-code-camp-tshirt-black' target='_blank') Get this awesome shirt
|
||||
.button-spacer
|
||||
a.btn.btn-primary.btn-lg.btn-block(href='//teespring.com/black-free-code-camp-tshirt-eu' target='_blank') Get it here if you live in Europe
|
||||
hr
|
||||
.row
|
||||
.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3.text-center
|
||||
img.img-responsive.img-center(src='//i.imgur.com/MH1CvwY.jpg')
|
||||
|
Reference in New Issue
Block a user