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 d46b50a2087921100138901bb29a0afcc9b8741d
parent 6053b2c718825c05e9d266f6ce74066f602c1736
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 27 Feb 2021 23:30:53 +0100

Open gallery photos in another tab

Diffstat:
Mgalerie.html | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/galerie.html b/galerie.html @@ -2,17 +2,20 @@ <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"> </a> </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> </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> </div>