diff options
-rw-r--r-- | public/css/use.less | 16 | ||||
-rw-r--r-- | public/img/appstore@2x.png | bin | 0 -> 5568 bytes | |||
-rw-r--r-- | public/img/dashboard.png | bin | 64660 -> 127906 bytes | |||
-rw-r--r-- | public/img/dashboard@2x.png | bin | 176071 -> 339575 bytes | |||
-rw-r--r-- | views/home.ejs | 48 |
5 files changed, 32 insertions, 32 deletions
diff --git a/public/css/use.less b/public/css/use.less index 6f80224..fe1745b 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -15,7 +15,7 @@ } .content { - margin-left:0px; +/* margin-left:0px;*/ } .pitch { @@ -93,8 +93,7 @@ margin:10px; height:460px; margin-top: 40px; margin-bottom:20px; - margin-left:0px; - /*background-color: @grayLighter;*/ + background-color: @grayLighter; /*background-image: url('/img/people.png'); background-repeat:no-repeat; background-attachment:fixed; @@ -115,10 +114,14 @@ margin:10px; float:right; margin: 0px; } -.infoimg{ +.divideLine { +background-color:#66A3D2; +height:5px; +width:35%; +margin-top:40px; +margin-bottom:40px; } - /* .last { background-color:@grayLighter; @@ -180,9 +183,8 @@ margin:10px; display: block; } - /*#footer { background-color: #0D56A6; width:1170px; height:100px; -}*/
\ No newline at end of file +}*/ diff --git a/public/img/appstore@2x.png b/public/img/appstore@2x.png Binary files differnew file mode 100644 index 0000000..ca292a0 --- /dev/null +++ b/public/img/appstore@2x.png diff --git a/public/img/dashboard.png b/public/img/dashboard.png Binary files differindex d8c49ab..1b82ffc 100644 --- a/public/img/dashboard.png +++ b/public/img/dashboard.png diff --git a/public/img/dashboard@2x.png b/public/img/dashboard@2x.png Binary files differindex f9078bc..4f582b8 100644 --- a/public/img/dashboard@2x.png +++ b/public/img/dashboard@2x.png diff --git a/views/home.ejs b/views/home.ejs index 02fff33..a764d54 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -12,34 +12,32 @@ <!-- content ================================================== --> <div class="span12 content"> - <div class="container"> + <div class="container row"> <!-- Main hero unit for a primary marketing message or call to action --> - <div class="span12 showcase"> - <div class="pitch"><h1>Samarbeid om felles utgifter:utlegg:lån</h1></div> - <div class="span3 pitch"> - <ul> - </li><h4><i class="icon-play"></i> Opprett prosjekt</h4></li> - </li><h4><i class="icon-user"></i> Inviter deltakere</h4></li> - </li><h4><i class="icon-barcode"></i> Før inn utgiftene</h4></li> - <hr></hr> - </li><h4><i class="icon-repeat"></i> Ta et oppgjør</h4></li> - </ul> - </div> - <div class="span3 join"> - <a href="#" class="btn btn-large register">Registrer »</a> - <p>Det er helt gratis!</p> - <h4>Prøv også Divid appen:</h4> - <img href="#" src="/img/appstore.png" class="marketbtn"> - <img href="#" src="/img/googleplay.png" class="marketbtn"> - </div> - <div class="span6 dash"> + <div class="span12 showcase row"> + <div class="span5 pitch"> + <div class="span12 row"> + <h1>Samarbeid om utgifter</h1> + <ul> + </li><h4><i class="icon-play"></i> Opprett prosjekt og inviter deltakere</h4></li> + </li><h4><i class="icon-user"></i> Inviter deltakere</h4></li> + </li><h4><i class="icon-barcode"></i> Før inn utgiftene</h4></li> + + </ul> + <hr class="divideLine"/> + </div> + <div class="span12 row"> + <a href="#" class="btn btn-large register">Registrer »</a> + <p>Det er helt gratis!</p> + <h4>Prøv også Divid appen:</h4> + <img href="#" src="/img/appstore.png" class="marketbtn"> + <img href="#" src="/img/googleplay.png" class="marketbtn"> + </div> + </div> + <div class="span7 dash"> <img src="/img/dashboard.png"> </div> - <div class="span3 pdash"> - <img src="/img/pdashboard.png"> - </div> - </div> </div> </div> </div> @@ -67,7 +65,7 @@ <div class="container last"> <div class="span6 sectionright"> <h1>Hvem er denne tjenesten for?</h1> - <h5>Divid er ikke for alle. Å dele er sosialt og derfor holder Divid det sosialt.</h5> + <h5>Divid er for alle. Å dele er sosialt og derfor holder Divid det sosialt.</h5> <ul> <li>Studenter - i kollektiv</li> <li>Singel - ute på farten i sosialt lag</li> |