<div class=“l-wrap”>

<div class="l-center-wrap icon-media">
  {% if site.twitter_username %}<a href="https://twitter.com/{{site.twitter_username}}"><i class="fab fa-twitter-square fa-3x"></i></a>{% endif %}
  {% if site.github_username %}<a href="https://github.com/{{site.github_username}}"><i class="fab fa-github-square fa-3x"></i></a>{% endif %}
  {% if site.linkedin_username %}<a href="https://www.linkedin.com/in/{{site.linkedin_username}}"><i class="fab fa-linkedin fa-3x"></i></a>{% endif %}
  {% if site.dribbble_username %}<a href="https://dribbble.com/{{ site.dribbble_username }}"><i class="fab fa-dribbble-square fa-3x"></i></a>{% endif %}
  {% if site.envelope_username %}<a href="mailto:{{ site.envelope_username }}"><i class="fas fa-envelope-square fa-3x"></i></a>{% endif %}
  {% if site.flickr_username %}<a href="https://flickr.com/{{ site.flickr_username }}"><i class="fab fa-flickr fa-3x"></i></a>{% endif %}
  {% if site.instagram_username %}<a href="https://instagram.com/{{ site.integram_username }}"><i class="fab fa-instagram fa-3x"></i></a>{% endif %}
  {% if site.pinterest_username %}<a href="https://www.pinterest.com/{{ site.pinterest_username }}"><i class="fab fa-pinterest-square fa-3x"></i></a>{% endif %}
  {% if site.rss_username %}<a href="{{ site.baseurl }}/feed.xml"><i class="fas fa-rss-square fa-3x"></i></a>{% endif %}
  {% if site.pinterest_username %}<a href="https://www.pinterest.com/{{site.pinterest_username}}"><i class="fab fa-pinterest-square fa-3x"></i></a>{% endif %}
  {% if site.youtube_username %}<a href="https://www.pinterest.com/{{site.youtube_username}}"><i class="fab fa-youtube fa-3x"></i></a>{% endif %}
  {% if site.google-plus_username %}<a href="https://plus.google.com/{{site.google-plus_username}}"><i class="fab fa-google-plus-square fa-3x"></i></a>{% endif %}
</div>

</div>