Merge pull request #3814 from FreeCodeCamp/medium
change blog links to lead to medium subdomain
This commit is contained in:
@ -15,7 +15,7 @@ Our campers (students) start by working through our free, self-paced, browser-ba
|
|||||||
|
|
||||||
80% of our campers are over 25, and nearly a fifth of our campers are women.
|
80% of our campers are over 25, and nearly a fifth of our campers are women.
|
||||||
|
|
||||||
This code is running live at [FreeCodeCamp.com](http://www.FreeCodeCamp.com). We also have [Gitter](https://gitter.im/FreeCodeCamp/FreeCodeCamp), a [blog](http://blog.freecodecamp.com), and even a [Twitch.tv channel](http://twitch.tv/freecodecamp).
|
This code is running live at [FreeCodeCamp.com](http://www.FreeCodeCamp.com). We also have [Gitter](https://gitter.im/FreeCodeCamp/FreeCodeCamp), a [blog](http://medium.freecodecamp.com), and even a [Twitch.tv channel](http://twitch.tv/freecodecamp).
|
||||||
|
|
||||||
[Join our community here](http://www.freecodecamp.com/signin).
|
[Join our community here](http://www.freecodecamp.com/signin).
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"className": "ion-speakerphone",
|
"className": "ion-speakerphone",
|
||||||
"content": " Blog ",
|
"content": " Blog ",
|
||||||
"href": "http://blog.freecodecamp.com",
|
"href": "http://medium.freecodecamp.com",
|
||||||
"target": "_blank"
|
"target": "_blank"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -72,9 +72,9 @@ module.exports = function(app) {
|
|||||||
'Feel free to email us at this address if you have ',
|
'Feel free to email us at this address if you have ',
|
||||||
'any questions about Free Code Camp.\n',
|
'any questions about Free Code Camp.\n',
|
||||||
'And if you have a moment, check out our blog: ',
|
'And if you have a moment, check out our blog: ',
|
||||||
'blog.freecodecamp.com.\n\n',
|
'medium.freecodecamp.com.\n\n',
|
||||||
'Good luck with the challenges!\n\n',
|
'Good luck with the challenges!\n\n',
|
||||||
'- the Free Code Camp Volunteer Team'
|
'- the Free Code Camp Team'
|
||||||
].join('')
|
].join('')
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ block content
|
|||||||
.button-spacer
|
.button-spacer
|
||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-8.col-md-6.col-sm-offset-3.col-md-offset-2.hidden
|
.col-xs-12.col-sm-8.col-md-6.col-sm-offset-3.col-md-offset-2.hidden
|
||||||
a.btn.btn-lg.btn-block.signup-btn.map-challenge-block-share Section complete. Share your Portfolio with your friends.
|
a.btn.btn-lg.btn-block.signup-btn.map-challenge-block-share Section complete. Share your code portfolio with your friends.
|
||||||
.hidden(id="#{challengeBlock.name}")
|
.hidden(id="#{challengeBlock.name}")
|
||||||
script.
|
script.
|
||||||
var username = !{JSON.stringify(user && user.username || '')};
|
var username = !{JSON.stringify(user && user.username || '')};
|
||||||
|
@ -1,25 +1,25 @@
|
|||||||
.fcc-footer
|
.fcc-footer
|
||||||
.col-xs-12.hidden-xs.hidden-sm
|
.col-xs-12.hidden-xs.hidden-sm
|
||||||
a.ion-speakerphone(href='http://blog.freecodecamp.com', target='_blank') Blog
|
a.ion-speakerphone(href='//medium.freecodecamp.com', target='_blank') Blog
|
||||||
a.ion-social-github(href="http://github.com/freecodecamp", target='_blank') GitHub
|
a.ion-social-github(href="//github.com/freecodecamp", target='_blank') GitHub
|
||||||
a.ion-social-twitch-outline(href="/twitch")  Twitch
|
a.ion-social-linkedin(href="//www.linkedin.com/edu/school?id=166029", target='_blank')  LinkedIn
|
||||||
a.ion-social-linkedin(href="https://www.linkedin.com/edu/school?id=166029", target='_blank')  LinkedIn
|
a.ion-social-twitter(href="//twitter.com/freecodecamp", target='_blank') Twitter
|
||||||
a.ion-social-facebook(href="//facebook.com/freecodecamp") Facebook
|
a.ion-social-facebook(href="//facebook.com/freecodecamp") Facebook
|
||||||
a.ion-social-twitter(href="http://twitter.com/freecodecamp", target='_blank') Twitter
|
a.ion-social-twitch-outline(href="//twitch.tv/freecodecamp", target='_blank')  Twitch
|
||||||
a.ion-locked(href="//github.com/FreeCodeCamp/freecodecamp/wiki/Free-Code-Camp's-Privacy-Policy") Privacy
|
a.ion-locked(href="//github.com/FreeCodeCamp/freecodecamp/wiki/Free-Code-Camp's-Privacy-Policy") Privacy
|
||||||
.col-xs-12.visible-xs.visible-sm
|
.col-xs-12.visible-xs.visible-sm
|
||||||
a.ion-speakerphone(href='http://blog.freecodecamp.com', target='_blank')
|
a.ion-speakerphone(href='//medium.freecodecamp.com', target='_blank')
|
||||||
span.sr-only Free Code Camp's Blog
|
span.sr-only Free Code Camp's Blog
|
||||||
a.ion-social-github(href="http://github.com/freecodecamp", target='_blank')
|
a.ion-social-github(href="//github.com/freecodecamp", target='_blank')
|
||||||
span.sr-only Free Code Camp on GitHub
|
span.sr-only Free Code Camp on GitHub
|
||||||
a.ion-social-twitch-outline(href="/twitch")
|
a.ion-social-linkedin(href="//www.linkedin.com/edu/school?id=166029", target='_blank')
|
||||||
span.sr-only Free Code Camp Live Pair Programming on Twitch.tv
|
|
||||||
a.ion-social-linkedin(href="https://www.linkedin.com/edu/school?id=166029", target='_blank')
|
|
||||||
span.sr-only Free Code Camp LinkedIn Alumni Network
|
span.sr-only Free Code Camp LinkedIn Alumni Network
|
||||||
a.ion-social-facebook(href="//facebook.com/freecodecamp")
|
a.ion-social-twitter(href="//twitter.com/freecodecamp", target='_blank')
|
||||||
span.sr-only Free Code Camp local groups on Facebook
|
|
||||||
a.ion-social-twitter(href="http://twitter.com/freecodecamp", target='_blank')
|
|
||||||
span.sr-only Free Code Camp on Twitter
|
span.sr-only Free Code Camp on Twitter
|
||||||
|
a.ion-social-facebook(href="//facebook.com/freecodecamp", target='_blank')
|
||||||
|
span.sr-only Free Code Camp local groups on Facebook
|
||||||
|
a.ion-social-twitch-outline(href="/twitch", target='_blank')
|
||||||
|
span.sr-only Free Code Camp Live Pair Programming on Twitch.tv
|
||||||
a.ion-locked(href="//github.com/FreeCodeCamp/freecodecamp/wiki/Free-Code-Camp's-Privacy-Policy")
|
a.ion-locked(href="//github.com/FreeCodeCamp/freecodecamp/wiki/Free-Code-Camp's-Privacy-Policy")
|
||||||
span.sr-only Free Code Camp's Privacy Policy
|
span.sr-only Free Code Camp's Privacy Policy
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user