From 0e75d251b5a68559afd0d477084d0fd953b5e5f2 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 13 May 2015 15:31:32 -0700 Subject: [PATCH] improvements to fieldguide with alex-dixon --- seed_data/field-guides.json | 59 +++++++++++++++++++++++-------------- 1 file changed, 37 insertions(+), 22 deletions(-) diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index a365d8ae96..141c1700f6 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -4,7 +4,7 @@ "name": "How do I use this guide?", "description": [ "
", - "

This guide will answer many of your questions about learning to code and getting a coding job.

", + "

This guide strives to provide clear answers to common questions about Free Code Camp, learning to code, and getting a coding job.

", "

If you're logged in, you can click the \"Next article\" button to go to your next article.

", "

You can also click the \"Show me all articles\" button to browse all the questions we answer.

", "
" @@ -222,10 +222,10 @@ }, { "_id": "bd7158d9c436eddfaeb5bd3f", - "name": "Can I jump around in this Field Guide?", + "name": "Can I jump around in this guide?", "description": [ "
", - "

This Field Guide was designed as a reference for you. You shouldn't try to read it all today.

", + "

This guide was designed as a reference for you. You shouldn't try to read it all today.

", "

Feel free to come back any time and jump around, reading any articles that seem interesting to you at the time.

", "

If you're currently doing our \"Browse our Field Guide\" Waypoint, go ahead and mark that challenge complete and move on to your next Waypoint.

", "
" @@ -373,24 +373,6 @@ "" ] }, - { - "_id": "bd7158d9c436eddfaeb5bd3c", - "name": "How can I reach Free Code Camp's team to interview them for my publication?", - "description": [ - "
", - "

We're happy to do a quick interview for your publication or show. Here's whom you should contact about what, and how to best reach them:

", - "

", - "
    ", - "
  1. Want to talk to about Free Code Camp's curriculum or long-term vision? Reach out to Quincy Larson. He's @ossia on Twitter and @quincylarson on Slack.
  2. ", - "
  3. Want to talk about Free Code Camp's open source codebase, infrastructure, or JavaScript in general? Talk to Nathan Leniz. He's @terakilobyte on Twitter and @terakilobyte on Slack.
  4. ", - "
  5. Want to explore our efforts to empower nonprofits with code? Michael D. Johnson eats, sleeps and breathes that. He's @figitalboy on Twitter and @codenonprofit on Slack.
  6. ", - "
  7. Want to get a camper's perspective on our community? Talk with Bianca Mihai (@biancamihai on Slack and @bubuslubu on Twitter) or Suzanne Atkinson (@adventurebear on Slack and @steelcitycoach on Twitter).", - "
", - "

", - "

We strive to be helpful and transparent in everything we do. We'll do what we can to help you share our community with your audience.

", - "
" - ] - }, { "_id": "bd7158d9c442eddfaeb5bdef", "name": "How do I best use the Global Control Shortcuts for Mac?", @@ -417,7 +399,7 @@ }, { "_id": "bd7158d9c445eddfaeb5bdef", - "name": "How can I get to Inbox Zero with Gmail Shortcuts?", + "name": "How can I get to Inbox Zero with Gmail shortcuts?", "description": [ "
", "

These Gmail Shortcuts will save you hours and help you get to Inbox Zero.


", @@ -649,5 +631,38 @@ "

If you have any questions or concerns, please send an email to team@freecodecamp.com.

", "
" ] + }, + { + "_id": "bd7158d9c436eddfaeb5bd3c", + "name": "How can I reach the Free Code Camp team to interview them for my publication?", + "description": [ + "
", + "

We're happy to do a quick interview for your publication or show. Here's whom you should contact about what, and how to best reach them:

", + "

", + "
    ", + "
  1. Want to talk to about Free Code Camp's curriculum or long-term vision? Reach out to Quincy Larson. He's @ossia on Twitter and @quincylarson on Slack.
  2. ", + "
  3. Want to talk about Free Code Camp's open source codebase, infrastructure, or JavaScript in general? Talk to Nathan Leniz. He's @terakilobyte on Twitter and @terakilobyte on Slack.
  4. ", + "
  5. Want to explore our efforts to empower nonprofits with code? Michael D. Johnson eats, sleeps and breathes that. He's @figitalboy on Twitter and @codenonprofit on Slack.
  6. ", + "
  7. Want to get a camper's perspective on our community? Talk with Bianca Mihai (@biancamihai on Slack and @bubuslubu on Twitter) or Suzanne Atkinson (@adventurebear on Slack and @steelcitycoach on Twitter).", + "
", + "

", + "

We strive to be helpful and transparent in everything we do. We'll do what we can to help you share our community with your audience.

", + "
" + ] + }, + { + "_id": "bd7158d9c436eddfadb5bd3e", + "name": "How can I contribute to this guide?", + "description": [ + "
", + "

Contributing to our field guide is a great way to establish your history on GitHub, add to your portfolio, and help other campers. If you have a question about JavaScript or programming in general that you'd like us to add to the field guide, here are two ways to get it into the guide:

", + "

", + "
    ", + "
  1. You can message @alex-dixon in Slack with your question.
  2. ", + "
  3. You can also contribute to this field guide directly via GitHub pull request, by cloning Free Code Camp's main repository and modifying field-guides.json.
  4. ", + "
", + "

", + "
" + ] } ]