fix(content): add alt text for gazing.jpg on index page (#42)

This commit is contained in:
Victor Westerlund 2024-07-04 15:08:29 +00:00 committed by GitHub
parent ce1f3e3bab
commit 285bdc3980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,10 +22,5 @@
</button>
</div>
<img src="/assets/media/gazing.jpg"/>
<!--<picture class="gazing">
<source srcset="/assets/media/gazing.avif" type="image/avif"/>
<source srcset="/assets/media/gazing.webp" type="image/webp"/>
<img src="/assets/media/gazing.jpg"/>
</picture>-->
<img src="/assets/media/gazing.jpg" alt="A portrait of Victor with a pair of cartoon glasses drawn in the shape of two V's over his eyes"/>
<script><?= VV::js("pages/index") ?></script>