From 8358e0cea44ddc8830694de6b58e307d516cffcb Mon Sep 17 00:00:00 2001 From: robertkj Date: Tue, 23 Apr 2013 11:34:16 +0200 Subject: fixed home page --- public/css/devanim.less | 10 +++++----- router.js | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/public/css/devanim.less b/public/css/devanim.less index ea7f23a..5a89212 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -315,8 +315,8 @@ moz-webkit-keyframes devices { border-top-width: 7px; border-bottom-width: 10px; border-radius: 2px; - background-image: url('/img/mobil.png') - background-repeat: no-repeat; + background-image: url('/img/mobil.png'); + /*background-repeat: no-repeat;*/ } 100% { @@ -326,7 +326,7 @@ moz-webkit-keyframes devices { border-width: 10px; border-radius: 2px; border-bottom-width: 15px; - background-image: url('/img/desktop.png') - /*background-repeat: no-repeat;*/ + background-image: url('/img/desktop.png'); + /*background-repeat: no-repeat;*/ } -} \ No newline at end of file +} diff --git a/router.js b/router.js index df4f564..c63d293 100644 --- a/router.js +++ b/router.js @@ -30,6 +30,13 @@ module.exports = function(app) { }); }); + app.get('/home', function(req, res) { + res.render('home', { + title: 'home', + loggedin: false + }); + }); + /* * GET dashboard -- cgit v1.2.3