freeCodeCamp/views/curriculum/curriculum.jade

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2014-10-13 21:14:51 +00:00
extends ../layout
block content
2014-10-20 19:37:48 +00:00
.row
.col-sm-8.col-xs-12
h1 Welcome to Free Code Camp!
ol
li
a(href="challenges/create-and-deploy-a-website") Learn how to create a website and deploy it to the internet
| &nbsp (takes 10 minutes)
li
a(href="challenges/start-a-pair-programming-session") Learn how to start Pair Programming session
| &nbsp (takes 10 minutes)
li
a(href="challenges/add-dynamic-content-to-your-website") Learn how to add dynamic content to your website
| &nbsp (takes 10 minutes)
li
a(href="challenges/experiment-with-html-and-css-in-codepen") Learn how to experiment with HTML and CSS in Codepen
| &nbsp (takes 10 minutes)
li
a(href="challenges") Start the HTML and CSS challenges!
.col-sm-4.col-xs-12
include ./../partials/challenges
.col-sm-4.col-xs-12
include ./../partials/courses