Skip to content

Commit

Permalink
Update 01_team.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Feb 28, 2024
1 parent 5532081 commit 51f057f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _pages/01_team.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ description:
<!-- The paddingtop and margin-top edits allow anchors to link properly. -->
<div id = "{{alum.name | replace: ' ', '-'}}" class="row" style="padding-top: 60px; margin-top: -60px; padding-bottom: 20px;">
<strong>{{alum.name}}{% if alum.degrees %}, {{alum.degrees}} {% endif %}</strong> <br>
<!-- <i>previously:</i> {{alum.previously}} <br> -->
{% if alumn.position %} <i>Current Position:</i> {{alum.position}}<br> {% endif %}
{% if alumn.position %} <i>Current Position:</i> {{alum.position}} <br> {% endif %}
{% if alum.website %} <i class="fa fa-globe"></i> <a href= "{{alum.website}}" target="_blank">{{alum.website}}</a> {% endif %}
</div>

{% endfor %}

---
---

0 comments on commit 51f057f

Please sign in to comment.