jfn_app/app/views/layouts/public.html.haml
2012-02-12 17:21:08 +01:00

81 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!!!
%html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"}
%head
%meta{:"http-equiv" => "content-type" ,:content =>"text/html;charset=UTF-8" }
%title
Jean-François Noblet
= csrf_meta_tag
= javascript_include_tag "public"
= stylesheet_link_tag 'public'
=render :partial => "public/shared/ga"
%body
.top
#menu_top
=render(:partial => "public/shared/first_menu")
=link_to image_tag('logo.png', :id => "logo"), "/"
#main
#sidebar
=yield :sidebar
#body
=yield :body
%p{:style => "clear:both"}
#footer_container
#footer
.column1
%h3 Bibliographie
%p Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consectetur, nisl a viverra luctus, ligula dui suscipit mauris, nec vulputate dolor mi a ante. Donec dapibus tellus ut quam feugiat eget tincidunt mi congue.
%p
=link_to "en savoir +", "/pages/bibliographie.html"
%p{:style => "text-align:center;"}
=image_tag "livre1.png"
   
=image_tag "livre2.png"
.column2
%h3 Banque de donnée
%p lorem ipsum
%h3 Profitez de mon expérience !
%p Conférences, formations, études...
%p{:style => "text-align:right;"}
=link_to "en savoir +", "/pages/presentation/profitez-de-mon-experience.html"
.column3
%h3 A propos
%p
Je mapelle Jean François Noblet, jaime éperdument la vie, les hommes, les femmes, les enfants et la nature.
%br
Je suis anti-productivisme, anti-vitesse, anti-frix, anti-nucléaire et anti-pollution.
%br
Je suis pour la rigolade, lamour, la nature, la liberté, lhumanisme et la paresse.
%p{:style => "text-align:right;"}
=link_to "Envi de mieux me connaître ?", "/pages/presentation.html"
%p{:style => "text-align:center;"}=image_tag "portrait.png", :alt => "Jean François Noblet"
%p{:style => "clear:both;"}
#legals
%p{:style => "float:right"}
=link_to "Site réalisé par Nicolas Bally - Quartz Agence", "http://www.quartz-agence.com", :target => "_blank"
%p=link_to "Mentions légales"