jfn_app/app/views/public/home/home.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

76 lines
1.7 KiB
Plaintext

!!!
%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'
%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('1.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('2.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('3.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('4.jpg', :style => "width:1000px;height:460px;"), ""
.slide{:style => "width:1000px;height:460px;"}=link_to image_tag('5.jpg', :style => "width:1000px;height:460px;"), ""
.photos_link.hover
=link_to "Actuellement 23 182 photos visibles dans ma photothèque", ""
%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
%p{:style => "clear:both"}
#footer_container.home
#footer
#legals