add the nonprofit projects guide view and change all our nonbreaking spaces to smaller, more natural looking spaces

This commit is contained in:
Michael Q Larson
2015-03-08 01:36:09 -08:00
parent 7b7f808385
commit aacb0070b3
23 changed files with 161 additions and 58 deletions

View File

@ -83,6 +83,12 @@ module.exports = {
});
},
guideToOurNonprofitProjects: function guideToOurNonprofitProjects(req, res) {
res.render('resources/guide-to-our-nonprofit-projects', {
title: 'A guide to our Nonprofit Projects'
});
},
controlShortcuts: function controlShortcuts(req, res) {
res.render('resources/control-shortcuts', {
title: 'These Control Shortcuts will save you Hours'