Skip to content

Commit

Permalink
Trying bio
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Feb 10, 2024
1 parent 5114094 commit e60d255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ <h3 class="author__name">{{ author.name }}</h3>
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
{% if author.position %}
<li style="margin-top:-5px;"><i class="fa fa-fw fa-user" aria-hidden="true"></i> {{ author.position }}</li>
<li style="margin-top:-10px;"><i class="fa fa-fw fa-user" aria-hidden="true"></i> {{ author.position }}</li>
{% endif %}
{% if author.employer %}
<li><i class="fa fa-fw fa-briefcase" aria-hidden="true"></i> {{ author.employer }}</li>
{% endif %}
{% if author.location %}
<li style="margin-bottom:20px;"><i class="fa fa-fw fa-map-marked-alt" aria-hidden="true"></i> {{ author.location }}</li>
<li style="margin-bottom:10px;"><i class="fa fa-fw fa-map-marked-alt" aria-hidden="true"></i> {{ author.location }}</li>
{% endif %}
{% if author.uri %}
<li><a href="{{ author.uri }}"><i class="fas fa-fw fa-link" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].website_label | default: "Website" }}</a></li>
Expand Down

0 comments on commit e60d255

Please sign in to comment.