From dbc99eafb63dae2cf2efb7d425e13efe97df0ab1 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Fri, 17 Apr 2015 01:41:01 -0400 Subject: [PATCH] Update chat link and copy. --- seed_data/coursewares.json | 15 ++++++++------- views/partials/navbar.jade | 5 ++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index 8d4fda165f..07e2ada181 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -41,16 +41,17 @@ "_id": "bd7125d8c441eddfaeb5bd0f", "name": "Join Our Chat Room", "difficulty": 0.03, - "challengeSeed": "114627322", + "challengeSeed": "124555254", "description": [ - "Now we're going to join the Free Code Camp chat room. You can come here any time of day to hang out, ask questions and get help.", - "If you don't already have a GitHub account, create one real quick at https://www.github.com.", - "Be sure to update your biographical information and upload an image. A picture of your face works best. This is how people will see you in the chat room, so put your best foot forward.", - "Now enter the chat room by going to https://gitter.im/FreeCodeCamp/FreeCodeCamp and clicking the \"sign in with GitHub\" button.", - "Introduce yourself to our chat room by typing: \"hello world!\".", + "Now we're going to join the Free Code Camp chat room. You can come here any time of day to hang out, ask questions, or find another camper to pair program with.", + "Make sure your Free Code Camp account includes your email address. You can do this here: http://freecodecamp.com/account.", + "Click this link, which will email you an invite to Free Code Camp's Slack chat room: http://freecodecamp.com/api/slack.", + "Now check your email and click the link in the email from Slack", + "Complete the sign up process, then update your biographical information and upload an image. A picture of your face works best. This is how people will see you in the chat room, so put your best foot forward.", + "Now enter the general chat room and introduce yourself to our chat room by typing: \"hello world!\".", "Tell your fellow campers how you found Free Code Camp. Also tell us why you want to learn to code.", "Keep the chat room open while you work through the other challenges. That way you ask for help if you get stuck on a challenge. You can also socialize when you feel like taking a break.", - "You can also access this chatroom by clicking the \"Chat\" button in the upper right hand corner." + "You can also access this chat room by clicking the \"Chat\" button in the upper right hand corner." ], "challengeType": 2, "tests": [] diff --git a/views/partials/navbar.jade b/views/partials/navbar.jade index 3354c83e46..89ebadcb94 100644 --- a/views/partials/navbar.jade +++ b/views/partials/navbar.jade @@ -11,8 +11,7 @@ img.img-responsive.nav-logo(src='https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg.gz', alt='learn to code javascript at Free Code Camp logo') .collapse.navbar-collapse ul.nav.navbar-nav.navbar-right.hamburger-dropdown - li - a(href='/challenges') Challenges + li a(href='/map') Map @@ -21,7 +20,7 @@ a(href='/chat', target='_blank') Chat else li - a(href='/challenges/01') Chat + a(href='/challenges/join-our-chat-room') Chat li a(href='/stories/hot') News li