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

1
app.js
View File

@@ -224,6 +224,7 @@ app.get('/chat', resourcesController.chat);
app.get('/live-pair-programming', resourcesController.livePairProgramming);
app.get('/install-screenhero', resourcesController.installScreenHero);
app.get('/javascript-in-your-inbox', resourcesController.javaScriptInYourInbox);
app.get('/guide-to-our-nonprofit-projects', resourcesController.guideToOurNonprofitProjects);
app.get('/chromebook', resourcesController.chromebook);
app.get('/deploy-a-website', resourcesController.deployAWebsite);
app.get('/gmail-shortcuts', resourcesController.gmailShortcuts);