Skip to content

Commit

Permalink
added hackerrank social media network (daattali#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersekmen committed May 2, 2022
1 parent e4f9c53 commit c387ab2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ social-network-links:
# google-scholar: your google scholar
# discord: invite/invite_code or users/userid
# kaggle: yourname
# hackerrank: yourname

# 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
Expand Down
12 changes: 12 additions & 0 deletions _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,16 @@
</li>
{%- 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>

0 comments on commit c387ab2

Please sign in to comment.