update the landing page and add the firelane easter egg

This commit is contained in:
Michael Q Larson
2014-12-05 10:31:04 -08:00
parent 91dd9c6c18
commit 4a0c724711
4 changed files with 21 additions and 11 deletions

3
app.js
View File

@@ -124,6 +124,9 @@ app.get('/', homeController.index);
app.get(
'/resources/interview-questions',
resourcesController.interviewQuestions);
app.get(
'/resources/firelane',
resourcesController.firelane);
app.get('/learn-to-code', resourcesController.learnToCode);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);