Skip to content

Commit

Permalink
Fixed incorrect Image URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitchellf committed Feb 5, 2024
1 parent 3f2365d commit c2120e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ <h2 class="pb-2 border-bottom"><i class="fa-solid fa-image"></i> Gallery</h2>
<a href="assets/img/9.webp" data-toggle="lightbox">
<div class="item"><img src="assets/img/9.webp" alt=""></div>
</a>
<a href="assets/img/10.webp" data-toggle="lightbox">
<div class="item"><img src="assets/img/9.webp" alt=""></div>
<a href="assets/img/10.jpeg" data-toggle="lightbox">
<div class="item"><img src="assets/img/10.jpeg" alt=""></div>
</a>
<a href="assets/img/11.webp" data-toggle="lightbox">
<div class="item"><img src="assets/img/9.webp" alt=""></div>
<a href="assets/img/11.jpeg" data-toggle="lightbox">
<div class="item"><img src="assets/img/11.jpeg" alt=""></div>
</a>
</div>
</div>
Expand Down

0 comments on commit c2120e7

Please sign in to comment.