From be49422749ed1de75638fb8c8782aa9f60d7a222 Mon Sep 17 00:00:00 2001 From: Patrick <patrick.wuerstle@gmx.de> Date: Mon, 8 Mar 2021 17:14:43 +0100 Subject: [PATCH] update png --- vcm/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcm/index.html b/vcm/index.html index 74d6e491a..f4279ae00 100644 --- a/vcm/index.html +++ b/vcm/index.html @@ -651,15 +651,15 @@ <div class="row3"> <div class="column3"> <h3 class="top-left">Böckinger Straße</h3> - <img class="imagecol3" src="images/projects/bockinger1.PNG" alt="Snow" style="width:100%"> + <img class="imagecol3" src="images/projects/bockinger1.png" alt="Snow" style="width:100%"> </div> <div class="column3"> <h3 class="top-left">Nordbahnhof</h3> - <img class="imagecol3" src="images/projects/nordbahn1.PNG" alt="Forest" style="width:100%"> + <img class="imagecol3" src="images/projects/nordbahn1.png" alt="Forest" style="width:100%"> </div> <div class="column3"> <h3 class="top-left">Akkustik Projekt</h3> - <img class="imagecol3" src="images/projects/noise1.PNG" alt="Mountains" style="width:100%"> + <img class="imagecol3" src="images/projects/noise1.png" alt="Mountains" style="width:100%"> </div> </div> -- GitLab