Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Apr 8, 2024
1 parent 0cbdf55 commit fcb622e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ <h3 class="is-size-5 is-uppercase has-text-weight-semibold has-text-black is-mar
You Can find us here
</h3>
<div class="column is-full is-size-3">
{% unless site.facebook_username == %}
<!-- {% unless site.facebook_username == %}
<a href="http://www.facebook.com/{{site.facebook_username}}" target="_blank" class="has-text-black"><i class="fab fa-facebook"></i></a>
{% endunless %}
{% endunless %} -->
{% unless site.twitter_username == %}
<a href="https://twitter.com/intent/user?screen_name={{site.twitter_username}}" target="_blank" class="has-text-black"><i class="fab fa-twitter"></i></a>
{% endunless %}
Expand All @@ -38,25 +38,25 @@ <h3 class="is-size-5 is-uppercase has-text-weight-semibold has-text-black is-mar
{% endunless %}
<!-- {% unless site.linkedin_username == %}
<a href="http://www.linkedin.com/in/{{site.linkedin_username}}" target="_blank" class="has-text-black"><i class="fab fa-linkedin"></i></a>
{% endunless %}
{% endunless %} -->
{% unless site.github_username == %}
<a href="http://www.github.com/{{site.github_username}}" target="_blank" class="has-text-black"><i class="fab fa-github"></i></a>
{% endunless %} -->
{% endunless %}
{% unless site.youtube_channel_id == %}
<a href="http://www.youtube.com/channel/{{site.youtube_channel_id}}" target="_blank" class="has-text-black"><i class="fab fa-youtube"></i></a>
{% endunless %}
<!-- {% unless site.reddit_username == %}
{% unless site.reddit_username == %}
<a href="http://www.reddit.com/u/{{site.reddit_username}}" target="_blank" class="has-text-black"><i class="fab fa-reddit"></i></a>
{% endunless %}
{% unless site.behance_username == %}
<!-- {% unless site.behance_username == %}
<a href="http://www.behance.com/{{site.behance_username}}" target="_blank" class="has-text-black"><i class="fab fa-behance"></i></a>
{% endunless %}
{% unless site.dribbble_username == %}
{% endunless %} -->
<!-- {% unless site.dribbble_username == %}
<a href="http://www.dribbble.com/{{site.dribbble_username}}" target="_blank" class="has-text-black"><i class="fab fa-dribbble"></i></a>
{% endunless %}
{% unless site.spotify_username == %}
<a href="http://open.spotify.com/user/{{site.spotify_username}}" target="_blank" class="has-text-black"><i class="fab fa-spotify"></i></a>
{% endunless %} -->
{% unless site.spotify_username == %}
<a href="http://open.spotify.com/user{{site.spotify_username}}" target="_blank" class="has-text-black"><i class="fab fa-spotify"></i></a>
{% endunless %}
</div>
</div>
</div>
Expand Down

0 comments on commit fcb622e

Please sign in to comment.