diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss
index 3fff777..38fb93d 100644
--- a/app/assets/stylesheets/public.scss
+++ b/app/assets/stylesheets/public.scss
@@ -57,7 +57,7 @@ body{
}
#header {
- background-color: #e4e4e4;
+ background-color: white;
background-size:cover;
position: relative;
#fondblanc{
@@ -89,7 +89,7 @@ body{
a{
display:inline-block;
- padding:30px 10px;
+
color: black;
font-weight: 300px;
text-decoration: none;
@@ -101,7 +101,7 @@ body{
//discours début
#intro {
position: relative;
- background: url('/flat.jpg') no-repeat center center;
+ background: url('/raw.jpg') no-repeat center center;
background-size:cover;
padding: 200px;
padding-top: 400px;
@@ -114,15 +114,36 @@ body{
padding-right:0;
}
.center{
+ position:relative;
max-width: 70%;
margin: auto;
- padding: 50px 10px;
+ padding: 30px 10px;
//padding-bottom:;
}
.imgmenu{
width: 100%;
}
+#intro_text{
+ position:relative;
+ #b1-10{
+ position :absolute;
+ left:0;
+ top:-18px;
+ width: 100%;
+ height: 20px;
+ }
+ #b1-11{
+ position :absolute;
+ left:0;
+ bottom:-20px;
+ width: 100%;
+ height: 20px;
+ z-index:3;
+ }
+}
+
+
//prestations pour professionnels
#prestapro {
background: url('/white.jpg') no-repeat center center;
@@ -131,6 +152,7 @@ body{
padding-bottom: 20px;
}
+
#prestapar {
background-color: #004E8A;
color: white;
@@ -181,6 +203,25 @@ h2{
border: 0.5px solid black;
margin: 10px auto;
}
+}
+.row{
+
+}
+
+#biologique{
+ padding: 60px;
+ position:relative;
+ #b12{
+ position:absolute;
+ top: -28px;
+ left: 0;
+ right: 0;
+ height: 30px;
+ width:100%;
+ border-radius: 0;
+ margin:0;
+ z-index:3;
+ }
#b1-05{
position:absolute;
bottom: -2px;
@@ -191,9 +232,15 @@ h2{
border-radius: 0;
margin:0;
}
-}
-.row{
-
+ p{
+ padding: 10px;
+ font-size: 20px;
+ max-width: 700px;
+ margin: auto;
+ }
+ #re{
+ width :15%;
+ }
}
.desc{
@@ -218,6 +265,7 @@ h2{
background: url('/11.jpg') no-repeat center center;
background-size: cover;
font-weight: 300;
+ position:relative;
#b1-06{
position:absolute;
top: -2px;
@@ -226,7 +274,6 @@ h2{
height: 30px;
width:100%;
}
-
#b6{
position: absolute;
@@ -257,6 +304,7 @@ h2{
}
table{
width:100%;
+ margin: auto;
border-collapse:collapse;
td{
@@ -303,7 +351,7 @@ h2{
}
#menu_container{
- height:84px;
+ height:50px;
}
@@ -323,20 +371,16 @@ h2{
padding-bottom:15px;
}
}
-#contact_colonne{
-
-}
-#contact_p{
- float:left;
- width:30%;
- margin:0;
-}
#formulaire_contact{
- float: right;
+ position:relative;
width:60%;
margin:0;
-
+ margin: auto;
+}
+#contact_p{
+ width:80%;
+ margin: auto;
}
@media screen and (max-width:800px){
@@ -399,6 +443,12 @@ h2{
}
}
+ #biologique{
+ #re{
+ width: 30%;
+ }
+ }
+
.group{
padding-top:40px;
a{
diff --git a/app/views/public/home/home.html.haml b/app/views/public/home/home.html.haml
index a690ad4..2508c70 100644
--- a/app/views/public/home/home.html.haml
+++ b/app/views/public/home/home.html.haml
@@ -55,6 +55,9 @@
=ic :bars
.menu_inner
=link_to "Accueil", "#header", :onclick => "$('html,body').animate({scrollTop: ($('#header').offset().top - 50)},'slow');return false;"
+ .barre
+ |
+ =link_to ""
.barre
|
=link_to "Prestations pour professionnels", "#prestapro", :onclick => "$('html,body').animate({scrollTop: ($('#prestapro').offset().top - 50)},'slow');return false;"
@@ -67,14 +70,14 @@
#intro
#intro_text
+ =image_tag "/b1-10.svg", :id => "b1-10"
.center
%p
Bièvre propreté propose des services de nettoyage quotidiens ou exceptionnels, que vous soyez professionnels ou particuliers.
- L’entreprise est située à Saint siméon de bressieux dans l’Isère.
-
+ L’entreprise est située à Saint Siméon De Bressieux dans l’Isère.
+ =image_tag "/11.svg", :id => "b1-11"
#prestapro
- =image_tag "/b1-05.svg", :id => "b1-05"
.center
%h2
@@ -121,7 +124,12 @@
.clear
.clear
-
+ #biologique
+ =image_tag "/12.svg", :id => "b12"
+ =image_tag "/feuille111.png", :id => "re"
+ %p
+ Bievre propreté vous donne la possibilité de choisir des produits respectueux de l'environnement pour un intérieur sain.
+ =image_tag "/b1-05.svg", :id => "b1-05"
#prestapar
.center
%h2
@@ -177,19 +185,19 @@
%h2
Contact
- #contact_p
- %p
- 50 route de Sardieu
- %br
- 38870 Saint Siméon de bressieux
- %br
- tel : 07.83.10.22.00
-
#formulaire_contact
-@contact = @contact || Contact.new(:provenance_id => 1)
.contact_form.contact_militer#form
=render :partial => "public/contacts/form"
+
+ #contact_p
+ %p
+ 50 route de Sardieu
+ %br
+ 38870 Saint Siméon de bressieux
+ %br
+ tel : 07.83.10.22.00
.clear
diff --git a/public/11.svg b/public/11.svg
new file mode 100644
index 0000000..b5cd793
--- /dev/null
+++ b/public/11.svg
@@ -0,0 +1,9 @@
+
+
diff --git a/public/12.svg b/public/12.svg
new file mode 100644
index 0000000..d361275
--- /dev/null
+++ b/public/12.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/b1-08.svg b/public/b1-08.svg
new file mode 100644
index 0000000..7416a91
--- /dev/null
+++ b/public/b1-08.svg
@@ -0,0 +1,31 @@
+
diff --git a/public/b1-09.svg b/public/b1-09.svg
new file mode 100644
index 0000000..beca5ea
--- /dev/null
+++ b/public/b1-09.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/b1-10.svg b/public/b1-10.svg
new file mode 100644
index 0000000..d361275
--- /dev/null
+++ b/public/b1-10.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/e1.jpg b/public/e1.jpg
new file mode 100644
index 0000000..679d35f
Binary files /dev/null and b/public/e1.jpg differ
diff --git a/public/fe.jpg b/public/fe.jpg
new file mode 100644
index 0000000..b575de3
Binary files /dev/null and b/public/fe.jpg differ
diff --git a/public/feuille1.png b/public/feuille1.png
new file mode 100644
index 0000000..5bcc51e
Binary files /dev/null and b/public/feuille1.png differ
diff --git a/public/feuille111.png b/public/feuille111.png
new file mode 100644
index 0000000..04c5942
Binary files /dev/null and b/public/feuille111.png differ
diff --git a/public/feuille2.png b/public/feuille2.png
new file mode 100644
index 0000000..2e1707f
Binary files /dev/null and b/public/feuille2.png differ
diff --git a/public/raw.jpg b/public/raw.jpg
new file mode 100644
index 0000000..21ad0f8
Binary files /dev/null and b/public/raw.jpg differ
diff --git a/public/re.jpg b/public/re.jpg
new file mode 100644
index 0000000..ad3e445
Binary files /dev/null and b/public/re.jpg differ