Skip to content

Commit

Permalink
Added support for lanyrd.com in social media list on the front page
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmandarov committed Jul 26, 2017
1 parent b14703c commit 76d0b3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ github: mygithub
# reddit: username
medium: medium
# vimeo: myvimeo
# lanyrd: mylanyrd
email: [email protected]

authors:
Expand Down
5 changes: 5 additions & 0 deletions _includes/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,10 @@
<path class="path1" d="M67.9,59.1c0,0-0.4,5.3-5.2,5.3c-3.7,0-6.3-2.8-8.7-6.5c6.8-5.9,11.1-14.7,11.1-24.6C65.1,15.4,51.1,1,33.8,1 S2.6,15.4,2.6,33.2s14,32.2,31.3,32.2c3.1,0,6.2-0.5,9-1.4C46.5,69.8,51,75,58.2,75c14.6,0,15.2-15.9,15.2-15.9L67.9,59.1 L67.9,59.1z M33.8,60.2c-10.1,0-18.2-12.1-18.2-26.9S23.8,6.3,33.8,6.3s18.2,12.1,18.2,26.9c0,5.9-1.3,11.4-3.5,15.8 c-2.5-3.5-5.4-6.5-9.7-7.5c-7.5-1.7-14,1.7-16.1,3.4l1.9,4c0,0,2-1.1,6.8,0c3.1,0.7,5.4,4.9,8.1,9.8C37.9,59.7,35.9,60.2,33.8,60.2 z"></path>
</symbol>

<symbol id="icon-microphone" viewBox="-8 -4 34 37">
<title>quora</title>
<path clip-rule="evenodd" d="M10.8,22.8V26h5v2h-5h-3h-5v-2h5v-3.2C3.4,22.2,0,18.7,0,14.4v-3 c0-0.1,0-0.3,0-0.4h2.8c0,0.3-0.1,0.6-0.1,0.9V14c0,3.3,2.9,6,6.5,6c3.6,0,6.5-2.7,6.5-6v-2.1c0-0.3,0-0.6-0.1-0.9h2.8 c0,0.1,0,0.3,0,0.4v3C18.6,18.7,15.2,22.2,10.8,22.8z M9.3,18c-2.5,0-4.5-2-4.5-4.5v-9C4.8,2,6.8,0,9.3,0s4.5,2,4.5,4.5v9 C13.8,16,11.8,18,9.3,18z" fill="#0D0D0D" fill-rule="evenodd"/>
</symbol>

</defs>
</svg>
6 changes: 6 additions & 0 deletions _includes/social-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
</a>
{% endif %}

{% if site.lanyrd %}
<a class="link" data-title="lanyrd.com/{{ site.lanyrd }}" href="https://lanyrd.com/{{ site.lanyrd }}" target="_blank">
<svg class="icon icon-microphone"><use xlink:href="#icon-microphone"></use></svg>
</a>
{% endif %}

{% if site.email %}
<a class="link" data-title="{{ site.email }}" href="mailto:{{ site.email }}">
<svg class="icon icon-mail"><use xlink:href="#icon-mail"></use></svg>
Expand Down

0 comments on commit 76d0b3c

Please sign in to comment.