<%= @user.summary %>
<% if @user.twitter_username.present? %> <%= icon("twitter","22") %> <%= @user.twitter_username %> <% end %> <% if @user.github_username.present? %> <%= icon("github","22") %> <%= @user.github_username %> <% end %> <% if @user.website_url.present? %> <%= icon("link","22") %> <%= beautified_url(@user.website_url) %> <% end %>