Skip to content

Commit 5b52f0c

Browse files
committed
Remove image from Liz Smart's profile page
1 parent da8e163 commit 5b52f0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages-people/people-drew.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row person-blurb">
33
<div class="col-md-4 col-lg-5 col-xl-3">
44
<div class="mb-2 box-shadow text-center">
5-
<img class="profile-photo" src="./images/drew-profile-photo.png" />
5+
<img class="profile-photo" src="./images/drew-profile-photo.png" alt="Drew Morgan's profile picture" />
66
</div>
77
<div class="col-12 text-center">
88
<h4>Drew Morgan</h4>

pages-people/people-keiran.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row person-blurb">
33
<div class="col-md-4 col-lg-5 col-xl-3">
44
<div class="mb-2 box-shadow text-center">
5-
<img class="profile-photo" src="./images/keiran-profile-photo.png" />
5+
<img class="profile-photo" src="./images/keiran-profile-photo.png" alt="Keiran Wilkinson's profile picture" />
66
</div>
77
<div class="col-12 text-center">
88
<h4>Keiran Wilkinson</h4>

pages-people/people-liz.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row person-blurb">
33
<div class="col-md-4 col-lg-5 col-xl-3">
44
<div class="mb-2 box-shadow text-center">
5-
<img class="profile-photo" src="./images/liz-profile-photo.png" />
5+
<!-- <img class="profile-photo" src="./images/liz-profile-photo.png" alt="Liz Smart's profile picture" /> -->
66
</div>
77
<div class="col-12 text-center">
88
<h4>Liz Smart</h4>

0 commit comments

Comments
 (0)