add LinkedIn easy route
This commit is contained in:
4
app.js
4
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);
|
||||
|
@ -231,6 +231,23 @@
|
||||
"</div>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"_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": [
|
||||
"<div class=\"col-xs-12 col-sm-10 col-sm-offset-1\">",
|
||||
" <h3>LinkedIn recognizes Free Code Camp as a university.</h3>",
|
||||
" <p class='large-p'>You can explore our alumni activity <a href='https://www.linkedin.com/edu/school?id=166029' target='_blank'>here</a>.</p>",
|
||||
" <p class='large-p'>You should add Free Code Camp to your LinkedIn profile. Here's how:</p>",
|
||||
" <ol>",
|
||||
" <li class='large-li'>Follow this link: <a href='https://www.linkedin.com/profile/edit-education?school=Free+Code+Camp' target='_blank'>https://www.linkedin.com/profile/edit-education?school=Free+Code+Camp</a></li>",
|
||||
" <li class='large-li'>Follow these instructions:<img class='img-responsive img-center' src='https://www.evernote.com/l/AHRnpH-PN-JPQa9_u8FSOzejNG-tX40h1fkB/image.png'></li>",
|
||||
" </ol>",
|
||||
" <p class='large-p'>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.</p>",
|
||||
"</div>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"_id": "bd7158d9c436eddfaeb5bd3f",
|
||||
"name": "Can I jump around in this guide?",
|
||||
|
@ -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 () {
|
||||
|
@ -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')
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user