freeCodeCamp/views/challenges/partials/challenge.jade

20 lines
725 B
Plaintext
Raw Normal View History

2014-10-20 23:25:24 +00:00
.panel.panel-primary
2014-10-20 22:35:42 +00:00
.panel-heading Challenge: #{name}
.panel.panel-body
2014-10-22 04:36:47 +00:00
.responsive-container
iframe(src='//player.vimeo.com/video/#{video}', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
2014-10-20 22:35:42 +00:00
h3 Instructions:
for direction in directions
p= direction
h3 Relevant Links (these open up in a new tab):
ol
for link in links
li
a(href=link, target="blank")= link
br
h3 Challenges:
ol
for challenge in challenges
li= challenge
2014-10-20 22:35:42 +00:00
a.btn.btn-primary.btn-large.btn-block(href='/curriculum') I've completed this challenge