Skip to content

Commit

Permalink
img tag refactor in project leadership card (#5284)
Browse files Browse the repository at this point in the history
  • Loading branch information
erinzz authored Aug 27, 2023
1 parent 85ba75b commit 222c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h2 class='project-page-card-title title6'>Current Project Team</h2>
<div class='resource-list'>
{% for item in page.leadership %}
<div class='leader-card'>
<a href='{{ item.links.github }}' target='_blank' title='GitHub Profile'><img class='leader-img' src='{{ item.picture }}' /></a>
<a href='{{ item.links.github }}' target='_blank' title='GitHub Profile'><img class='leader-img' src='{{ item.picture }}'></a>
<div class='leader-description'>
{% if page.status == "Completed" and item.links.linkedin %}
<p class='leader-description-field'></p><strong>Name: </strong><a href='{{ item.links.linkedin }}' target='_blank' title='Linkedin Profile'>{{ item.name }}</a></p>
Expand Down

0 comments on commit 222c6c2

Please sign in to comment.