quatuorbellefeuille.com

Content, build scripts and admin scripts for the Bellefeuille Quartet website.
git clone https://git.kevinlegouguec.net/quatuorbellefeuille.com
Log | Files | Refs

commit 65e48c9f80b26f7c526a455eefa7df2ab63cefc9
parent d990c4d291a35d22ec150786df1d7cf827da06ea
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 11 Mar 2021 20:54:36 +0100

Open Cyril Ghestem's page in a new tab

Also fix links to photos in English version, and "translate" the page.

Diffstat:
Men/gallery.html | 13+++++++------
Mgalerie.html | 3++-
2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/en/gallery.html b/en/gallery.html @@ -2,7 +2,7 @@ <h1>Photos</h1> <div class="mosaic photos"> <div class="photo"> - <a href="images/photos/PierreVaillant2.jpg" + <a href="../images/photos/PierreVaillant2.jpg" target="_blank"> <img src="../images/photos/PierreVaillant2.jpg" style="object-position: center bottom"> @@ -10,25 +10,26 @@ <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> <div class="photo"> - <a href="images/photos/PierreVaillant1.jpg" + <a href="../images/photos/PierreVaillant1.jpg" target="_blank"> <img src="../images/photos/PierreVaillant1.jpg"> </a> <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> <div class="photo"> - <a href="images/photos/CyrilGhestem1.jpg" + <a href="../images/photos/CyrilGhestem1.jpg" target="_blank"> <img src="../images/photos/CyrilGhestem1.jpg"> </a> <p class="credits"> - <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem"> + <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" + <a href="../images/photos/PierreVaillant3.jpg" target="_blank"> <img src="../images/photos/PierreVaillant3.jpg" style="object-position: 20% center"> @@ -36,7 +37,7 @@ <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> </div> - <h1>Vidéos</h1> + <h1>Videos</h1> <div class="mosaic videos"> <div class="video"> <iframe src="https://www.youtube.com/embed/1aDVqNtYbbI" diff --git a/galerie.html b/galerie.html @@ -22,7 +22,8 @@ <img src="images/photos/CyrilGhestem1.jpg"> </a> <p class="credits"> - <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem"> + <a class="name" href="https://www.operadeparis.fr/artistes/cyril-ghestem" + target="_blank"> Cyril Ghestem </a> </p>