diff --git a/seed/challenges/basejumps.json b/seed/challenges/basejumps.json index edb7f457922..67a630d7019 100644 --- a/seed/challenges/basejumps.json +++ b/seed/challenges/basejumps.json @@ -5,7 +5,7 @@ { "id": "bd7158d8c443eddfaeb5bcef", "title": "Get Set for Basejumps", - "challengeSeed": ["128451852"], + "challengeSeed": [], "description": [ [ "http://i.imgur.com/4IZjWZ3.gif", @@ -16,7 +16,7 @@ [ "http://i.imgur.com/F7i5Hhi.gif", "A gif showing how to fill out the new workspace form", - "On c9.io, give your workspace a name, then leave \"Template\" as custom and create your workspace from this GitHub url: https://github.com/johnstonbl01/clementinejs-fcc.git", + "Instead of starting from scratch, we recommend using Clementine.js, a full stack JavaScript \"boilerplate\" that already has some basic code written for you. On c9.io, give your workspace a name, then leave \"Template\" as custom and create your workspace from this GitHub url: https://github.com/johnstonbl01/clementinejs-fcc.git", "" ], [ diff --git a/seed/challenges/basic-ziplines.json b/seed/challenges/basic-ziplines.json index b68158ef497..e2487d14efa 100644 --- a/seed/challenges/basic-ziplines.json +++ b/seed/challenges/basic-ziplines.json @@ -10,7 +10,7 @@ [ "http://i.imgur.com/6WLULsC.gif", "A gif showing how to create a Codepen account.", - "For our front end Zipline challenges, we'll use a popular browser-based code editor CodePen. Open CodePen and click \"Sign up\" in the upper right hand corner, then scroll down to the free plan and click \"Sign up\" again. Click the \"Use info from GitHub button\", then add your email address and create a password. Click the \"Sign up\" button. Then in the upper right hand corner, click \"New pen\".", + "For our front end Zipline challenges, we'll use a popular browser-based code editor called CodePen. Open CodePen and click \"Sign up\" in the upper right hand corner, then scroll down to the free plan and click \"Sign up\" again. Click the \"Use info from GitHub button\", then add your email address and create a password. Click the \"Sign up\" button. Then in the upper right hand corner, click \"New pen\".", "http://codepen.io" ], [ @@ -28,7 +28,7 @@ [ "http://i.imgur.com/Gi3aig0.gif", "A gif showing the process of adding Animate.css and jQuery to pen.", - "Click the gear in the upper left hand corner of the CSS box, then scroll down to \"Quick add\" and choose Animate.css. Click the gear in the upper left hand corner of the JS box, then scroll down to \"Quick add\" and choose jQuery. Prove that Animate.css and jQuery are loaded properly. In the JS box, add the following code to make your h1 element bounce: $(document).ready(function(){ $(\"h1\").addClass(\"animated bounce\"); });.", + "Click the gear in the upper left hand corner of the CSS box, then scroll down to \"Quick add\" and choose Animate.css. Click the gear in the upper left hand corner of the JS box, then scroll down to \"Quick add\" and choose jQuery. Let's prove that Animate.css and jQuery are loaded properly. In the JS box, add the following code to make your h1 element bounce: $(document).ready(function(){ $(\"h1\").addClass(\"animated bounce\"); });.", "" ], [ diff --git a/seed/challenges/gear-up-for-success.json b/seed/challenges/gear-up-for-success.json index b73404a129d..382dc3b43a5 100644 --- a/seed/challenges/gear-up-for-success.json +++ b/seed/challenges/gear-up-for-success.json @@ -36,7 +36,7 @@ [ "http://i.imgur.com/4GO4zcI.gif", "A gif showing how you can click the \"Wiki\" button in your upper-right corner to access the wiki.", - "Try this: Click the \"Wiki\" button in your upper right hand corner. Our community has contributed lots of useful information to this searchable wiki.", + "Click the \"Wiki\" button in your upper right hand corner. Our community has contributed lots of useful information to this searchable wiki.", "" ] ], diff --git a/seed/challenges/getting-started.json b/seed/challenges/getting-started.json index bd3638725f9..5b32a65023a 100644 --- a/seed/challenges/getting-started.json +++ b/seed/challenges/getting-started.json @@ -82,7 +82,7 @@ "https://github.com/settings/profile" ], [ - "http://i.imgur.com/OXL3G3n.gif", + "http://i.imgur.com/pYk0wOk.gif", "A gif showing how you can star a GitHub repo.", "Go to Free Code Camp's open-source repository and \"star\" it. \"Starring\" is the GitHub equivalent of \"liking\" something.", "https://github.com/freecodecamp/freecodecamp" diff --git a/server/views/coursewares/showStep.jade b/server/views/coursewares/showStep.jade index fb375a83d3d..274b9e72b31 100644 --- a/server/views/coursewares/showStep.jade +++ b/server/views/coursewares/showStep.jade @@ -6,7 +6,7 @@ block content .thumbnail.challenge-step(class=index !== 0 ? 'hidden': '') img.gif-block.img-center.img-responsive.thumbnail(src='#{step[0]}' alt='#{step[1]}') .caption - p.large-p= step[2] + p.large-p!= step[2] if step[3] a.btn.btn-block.btn-primary.challenge-step-btn-action(id='#{index}' href='#{step[3]}' target='_blank') Open link in new tab if index + 1 === description.length diff --git a/server/views/partials/navbar.jade b/server/views/partials/navbar.jade index 7108bd05b4b..18f33203150 100644 --- a/server/views/partials/navbar.jade +++ b/server/views/partials/navbar.jade @@ -14,7 +14,7 @@ nav.navbar.navbar-default.navbar-fixed-top.nav-height li a(href='//gitter.im/FreeCodeCamp/FreeCodeCamp', target='_blank') Chat li - a(href='/news') News + a(href='/news', target='_blank') News li a(href='//github.com/FreeCodeCamp/freecodecamp/wiki/Home', target='_blank') Wiki if !user