add jquery exercises

This commit is contained in:
Michael Q Larson
2014-11-29 15:16:47 -08:00
parent 803adb1628
commit 79f060951a
3 changed files with 211 additions and 0 deletions

View File

@ -9,6 +9,12 @@ exports.learnToCode = function(req, res) {
});
}
exports.jqueryExercises = function(req, res) {
res.render('jquery-exercises', {
title: 'jQuery Exercises'
});
}
exports.about = function(req, res) {
res.render('about', {
title: 'Who We Are'