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 8ef174bc3a391b3ecad62b0390f5d4c4d176f8a2
parent cba64b0e7cfbe8967aaaf1aefb0d19604b44a6a3
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  6 Mar 2021 22:44:49 +0100

Add third photo from Pierre

Diffstat:
Mgalerie.html | 16+++++++++++++---
Aimages/photos/PierreVaillant3.jpg | 0
2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/galerie.html b/galerie.html @@ -7,19 +7,29 @@ <img src="images/photos/PierreVaillant2.jpg"> </a> <p class="credits"><a href="">Pierre Vaillant</a></p> - </div><div class="photo"> + </div> + <div class="photo"> <a href="images/photos/PierreVaillant1.jpg" target="_blank"> <img src="images/photos/PierreVaillant1.jpg"> </a> <p class="credits"><a href="">Pierre Vaillant</a></p> - </div><div class="photo"> + </div> + <div class="photo"> <a href="images/photos/CyrilGhestem1.jpg" target="_blank"> <img src="images/photos/CyrilGhestem1.jpg"> </a> <p class="credits"><a href="">Cyril Ghestem</a></p> - </div> </div> + </div> + <div class="photo"> + <a href="images/photos/PierreVaillant3.jpg" + target="_blank"> + <img src="images/photos/PierreVaillant3.jpg"> + </a> + <p class="credits"><a href="">Pierre Vaillant</a></p> + </div> + </div> <h1>Vidéos</h1> <div class="mosaic videos"> <div class="video"> diff --git a/images/photos/PierreVaillant3.jpg b/images/photos/PierreVaillant3.jpg Binary files differ.