Skip to content

Commit 928eb4f

Browse files
authored
Merge pull request #179 from tamuhack-org/cameron-dev
Fixed missing director pics bc netlify dumb.
2 parents 0483116 + e41a97f commit 928eb4f

File tree

2 files changed

+6
-28
lines changed

2 files changed

+6
-28
lines changed

.github/workflows/netlify.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

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)