From d8365d3a4f782e1ed29271725a19c0327cbcd8da Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Thu, 25 Apr 2013 14:59:50 +0200 Subject: Removed animation showcase, added img instead, added colors to lower sections --- public/css/use.less | 94 +++++++++++++++++++++++++++++++++++++++++--- public/img/dividlogo.png | Bin 3881 -> 3891 bytes public/img/dividlogo@2x.png | Bin 4200 -> 4203 bytes 3 files changed, 89 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/public/css/use.less b/public/css/use.less index cb208b2..73d667b 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -1,3 +1,7 @@ +/*#wrapper { +width:100%; +background-position: center 40%; +}*/ #vertical(@startColor: #555, @endColor: #333) { background-color: mix(@startColor, @endColor, 60%); @@ -10,12 +14,16 @@ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@startColor),argb(@endColor))); // IE9 and down } +.pitch { +position:relative; +} + .infobox { text-align:center; /*color:white;*/ - background-color: @grayLighter; + /*background-color: @grayLighter;*/ margin:15px; - padding:35px; + padding:50px; height: 220px; -webkit-border-radius: 15px; -moz-border-radius: 15px; @@ -23,17 +31,39 @@ } .registrer { +color: #ffffff; +text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +background-color: #ffb440; +background-image: -moz-linear-gradient(top, #fbb440, #ff9a00); +background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb440), to(#ff9a00)); +background-image: -webkit-linear-gradient(top, #fbb440, #ff9a00); +background-image: -o-linear-gradient(top, #fbb440, #ff9a00); +background-image: linear-gradient(to bottom, #fbb440, #ff9a00); +background-repeat: repeat-x; +filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb440', endColorstr='#ff9a00', GradientType=0); +border-color: #ff9a00 #ff9a00 #ad6704; +border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); +box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); +filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); +/* margin-left: 20px; -background-color: #FF9A00; +color: #ffffff; +text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +background-image: linear-gradient(to bottom, #FF9A00, #FFB440); +background-repeat: repeat-x; +border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); +box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); +filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/ } .infobtn { + } .showcase { width:1200px; height:400px; - margin-top: 20px; + margin-top: 40px; margin-bottom:20px; padding:10px; background-color: @grayLighter; @@ -48,4 +78,58 @@ background-color: #FF9A00; .logo { float: left; -} \ No newline at end of file +} + +/* +.last { +background-color:@grayLighter; +}*/ + +#hvem { + margin-top:25px; + /*border-top: 2px solid #9fd5df;*/ + color: #143352; + background-color: #689AD3; + box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); + margin: 0 auto; + font-size: 18px; + line-height: 26px; + display: block; +} + +#hvor { + margin-top:25px; + /*border-top: 2px solid #9fd5df;*/ + color: #143352; + background-color: #4186D3; + box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); + margin: 0 auto; + font-size: 18px; + line-height: 26px; + display: block; +} + +#hvordan { + margin-top:25px; + /*border-top: 2px solid #9fd5df;*/ + color: #143352; + background-color: #0D56A6; + box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); + margin: 0 auto; + font-size: 18px; + line-height: 26px; + display: block; +} + + +/*#footer { +background-color: #0D56A6; +width:1170px; +height:100px; +}*/ \ No newline at end of file diff --git a/public/img/dividlogo.png b/public/img/dividlogo.png index 5a6c429..eb3d4d6 100644 Binary files a/public/img/dividlogo.png and b/public/img/dividlogo.png differ diff --git a/public/img/dividlogo@2x.png b/public/img/dividlogo@2x.png index 7576da0..1507b93 100644 Binary files a/public/img/dividlogo@2x.png and b/public/img/dividlogo@2x.png differ -- cgit v1.2.3 From 1ad9bf0060a7951df30c76577f9babfe1a66e542 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Fri, 26 Apr 2013 10:32:44 +0200 Subject: removed animation, added illustrations instead, removed faaq, added new faq.ejs --- public/css/use.less | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) (limited to 'public') diff --git a/public/css/use.less b/public/css/use.less index 4b8a897..6f80224 100644 --- a/public/css/use.less +++ b/public/css/use.less @@ -30,6 +30,14 @@ margin-left: 10px; } +.dash { +margin:10px; +} + +.pdash { +margin:10px; +} + .sectionleft { float:left; margin-left: 10px; @@ -51,26 +59,10 @@ padding:46px; margin-bottom:20px; border: 1px solid white; - /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25 );*/ -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; } -#first:hover { -color:#ff9a00; -border: 1px solid @grayLighter; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); -} -#second:hover { -color:#ff9a00; -border: 1px solid @grayLighter; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); -} -#third:hover { -color:#ff9a00; -border: 1px solid @grayLighter; -text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); -} .register { color: #ffffff; @@ -174,20 +166,6 @@ text-shadow: 0 -1px 0 rgba(0, 0, 0, 1.25); display: block; } -#FAQ { - margin-top:25px; - /*border-top: 2px solid #9fd5df;*/ - color: #FF9A00; - background-color: #232323; - box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2); - -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); - margin: 0 auto; - font-size: 18px; - line-height: 26px; - display: block; -} - #register { margin-top:25px; /*border-top: 2px solid #9fd5df;*/ -- cgit v1.2.3 From 24a15c344895fd7619f57bfa1b7dc07902256279 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Fri, 26 Apr 2013 10:37:12 +0200 Subject: Added img to divid home --- public/img/dashboard.png | Bin 0 -> 64660 bytes public/img/dashboard@2x.png | Bin 0 -> 176071 bytes public/img/iph@2x.png | Bin 0 -> 5904 bytes public/img/iphone@2x.png | Bin 5904 -> 0 bytes public/img/pdashboard.png | Bin 0 -> 25875 bytes public/img/pdashboard@2x.png | Bin 0 -> 35473 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/img/dashboard.png create mode 100644 public/img/dashboard@2x.png create mode 100644 public/img/iph@2x.png delete mode 100644 public/img/iphone@2x.png create mode 100644 public/img/pdashboard.png create mode 100644 public/img/pdashboard@2x.png (limited to 'public') diff --git a/public/img/dashboard.png b/public/img/dashboard.png new file mode 100644 index 0000000..d8c49ab Binary files /dev/null and b/public/img/dashboard.png differ diff --git a/public/img/dashboard@2x.png b/public/img/dashboard@2x.png new file mode 100644 index 0000000..f9078bc Binary files /dev/null and b/public/img/dashboard@2x.png differ diff --git a/public/img/iph@2x.png b/public/img/iph@2x.png new file mode 100644 index 0000000..30d3ba4 Binary files /dev/null and b/public/img/iph@2x.png differ diff --git a/public/img/iphone@2x.png b/public/img/iphone@2x.png deleted file mode 100644 index 30d3ba4..0000000 Binary files a/public/img/iphone@2x.png and /dev/null differ diff --git a/public/img/pdashboard.png b/public/img/pdashboard.png new file mode 100644 index 0000000..d6d96ef Binary files /dev/null and b/public/img/pdashboard.png differ diff --git a/public/img/pdashboard@2x.png b/public/img/pdashboard@2x.png new file mode 100644 index 0000000..7edcaea Binary files /dev/null and b/public/img/pdashboard@2x.png differ -- cgit v1.2.3 From 5737db16db164b4bdd6a2258dfc5c20f595f9237 Mon Sep 17 00:00:00 2001 From: robertkj Date: Fri, 26 Apr 2013 11:18:01 +0200 Subject: added temp file for work --- public/css/need.less | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/css/need.less (limited to 'public') diff --git a/public/css/need.less b/public/css/need.less new file mode 100644 index 0000000..6f1c3d4 --- /dev/null +++ b/public/css/need.less @@ -0,0 +1 @@ +/*Temporary/* -- cgit v1.2.3 From aa6a33e891a7856ef6153471d9112ddbe4bb78c8 Mon Sep 17 00:00:00 2001 From: Lurifax Date: Fri, 26 Apr 2013 13:13:29 +0200 Subject: Added retina resolution to gplay and appstore buttons --- public/img/appstore@2x.png | Bin 0 -> 5568 bytes public/img/googleplay@2x.png | Bin 0 -> 7478 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/img/appstore@2x.png create mode 100644 public/img/googleplay@2x.png (limited to 'public') diff --git a/public/img/appstore@2x.png b/public/img/appstore@2x.png new file mode 100644 index 0000000..ca292a0 Binary files /dev/null and b/public/img/appstore@2x.png differ diff --git a/public/img/googleplay@2x.png b/public/img/googleplay@2x.png new file mode 100644 index 0000000..c5ce0f2 Binary files /dev/null and b/public/img/googleplay@2x.png differ -- cgit v1.2.3 From 48ebf0ea80c3e83489112723eda5c530504cd09f Mon Sep 17 00:00:00 2001 From: Lurifax Date: Fri, 26 Apr 2013 14:16:50 +0200 Subject: Fixed bugs and showcase --- public/css/use.less | 16 +++++++++------- public/img/dashboard.png | Bin 64660 -> 127906 bytes public/img/dashboard@2x.png | Bin 176071 -> 339575 bytes 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'public') 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/dashboard.png b/public/img/dashboard.png index d8c49ab..1b82ffc 100644 Binary files a/public/img/dashboard.png and b/public/img/dashboard.png differ diff --git a/public/img/dashboard@2x.png b/public/img/dashboard@2x.png index f9078bc..4f582b8 100644 Binary files a/public/img/dashboard@2x.png and b/public/img/dashboard@2x.png differ -- cgit v1.2.3