commit 7dbc6d60c4f8da78c2ed8f9e6dde694b5a9d0d3e parent 11d07449a0fca1fc51e10f9fc00d6f3ab3e00153 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Fri, 4 Feb 2022 20:27:06 +0100 Add new photos Diffstat:
| M | en/gallery.html | | | 26 | ++++++++++++++++++++++++++ |
| M | galerie.html | | | 26 | ++++++++++++++++++++++++++ |
| A | images/photos/PierreVaillant4.jpg | | | 0 | |
| A | images/photos/PierreVaillant5.jpg | | | 0 | |
| A | images/photos/PierreVaillant6.jpg | | | 0 | |
| A | images/photos/PierreVaillant7.jpg | | | 0 |
6 files changed, 52 insertions(+), 0 deletions(-)
diff --git a/en/gallery.html b/en/gallery.html @@ -2,6 +2,32 @@ <h1>Photos</h1> <div class="mosaic photos"> <div class="photo"> + <a href="../images/photos/PierreVaillant4.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant4.jpg" alt="The quartet swaps their instruments" + style="object-position: center 80%"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> + <a href="../images/photos/PierreVaillant7.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant7.jpg" alt="The quartet gathers behind the cello"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> + <a href="../images/photos/PierreVaillant6.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant6.jpg" alt="The quartet is having a laugh"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> + <a href="../images/photos/PierreVaillant5.jpg" target="_blank"> + <img src="../images/photos/PierreVaillant5.jpg" alt="The quartet tries a new configuration" + style="object-position: center 60%"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> <a href="../images/photos/PierreVaillant2.jpg" target="_blank"> <img src="../images/photos/PierreVaillant2.jpg" alt="The quartet is settled between the Palais Royal's majestic columns" style="object-position: center bottom"> diff --git a/galerie.html b/galerie.html @@ -2,6 +2,32 @@ <h1>Photos</h1> <div class="mosaic photos"> <div class="photo"> + <a href="images/photos/PierreVaillant4.jpg" target="_blank"> + <img src="images/photos/PierreVaillant4.jpg" alt="Le quatuor échange ses instruments" + style="object-position: center 80%"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> + <a href="images/photos/PierreVaillant7.jpg" target="_blank"> + <img src="images/photos/PierreVaillant7.jpg" alt="Le quatuor réuni derrière le violoncelle"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> + <a href="images/photos/PierreVaillant6.jpg" target="_blank"> + <img src="images/photos/PierreVaillant6.jpg" alt="Le quatuor s'amuse"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> + <a href="images/photos/PierreVaillant5.jpg" target="_blank"> + <img src="images/photos/PierreVaillant5.jpg" alt="Le quatuor tente une nouvelle configuration" + style="object-position: center 60%"> + </a> + <p class="credits"><span class="name">Pierre Vaillant</span></p> + </div> + <div class="photo"> <a href="images/photos/PierreVaillant2.jpg" target="_blank"> <img src="images/photos/PierreVaillant2.jpg" alt="Le quatuor est campé entre les colonnes majestueuses du Palais Royal" style="object-position: center bottom"> diff --git a/images/photos/PierreVaillant4.jpg b/images/photos/PierreVaillant4.jpg Binary files differ. diff --git a/images/photos/PierreVaillant5.jpg b/images/photos/PierreVaillant5.jpg Binary files differ. diff --git a/images/photos/PierreVaillant6.jpg b/images/photos/PierreVaillant6.jpg Binary files differ. diff --git a/images/photos/PierreVaillant7.jpg b/images/photos/PierreVaillant7.jpg Binary files differ.