From 4b6cb490b7b14272ce7d4440b844340c7d914774 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 2 Sep 2015 17:37:23 -0700 Subject: [PATCH 1/3] update meta tags --- server/views/partials/meta.jade | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/views/partials/meta.jade b/server/views/partials/meta.jade index 0909425c80..0f7e10a45b 100644 --- a/server/views/partials/meta.jade +++ b/server/views/partials/meta.jade @@ -3,27 +3,27 @@ meta(charset='utf-8') meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='csrf-token', content=_csrf) -meta(name='keywords', content='learn to code, learn how to code, code, coding, software engineer, software developer, mean stack, pair programming, node.js, angular.js, express.js, mongoDB, coding bootcamp') -meta(property="og:title", content="Learn to code") +meta(name='keywords', content='learn to code, learn to program, learn programming, learn javascript, learn coding, code, coding, programming, software engineer, software developer, mean stack, web development, development, engineering, learn node.js, learn angular.js, learn express.js, learn mongoDB, coding bootcamp, javascript, open source') +meta(property="og:title", content="Learn to code and help nonprofits") meta(property="og:site_name", content="Free Code Camp") meta(name='twitter:widgets:csp', content='on') meta(name='p:domain_verify', content='d0bc047a482c03c24f1168004c2a216a') meta(property="og:url", content="http://www.freecodecamp.com") -meta(property="og:description", content="Learn to code by helping nonprofits. Build your full stack web development portfolio today.") +meta(property="og:description", content="Learn to code and help nonprofits. Build your full stack web development portfolio today.") meta(property="og:image", content="https://s3.amazonaws.com/freecodecamp/curriculum-diagram-full.jpg") meta(property="og:type", content="article") meta(property="article:publisher", content="https://www.facebook.com/freecodecamp") meta(property="article:section", content="Responsive") link(rel="publisher", href="https://plus.google.com/+Freecodecamp") link(rel="author", href="https://plus.google.com/+Freecodecamp") -meta(name="description", content="Learn to code by helping nonprofits. Build your full stack web development portfolio today.") +meta(name="description", content="Learn to code and help nonprofits. Build your full stack web development portfolio today.") meta(name="twitter:creator", content="@freecodecamp") meta(name="twitter:url", content="http://www.freecodecamp.com") meta(name="twitter:site", content="@freecodecamp") meta(name="twitter:card", content="summary_large_image") meta(name="twitter:image:src", content="https://s3.amazonaws.com/freecodecamp/curriculum-diagram-full.jpg") -meta(name="twitter:title", content="Learn to code by helping nonprofits") -meta(name="twitter:description", content="We're a community where you learn to code by helping nonprofits. Build your full stack JavaScript Portfolio today.") +meta(name="twitter:title", content="Learn to code and help nonprofits") +meta(name="twitter:description", content="We're an open source community of busy people who learn to code and help nonprofits. Build your full stack web development portfolio today.") meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify") meta(name="msapplication-TileColor", content="#FFFFFF") meta(name="msapplication-TileImage", content="/") From 30aafd418511ce68603f5695e1a34ce601ac686d Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 2 Sep 2015 17:42:18 -0700 Subject: [PATCH 2/3] update meta and other references to new short tagline --- README.md | 2 +- server/boot/home.js | 2 +- server/views/home.jade | 2 +- server/views/partials/meta.jade | 10 +++++----- server/views/resources/get-started.jade | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dba5013540..633a4dc42e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome to Free Code Camp's open source codebase! ======================= -Free Code Camp is an open-source community of busy people who learn to code, then build projects for nonprofits. +Free Code Camp is an open-source community of busy people who learn to code and build projects for nonprofits. Our campers (students) start by working through our free, self-paced, browser-based curriculum. Next, they build several practice projects. Finally, we pair two campers together with a stakeholder from a nonprofit organization, and help them build the solution the nonprofit has requested. diff --git a/server/boot/home.js b/server/boot/home.js index 177a2eff2b..d6855a9914 100644 --- a/server/boot/home.js +++ b/server/boot/home.js @@ -1,7 +1,7 @@ import { defaultProfileImage } from '../../common/utils/constantStrings.json'; const message = - 'Learn to Code JavaScript and get a Coding Job by Helping Nonprofits'; + 'Learn to Code and Build Projects for Nonprofits'; module.exports = function(app) { var router = app.loopback.Router(); diff --git a/server/views/home.jade b/server/views/home.jade index f08d7528ca..6609c9a8c7 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -3,7 +3,7 @@ block content .jumbotron .text-center h1.hug-top Code with Us - h2 Let's learn to code by building projects for nonprofits + h2 Let's learn to code and build projects for nonprofits .row .col-xs-12.col-sm-12.col-md-3 h3.nowrap Get Connected diff --git a/server/views/partials/meta.jade b/server/views/partials/meta.jade index 0f7e10a45b..f2eac8de86 100644 --- a/server/views/partials/meta.jade +++ b/server/views/partials/meta.jade @@ -4,26 +4,26 @@ meta(http-equiv='X-UA-Compatible', content='IE=edge') meta(name='viewport', content='width=device-width, initial-scale=1.0') meta(name='csrf-token', content=_csrf) meta(name='keywords', content='learn to code, learn to program, learn programming, learn javascript, learn coding, code, coding, programming, software engineer, software developer, mean stack, web development, development, engineering, learn node.js, learn angular.js, learn express.js, learn mongoDB, coding bootcamp, javascript, open source') -meta(property="og:title", content="Learn to code and help nonprofits") +meta(property="og:title", content="Learn to code and build projects for nonprofits") meta(property="og:site_name", content="Free Code Camp") meta(name='twitter:widgets:csp', content='on') meta(name='p:domain_verify', content='d0bc047a482c03c24f1168004c2a216a') meta(property="og:url", content="http://www.freecodecamp.com") -meta(property="og:description", content="Learn to code and help nonprofits. Build your full stack web development portfolio today.") +meta(property="og:description", content="Learn to code and build projects for nonprofits. Build your full stack web development portfolio today.") meta(property="og:image", content="https://s3.amazonaws.com/freecodecamp/curriculum-diagram-full.jpg") meta(property="og:type", content="article") meta(property="article:publisher", content="https://www.facebook.com/freecodecamp") meta(property="article:section", content="Responsive") link(rel="publisher", href="https://plus.google.com/+Freecodecamp") link(rel="author", href="https://plus.google.com/+Freecodecamp") -meta(name="description", content="Learn to code and help nonprofits. Build your full stack web development portfolio today.") +meta(name="description", content="Learn to code and build projects for nonprofits. Build your full stack web development portfolio today.") meta(name="twitter:creator", content="@freecodecamp") meta(name="twitter:url", content="http://www.freecodecamp.com") meta(name="twitter:site", content="@freecodecamp") meta(name="twitter:card", content="summary_large_image") meta(name="twitter:image:src", content="https://s3.amazonaws.com/freecodecamp/curriculum-diagram-full.jpg") -meta(name="twitter:title", content="Learn to code and help nonprofits") -meta(name="twitter:description", content="We're an open source community of busy people who learn to code and help nonprofits. Build your full stack web development portfolio today.") +meta(name="twitter:title", content="Learn to code and build projects for nonprofits") +meta(name="twitter:description", content="We're an open source community of busy people who learn to code and build projects for nonprofits. Build your full stack web development portfolio today.") meta(content="a40ee5d5dba3bb091ad783ebd2b1383f", name="p:domain_verify") meta(name="msapplication-TileColor", content="#FFFFFF") meta(name="msapplication-TileImage", content="/") diff --git a/server/views/resources/get-started.jade b/server/views/resources/get-started.jade index 3ed054dd82..a28ad66358 100644 --- a/server/views/resources/get-started.jade +++ b/server/views/resources/get-started.jade @@ -8,7 +8,7 @@ block content .thumbnail img.gif-block.img-center.img-responsive.thumbnail(src='http://i.imgur.com/RlEk2IF.jpg' alt="a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits") .caption - p.large-p Welcome to Free Code Camp. We're an open source community of busy people who learn to code, then practice by building projects for nonprofits. + p.large-p Welcome to Free Code Camp. We're an open source community of busy people who learn to code and build projects for nonprofits. .big-spacer .thumbnail From 57e1fbf7819dddf91bead616561f2367991fe164 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 3 Sep 2015 18:35:42 -0700 Subject: [PATCH 3/3] update copy in views --- README.md | 2 +- server/views/home.jade | 18 ++++++++---------- server/views/resources/get-started.jade | 4 ++-- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 633a4dc42e..e0810ae265 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This code is running live at [FreeCodeCamp.com](http://www.FreeCodeCamp.com). We Wiki ------------ -We would love your help expanding our [wiki](https://github.com/freecodecamp/freecodecamp/wiki) with more information about learning to code and getting a coding job. +We would love your help expanding our [wiki](https://github.com/freecodecamp/freecodecamp/wiki). Our goal is to become a great resource for people learning to code, building local coding communities, and applying for coding jobs. Contributing ------------ diff --git a/server/views/home.jade b/server/views/home.jade index 6609c9a8c7..9b8b65fa06 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -8,7 +8,7 @@ block content .col-xs-12.col-sm-12.col-md-3 h3.nowrap Get Connected img.img-responsive.landing-icon.img-center(src= 'https://s3.amazonaws.com/freecodecamp/landingIcons_connect.svg.gz', alt='Get great references and connections to start your software engineer career') - p.landing-p Join a community of busy, motivated professionals. + p.landing-p Join a community of busy, motivated people. .col-xs-12.col-sm-12.col-md-3 h3.nowrap Learn JavaScript img.img-responsive.landing-icon.img-center(src= 'https://s3.amazonaws.com/freecodecamp/landingIcons_learn.svg.gz', alt='Learn to code and learn full stack JavaScript') @@ -77,18 +77,16 @@ block content br br .big-break - h2 Why you should join our community right now: + h2 Why you should join our open source community right now: h3.col-xs-offset-0.col-sm-offset-1 ul.text-left - li.ion-code   We're thousands of professionals. We all learn to code together. - li.ion-code   We're building projects for dozens of nonprofits. - li.ion-code   Our community is 100% free and open source. - li.ion-code   You'll learn Full Stack JavaScript and become a Software Engineer. - li.ion-code   You'll work through our focused, interactive courses and tutorials. + li.ion-code   You'll get help in real time from our community chat rooms. + li.ion-code   You'll meet up with other coders in your city. li.ion-code   You'll learn to code at your own pace, in your browser or on your phone. - li.ion-code   You'll become qualified for thousands of jobs currently going unfilled. - li.ion-code   You can get help in real time from our community chat rooms. - li.ion-code   We all share one common goal: to boost our careers with code. + li.ion-code   You'll work through our focused, interactive courses and tutorials. + li.ion-code   You'll learn state-of-the-art full stack JavaScript technologies. + li.ion-code   You'll build projects that help nonprofits carry out their missions more effectively. + li.ion-code   You'll assemble a portfolio of real apps used by real people. .big-break .row .col-xs-12.col-sm-8.col-sm-offset-2 diff --git a/server/views/resources/get-started.jade b/server/views/resources/get-started.jade index a28ad66358..a3d19984f8 100644 --- a/server/views/resources/get-started.jade +++ b/server/views/resources/get-started.jade @@ -20,7 +20,7 @@ block content .thumbnail img.gif-block.img-center.img-responsive(src='http://i.imgur.com/D7Y5luw.jpg' alt='A graph of the rate of job growth against growth in computer science degree graduates. There are 1.4 million jobs and only 400 million people to fill them.') .caption - p.large-p If you can finish Free Code Camp, you will be able to get a coding job. There are thousands of coding jobs currently going unfilled, and the demand for coders grows every year. + p.large-p There are thousands of coding jobs currently going unfilled, and the demand for coders grows every year. If you want a coding job, we can help prepare you to get one. .big-spacer .thumbnail @@ -32,7 +32,7 @@ block content .thumbnail img.gif-block.img-center.img-responsive(src='http://i.imgur.com/yXyxbDd.jpg' alt='a screen shot of our nonprofit project directory.') .caption - p.large-p During the last 800 hours, you'll build several real-life projects for nonprofits. By the time you finish, you'll have a job-winning portfolio of real apps that people use every day. + p.large-p During the last 800 hours, you'll build several real-life projects for nonprofits. By the time you finish, you'll have a portfolio of real apps that people use every day. .big-spacer .thumbnail