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

This commit is contained in:
Victor Westerlund 2024-07-04 17:01:47 +02:00
parent 608f775f24
commit c29630b50b

View file

@ -22,10 +22,5 @@
</button> </button>
</div> </div>
<img src="/assets/media/gazing.jpg"/> <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"/>
<!--<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>-->
<script><?= VV::js("pages/index") ?></script> <script><?= VV::js("pages/index") ?></script>