diff --git a/seed/challenges/00-getting-started/getting-started.json b/seed/challenges/00-getting-started/getting-started.json index dfceda0bac..f3617c0b4f 100644 --- a/seed/challenges/00-getting-started/getting-started.json +++ b/seed/challenges/00-getting-started/getting-started.json @@ -502,9 +502,9 @@ "title": "Join a Campsite in Your City", "description": [ [ - "http://i.imgur.com/NAOFJWN.jpg", - "A picture of some of our campers meeting in a local cafe. 3 men and 3 women are sitting around a table with laptops out, and are smiling and coding.", - "Our Campsites help you code with campers in your city. You can coordinate study groups or attend local coding events together.", + "http://i.imgur.com/XugIMb4.jpg", + "A picture of some of our campers meeting in a local cafe.", + "Our Campsites are Facebook groups that help you meet other campers in your city. You can use these groups to plan and attend casual \"coffee-and-code\" events, where you meet other campers at a café and code together.", "" ], [ diff --git a/server/resources/labs.json b/server/resources/labs.json index a06b7dca90..0a485acc30 100644 --- a/server/resources/labs.json +++ b/server/resources/labs.json @@ -13,6 +13,13 @@ "description": "This d3.js-powered coding bootcamp cost calculator takes into account tuition, financing, lost wages and cost of living.", "image": "https://qph.is.quoracdn.net/main-qimg-670d6a0c5b01f74138e777732994240f?convert_to_webp=true" }, + { + "camper": "martoncsikos", + "name": "Skill.bar", + "url": "http://www.skill.bar", + "description": "Learn. Gain points. Visualize your skills.", + "image": "http://i.imgur.com/URkqqb5.png" + }, { "camper": "ericdouglas", "name": "Open Source Society", @@ -55,4 +62,4 @@ "description": "This leaderboard tracks the campers who have been most active (completing challenges, helping other campers) in the past 30 days.", "image": "http://i.imgur.com/4CrQfFi.png" } -] +] \ No newline at end of file diff --git a/server/views/resources/about.jade b/server/views/resources/about.jade index 8f5bdbd5e8..11ffc670a9 100644 --- a/server/views/resources/about.jade +++ b/server/views/resources/about.jade @@ -19,7 +19,7 @@ block content | challenges li.nowrap span.tag Donated: - span.text-primary $800,000 + span.text-primary $850,000 | in pro-bono code .spacer .row @@ -128,10 +128,14 @@ block content

As long as your code is publicly viewable, and you have a live demo, you can use whatever you want.

When will you release the additional React, Sass, and D3 challenges?

We’ll release these in Spring 2016. In the meantime, other people have completed our React/Sass and D3 projects by referencing their official documentation.

-

How did Free Code Camp get started?

-

Quincy Larson started our open source community in 2014. He is now just one of many active contributors.

How can I hire Free Code Camp alumni?

-

You can reach out to them through our alumni network.

+

You can reach out to them through our alumni network.

+

How did Free Code Camp get started?

+

Quincy started our open source community in 2014. He is now just one of many active contributors.

+

How is Free Code Camp incorporated?

+

Quincy set up a company in California called Free Code Camp, Inc. to support the Free Code Camp community. It pays for servers and other expenses. It also sponsors Quincy, Berkeley, and Michael, who oversee infrastructure and nonprofit projects.

+

Can I get a job at Free Code Camp?

+

We can't afford to hire anyone, but we can serve as a springboard for your next job. Our contributors have landed jobs at companies like GitHub and Spotify.

Can my company advertise on Free Code Camp?

We don’t show ads.

Can I invest in Free Code Camp?

diff --git a/server/views/resources/labs.jade b/server/views/resources/labs.jade index a8e65e63a8..b449bf3101 100644 --- a/server/views/resources/labs.jade +++ b/server/views/resources/labs.jade @@ -1,25 +1,17 @@ extends ../layout block content - .panel.panel-info - .panel-heading.text-center Projects Created by Free Code Camp Campers - .panel-body.text-left - .row - .col-xs-12.col-sm-10.col-sm-offset-1 - for project in projects - .spacer - .row - .col-xs-12.col-sm-3 - img.img-responsive(src=project.image) - .col-xs-12.col-sm-9.negative-15 - h3 - a(href=project.url) #{project.name} - h4 by  - a(href='/' + project.camper) #{project.camper} - p= project.description - - if !user - .spacer - .row - .col-xs-12.col-sm-8.col-sm-offset-2 - a.btn.btn-cta.signup-btn.btn-block(href="/signin") Learn to code today (it's free) - .spacer + h2.text-center Projects Created by Free Code Camp Campers + hr + .row + .col-xs-12.col-sm-10.col-sm-offset-1 + for project in projects + .spacer + .row + .col-xs-12.col-sm-3 + img.img-responsive(src=project.image) + .col-xs-12.col-sm-9.negative-15 + h3 + a(href=project.url) #{project.name} + h4 by  + a(href='/' + project.camper) #{project.camper} + p= project.description \ No newline at end of file