Add certification page

This commit is contained in:
Berkeley Martinez
2015-10-02 11:47:36 -07:00
parent fe2c78b3e8
commit 98c671df8a
2 changed files with 28 additions and 5 deletions

View File

@ -5,14 +5,25 @@
{ {
"id": "561add10cb82ac38a17513be", "id": "561add10cb82ac38a17513be",
"title": "Claim Your Front End Development Certificate", "title": "Claim Your Front End Development Certificate",
"difficulty": 0.00, "challengeSeed": [
"challengeSeed": [], {
"properties": ["isHonest", "isFrontEndCert"],
"apis": ["/certificate/honest", "/certificate/verify/front-end"],
"stepIndex": [0, 1]
}
],
"description": [ "description": [
[ [
"http://i.imgur.com/RlEk2IF.jpg", "http://i.imgur.com/RlEk2IF.jpg",
"a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits", "a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits",
"Welcome to Free Code Camp. We're an open source community of busy people who learn to code and help nonprofits.", "Welcome to Free Code Camp. We're an open source community of busy people who learn to code and help nonprofits.",
"" "#"
],
[
"http://i.imgur.com/RlEk2IF.jpg",
"a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits",
"Welcome to Free Code Camp. We're an open source community of busy people who learn to code and help nonprofits.",
"#"
] ]
], ],
"type": "Waypoint", "type": "Waypoint",

View File

@ -6,13 +6,25 @@
"id": "660add10cb82ac38a17513be", "id": "660add10cb82ac38a17513be",
"title": "Claim Your Full Stack Development Certificate", "title": "Claim Your Full Stack Development Certificate",
"difficulty": 0.00, "difficulty": 0.00,
"challengeSeed": [], "challengeSeed": [
{
"properties": ["isHonest", "isFullStackCert"],
"apis": ["/certificate/honest", "/certificate/verify/full-stack"],
"stepIndex": [0, 1]
}
],
"description": [ "description": [
[ [
"http://i.imgur.com/RlEk2IF.jpg", "http://i.imgur.com/RlEk2IF.jpg",
"a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits", "a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits",
"Welcome to Free Code Camp. We're an open source community of busy people who learn to code and help nonprofits.", "Welcome to Free Code Camp. We're an open source community of busy people who learn to code and help nonprofits.",
"" "#"
],
[
"http://i.imgur.com/RlEk2IF.jpg",
"a picture of Free Code Camp's 4 benefits: Get connected, Learn JavaScript, Build your Portfolio, Help nonprofits",
"Welcome to Free Code Camp. We're an open source community of busy people who learn to code and help nonprofits.",
"#"
] ]
], ],
"type": "Waypoint", "type": "Waypoint",