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 e7c9dada33fad3473528f1d7ffa3c4ac26e2b9a8
parent d1a0532c6bd05b726fcc62f7629515760e7f84b6
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun,  7 Mar 2021 18:32:23 +0100

Remove links to photographs

Will add them back if they provide us with a preferred homepage.

Diffstat:
Mgalerie.html | 8++++----
Mstylesheets/galerie.css | 4++--
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/galerie.html b/galerie.html @@ -6,28 +6,28 @@ target="_blank"> <img src="images/photos/PierreVaillant2.jpg"> </a> - <p class="credits"><a href="">Pierre Vaillant</a></p> + <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> - <p class="credits"><a href="">Pierre Vaillant</a></p> + <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> - <p class="credits"><a href="">Cyril Ghestem</a></p> + <p class="credits"><span class="name">Cyril Ghestem</span></p> </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> + <p class="credits"><span class="name">Pierre Vaillant</span></p> </div> </div> <h1>Vidéos</h1> diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css @@ -60,10 +60,10 @@ main h1 { --mosaic-side: 25em; } - .photo p.credits > a { + .photo p.credits > .name { display: none; } - .photo p.credits:hover > a { + .photo p.credits:hover > .name { display: initial; } }