freeCodeCamp/views/curriculum/curriculum.jade

29 lines
1.3 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!
2014-10-21 17:35:14 +00:00
p Here are a few quick tips:
ol
li Work through our challenges in order. Many challenges are self-graded. If you want our feedback, 
a(href="https://twitter.com/intent/tweet?text=Hey%20@freecodecamp") tweet a link to your project to @freecodecamp.
li If you get stuck, try working through our recommended (free) courses. They're super helpful, but totally optional. You can pair program on them, too.
li Challenge #2 will show you how to start a pair programming session. Pair program as much as possible. It's more fun, and you'll learn better that way.
p We're working to create more challenges. If you have an idea for a challenge you'd like us to implement,&nbsp
a(href="https://twitter.com/intent/tweet?text=Hey%20@freecodecamp") tweet it to @freecodecamp.
br
br
br
br
br
br
br
br
br
br
br
2014-10-20 19:37:48 +00:00
.col-sm-4.col-xs-12
include ./../partials/challenges
.col-sm-4.col-xs-12
2014-10-21 18:09:47 +00:00
include ./../partials/courses