Skip to content

Commit

Permalink
Reorganize left tab
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Mar 30, 2024
1 parent 98e40c0 commit 589fa1b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@ <h3 class="author__name">{{ author.name }}</h3>
{% endif %}

<!-- Font Awesome and Academicons icons / Academic websites -->
{% if author.arxiv %}
<li><a href="{{ author.arxiv }}"><i class="ai ai-arxiv ai-fw icon-pad-right"></i>arXiv</a></li>
{% endif %}
{% if author.github %}
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github icon-pad-right" aria-hidden="true"></i>Github</a></li>
{% endif %}
{% if author.linkedin %}
<li><a href="https://www.linkedin.com/in/{{ author.linkedin }}"><i class="fab fa-fw fa-linkedin icon-pad-right" aria-hidden="true"></i>LinkedIn</a></li>
{% endif %}
{% if author.inspire %}
<li><a href="{{ author.inspire }}"><i class="ai ai-inspire icon-pad-right"></i>Inspire</a></li>
{% endif %}
{% if author.arxiv %}
<li><a href="{{ author.arxiv }}"><i class="ai ai-arxiv ai-fw icon-pad-right"></i>arXiv</a></li>
{% endif %}
{% if author.googlescholar %}
<li><a href="{{ author.googlescholar }}"><i class="ai ai-google-scholar icon-pad-right"></i>Google Scholar</a></li>
Expand Down Expand Up @@ -70,9 +76,6 @@ <h3 class="author__name">{{ author.name }}</h3>
{% if author.dribbble %}
<li><a href="https://dribbble.com/{{ author.dribbble }}"><i class="fab fa-fw fa-dribbble icon-pad-right" aria-hidden="true"></i>Dribbble</a></li>
{% endif %}
{% if author.github %}
<li><a href="https://github.com/{{ author.github }}"><i class="fab fa-fw fa-github icon-pad-right" aria-hidden="true"></i>Github</a></li>
{% endif %}
{% if author.kaggle %}
<li><a href="https://kaggle.com/{{ author.kaggle }}"><i class="fab fa-fw fa-kaggle icon-pad-right" aria-hidden="true"></i>Kaggle</a></li>
{% endif %}
Expand Down Expand Up @@ -107,10 +110,7 @@ <h3 class="author__name">{{ author.name }}</h3>
{% endif %}
{% if author.lastfm %}
<li><a href="https://lastfm.com/user/{{ author.lastfm }}"><i class="fab fa-fw fa-lastfm icon-pad-right" aria-hidden="true"></i>Last.fm</a></li>
{% endif %}
{% if author.linkedin %}
<li><a href="https://www.linkedin.com/in/{{ author.linkedin }}"><i class="fab fa-fw fa-linkedin icon-pad-right" aria-hidden="true"></i>LinkedIn</a></li>
{% endif %}
{% endif %}
{% if author.mastodon %}
<li><a href="{{ author.mastodon }}"><i class="fab fa-fw fa-mastodon icon-pad-right" aria-hidden="true"></i>Mastodon</a></li>
{% endif %}
Expand Down

0 comments on commit 589fa1b

Please sign in to comment.