freeCodeCamp/views/curriculum/curriculum.jade

22 lines
1.6 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
2014-10-25 17:27:09 +00:00
.col-xs-12.col-sm-12.col-md-8
2014-10-25 01:51:32 +00:00
.panel.panel-primary
.panel-heading Your Curriculum
.panel.panel-body
.responsive-container.animated.zoomIn.delay-1
2014-11-01 22:37:00 +00:00
iframe(src='//player.vimeo.com/video/110039099?autoplay=1', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
2014-10-25 17:27:09 +00:00
.animated.fadeIn.delay-2
h3 Instructions:
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.
.col-sm-12.col-md-4.col-xs-12.animated.fadeInUp.delay-1
2014-10-20 19:37:48 +00:00
include ./../partials/challenges
2014-10-21 18:09:47 +00:00
include ./../partials/courses