mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-05 10:10:00 +03:00
Merge pull request #511 from merumelu/showreel-alt
Add alt text to showreel images
This commit is contained in:
@@ -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 & Tools">
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user