diff --git a/controllers/challenges.js b/controllers/challenges.js index eae8049808..554ef72ac9 100644 --- a/controllers/challenges.js +++ b/controllers/challenges.js @@ -38,10 +38,10 @@ exports.startAPairProgrammingSession = function(req, res) { video: "109547811", image: "https://screenhero.com/img/anim-collaboration.gif", directions: [ - "What's all this Pair Programming stuff about? Let's find out!", "We'll use a popular pair programming tool called Screen Hero. We'll also visit the Free Code Camp chat room.", "We'll show you how to launch pair programming sessions right inside the chat room.", "Once you've \"paired\" with someone, they become your \"pair\". Show your new pair the website your website." + "What's all this Pair Programming stuff about? Let's find out!", "We'll use a popular pair programming tool called Screen Hero. We'll also visit the Free Code Camp chat room.", "We'll show you how to launch pair programming sessions right inside the chat room.", "Once you've \"paired\" with someone, they become your \"pair\". Show your new pair the website your just created." ], links: ["https://screenhero.com/download.html", "https://www.hipchat.com/invite/178107/cc2f6ea4dfac9e48b9a88b305adae48a"], - challenges: ["Show your new pair the website you created.", "Open up Atom and let them change some of the cat-related text on your website."] + challenges: ["Show your new pair the website you just created.", "Open up Atom and let them change some of the cat-related text on your website."] }); }; diff --git a/views/account/login.jade b/views/account/login.jade index 7862abd828..182535b139 100644 --- a/views/account/login.jade +++ b/views/account/login.jade @@ -2,16 +2,10 @@ extends ../layout block content .page-header - h3 Sign in to Free Code Camp with any of these social network accounts: + h3 Sign in to Free Code Camp with one of these social network accounts: a.btn.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') i.fa.fa-linkedin | Sign in with LinkedIn - a.btn.btn-block.btn-facebook.btn-social(href='/auth/facebook') - i.fa.fa-facebook - | Sign in with Facebook a.btn.btn-block.btn-twitter.btn-social(href='/auth/twitter') i.fa.fa-twitter - | Sign in with Twitter - a.btn.btn-block.btn-github.btn-social(href='/auth/github') - i.fa.fa-github - | Sign in with GitHub \ No newline at end of file + | Sign in with Twitter \ No newline at end of file