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 Jan 16, 2024
1 parent 5555bd3 commit aee96be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/01-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ description:
<div id = "{{person.name | replace: ' ', '-'}}" class="row" style="padding-top: 60px; margin-top: -60px;">
<!-- Added an if statement here to allow for image_url update -->
{% if person.image %}
<img style="float: right; height: 100%; padding-left: 20px;" src="{{ person.image | prepend: '/assets/img/' | prepend: site.baseurl | prepend: site.url }}" alt="photo of {{person.name}}">
<img style="float: right; height: 10em; padding-left: 20px;" src="{{ person.image | prepend: '/assets/img/' | prepend: site.baseurl | prepend: site.url }}" alt="photo of {{person.name}}">
<!-- <img style="float: right; width: 42%; padding-left: 20px;" src="{{ person.image | prepend: '/assets/img/' | prepend: site.baseurl | prepend: site.url }}" alt="photo of {{person.name}}"> -->
{% elsif person.imageurl %}
<img style="float: right; height: 100%; padding-left: 20px;" src="{{ person.imageurl }}" alt="photo of {{person.name}}">
<img style="float: right; height: 10em; padding-left: 20px;" src="{{ person.imageurl }}" alt="photo of {{person.name}}">
{% endif %}
<div>
<h4>{{person.name}}{% if person.degrees %}, {{person.degrees}} {% endif %}</h4>
Expand Down

0 comments on commit aee96be

Please sign in to comment.