make both score and picture redirect to portfolio, make chat and forum links redirect universally regardless of completion of challenges, simplify accounts page

This commit is contained in:
Michael Q Larson
2015-02-19 16:33:08 -08:00
parent d93e0fb56a
commit 85f6c6eb4d
7 changed files with 92 additions and 75 deletions

1
app.js
View File

@@ -208,6 +208,7 @@ app.use(
app.get('/', homeController.index);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);
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);