make all navbar layouts wide style, redirect logo to challenge map, improve navbar collapse

This commit is contained in:
Quincy Larson
2015-04-24 01:31:59 -07:00
parent bf723b522b
commit e5e47136ea
8 changed files with 103 additions and 64 deletions

View File

@@ -5,7 +5,7 @@
exports.index = function(req, res) {
if (req.user) {
res.redirect('/challenges/')
res.redirect('/map')
} else {
res.render('home', {
title: 'Learn to Code JavaScript and get a Coding Job by Helping Nonprofits'