Add email functionality to done-with-first-100-hours page and refactor nonprofit link to be on same controller in same view folder

This commit is contained in:
Michael Q Larson
2015-01-14 13:28:20 -08:00
parent 89357f3d13
commit 13faedc86e
8 changed files with 108 additions and 63 deletions

View File

@ -175,13 +175,6 @@ module.exports = {
});
},
doneWithFirst100Hours: function(req, res) {
res.render('resources/done-with-first-100-hours', {
title:
'Congratulations on finishing the first 100 hours of Free Code Camp!'
});
},
interviewQuestions: function(req, res) {
res.json(questions);
}