add a ton of static page, beef up the footer, make this website look

official! @zakkain, I hope I didn't break anything!
This commit is contained in:
Tyler Renelle
2013-03-16 23:03:59 -04:00
parent 4e9fc85193
commit b030fb60ec
22 changed files with 1468 additions and 1288 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
module.exports.splash = (req, res, next) ->
unless req.query?.play? or req.getModel().get('_userId')
res.redirect('/splash.html')
isStatic = req.url.split('/')[1] is 'static'
unless req.query?.play? or req.getModel().get('_userId') or isStatic
res.redirect('/static/front')
else
next()