brainstorming

This commit is contained in:
Nicolas Bally 2015-01-13 21:00:31 +01:00
parent 04db5d39e2
commit b36097ee6d
8 changed files with 60 additions and 47 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -111,7 +111,7 @@ h2{
} }
body{ body{
font-family:Lato; font-family:Lato;
font-weight:300; font-weight:400;
line-height:1.62; line-height:1.62;
text-align:justify; text-align:justify;
background:#f4f6f6; background:#f4f6f6;
@ -157,8 +157,9 @@ h2{
} }
#brainstorming{ #brainstorming{
background:url("/ardoise.jpg"); background:url("/ardoise.jpg") fixed;
min-height:800px; min-height:800px;
background-size:cover;
box-sizing: border-box; box-sizing: border-box;
color:white; color:white;
padding-bottom:1px; padding-bottom:1px;
@ -168,13 +169,15 @@ h2{
text-align:center; text-align:center;
ul{ ul{
list-style:none; list-style:none;
font-size:2em; font-size:1.6em;
line-height:1.2em; line-height:1.2em;
li{ li{
display:inline-block; display:inline-block;
text-align:center; text-align:center;
padding:1em 2em; padding:1em 1.5em;
position:relative;
a{ a{
color:white; color:white;
@ -506,7 +509,7 @@ position:relative;
strong{ strong{
font-weight:400; font-weight:700;
} }

View File

@ -1,10 +1,17 @@
#brainstorming.top-padding #brainstorming.top-padding
.center .center
%h2 La logique vous mènera de A à B. Limagination vous mènera partout. (Albert Einstein)
%h1.brain-title
Art des sens vous accompagne à la construction de vos idées…
%h1
=#.brain-title
Art des sens vous accompagne et donne vie à vos idées…
%h2{:style => "font-family:Lato;font-style:italic;font-size:1.2em;"}
La logique vous mènera de A à B. Limagination vous mènera partout ~ Albert Einstein
%ul %ul
%li %li
@ -18,17 +25,19 @@
Intégrez-vous du braille directement Intégrez-vous du braille directement
%br %br
sur les panneaux ? Et la gravure ? sur les panneaux ? Et la gravure ?
=image_tag "/brainstorming/1.jpg", :style => "position:absolute;width:200px;top:-130px;left:-30px;border:3px solid white;box-shadow:0 0 5px rgba(0,0,0,0.6);"
%li %li
%a{:href => "", :onclick => "return false;"} %a{:href => "", :onclick => "return false;"}
Imprimez-vous les portes ? Imprimez-vous les portes ?
%br %br
J'aimerais les décorer dans mon hôtel. J'aimerais les décorer dans mon hôtel.
=image_tag "/brainstorming/3.jpg", :style => "position:absolute;height:150px;top:-140px;right:-10px;border:3px solid white;box-shadow:0 0 5px rgba(0,0,0,0.6);"
%li %li
%a{:href => "", :onclick => "return false;"} %a{:href => "", :onclick => "return false;", :style => "position:relative;left:-150px;border:1px solid transparent;"}
Tu imagines, si nous pouvions personnaliser cette pièce Tu imagines, si nous pouvions personnaliser cette pièce
%br %br
en imprimant le sol, les murs et le plafond ! en imprimant le sol, les murs et le plafond !
=image_tag "/brainstorming/4.jpg", :style => "position:absolute;height:120px;bottom:-30px;right:-300px;border:3px solid white;box-shadow:0 0 5px rgba(0,0,0,0.6);"
%li %li
%a{:href => "", :onclick => "return false;"} %a{:href => "", :onclick => "return false;"}
Proposez-vous des solutions adaptées Proposez-vous des solutions adaptées
@ -39,6 +48,7 @@
J'adorerais avoir une crédence J'adorerais avoir une crédence
%br %br
de cuisine personnalisée ! de cuisine personnalisée !
=image_tag "/brainstorming/2.jpg", :style => "position:absolute;height:120px;bottom:-120px;right:10px;border:3px solid white;box-shadow:0 0 5px rgba(0,0,0,0.6);"
%li %li
%a{:href => "", :onclick => "return false;"} %a{:href => "", :onclick => "return false;"}
Comment mettre en valeur Comment mettre en valeur

BIN
public/.DS_Store vendored

Binary file not shown.

BIN
public/brainstorming/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

BIN
public/brainstorming/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
public/brainstorming/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
public/brainstorming/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 898 KiB