socials
This commit is contained in:
parent
7b997fac2a
commit
bd7bf81365
@ -27,6 +27,20 @@ body{
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.socials{
|
||||||
|
float:right;
|
||||||
|
img{
|
||||||
|
height:50px;
|
||||||
|
|
||||||
|
}
|
||||||
|
padding:20px;
|
||||||
|
a{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
h1,h2,h3,h4{
|
h1,h2,h3,h4{
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
|
@ -33,9 +33,11 @@
|
|||||||
|
|
||||||
|
|
||||||
.top
|
.top
|
||||||
|
.socials
|
||||||
|
=link_to image_tag("/Facebook.png"), "https://www.facebook.com/pages/Le-Centaure-Gite-de-Groupe-Labellisé-GITE-de-France-2-Epis/107423902644462", :target => "_blank"
|
||||||
|
=link_to image_tag("/Google-Plus.png"), "https://plus.google.com/u/0/b/111014664384126562241/+LECENTAUREgîteetcentredevacancesRéaumont/posts", :target => "_blank"
|
||||||
=link_to image_tag("/logo.png", :id => "logo"), "/"
|
=link_to image_tag("/logo.png", :id => "logo"), "/"
|
||||||
|
|
||||||
#menu
|
#menu
|
||||||
|
|
||||||
-MenuItem.where(:parent_id => nil, :enabled => true, :visible => true, :menu_id => Menu.find_by_slug("principal").id).order(:position).each do |menu_item|
|
-MenuItem.where(:parent_id => nil, :enabled => true, :visible => true, :menu_id => Menu.find_by_slug("principal").id).order(:position).each do |menu_item|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user