improve the challenge map
This commit is contained in:
@ -1,11 +1,32 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"_id": "bd7158d9c441eddfaeb5bdef",
|
"_id": "bd7158d9c441eddfaeb5bdef",
|
||||||
"name": "A Guide to our Wiki",
|
"name": "How do I use this guide?",
|
||||||
"description": [
|
"description": [
|
||||||
"<div class=\"col-xs-12 col-sm-10 col-sm-offset-1\">",
|
"<div class=\"col-xs-12 col-sm-10 col-sm-offset-1\">",
|
||||||
"<h2 class='text-center'>We have a variety of resources to answer your many questions.</h2>",
|
"<h2 class='text-left'>This guide will answer your questions about learning to code and getting a coding job.</h2>",
|
||||||
"<h3 class='text-center'>Click the \"Show all Wiki Articles\" button below and browse the topics we cover</h3>"
|
"<h3 class='text-left'>You can click </h3>",
|
||||||
|
"<h3 class='text-center'>Click the \"Show all Articles\" button below and browse the topics we cover</h3>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "bd7158d9c541eddfaeb5bdef",
|
||||||
|
"name": "Will I be able to get a job after this?",
|
||||||
|
"description": [
|
||||||
|
"<div class=\"col-xs-12 col-sm-10 col-sm-offset-1\">",
|
||||||
|
"<h2 class='text-left'>This guide will answer your questions about learning to code and getting a coding job.</h2>",
|
||||||
|
"<h3 class='text-left'>You can click </h3>",
|
||||||
|
"<h3 class='text-center'>Click the \"Show all Articles\" button below and browse the topics we cover</h3>"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_id": "bd7158d9c542eddfaeb5bdef",
|
||||||
|
"name": "How do I use this guide?",
|
||||||
|
"description": [
|
||||||
|
"<div class=\"col-xs-12 col-sm-10 col-sm-offset-1\">",
|
||||||
|
"<h2 class='text-left'>This guide will answer your questions about learning to code and getting a coding job.</h2>",
|
||||||
|
"<h3 class='text-left'>You can click </h3>",
|
||||||
|
"<h3 class='text-center'>Click the \"Show all Articles\" button below and browse the topics we cover</h3>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -44,7 +65,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_id": "bd7158d9c439eddfaeb5bdef",
|
"_id": "bd7158d9c439eddfaeb5bdef",
|
||||||
"name": "Will I be ready to get a software engineer job after this?",
|
"name": "Will I be ready to get a coding job after this?",
|
||||||
"description": [
|
"description": [
|
||||||
"<div class=\"text-left col-xs-12 col-md-10 col-md-offset-1\">",
|
"<div class=\"text-left col-xs-12 col-md-10 col-md-offset-1\">",
|
||||||
" <p class=\"landing-p\">At the end of Free Code Camp, you will have pair programmed around 1,000 hours with dozens of other students, built a portfolio of projects that people are actively using, and a roster of glowing references from nonprofits you've helped. This is more coding than most coding bootcamps provide, and on average, 75% of bootcamp graduates get software engineering jobs within 6 months, and earn an average annual salary of $76,000.</p>",
|
" <p class=\"landing-p\">At the end of Free Code Camp, you will have pair programmed around 1,000 hours with dozens of other students, built a portfolio of projects that people are actively using, and a roster of glowing references from nonprofits you've helped. This is more coding than most coding bootcamps provide, and on average, 75% of bootcamp graduates get software engineering jobs within 6 months, and earn an average annual salary of $76,000.</p>",
|
||||||
|
@ -5,57 +5,66 @@ block content
|
|||||||
.panel-heading.text-center
|
.panel-heading.text-center
|
||||||
h1 Challenge Map
|
h1 Challenge Map
|
||||||
.panel-body
|
.panel-body
|
||||||
.col-md-offset-2
|
.row
|
||||||
h2
|
.col-xs-12.col-sm-12.col-md-8.col-md-offset-2
|
||||||
span.fa.fa-flag
|
h3 We strongly recommend you complete these in order. All of these must be completed before you can start working on nonprofit projects.
|
||||||
| Waypoints
|
h2
|
||||||
|
span.fa.fa-flag
|
||||||
|
| Waypoints (web development lessons)
|
||||||
|
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
h3.negative-15
|
h3.negative-15
|
||||||
ol
|
ol
|
||||||
for waypoint in waypoints
|
for waypoint in waypoints
|
||||||
if completedCoursewareList.indexOf(waypoint._id) > -1
|
if completedCoursewareList.indexOf(waypoint._id) > -1
|
||||||
li.strikethrough
|
li.strikethrough
|
||||||
a(href="/challenges/#{waypoint.name}")= waypoint.name
|
a(href="/challenges/#{waypoint.name}")= waypoint.name
|
||||||
else
|
else
|
||||||
li
|
li
|
||||||
a(href="/challenges/#{waypoint.name}")= waypoint.name
|
a(href="/challenges/#{waypoint.name}")= waypoint.name
|
||||||
h2
|
h2
|
||||||
span.ion-bonfire
|
span.ion-bonfire
|
||||||
| Bonfires
|
| Bonfires (algorithm practice)
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
h3.negative-15
|
h3.negative-15
|
||||||
ol
|
ol
|
||||||
for bonfire in bonfires
|
for bonfire in bonfires
|
||||||
if completedBonfireList.indexOf(bonfire._id) > -1
|
if completedBonfireList.indexOf(bonfire._id) > -1
|
||||||
li.strikethrough
|
li.strikethrough
|
||||||
a(href="/bonfires/#{bonfire.name}")= bonfire.name
|
a(href="/bonfires/#{bonfire.name}")= bonfire.name
|
||||||
else
|
else
|
||||||
li
|
li
|
||||||
a(href="/bonfires/#{bonfire.name}")= bonfire.name
|
a(href="/bonfires/#{bonfire.name}")= bonfire.name
|
||||||
h2
|
h2
|
||||||
span.fa.fa-angle-double-right
|
span.fa.fa-angle-double-right
|
||||||
| Ziplines
|
| Ziplines (front end development practice)
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
h3.negative-15
|
h3.negative-15
|
||||||
ol
|
ol
|
||||||
for zipline in ziplines
|
for zipline in ziplines
|
||||||
if completedCoursewareList.indexOf(zipline._id) > -1
|
if completedCoursewareList.indexOf(zipline._id) > -1
|
||||||
li.strikethrough
|
li.strikethrough
|
||||||
a(href="/challenges/#{zipline.name}")= zipline.name
|
a(href="/challenges/#{zipline.name}")= zipline.name
|
||||||
else
|
else
|
||||||
li
|
li
|
||||||
a(href="/challenges/#{zipline.name}")= zipline.name
|
a(href="/challenges/#{zipline.name}")= zipline.name
|
||||||
h2
|
h2
|
||||||
span.fa.fa-level-down
|
span.fa.fa-level-down
|
||||||
| Basejumps
|
| Basejumps (full stack development practice)
|
||||||
.col-xs-12
|
.col-xs-12
|
||||||
h3.negative-15
|
h3.negative-15
|
||||||
ol
|
ol
|
||||||
for basejump in basejumps
|
for basejump in basejumps
|
||||||
if completedCoursewareList.indexOf(basejump._id) > -1
|
if completedCoursewareList.indexOf(basejump._id) > -1
|
||||||
li.strikethrough
|
li.strikethrough
|
||||||
a(href="/challenges/#{basejump.name}")= basejump.name
|
a(href="/challenges/#{basejump.name}")= basejump.name
|
||||||
else
|
else
|
||||||
li
|
li
|
||||||
a(href="/challenges/#{basejump.name}")= basejump.name
|
a(href="/challenges/#{basejump.name}")= basejump.name
|
||||||
|
h2
|
||||||
|
span.ion-ios-heart
|
||||||
|
| Nonprofit Projects
|
||||||
|
h3.negative-15
|
||||||
|
ul
|
||||||
|
li
|
||||||
|
a(href="/nonprofits/index") Browse our nonprofit projects
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
li
|
li
|
||||||
a(href='/stories/hot') News
|
a(href='/stories/hot') News
|
||||||
li
|
li
|
||||||
a(href='/wiki') Wiki
|
a(href='/wiki') Field Guide
|
||||||
if !user
|
if !user
|
||||||
li      
|
li      
|
||||||
li
|
li
|
||||||
|
Reference in New Issue
Block a user