Sha256: e0ff8a9a6d3bbbadf7427f458c2c0dad169be586587ccc3eedff8928d2bc3e47
Contents?: true
Size: 1.14 KB
Versions: 33
Compression:
Stored size: 1.14 KB
Contents
- records_in_the_row = 4 - if phone.present? || email.present? .row.features-small.mt-5.wow.fadeIn - if phone.present? .col-xl-3.col-lg-6 .row.link{ data: { href: "tel:#{phone}" } } .col-2 %i.fas.fa-2x.mb-1.fa-phone.indigo-text{ aria: { hidden: 'true' } } .col-10.mb-2.pl-3 %h5.feature-title.font-bold.mb-1 = phone - if email.present? .col-xl-3.col-lg-6 .row.link{ data: { href: "mailto:#{email}" } } .col-2 %i.fas.fa-2x.mb-1.fa-envelope.indigo-text{ aria: { hidden: 'true' } } .col-10.mb-2.pl-3 %h5.feature-title.font-bold.mb-1 = email - social_networks&.each_slice(records_in_the_row) do |slice| .row.features-small.mt-5.wow.fadeIn - slice.each do |social_network, index| .col-xl-3.col-lg-6 .row.link{ data: { href: profile_url(social_network) } } .col-2 %i.fab.fa-2x.mb-1.indigo-text{ aria: { hidden: 'true' }, class: "fa-#{social_network.network_name}" } .col-10.mb-2.pl-3 %h5.feature-title.font-bold.mb-1 = social_network.title
Version data entries
33 entries across 33 versions & 1 rubygems