freeCodeCamp/views/courses/partials/course.jade

10 lines
324 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 Course: #{name}
.panel.panel-body
img.img-center.img-responsive(src=image)
h3 Takes about #{time} hours to complete
for direction in directions
p= direction
a.btn.btn-primary.btn-large.btn-block(href=link, target="blank") Go to course