aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorrobertkj <joramo40@hotmail.com>2013-04-23 11:34:16 +0200
committerrobertkj <joramo40@hotmail.com>2013-04-23 11:34:16 +0200
commit8358e0cea44ddc8830694de6b58e307d516cffcb (patch)
tree53d7f993372997dcdedb10caeaea701f1d31f1e2
parentFixed syntax error on styles.less (diff)
downloadDivid-8358e0cea44ddc8830694de6b58e307d516cffcb.tar.gz
fixed home page
Diffstat (limited to '')
-rw-r--r--public/css/devanim.less10
-rw-r--r--router.js7
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