commit 19954f504b6f991b86d3a8e661a409dc1ba3ac74 parent 5b29c218e931e68a65141fe099f0cfb104033589 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Fri, 26 Feb 2021 19:46:12 +0100 Add actual photos Diffstat:
| M | galerie.html | | | 27 | ++++++--------------------- |
| A | images/photos/CyrilGhestem1.jpg | | | 0 | |
| A | images/photos/PierreVaillant1.jpg | | | 0 | |
| A | images/photos/PierreVaillant2.jpg | | | 0 |
4 files changed, 6 insertions(+), 21 deletions(-)
diff --git a/galerie.html b/galerie.html @@ -2,33 +2,18 @@ <h1>Photos</h1> <div class="mosaic photos"> <div class="photo"> - <a href="https://v3.goldensun-world.com/img/wallpapers/wallpaper1.jpg"> - <img src="https://v3.goldensun-world.com/img/wallpapers/wallpaper1_800x600.jpg"> + <a href="images/photos/PierreVaillant1.jpg"> + <img src="images/photos/PierreVaillant1.jpg"> </a> </div> <div class="photo"> - <a href="https://i.redd.it/snvwn43xm9951.png"> - <img src="https://preview.redd.it/snvwn43xm9951.png?width=517&auto=webp&s=ffe4c47873bb42e8a62bf678d076ebc7f2bdc880"> + <a href="images/photos/PierreVaillant2.jpg"> + <img src="images/photos/PierreVaillant2.jpg"> </a> </div> <div class="photo"> - <a href="https://i.redd.it/snvwn43xm9951.png"> - <img src="https://preview.redd.it/snvwn43xm9951.png?width=517&auto=webp&s=ffe4c47873bb42e8a62bf678d076ebc7f2bdc880"> - </a> - </div> - <div class="photo"> - <a href="https://v3.goldensun-world.com/img/wallpapers/wallpaper1.jpg"> - <img src="https://v3.goldensun-world.com/img/wallpapers/wallpaper1_800x600.jpg"> - </a> - </div> - <div class="photo"> - <a href="https://v3.goldensun-world.com/img/wallpapers/wallpaper1.jpg"> - <img src="https://v3.goldensun-world.com/img/wallpapers/wallpaper1_800x600.jpg"> - </a> - </div> - <div class="photo"> - <a href="https://i.redd.it/snvwn43xm9951.png"> - <img src="https://preview.redd.it/snvwn43xm9951.png?width=517&auto=webp&s=ffe4c47873bb42e8a62bf678d076ebc7f2bdc880"> + <a href="images/photos/CyrilGhestem1.jpg"> + <img src="images/photos/CyrilGhestem1.jpg"> </a> </div> </div> diff --git a/images/photos/CyrilGhestem1.jpg b/images/photos/CyrilGhestem1.jpg Binary files differ. diff --git a/images/photos/PierreVaillant1.jpg b/images/photos/PierreVaillant1.jpg Binary files differ. diff --git a/images/photos/PierreVaillant2.jpg b/images/photos/PierreVaillant2.jpg Binary files differ.