commit 0735d02fbb2e52ba4fbbc6afcbf395fcc28fac65 parent 849ce1826fa2970488347fee5e671520e7b351b9 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Wed, 17 Mar 2021 23:46:12 +0100 Add alt text for gallery photos Diffstat:
| M | en/gallery.html | | | 23 | +++++++++-------------- |
| M | galerie.html | | | 23 | +++++++++-------------- |
2 files changed, 18 insertions(+), 28 deletions(-)
diff --git a/en/gallery.html b/en/gallery.html @@ -2,36 +2,31 @@ <h1>Photos</h1> <div class="mosaic photos"> <div class="photo"> - <a href="../images/photos/PierreVaillant2.jpg" - target="_blank"> - <img src="../images/photos/PierreVaillant2.jpg" + <a href="../images/photos/PierreVaillant2.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant2.jpg" alt="Photo: the quartet beneath the arcade" style="object-position: center bottom"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> <div class="photo"> - <a href="../images/photos/PierreVaillant1.jpg" - target="_blank"> - <img src="../images/photos/PierreVaillant1.jpg"> + <a href="../images/photos/PierreVaillant1.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant1.jpg" alt="Photo: the quartet with their instruments"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> <div class="photo"> - <a href="../images/photos/CyrilGhestem1.jpg" - target="_blank"> - <img src="../images/photos/CyrilGhestem1.jpg"> + <a href="../images/photos/CyrilGhestem1.jpg" target="_blank"> + <img src="../images/photos/CyrilGhestem1.jpg" alt="Photo: the quartet on stage"> </a> <p class="credits"> - <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem" - target="_blank"> + <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem" target="_blank"> Cyril Ghestem </a> </p> </div> <div class="photo"> - <a href="../images/photos/PierreVaillant3.jpg" - target="_blank"> - <img src="../images/photos/PierreVaillant3.jpg" + <a href="../images/photos/PierreVaillant3.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant3.jpg" alt="Photo: the quartet with their instruments" style="object-position: 20% center"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> diff --git a/galerie.html b/galerie.html @@ -2,36 +2,31 @@ <h1>Photos</h1> <div class="mosaic photos"> <div class="photo"> - <a href="images/photos/PierreVaillant2.jpg" - target="_blank"> - <img src="images/photos/PierreVaillant2.jpg" + <a href="images/photos/PierreVaillant2.jpg" target="_blank"> + <img src="images/photos/PierreVaillant2.jpg" alt="Photo : le quatuor sous les arcades" style="object-position: center bottom"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> <div class="photo"> - <a href="images/photos/PierreVaillant1.jpg" - target="_blank"> - <img src="images/photos/PierreVaillant1.jpg"> + <a href="images/photos/PierreVaillant1.jpg" target="_blank"> + <img src="images/photos/PierreVaillant1.jpg" alt="Photo : le quatuor et ses instruments"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> <div class="photo"> - <a href="images/photos/CyrilGhestem1.jpg" - target="_blank"> - <img src="images/photos/CyrilGhestem1.jpg"> + <a href="images/photos/CyrilGhestem1.jpg" target="_blank"> + <img src="images/photos/CyrilGhestem1.jpg" alt="Photo : le quatuor sur scène"> </a> <p class="credits"> - <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem" - target="_blank"> + <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem" target="_blank"> Cyril Ghestem </a> </p> </div> <div class="photo"> - <a href="images/photos/PierreVaillant3.jpg" - target="_blank"> - <img src="images/photos/PierreVaillant3.jpg" + <a href="images/photos/PierreVaillant3.jpg" target="_blank"> + <img src="images/photos/PierreVaillant3.jpg" alt="Photo : le quatuor et ses instruments" style="object-position: 20% center"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p>