Skip to content

Commit

Permalink
Update teams.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhshiali authored Apr 28, 2024
1 parent b2d7719 commit 1290881
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _pages/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ permalink: /teams/
<div class="grid__box" style="text-align: center">
<img src="{{member.photo}}" width="50%" />
<h3 width="50%">{{ member.name }}</h3>
<i>{{ member.info }}</i>
<i>{{ member.info }}</i> <br>
<a href="{{ member.researchgate }}"><i class="fab fa-fw fa-researchgate" aria-hidden="true"></i></a>
<a href="{{ member.googlescholar }}"><i class="fas fa-fw fa-graduation-cap"></i></a>
<a href="{{ member.linkedin }}"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
{% endfor %}<br>
Expand Down

0 comments on commit 1290881

Please sign in to comment.