From dea78b72a3bc10839fa402280d7b89dd96121bd9 Mon Sep 17 00:00:00 2001 From: Peter Nerlich <peter.nerlich+dev@googlemail.com> Date: Sat, 8 May 2021 02:09:07 +0200 Subject: [PATCH] move old pictures to the back after all --- public/index.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index 7b17a80..b58cdf1 100644 --- a/public/index.html +++ b/public/index.html @@ -153,51 +153,51 @@ </figcaption> </figure> </a> - <a href="img/kukkel.png"> + <a href="img/cafe.png"> <figure class="effect-honey tm-gallery-item"> - <img src="img/kukkel-crop.png" alt="Image" class="img-fluid"> + <img src="img/cafe-crop.png" alt="Image" class="img-fluid"> <figcaption> - <h2><i>Die Kukkel sind schon da!</i></h2> + <h2><i>Das KIF-Café bietet viel Platz und hat ein üppiges Angebot an Lebensmitteln</i></h2> </figcaption> </figure> </a> - <a href="img/sheep.png"> + <a href="img/usbkistan.png"> <figure class="effect-honey tm-gallery-item"> - <img src="img/sheep-crop.png" alt="Image" class="img-fluid"> + <img src="img/usbkistan-crop.png" alt="Image" class="img-fluid"> <figcaption> - <h2><i>Ist das ein Konsens-Schaf?</i></h2> + <h2><i>Urlaubsfeeling in USBkistan: Erst im Gasthaus Oase einen Eiskaffee schlürfen...</i></h2> </figcaption> </figure> </a> - <a href="img/bike.png"> + <a href="img/beach.png"> <figure class="effect-honey tm-gallery-item"> - <img src="img/bike-crop.png" alt="Image" class="img-fluid"> + <img src="img/beach-crop.png" alt="Image" class="img-fluid"> <figcaption> - <h2><i>Klimafreundlich unterwegs!</i></h2> + <h2><i>...und dann am Strand sonnenbaden!</i></h2> </figcaption> </figure> </a> - <a href="img/cafe.png"> + <a href="img/kukkel.png"> <figure class="effect-honey tm-gallery-item"> - <img src="img/cafe-crop.png" alt="Image" class="img-fluid"> + <img src="img/kukkel-crop.png" alt="Image" class="img-fluid"> <figcaption> - <h2><i>Das KIF-Café bietet viel Platz und hat ein üppiges Angebot an Lebensmitteln</i></h2> + <h2><i>Die Kukkel sind schon da!</i></h2> </figcaption> </figure> </a> - <a href="img/usbkistan.png"> + <a href="img/sheep.png"> <figure class="effect-honey tm-gallery-item"> - <img src="img/usbkistan-crop.png" alt="Image" class="img-fluid"> + <img src="img/sheep-crop.png" alt="Image" class="img-fluid"> <figcaption> - <h2><i>Urlaubsfeeling in USBkistan: Erst im Gasthaus Oase einen Eiskaffee schlürfen...</i></h2> + <h2><i>Ist das ein Konsens-Schaf?</i></h2> </figcaption> </figure> </a> - <a href="img/beach.png"> + <a href="img/bike.png"> <figure class="effect-honey tm-gallery-item"> - <img src="img/beach-crop.png" alt="Image" class="img-fluid"> + <img src="img/bike-crop.png" alt="Image" class="img-fluid"> <figcaption> - <h2><i>...und dann am Strand sonnenbaden!</i></h2> + <h2><i>Klimafreundlich unterwegs!</i></h2> </figcaption> </figure> </a> -- GitLab