Merge pull request #7516 from FreeCodeCamp/fix/update-faq
Update Campsite challenge copy and labs
This commit is contained in:
@ -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.",
|
||||
""
|
||||
],
|
||||
[
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
@ -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
|
||||
<p class="negative-15">As long as your code is publicly viewable, and you have a live demo, you can use whatever you want.</p>
|
||||
<h4>When will you release the additional React, Sass, and D3 challenges?</h4>
|
||||
<p class="negative-15">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.</p>
|
||||
<h4>How did Free Code Camp get started?</h4>
|
||||
<p class="negative-15"><a href="https://www.quora.com/profile/Quincy-Larson" target="_blank">Quincy Larson</a> started our open source community in 2014. He is now just one of many active contributors.</p>
|
||||
<h4>How can I hire Free Code Camp alumni?</h4>
|
||||
<p class="negative-15">You can reach out to them through our <a href="https://www.linkedin.com/edu/school?id=166029">alumni network</a>.</p>
|
||||
<p class="negative-15">You can reach out to them through our <a href="https://www.linkedin.com/edu/school?id=166029" target="_blank">alumni network</a>.</p>
|
||||
<h4>How did Free Code Camp get started?</h4>
|
||||
<p class="negative-15"><a href="https://www.quora.com/profile/Quincy-Larson" target="_blank">Quincy</a> started our open source community in 2014. He is now just one of many active contributors.</p>
|
||||
<h4>How is Free Code Camp incorporated?</h4>
|
||||
<p class="negative-15">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, <a href="https://gitter.im/berkeleytrue" target="_blank">Berkeley</a>, and <a href="https://gitter.im/codenonprofit" target="_blank">Michael</a>, who oversee infrastructure and nonprofit projects.</p>
|
||||
<h4>Can I get a job at Free Code Camp?</h4>
|
||||
<p class="negative-15">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.</p>
|
||||
<h4>Can my company advertise on Free Code Camp?</h4>
|
||||
<p class="negative-15">We don’t show ads.</p>
|
||||
<h4>Can I invest in Free Code Camp?</h4>
|
||||
|
@ -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
|
Reference in New Issue
Block a user