negos_app/app/views/layouts/affiliation.html.haml
2016-02-16 21:09:48 +01:00

70 lines
1.4 KiB
Plaintext
Executable File

!!!
%html{:lang => "fr", "xml:lang" => "fr", :xmlns => "http://www.w3.org/1999/xhtml"}
%head
%title=@title.to_s+" "
%meta{:name=>"viewport", :content=>"width=device-width,initial-scale=1"}
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" }
%meta{ :"name" => "Description", :content => @description }
%meta{ :"name" => "Keywords", :content => @keywords }
=#<script type="text/javascript" =#src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyDSm3YlFVyeEa6KBPmRRkiylbd-xTl-dkQ">
=#</script>
= javascript_include_tag "blog"
= csrf_meta_tag
= stylesheet_link_tag 'blog'
= stylesheet_link_tag '/fonts/Stylograph/stylesheet.css'
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
=javascript_include_tag "https://maps.googleapis.com/maps/api/js?libraries=places&amp;sensor=false"
%body
#main#affiliation
=yield
.clear
.clear
.bottom
.center
.row
.col-md-4
%h4 Plus d'informations
%ul
%li=link_to "Mentions légales", "/mentions-legales.html"
=link_to image_tag("/nb.png", :id => "nb"), "http://nicolasbally.com", :target => "_blank"