Merge pull request #13856 from QuincyLarson/fix/forum-update
Minor stat and link fix for production
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
"//i.imgur.com/Gop2PmJ.gif",
|
||||
"A gif showing how you can introduce yourself on our self introduction forum thread.",
|
||||
"You can make your first forum post right now by clicking the button below to go to the introduction thread. You can reply to the original post with: who you are, why you're learning to code, and how you've been learning to code so far. Then feel free to explore the various discussions and jump in with your own thoughts.",
|
||||
"http://forum.freecodecamp.com/t/welcome-to-free-code-camps-forum/45639"
|
||||
"https://forum.freecodecamp.com/t/welcome-to-freecodecamps-forum/92385"
|
||||
]
|
||||
],
|
||||
"releasedOn": "May 17, 2016",
|
||||
@ -49,7 +49,7 @@
|
||||
"//i.imgur.com/Gop2PmJ.gif",
|
||||
"A gif showing how you can introduce yourself on our self introduction forum thread.",
|
||||
"You can make your first forum post right now by clicking the button below to go to the introduction thread. You can reply to the original post with: who you are, why you're learning to code, and how you've been learning to code so far. Then feel free to explore the various discussions and jump in with your own thoughts.",
|
||||
"http://forum.freecodecamp.com/t/welcome-to-free-code-camps-forum/45639"
|
||||
"https://forum.freecodecamp.com/t/welcome-to-freecodecamps-forum/92385"
|
||||
]
|
||||
],
|
||||
"titleFr": "Join our Forum",
|
||||
@ -70,7 +70,7 @@
|
||||
"//i.imgur.com/Gop2PmJ.gif",
|
||||
"A gif showing how you can introduce yourself on our self introduction forum thread.",
|
||||
"You can make your first forum post right now by clicking the button below to go to the introduction thread. You can reply to the original post with: who you are, why you're learning to code, and how you've been learning to code so far. Then feel free to explore the various discussions and jump in with your own thoughts.",
|
||||
"http://forum.freecodecamp.com/t/welcome-to-free-code-camps-forum/45639"
|
||||
"https://forum.freecodecamp.com/t/welcome-to-freecodecamps-forum/92385"
|
||||
]
|
||||
],
|
||||
"titleDe": "Join our Forum",
|
||||
@ -91,7 +91,7 @@
|
||||
"//i.imgur.com/Gop2PmJ.gif",
|
||||
"A gif showing how you can introduce yourself on our self introduction forum thread.",
|
||||
"You can make your first forum post right now by clicking the button below to go to the introduction thread. You can reply to the original post with: who you are, why you're learning to code, and how you've been learning to code so far. Then feel free to explore the various discussions and jump in with your own thoughts.",
|
||||
"http://forum.freecodecamp.com/t/welcome-to-free-code-camps-forum/45639"
|
||||
"https://forum.freecodecamp.com/t/welcome-to-freecodecamps-forum/92385"
|
||||
]
|
||||
]
|
||||
},
|
||||
|
@ -9,17 +9,17 @@ block content
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
img.img-responsive.landing-icon.img-center(src= 'https://s3.amazonaws.com/freecodecamp/landingIcons_connect.svg', alt='Get great references and connections to start your software engineer career')
|
||||
p.large-p
|
||||
a(href='/map') 17,000,000+
|
||||
a(href='/map') 30,000,000+
|
||||
|  coding challenges solved
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
img.img-responsive.landing-icon.img-center(src= 'https://s3.amazonaws.com/freecodecamp/landingIcons_nonprofits.svg', alt='Help nonprofits with bro bono code projects')
|
||||
p.large-p
|
||||
a(href='/nonprofits') $1,000,000+
|
||||
a(href='/nonprofits') $1,400,000+
|
||||
|  in donated development work
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
img.img-responsive.landing-icon.img-center(src= 'https://s3.amazonaws.com/freecodecamp/landingIcons_portfolio.svg', alt='Get hired as a developer and start your software engineer career')
|
||||
p.large-p
|
||||
a(href='/stories') 2,000+
|
||||
a(href='/stories') 4,000+
|
||||
|  people like you now have developer jobs
|
||||
.big-break
|
||||
.big-break
|
||||
|
Reference in New Issue
Block a user