Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
Landing page design
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenramon committed Jun 4, 2012
1 parent b9a3646 commit 6ecb748
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 0 deletions.
40 changes: 40 additions & 0 deletions app/public/desktop/css/desktop.css
Expand Up @@ -169,6 +169,46 @@ body {
padding: 20px;
}

#home_hu {
margin: 90px 0 20px 0;
height: 50px;
}

#home_hu span {
font-size: 4em;
color: #333;
font-weight: 50!important;
}

#home_top_title_disconnected {
font-size: 8em!important;
color: #333;
opacity: 0.1;
margin-top: -40px;
}

#home_thumbs_disconnected {
padding: 20px;
margin-top: 20px;
}

#home_stats {
margin-top: 50px;
margin-bottom: 20px;
background: url('../img/background_noise.png');
padding: 30px 0 20px 0;
border-top: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
}

.home_stats_total {
font-weight: bold;
font-size: 4em;
display: inline-block;
color:#333!important;
line-height: 0.7em;
}

.roomies_picture {
width: 100px;
height: 160px;
Expand Down
Binary file added app/public/desktop/img/home_slide1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/desktop/img/home_slide2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/desktop/img/home_slide3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions app/views/desktop/home.jade
Expand Up @@ -31,5 +31,54 @@ block content
br
br
a.btn.btn-primary.btn-large(href='/wall') Launch wall
- else
.row-fluid
.span12#home_hu
span collaborative, social and innovative...
.row-fluid#home_stats
.span3
.text_block
p
span USERS
p.home_stats_total 511
.span3
.text_block
p
span GROUPS
p.home_stats_total 45
.span3
.text_block
p
span Tasks completed
p.home_stats_total 236
.span3
.text_block
p
span Badges earned
p.home_stats_total 84
.row-fluid
.span12
span
a(href='/auth/facebook') Sign in
|  now with your Facebook account and start helping out your roomies! Do it, it's free!
.row-fluid
.span12#home_thumbs_disconnected
ul.thumbnails
li.span4
.thumbnail
img(src='/Desktop/img/home_slide1.png', alt='Header home')
.caption
p Take pictures and share them with you friends! the Kinect photobooth offers you a fun way to take a snapshot of how you look today.
li.span4
.thumbnail
img(src='/Desktop/img/home_slide2.png', alt='Header home')
.caption
p Enchance your experience by using your Kinect for Windows controller to browse trough the website. Simply swipe trough the website or wave above the tiles.
li.span4
.thumbnail
img(src='/Desktop/img/home_slide3.png', alt='Header home')
.caption
p We offer a nice task list for your roomies to organise your student life on a whole new level. Earn points and badges by helping out and become the major of your student house!

append scripts
script(src='/desktop/js/home.knockout.js')

0 comments on commit 6ecb748

Please sign in to comment.