add a lot of content to challenges

This commit is contained in:
Michael Q Larson
2014-11-03 12:32:02 -08:00
parent 5a2de8c47b
commit 97ddb9bc21
4 changed files with 90 additions and 67 deletions

2
app.js
View File

@@ -129,7 +129,7 @@ app.get('/challenges/add-dynamic-content-to-your-website', challengesController.
app.get('/challenges/codecademy-html-and-css-track', challengesController.codecademyHtmlAndCssTrack)
app.get('/challenges/experiment-with-html-and-css-in-codepen', challengesController.experimentWithHtmlAndCssInCodepen)
app.get('/challenges/code-school-try-jquery-course', challengesController.codeSchoolTryJqueryCourse)
app.get('/challenges/complete-jquery-exercises', challengesController.completeJqueryExercises);
app.get('/challenges/jquery-exercises', challengesController.jqueryExercises);
app.get('/challenges/code-school-discover-devtools-course', challengesController.codeSchoolDiscoverDevtoolsCourse)
app.get('/challenges/customize-bootstrap-with-bootswatch', challengesController.customizeBootstrapWithBootswatch);
app.get('/challenges/inject-life-with-css-transformations', challengesController.injectLifeWithCssTransformations);