diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 3075a3cdfa..c8f0108368 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -89,7 +89,7 @@ "tests": [ "assert(($('p').length > 0), 'Create a p element.')", "assert.isTrue((/hello(\\s)+paragraph/gi).test($('p').text()), 'Your p element should have the text \"Hello Paragraph\".')", - "assert(editor.match(/<\\/p>/g) && editor.match(/<\\/p>/g).length === editor.match(/

/g).length, 'Make sure your p element has a closing tag.')" + "assert(editor.match(/<\\/p>/g) && editor.match(/<\\/p>/g).length === editor.match(/

p element has a closing tag.')" ], "challengeSeed": [ "

Hello World

", @@ -364,7 +364,7 @@ "tests": [ "assert($('h2').css('color') === 'rgb(0, 0, 255)', 'Your h2 element should be blue.')", "assert(!$('h2').attr('style'), 'Remove the style attribute from your h2 element.')", - "assert(($('style').length > 0), 'Create a style element.')", + "assert(($('style').length > 1), 'Create a style element.')", "assert(editor.match(/<\\/style>/g) && editor.match(/<\\/style>/g).length === editor.match(/ - - - - - - +extends ../layout +block content + iframe(src="https://docs.google.com/forms/d/1b8JYvQ5ibdwwC0owQ9e9EMRlg22O2wbJgqMvPjiILqs/viewform?embedded=true", frameborder="0", marginheight="0", marginwidth="0", width='102%', height=2100, scrolling="no") Loading... diff --git a/views/resources/nonprofits-form.jade b/views/resources/nonprofits-form.jade index be85b628e4..f72ae1e751 100644 --- a/views/resources/nonprofits-form.jade +++ b/views/resources/nonprofits-form.jade @@ -1,28 +1,3 @@ -html. - - - - - nonprofit-projects - - - - - - - - +extends ../layout +block content + iframe(src="https://docs.google.com/forms/d/1MtQDh8E1Nvkg5jdOucS4LSyk6oMQrN8XTwmQGtgJPAQ/viewform?embedded=true", frameborder="0", marginheight="0", marginwidth="0", width='102%', height=2550, scrolling="no") Loading... diff --git a/views/resources/pmi-acp-agile-project-managers-form.jade b/views/resources/pmi-acp-agile-project-managers-form.jade index 781fdb0698..f90b732afe 100644 --- a/views/resources/pmi-acp-agile-project-managers-form.jade +++ b/views/resources/pmi-acp-agile-project-managers-form.jade @@ -1,29 +1,3 @@ -html. - - - - - PMI-ACP - - - - - - - - - +extends ../layout +block content + iframe(src="https://docs.google.com/forms/d/1Y9wvQAx5s_puGcC-NRZpKLMgT0iZwajGMbkKlh-piGg/viewform?embedded=true", frameborder="0", marginheight="0", marginwidth="0", width='102%', height=2000, scrolling="no") Loading...