From 4311a3ea1f52cb323a2d6491a15c134aa7ded5ea Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 9 Mar 2019 17:41:05 +0100 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 11 +++++++++++ app/views/layouts/public.html.haml | 10 ++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index a1c35f2..0002368 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -26,6 +26,15 @@ $cursive_font : 'Galada', cursive; @import "vendor/jquery.cookiebar"; +#socials{ + margin-top:20px; + font-size:2em; + a{ + color:white; + padding:7px; + } +} + body{ padding:0; font-family:$sans_serif_font; @@ -181,6 +190,8 @@ h1{ background-color:#1d4173; background-image:url('/lines.png'); background-size: auto 100%; + + h2{ color:white; } diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 859bd32..e3b611b 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -200,11 +200,17 @@ #place - + #socials + + =link_to ic(:facebook), "https://www.facebook.com/musifratfestivalofficiel", :target => "_blank" + =link_to ic(:instagram), "https://www.instagram.com/musifratfestival" , :target => "_blank" + =link_to ic(:twitter), "https://twitter.com/musifrat" , :target => "_blank" + =link_to ic(:linkedin), "https://www.linkedin.com/company/musifrat-festival" , :target => "_blank" + #contacts %p - =link_to "Menstions légales", "/fr/mentions-legales.html", :target => "_blank" + =link_to "Mentions légales", "/fr/mentions-legales.html", :target => "_blank" =link_to "Contactez-nous", "mailto:fraternelle-rugby-moirans@orange.fr" .clear