freeCodeCamp/views/curriculum/curriculum.jade

23 lines
1.7 KiB
Plaintext

extends ../layout
block content
.row
.col-xs-12.col-sm-12.col-md-8
.panel.panel-primary
.panel-heading Your Curriculum
.panel.panel-body
.responsive-container.animated.zoomIn.delay-1
iframe(src='//player.vimeo.com/video/110039099', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
.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.fadeInDown.delay-3
include ./../partials/challenges
.col-sm-12.col-md-4.col-xs-12.animated.fadeInUp.delay-3
include ./../partials/courses