diff --git a/views/challenges/show.jade b/views/challenges/show.jade index a4aebcc728e..c314801bfa8 100644 --- a/views/challenges/show.jade +++ b/views/challenges/show.jade @@ -3,24 +3,18 @@ block content .row .col-sm-12.col-md-8.col-xs-12 .panel.panel-primary - .panel-heading Challenge: #{name} + .panel-heading #{name} (takes #{time}) .panel.panel-body - .challenge-brief - h3.text-center - span.ion-android-clock - span Takes about #{time} - .btn.btn-primary.btn-big.btn-block.start-challenge Start the challenge - .challenge-content.hidden-element - .responsive-container - iframe(src='//player.vimeo.com/video/#{video}', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='') - h3 Steps: - h4 - ol - for step in steps - li!= step - .btn.btn-primary.btn-big.btn-block.completed-challenge I've completed this challenge - .ten-pixel-break - .btn.btn-success.btn-large.btn-block.skip-challenge I want to skip this challenge for now + .embed-responsive.embed-responsive-16by9 + iframe.embed-responsive-item(src='//player.vimeo.com/video/#{video}') + h3 Steps: + h4 + ol + for step in steps + li!= step + .btn.btn-primary.btn-big.btn-block.completed-challenge I've completed this challenge + .ten-pixel-break + .btn.btn-success.btn-large.btn-block.skip-challenge I want to skip this challenge for now .panel-footer.text-center span Need a break? Check out our:  a(href="https://gitter.im/FreeCodeCamp/FreeCodeCamp", target="_blank") Chat Room