Commit f08a4b91 authored by Patrick's avatar Patrick
Browse files

update Icons

parent 5c4c3699
......@@ -92,7 +92,7 @@
},
"show": true,
"logoBox": null,
"title": "M4_Lab Platform"
"title": "M4_Lab Plattform"
}
},
"selectBehavior": {
......
This diff is collapsed.
This diff is collapsed.
......@@ -250,6 +250,8 @@
<p class="contentOne">Die digitale Beteiligungsplattform für das Projekt in Weilimdorf wurde von der <a href="https://www.hft-stuttgart.de/">Hochschule für Technik Stuttgart</a> zusammen mit der <a href="https://www.steg.de/">STEG</a> entwickelt.</p><br>
<p class="contentOne">Sie beinhaltet ein 3D-Stadtmodell sowie ein Geländemodell durch welches Sie navigieren können.</p>
<p class="contentOne">Zusätzlich wurden verschiedene Inhalte kuriert und Umfragen erstellt welche Sie auf der Seite beantworten können um sich zu informieren und Ihre Meinung abzugeben.</p><br>
<img src="./icons/HFT_M4_LAB_rgb.svg" alt="M4_Lab_Logo" width="400">
<img src="./icons/innovative_Hochschule_initiative_BMBF_GWK_RGB.svg" alt="InnHochschule" width="600">
<details>
<summary class="contentOne">Anleitung zur Benutzung der Plattform</summary>
<p class="contentOne">Hier kommt der ausführliche Inhalt zur Anleitung</p>
......
......@@ -21,6 +21,8 @@ document.addEventListener('touchstart', function addtouchclass(e){ // first time
var drop = document.getElementById("dropdownMain")
drop.classList.add('can-touch')
drop.style.display = "none"; // add "can-touch" class to document root using classList API
// document.getElementsByClassName("vcm-btn-map-OpenLayers").click();
document.removeEventListener('touchstart', addtouchclass, false) // de-register touchstart event
}, false)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment