social network links: add calendly support

This commit is contained in:
Dean Attali 2020-04-28 15:37:46 -04:00 committed by GitHub
parent b640dbcbc0
commit 51de89b63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,18 @@
</li>
{%- endif -%}
{%- if site.social-network-links.calendly -%}
<li>
<a href="mailto:{{ site.social-network-links.calendly }}" title="Schedule a meeting with me">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-calendar-check fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Schedule a meeting with me</span>
</a>
</li>
{%- endif -%}
{%- if site.social-network-links.facebook -%}
<li>
<a href="https://www.facebook.com/{{ site.social-network-links.facebook }}" title="Facebook">