From 0a7469cdb7d8ffe1be6226b8718b513fb27b6997 Mon Sep 17 00:00:00 2001
From: Patrick <patrick.wuerstle@gmx.de>
Date: Mon, 8 Mar 2021 17:22:11 +0100
Subject: [PATCH] add pointer

---
 vcm/index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vcm/index.html b/vcm/index.html
index f4279ae00..b4bab4367 100644
--- a/vcm/index.html
+++ b/vcm/index.html
@@ -649,15 +649,15 @@
                 <!--Projekts-->
                 <h2>Unsere Projekte</h2>
                 <div class="row3">
-                    <div class="column3">
+                    <div style="cursor:pointer;" onclick="addcont('main_bock2');showtourSpecific('main');setpositionVAR(false);"class="column3">
                       <h3 class="top-left">Böckinger Straße</h3>
                       <img class="imagecol3" src="images/projects/bockinger1.png" alt="Snow" style="width:100%">
                     </div>
-                    <div class="column3">
+                    <div style="cursor:pointer;" onclick="removebuildings();addcont('main_heatdem2');addcont('main_nordbstuff2');NordbahnhofText();setpositionVAR(false);" class="column3">
                         <h3 class="top-left">Nordbahnhof</h3>
                       <img class="imagecol3" src="images/projects/nordbahn1.png" alt="Forest" style="width:100%">
                     </div>
-                    <div class="column3">
+                    <div style="cursor:pointer;" onclick="NoiseText(true);setpositionVAR(false);" class="column3">
                       <h3 class="top-left">Akkustik Projekt</h3>
                       <img class="imagecol3" src="images/projects/noise1.png" alt="Mountains" style="width:100%">
                     </div>
-- 
GitLab