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

View File

@ -55,6 +55,12 @@ module.exports = {
});
},
chat: function chat(req, res) {
res.render('resources/chat', {
title: "Enter Free Code Camp's Chat Rooms"
});
},
nonprofitProjectInstructions: function nonprofitProjectInstructions(req, res) {
res.render('resources/nonprofit-project-instructions', {
title: 'Nonprofit Project Instructions'