jfn_app/app/views/public/home/home.html.haml
Nicolas Bally 5081975d58 footer
2012-02-12 18:39:36 +01:00

134 lines
5.6 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"), "/"
.slider
.slides
.slides_container
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/01.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/02.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/03.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/04.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/05.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/06.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/07.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/08.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/09.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/10.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/11.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/12.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/13.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/14.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/15.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/16.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/17.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/18.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/19.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('diaporama/20.jpg', :style => "width:1000px;height:460px;"), ""
.photos_link.hover
=link_to "Actuellement plus de 24 000 photos visibles dans ma photothèque", "http://www.photo-nature-environnement.com", :target => "_blank"
%a.prev.hover{:href => "#"}
=image_tag('arrow-prev.png')
%a.next.hover{:href => "#"}
=image_tag('arrow-next.png')
#slider_shadow
#home_main
#events_container
#events
.slide
%h2 A ne pas rater !
=render Event.after(Time.now.beginning_of_day).limit(3)
#articles
=render Article.recents.limit 3
=link_to "Voir tout les articles du blog", articles_path(), :id => "bloglink"
%p{:style => "clear:both"}
#footer_container.home
#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{:style => "text-align:right;"}
=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
%p{:style => "text-align:right;"}
=link_to "en savoir +", "/pages/base-de-donnees.html"
%br
%br
%br
%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 mappelle 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-fric, 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 "Envie 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"