cs_app/app/views/layouts/public.html.haml
2015-02-25 11:57:10 +01:00

78 lines
2.2 KiB
Plaintext

!!!
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%title=@title.to_s+" - CS Renov"
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords }
<meta name="google-site-verification" content="2ll8A6mI1yaIfJsvcIHfoSQUqo2tvlo4zoFgDF3MGLI" />
<link rel="icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="viewport" content="width=device-width,initial-scale=1">
= javascript_include_tag "public"
= csrf_meta_tag
= stylesheet_link_tag 'public'
= stylesheet_link_tag '/fonts/Stylograph/stylesheet.css'
=render :partial => "public/shared/ga"
=javascript_include_tag "http://maps.google.com/maps/api/js?sensor=false&region=FR"
%body
#top
.center
.contact
contactez-nous : 06 21 09 06 96 -
=link_to "csrenov@orange.fr", "mailto:csrenov@orange.fr"
%br
%br
%br
=link_to image_tag("/logo.png", :id => "logo"), "/"
.menu
-MenuItem.where(:parent_id => nil, :enabled => true, :visible => true).order(:position).each do |menu_item|
=menu_item_link(menu_item)
-if menu_item.children.where(:enabled => true, :visible => true).size > 0
-menu_item.children.where(:enabled => true, :visible => true).order(:position).each do |menu_item|
%li=menu_item_link(menu_item)
#main
.large
.center=yield
#bottom.center
CS Renov - ZA Le Plan - 38140 Renage - 04 76 93 33 29 -
=link_to "contact@csrenov.com", "mailto:contact@csrenov.com"
=" - "
SARL unipersonnelle au capital de 12 000,00 € -
Siret : 528 887 763 00019
=link_to image_tag("nb.png", :style => "height:20px;opacity:0.8;margin-left:1em;position:relative;top:5px;"), "http://nicolasbally.com", :target => "_blank"