added hackerrank social media network (#978)
This commit is contained in:
parent
8df19d9bb1
commit
99d1a12a73
2 changed files with 13 additions and 0 deletions
|
@ -65,6 +65,7 @@ social-network-links:
|
||||||
# google-scholar: your google scholar
|
# google-scholar: your google scholar
|
||||||
# discord: invite/invite_code or users/userid
|
# discord: invite/invite_code or users/userid
|
||||||
# kaggle: yourname
|
# kaggle: yourname
|
||||||
|
# hackerrank: yourname
|
||||||
|
|
||||||
# If you want your website to generate an RSS feed, provide a description
|
# If you want your website to generate an RSS feed, provide a description
|
||||||
# The URL for the feed will be https://<your_website>/feed.xml
|
# The URL for the feed will be https://<your_website>/feed.xml
|
||||||
|
|
|
@ -324,4 +324,16 @@
|
||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
{%- if site.social-network-links.hackerrank -%}
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="https://www.hackerrank.com/{{ site.social-network-links.hackerrank }}" title="Hackerrank">
|
||||||
|
<span class="fa-stack fa-lg" aria-hidden="true">
|
||||||
|
<i class="fas fa-circle fa-stack-2x"></i>
|
||||||
|
<i class="fab fa-hackerrank fa-stack-1x fa-inverse"></i>
|
||||||
|
</span>
|
||||||
|
<span class="sr-only">Hackerrank</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue