référencement
This commit is contained in:
parent
cd4d4f83ad
commit
596988b878
@ -7,8 +7,17 @@
|
|||||||
|
|
||||||
%title= "Script Art - "+ @title.to_s+" - Danielle Riche"
|
%title= "Script Art - "+ @title.to_s+" - Danielle Riche"
|
||||||
|
|
||||||
%meta{ :"name" => "Description", :content => @description }
|
-if @description
|
||||||
%meta{ :"name" => "Keywords", :content => @keywords }
|
%meta{:name => "description", :content => @description}
|
||||||
|
-else
|
||||||
|
%meta{:name => "description", :content => "Oeuvre et actualité de Danielle Riche. Découvrez sur sciprt art ses oeuvre de calligraphie, enluminure, icones coptes et photographie."}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-if @keywords
|
||||||
|
%meta{:name => "keywords", :content => @keywords}
|
||||||
|
-else
|
||||||
|
%meta{:name => "keywords", :content => "Danielle Riche, Script Art, Calligraphie, Enluminure, Icônes coptes, Photographie, Perspective quantique"}
|
||||||
|
|
||||||
|
|
||||||
= javascript_include_tag "public"
|
= javascript_include_tag "public"
|
||||||
@ -29,7 +38,7 @@
|
|||||||
%body
|
%body
|
||||||
|
|
||||||
|
|
||||||
#background1=image_tag "/diapo/dia1.jpg", :id => ""
|
#background1=image_tag "/diapo/dia1.jpg", :id => "", :alt => "Danielle Riche - Script art - Calligraphie et icones coptes"
|
||||||
|
|
||||||
=#background
|
=#background
|
||||||
=#midground
|
=#midground
|
||||||
@ -42,7 +51,7 @@
|
|||||||
.large_content
|
.large_content
|
||||||
#top{:class => ("acceuil" if @menu_item and @menu_item.slug == "accueil"), :onclick => "$(this).toggleClass('active')"}
|
#top{:class => ("acceuil" if @menu_item and @menu_item.slug == "accueil"), :onclick => "$(this).toggleClass('active')"}
|
||||||
.inner
|
.inner
|
||||||
%h2#logo= link_to "Script-Art", "/", :remote => true
|
%h2#logo= link_to "Script-Art", "/", :remote => true, :title => "Accueil de Script-Art, site de Danielle Riche"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.img.close_large
|
.img.close_large
|
||||||
=image_tag(artwork_image.image.large.medium.url)
|
=image_tag(artwork_image.image.large.medium.url, :alt => "Script Art - Danielle riche : #{@portfolio.title} - #{artwork.title}")
|
||||||
%p{:style => "clear:both;"}
|
%p{:style => "clear:both;"}
|
||||||
|
|
||||||
%h3=artwork.title
|
%h3=artwork.title
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
%hr
|
%hr
|
||||||
|
|
||||||
=link_to "Nouvelles pélerines", public_articles_path(), :remote => true
|
=link_to "Nouvelles pélerines", public_articles_path(), :remote => true,:title => "Actualité et oeuvres de Danielle Riche, Script Art"
|
||||||
%br
|
%br
|
||||||
%hr
|
%hr
|
||||||
-Portfolio.order(:title).all.each do |portfolio|
|
-Portfolio.order(:title).all.each do |portfolio|
|
||||||
=link_to portfolio.title, public_portfolio_path(:id => portfolio.slug), :remote => true, :class => ("active" if @portfolio and @portfolio == portfolio)
|
=link_to portfolio.title, public_portfolio_path(:id => portfolio.slug), :remote => true, :class => ("active" if @portfolio and @portfolio == portfolio), :title => "Oeuvre de Danielle Riche sur Script Art : "+portfolio.title.to_s
|
||||||
%br
|
%br
|
||||||
%hr
|
%hr
|
||||||
=link_to "Reposoir", public_photos_path, :remote => true
|
=link_to "Reposoir", public_photos_path, :remote => true, :title => "Photographies de Danielle Riche"
|
||||||
%hr
|
%hr
|
||||||
=link_to "Contact", new_public_contact_path
|
=link_to "Contact", new_public_contact_path, :title => "Contacter Danielle Riche via Script Art"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user