mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 04:34:03 +00:00
22 lines
806 B
Text
22 lines
806 B
Text
= content_for :splash_nav do
|
|
%li
|
|
%a.smoothscroll{ href: '#social-media' } Social Media
|
|
|
|
%div.container#social-media.text-center
|
|
%div.row
|
|
- unless @conference.contact.facebook.blank?
|
|
%div.col-md-3
|
|
= link_to "#{ @conference.contact.facebook }" do
|
|
%i.fa.fa-facebook-square.fa-4x
|
|
- unless @conference.contact.twitter.blank?
|
|
%div.col-md-3
|
|
= link_to "#{ @conference.contact.twitter }" do
|
|
%i.fa.fa-twitter.fa-4x
|
|
- unless @conference.contact.instagram.blank?
|
|
%div.col-md-3
|
|
= link_to "#{ @conference.contact.instagram }" do
|
|
%i.fa.fa-instagram.fa-4x
|
|
- unless @conference.contact.googleplus.blank?
|
|
%div.col-md-3
|
|
= link_to "#{ @conference.contact.googleplus }" do
|
|
%i.fa.fa-google-plus-square.fa-4x
|