2020-05-18 17:49:56 +00:00
|
|
|
description = "Social Media Links"
|
|
|
|
==
|
|
|
|
<div class="social-icons">
|
|
|
|
{% if not nosocial %}
|
|
|
|
<a href="https://www.linkedin.com/in/jaywll/" data-toggle="tooltip" title="LinkedIn">
|
|
|
|
<i class="fab fa-linkedin-in"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://twitter.com/jaywll" data-toggle="tooltip" title="Twitter">
|
|
|
|
<i class="fab fa-twitter"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.instagram.com/jaywll/" data-toggle="tooltip" title="Instagram">
|
|
|
|
<i class="fab fa-instagram"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://jaywll.wordpress.com/category/blog/" data-toggle="tooltip" title="Wordpress">
|
|
|
|
<i class="fab fa-wordpress-simple"></i>
|
|
|
|
</a>
|
2020-05-20 19:53:39 +00:00
|
|
|
{% if not noinfrequent %}
|
|
|
|
<a href="https://www.facebook.com/jaywll/" data-toggle="tooltip" title="Facebook">
|
|
|
|
<i class="fab fa-facebook-f"></i>
|
|
|
|
</a>
|
2020-10-23 22:54:30 +00:00
|
|
|
{% if not nocontact %}
|
|
|
|
<a href="https://foursquare.com/jaywll" data-toggle="tooltip" title="Foursquare">
|
|
|
|
<i class="fab fa-foursquare"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.goodreads.com/jaywll" data-toggle="tooltip" title="Goodreads">
|
|
|
|
<i class="fab fa-goodreads-g"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://www.vivino.com/users/jaywll" data-toggle="tooltip" title="Vivino">
|
|
|
|
<i class="fas fa-wine-glass-alt"></i>
|
|
|
|
</a>
|
|
|
|
{% endif %}
|
2020-05-20 19:53:39 +00:00
|
|
|
{% endif %}
|
2020-05-18 17:49:56 +00:00
|
|
|
{% endif %}
|
|
|
|
{% if not nocode %}
|
|
|
|
<a href="https://glitch.com/@JayWll" data-toggle="tooltip" title="Glitch">
|
|
|
|
<i class="fab fa-node-js"></i>
|
|
|
|
</a>
|
2020-05-20 19:53:39 +00:00
|
|
|
<a href="https://code.jnf.me/explore/repos" data-toggle="tooltip" title="Code Repository">
|
|
|
|
<i class="fab fa-git-alt"></i>
|
2020-05-18 17:49:56 +00:00
|
|
|
</a>
|
|
|
|
{% endif %}
|
|
|
|
{% if not nocontact %}
|
|
|
|
<a href="/contact" data-toggle="tooltip" title="Contact Me">
|
|
|
|
<i class="fas fa-envelope"></i>
|
|
|
|
</a>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|