diff --git a/app.js b/app.js index 6ec67f2611..a265e530de 100755 --- a/app.js +++ b/app.js @@ -227,6 +227,10 @@ app.get('/nonprofit-project-instructions', function(req, res) { res.redirect(301, '/field-guide/how-do-free-code-camps-nonprofit-projects-work'); }); +app.get('/linkedin', function(req, res) { + res.redirect(301, '/field-guide/can-i-add-free-code-camp-to-my-linkedin-profile'); +}); + app.post('/get-help', resourcesController.getHelp); app.post('/get-pair', resourcesController.getPair); diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index 56ad3be106..61513d28c7 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -231,6 +231,23 @@ "" ] }, + { + "_id": "bd7158d9c436eddfaeb5bd2e", + "name": "Can I add Free Code Camp to my LinkedIn profile?", + "dashedName": "can-i-add-free-code-camp-to-my-linkedin-profile", + "description": [ + "
", + "

LinkedIn recognizes Free Code Camp as a university.

", + "

You can explore our alumni activity here.

", + "

You should add Free Code Camp to your LinkedIn profile. Here's how:

", + "
    ", + "
  1. Follow this link: https://www.linkedin.com/profile/edit-education?school=Free+Code+Camp
  2. ", + "
  3. Follow these instructions:
  4. ", + "
", + "

Once you complete our curriculum (or complete at least one Nonprofit Project and then get a coding job), we will issue you an official Full Stack Web Development certificate that you can also add to your LinkedIn profile.

", + "
" + ] + }, { "_id": "bd7158d9c436eddfaeb5bd3f", "name": "Can I jump around in this guide?", diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index bc65012fb2..e7b8e8c969 100644 --- a/views/challengeMap/show.jade +++ b/views/challengeMap/show.jade @@ -92,7 +92,7 @@ block content img.img-responsive-img-center(src='https://www.evernote.com/l/AHTzkHwtg-BHj57bqqDL7WFF8WgrI5V8cxwB/image.png') h3.text-left LinkedIn now recognizes Free Code Camp as a university. h3.text-left Add Free Code Camp to your LinkedIn profile - it takes less than a minute. - a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='/freecodecamp/linkedin', target='_blank') + a.btn.btn-lg.btn-info.btn-block(name='_csrf', value=_csrf, aria-hidden='true', href='/freecodecamp/linkedin', target='_blank') a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up! script. $(document).ready(function () { diff --git a/views/partials/footer.jade b/views/partials/footer.jade index 6230b178ad..fe25c7723a 100644 --- a/views/partials/footer.jade +++ b/views/partials/footer.jade @@ -3,6 +3,7 @@ a.ion-speakerphone(href='http://blog.freecodecamp.com', target='_blank')  Blog   a.ion-social-github(href="http://github.com/freecodecamp", target='_blank')  GitHub   a.ion-social-twitch-outline(href="/twitch")  Twitch  + a.ion-social-linkedin(href="/linkedin")  LinkedIn  a.ion-social-facebook(href="/field-guide/how-can-i-find-other-free-code-camp-campers-in-my-city")  Facebook   a.ion-social-twitter(href="http://twitter.com/freecodecamp", target='_blank')  Twitter   a.ion-locked(href="/privacy")  Privacy   @@ -13,6 +14,8 @@ span.sr-only Free Code Camp on GitHub a.ion-social-twitch-outline(href="/twitch") span.sr-only Free Code Camp Live Pair Programming on Twitch.tv + a.ion-social-linkedin(href="/linkedin") + span.sr-only Free Code Camp LinkedIn Alumni Network a.ion-social-facebook(href="/field-guide/how-can-i-find-other-free-code-camp-campers-in-my-city") span.sr-only Free Code Camp local groups on Facebook a.ion-social-twitter(href="http://twitter.com/freecodecamp", target='_blank') diff --git a/views/stories/news-nav.jade b/views/stories/news-nav.jade index c032a640e4..48f64ae561 100644 --- a/views/stories/news-nav.jade +++ b/views/stories/news-nav.jade @@ -18,8 +18,7 @@ h4.text-center Which other free resources do you use? img.img-responsive(src='https://www.evernote.com/l/AHRNhlwViM1Kh5qCm6iy7MSWrbdyxYbRkWkB/image.png') p Link us to your favorite free coding resources. - p These books, video series and podcasts should be be legally available for free. - p Use the headline: "Awesome Free Resource: (the book/podcast/video series name)". We'll publish a list of the 25 most-upvoted resources (and the campers who submitted them) in Wednesday's blog post. Also - as always - you'll get 1 point every time someone upvotes your post. + p Use the headline: "Awesome Free Resource: (the name of the book, podcast, or video series)". We'll publish a list of the 25 most-upvoted resources (and the campers who submitted them) in Wednesday's blog post, and in an upcoming Field Guide article. Also - as always - you'll get 1 point every time someone upvotes your post. .spacer #search-results