Merge pull request #511 from merumelu/showreel-alt

Add alt text to showreel images
This commit is contained in:
Yuri Sizov
2023-01-15 16:32:47 +03:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ layout: default
<article>
<div class="showcase-card video">
<a href="https://www.youtube.com/watch?v=UAS_pUTFA7o" target="_blank">
<img src="/assets/showcase/desktop-showcase.jpg" alt="">
<img src="/assets/showcase/desktop-showcase.jpg" alt="Showreel: 2022 Godot Desktop Games">
</a>
</div>
</article>
@@ -38,7 +38,7 @@ layout: default
<article>
<div class="showcase-card video">
<a href="https://www.youtube.com/watch?v=xF3QiQfQxeQ" target="_blank">
<img src="/assets/showcase/mobile-showcase.jpg" alt="">
<img src="/assets/showcase/mobile-showcase.jpg" alt="Showreel: 2022 Godot Mobile Games">
</a>
</div>
</article>
@@ -46,7 +46,7 @@ layout: default
<article>
<div class="showcase-card video">
<a href="https://www.youtube.com/watch?v=9kKp0oguzr8" target="_blank">
<img src="/assets/showcase/apps-showcase.jpg" alt="">
<img src="/assets/showcase/apps-showcase.jpg" alt="Showreel: 2022 Godot Apps &amp; Tools">
</a>
</div>
</article>