diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 6e9fb29..6efd8b3 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -96,11 +96,17 @@ h1,h2,h3{ .bottom{ - padding: 90px 0 70px; + padding: 20px 10px 10px; background-color: #5d5d5d; + font-size:0.9em; .logo{ height:50px; } + + p{ + margin-top:0; + color:white; + } } .menu_item_top{ diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index cdc7629..acd6d80 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -126,4 +126,34 @@ =i(:"arrow-up") .bottom - =link_to image_tag("/logo-w.png", :class => "logo"),"/" \ No newline at end of file + .row + .columns.span_4{:style => "padding:10px;"} + =link_to image_tag("/logo-w.png", :class => "logo"),"/" + %br + %br + %br + .columns.span_4{:style => "padding:10px;"} + %p + + Zone Actipôle, 4/6 boulevard Beaubourg + %br + 77183 CROISSY BEAUBOURG + %br + Tél. 0(33) 1 60 17 91 76 - Fax. 0(33) 1 64 11 22 03 + %br + email : signa@bouvier-signa.com + + .columns.span_4{:style => "padding:10px;"} + %p + + 31 rue du Colonel Mangin + %br + 38000 GRENOBLE + %br + Tél. 0(33) 1 60 17 91 76 - Fax. 0(33) 1 64 11 22 03 + %br + email : signa@bouvier-signa.com + + + .clear + =link_to image_tag("/bouvier-signaletique.png", :style => "height:30px;margin-left:10px"), "http://www.bouvier-signa.com", :target => "_blank" \ No newline at end of file diff --git a/public/bouvier-signaletique.png b/public/bouvier-signaletique.png new file mode 100644 index 0000000..5e0123a Binary files /dev/null and b/public/bouvier-signaletique.png differ diff --git a/public/logo-w.png b/public/logo-w.png index 47b4b21..5ce7abb 100644 Binary files a/public/logo-w.png and b/public/logo-w.png differ diff --git a/public/logo.png b/public/logo.png index b8a1bea..9b45c5c 100644 Binary files a/public/logo.png and b/public/logo.png differ