2014-06-13 02:02:27 +05:30
|
|
|
= content_for :splash_nav do
|
|
|
|
|
%li
|
2014-06-26 15:13:23 +05:30
|
|
|
%a.smoothscroll{ href: '#social-media' } Social Media
|
2014-06-13 02:02:27 +05:30
|
|
|
|
|
|
|
|
%div.container#social-media.text-center
|
|
|
|
|
%div.row
|
2014-07-31 20:09:38 +02:00
|
|
|
- unless @conference.contact.facebook.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-07-31 20:09:38 +02:00
|
|
|
= link_to "#{ @conference.contact.facebook }" do
|
2014-06-26 17:15:25 +05:30
|
|
|
%i.fa.fa-facebook-square.fa-4x
|
2014-07-31 20:09:38 +02:00
|
|
|
- unless @conference.contact.twitter.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-07-31 20:09:38 +02:00
|
|
|
= link_to "#{ @conference.contact.twitter }" do
|
2014-06-26 17:15:25 +05:30
|
|
|
%i.fa.fa-twitter.fa-4x
|
2014-07-31 20:09:38 +02:00
|
|
|
- unless @conference.contact.instagram.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-07-31 20:09:38 +02:00
|
|
|
= link_to "#{ @conference.contact.instagram }" do
|
2014-06-27 22:51:33 +05:30
|
|
|
%i.fa.fa-instagram.fa-4x
|
2014-07-31 20:09:38 +02:00
|
|
|
- unless @conference.contact.googleplus.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-07-31 20:09:38 +02:00
|
|
|
= link_to "#{ @conference.contact.googleplus }" do
|
2014-06-26 17:15:25 +05:30
|
|
|
%i.fa.fa-google-plus-square.fa-4x
|