From c06b8683c9d742ea21ad95377ced85e7e3002f09 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Mon, 22 Dec 2014 10:22:04 -0800 Subject: [PATCH] remove github auth again until I can figure out the issue --- seed_data/challenges.json | 14 +++++++++----- views/account/login.jade | 6 +++--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/seed_data/challenges.json b/seed_data/challenges.json index 86bd9bf992..77161bfa46 100644 --- a/seed_data/challenges.json +++ b/seed_data/challenges.json @@ -29,21 +29,25 @@ "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!\".", - "Tell your fellow Code Campers how you found Free Code Camp. Also tell them why you want to learn to code." + "Tell your fellow Code 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." ] }, { - "name": "Subscribe to Our Subreddit", + "name": "Join our Forum", "time": 5, "video": "114578442", "challengeNumber": 2, "steps": [ - "Go to the Free Code Camp Subreddit: https://www.reddit.com/r/freecodecamp. You can come here to share and discuss additional coding resources, or ask questions to our entire community. Our chatroom is great for realtime discussions, but our subreddit is ideal for longer-term discussions and open-ended questions.", - "If you don't already have a Reddit account, create one by clicking the \"login or register\" button in the upper right hand corner.", + "Go to Free Code Camp's forum: http://forum.freecodecamp.com.", + "You can come here to share and discuss coding resources, ask questions to our entire community, and coordinate local Free Code Camp events.", + "Our chat room is great for realtime discussions, but our forum is ideal for longer-term discussions and open-ended questions.", + "Sign in with the Github account you created during Challenge 1.", "Click on the \"Introduce yourself here\" discussion.", "Here you can read through other Free Code Camp community members' self introductions.", "Go ahead and type a brief self introduction of your own.", - "Subscribe to the Free Code Camp subreddit by clicking \"Subscribe\". You might want to subscribe to these subreddits as well: http://www.reddit.com/r/learnprogramming/ and http://www.reddit.com/r/learnjavascript." + "Click on the \"Categories\" drop-down menu. You should see a category called \"Local Chapters\". Click that. If your city isn't already on the list, you can create a topic for it. Otherwise, you can also introduce yourself to the other Code Campers from your city.", + "Come back here daily to ask questions, engage in discussions, and share links to helpful coding tools." ] }, { diff --git a/views/account/login.jade b/views/account/login.jade index 025c807488..04983d112b 100644 --- a/views/account/login.jade +++ b/views/account/login.jade @@ -8,9 +8,9 @@ block content a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook') i.fa.fa-facebook | Sign in with Facebook - a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') - i.fa.fa-github - | Sign in with GitHub + //a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') + // i.fa.fa-github + // | Sign in with GitHub a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') i.fa.fa-linkedin | Sign in with LinkedIn