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-06-27 22:51:33 +05:30
|
|
|
- unless @conference.facebook_url.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-06-26 17:15:25 +05:30
|
|
|
= link_to "#{ @conference.facebook_url }" do
|
|
|
|
|
%i.fa.fa-facebook-square.fa-4x
|
2014-06-27 22:51:33 +05:30
|
|
|
- unless @conference.twitter_url.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-06-26 17:15:25 +05:30
|
|
|
= link_to "#{ @conference.twitter_url }" do
|
|
|
|
|
%i.fa.fa-twitter.fa-4x
|
2014-06-27 22:51:33 +05:30
|
|
|
- unless @conference.instagram_url.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-06-27 22:51:33 +05:30
|
|
|
= link_to "#{ @conference.instagram_url }" do
|
|
|
|
|
%i.fa.fa-instagram.fa-4x
|
|
|
|
|
- unless @conference.google_url.blank?
|
2014-06-13 02:02:27 +05:30
|
|
|
%div.col-md-3
|
2014-06-26 17:15:25 +05:30
|
|
|
= link_to "#{ @conference.google_url }" do
|
|
|
|
|
%i.fa.fa-google-plus-square.fa-4x
|