Skip to content

Commit b8d2932

Browse files
committed
Fixed missing director pics.
1 parent a6f5103 commit b8d2932

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,11 +1557,11 @@ <h1>Past Iterations</h1>
15571557
<div class="col-md-2 col-4 padding-0">
15581558
<picture>
15591559
<source type="image/webp"
1560-
srcset="./static/assets/headshots/compressed/Dylan.webp"
1560+
srcset="./static/assets/headshots/compressed/dylan.webp"
15611561
class="timeline-director-img">
1562-
<source type="image/jpg" srcset="./static/assets/headshots/compressed/Dylan.jpg"
1562+
<source type="image/jpg" srcset="./static/assets/headshots/compressed/dylan.jpg"
15631563
class="timeline-director-img">
1564-
<img src="./static/assets/headshots/compressed/Dylan.jpg"
1564+
<img src="./static/assets/headshots/compressed/dylan.jpg"
15651565
alt="TAMUhack Director" class="timeline-director-img">
15661566
</picture>
15671567
<p class="timeline-director-name">Dylan Theriot</p>
@@ -1578,12 +1578,12 @@ <h1>Past Iterations</h1>
15781578
<div class="col-md-2 col-4 padding-0">
15791579
<picture>
15801580
<source type="image/webp"
1581-
srcset="./static/assets/headshots/compressed/Zakaria.webp"
1581+
srcset="./static/assets/headshots/compressed/zakaria.webp"
15821582
class="timeline-director-img">
15831583
<source type="image/jpg"
1584-
srcset="./static/assets/headshots/compressed/Zakaria.jpg"
1584+
srcset="./static/assets/headshots/compressed/zakaria.jpg"
15851585
class="timeline-director-img">
1586-
<img src="./static/assets/headshots/compressed/Zakaria.jpg"
1586+
<img src="./static/assets/headshots/compressed/zakaria.jpg"
15871587
alt="TAMUhack Director" class="timeline-director-img">
15881588
</picture>
15891589
<p class="timeline-director-name">Zakaria Ridouh</p>

0 commit comments

Comments
 (0)