create a styleguide from @brndbr's sample style guide

This commit is contained in:
Michael Q Larson
2015-03-29 17:28:25 -07:00
parent 9fe8bf2fbf
commit 5bb084120e
3 changed files with 33 additions and 0 deletions

1
app.js
View File

@ -235,6 +235,7 @@ 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('/styleguide', resourcesController.styleguide);
app.get('/deploy-a-website', resourcesController.deployAWebsite);
app.get('/gmail-shortcuts', resourcesController.gmailShortcuts);
app.get('/control-shortcuts', resourcesController.controlShortcuts);