update the complete all the challenges flow and copy

This commit is contained in:
Michael Q Larson
2015-01-23 15:13:36 -08:00
parent 1f6cb10a32
commit d690f976f3
7 changed files with 50 additions and 11 deletions

View File

@ -52,6 +52,12 @@ module.exports = {
});
},
nonprofitProjectInstructions: function nonprofitProjectInstructions(req, res) {
res.render('resources/nonprofit-project-instructions', {
title: 'Nonprofit Project Instructions'
});
},
gmailShortcuts: function gmailShortcuts(req, res) {
res.render('resources/gmail-shortcuts', {
title: 'These Gmail Shortcuts will save you Hours'