This commit is contained in:
Nicolas Bally 2019-05-16 12:11:47 +02:00
parent feb8a0e12d
commit 4cb5a8d9c3
4 changed files with 45 additions and 40 deletions

View File

@ -78,7 +78,7 @@
%body %body
-if !current_admin -if false and !current_admin
%center %center
%br %br
%br %br
@ -230,45 +230,7 @@
.contact_form.contact_militer#form .contact_form.contact_militer#form
=render :partial => "public/contacts/form" =render :partial => "public/contacts/form"
=image_tag "/bottom-lines.png", :id => "bottom_lines" =image_tag "/bottom-lines.png", :id => "bottom_lines"
#sub_footer =render :partial => "public/shared/footer"
#logos
=link_to "https://groupe-payre.fr", :id => "groupepayreid", :target => "_blank" do
=image_tag "/logo.png"
=link_to "https://etschaix.fr", :target => "_blank" do
=image_tag "/payre-agriculture.png"
=link_to "https://payreenergies.fr", :target => "_blank" do
=image_tag "/payre-energies.png"
=link_to "https://payremaintenance.fr", :target => "_blank" do
=image_tag "/payre-maintenance.png"
=link_to "http://payrejardinerie.fr/", :target => "_blank" do
=image_tag "/payre-jardinerie.png"
#place
%p
ETS CHAIX
%br
11 rue Valserres
%br
05000 GAP
#contacts
%p
=ic :phone
04 92 51 35 05
%br
=ic :fax
04 92 53 42 89
%br
=link_to "mailto:contact@etschaix.fr" do
=ic :"envelope-o"
contact@etschaix.fr
.clear
:javascript :javascript

View File

@ -0,0 +1,24 @@
#sub_footer
#logos
=link_to "https://groupe-payre.fr", :id => "groupepayreid", :target => "_blank" do
=image_tag "/logo.png"
=link_to "https://payreagriculture.fr", :class => "imgpayre", :target => "_blank" do
=image_tag "/payre-agriculture.png"
=link_to "https://etschaix.fr/", :class => "imgpayre", :target => "_blank" do
=image_tag "/chaix.png"
=link_to "https://payreenergies.fr", :class => "imgpayre", :target => "_blank" do
=image_tag "/payre-energies.png"
=link_to "https://payremaintenance.fr", :class => "imgpayre", :target => "_blank" do
=image_tag "/payre-maintenance.png"
=link_to "http://payrejardinerie.fr/", :class => "imgpayre", :target => "_blank" do
=image_tag "/payre-jardinerie.png"
=render :partial => "public/shared/particulars"
.clear

View File

@ -0,0 +1,19 @@
#place
%p
ETS CHAIX
%br
11 rue Valserres
%br
05000 GAP
#contacts
%p
=ic :phone
04 92 51 35 05
%br
=ic :fax
04 92 53 42 89
%br
=link_to "mailto:contact@etschaix.fr" do
=ic :"envelope-o"
contact@etschaix.fr

BIN
public/chaix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB