Update labs view and add a new project
This commit is contained in:
@ -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",
|
||||
|
@ -1,8 +1,7 @@
|
||||
extends ../layout
|
||||
block content
|
||||
.panel.panel-info
|
||||
.panel-heading.text-center Projects Created by Free Code Camp Campers
|
||||
.panel-body.text-left
|
||||
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
|
||||
@ -16,10 +15,3 @@ block content
|
||||
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
|
||||
|
Reference in New Issue
Block a user