<%= link_to_if user_path.present?, user.name, user_path, class: "ltag__user__link" %><%= follow_button %>
<%= link_to_if user_path.present?, user.summary, user_path, class: "ltag__user__link" %>
<% if !user.twitter_username.blank? %>
<%= image_tag("/assets/twitter-logo.svg", class: "icon-img", alt: "twitter logo") %><%= user.twitter_username %>
<% end %>
<% if !user.github_username.blank? %>
<%= image_tag("/assets/github-logo.svg", class: "icon-img", alt: "github logo") %><%= user.github_username %>
<% end %>
<% if !user.website_url.blank? %>
<%= image_tag("/assets/link.svg", class: "icon-img", alt: "external link icon") %><%= user.website_url %>
<% end %>