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 d2b4fea commit d25c936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ analytics:
author:
name : "Yaroslav Golubev"
avatar : "face.png"
bio : "Research administrator"
bio : "不知周之梦为胡蝶与,胡蝶之梦为周与?"
position : "Research administrator"
location : "Belgrade, Serbia"
employer : "ML4SE Lab @ JetBrains Research"
pubmed :
Expand Down
7 changes: 4 additions & 3 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@

<div class="author__content">
<h3 class="author__name">{{ author.name }}</h3>
{% if author.bio %}<p class="author__bio">{{ author.bio }}</p>{% endif %}
</div>

<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
{% if author.bio %}
<li style="margin-top:5px;"><i class="fa fa-fw fa-user" aria-hidden="true"></i> {{ author.bio }}</li>
{% if author.position %}
<li style="margin-top:5px;"><i class="fa fa-fw fa-user" aria-hidden="true"></i> {{ author.position }}</li>
{% endif %}
{% if author.bio %}
{% if author.employer %}
<li><i class="fa fa-fw fa-briefcase" aria-hidden="true"></i> {{ author.employer }}</li>
{% endif %}
{% if author.location %}
Expand Down

0 comments on commit d25c936

Please sign in to comment.