From d324ed1dd6cfbf8daf59437ab3e53ed28bdf07d9 Mon Sep 17 00:00:00 2001
From: Mika Specht <mikspecht@yahoo.de>
Date: Wed, 22 May 2024 19:37:56 +0200
Subject: [PATCH] Updated Bar information

---
 reference/index.html      | 17 ++++++++++++-----
 reference/style.css       |  1 +
 src/sites/html/index.html |  7 +++++++
 static/public/map.js      | 10 +++++-----
 static/public/style.css   |  1 +
 5 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/reference/index.html b/reference/index.html
index 2ecb385..e582aaf 100644
--- a/reference/index.html
+++ b/reference/index.html
@@ -89,6 +89,7 @@
 			<h2>Montag</h2>
 			<img src="logo_triangel_red.png" class="bar-logo">
 			<h3>Triangel</h3>
+			<p>Wöchentlich ab 21 Uhr</p>
 			<p>Studentenwohnheim am Weißenberg</p>
 			<p>Am Weissenberg 16-18</p>
 
@@ -97,6 +98,7 @@
 			<h2>Dienstag</h2>
 			<img src="logo_baerenhoele_orange.png" class="bar-logo">
 			<h3>Bärenhöhle</h3>
+			<p>Wöchentlich ab 21 Uhr</p>
 			<p>Studierendenwohnheim B5</p>
 			<p>Bärenstraße 5</p>
 		</div>
@@ -105,16 +107,19 @@
 
 			<img src="logo_faho.png" class="bar-logo">
 			<h3>FAHO Bierkeller</h3>
+			<p>Wöchentlich ab 20 Uhr</p>
 			<p>FAHO Studentenwohnheim</p>
 			<p>Hainbuchenstraße 6 </p>
 
 			<img src="logo_faho.png" class="bar-logo">
 			<h3>Symposion</h3>
+			<p>1./3. Mittwoch im Monat ab 20:30 Uhr</p>
 			<p>Studentenwohnanlage Turmstraße 1</p>
 			<p>Turmstraße 1</p>
 
 			<img src="logo_motorbar.png" class="bar-logo">
 			<h3>Club Motorbar</h3>
+			<p>Wöchentlich ab 20:30 Uhr</p>
 			<p>Studentenwohnheim Otto-Petersen-Haus (Türme)</p>
 			<p>Rütscher Straße 155</p>
 		</div>
@@ -123,11 +128,13 @@
 
 			<img src="logo_seilbar.png" class="bar-logo">
 			<h3>SEILgraben Bar</h3>
+			<p>1./3./5. Donnerstag im Monat ab 21 Uhr</p>
 			<p>Wohnheim Seilgraben</p>
 			<p>Seilgraben 34-36</p>
 
 			<img src="logo_eimer.png" class="bar-logo">
 			<h3>Club Im Eimer </h3>
+			<p>Wöchentlich ab 21 Uhr</p>
 			<p>Studierendenwohnheim Theodore-von-Kármán-Haus (Türme)</p>
 			<p>Rütscher Str. 121</p>
 		</div>
@@ -147,15 +154,15 @@
 		}).addTo(map);
 
 		L.marker([50.7748424, 6.0680286], { icon: new BarIcon({ iconUrl: 'logo_triangel_red_small.png' }) }).addTo(map)
-			.bindPopup('Triangel');
+			.bindPopup('<h3>Triangel</h3><p> Montags ab 21 Uhr</p><p>Studentenwohnheim am Weißenberg<br>Am Weissenberg 16-18</p>');
 		L.marker([50.7781679, 6.0670530], { icon: new BarIcon({ iconUrl: 'logo_faho_small.png' }) }).addTo(map)
-			.bindPopup('FAHO Bierkeller');
+			.bindPopup('<h3>FAHO Bierkeller</h3><p>Mittwochs ab 20 Uhr</p><p>FAHO Studentenwohnheim<br>Hainbuchenstraße 6 </p>');
 		L.marker([50.7786993, 6.0851869], { icon: new BarIcon({ iconUrl: 'logo_seilbar_small.png' }) }).addTo(map)
-			.bindPopup('SEILgraben Bar');
+			.bindPopup('<h3>SEILgraben Bar</h3><p>1./3./5. Donnerstag im Monat ab 21 Uhr</p><p>Wohnheim Seilgraben<br>Seilgraben 34-36</p>');
 		L.marker([50.7882288, 6.0708622], { icon: new BarIcon({ iconUrl: 'logo_motorbar_small.png' }) }).addTo(map)
-			.bindPopup('Club Motorbar');
+			.bindPopup('<h3>Club Motorbar</h3><p>Mittwochs ab 20:30 Uhr</p><p>Studentenwohnheim Otto-Petersen-Haus (Türme)<br>Rütscher Straße 155</p>');
 		L.marker([50.7760765, 6.0739856], { icon: new BarIcon({ iconUrl: 'logo_baerenhoele_orange_small.png' }) }).addTo(map)
-			.bindPopup('Bärenhöhle');</script>
+			.bindPopup('<h3>Bärenhöhle</h3><p>Dienstags ab 21 Uhr</p><p>Studierendenwohnheim B5<br>Bärenstraße 5</p>');</script>
 
 	<script src="slideshow.js"></script>
 </body>
diff --git a/reference/style.css b/reference/style.css
index 7390fd1..952c132 100644
--- a/reference/style.css
+++ b/reference/style.css
@@ -102,6 +102,7 @@ div#map {
 
 .bar-logo {
 	height: 60px;
+	margin-top: 20px;
 }
 
 .leaflet-tile {
diff --git a/src/sites/html/index.html b/src/sites/html/index.html
index ca96a87..1f1eccd 100644
--- a/src/sites/html/index.html
+++ b/src/sites/html/index.html
@@ -29,6 +29,7 @@
 			<h2>Montag</h2>
 			<img src="logo_triangel_red.png" class="bar-logo">
 			<h3>Triangel</h3>
+			<p>Wöchentlich ab 21 Uhr</p>
 			<p>Studentenwohnheim am Weißenberg</p>
 			<p>Am Weissenberg 16-18</p>
 
@@ -37,6 +38,7 @@
 			<h2>Dienstag</h2>
 			<img src="logo_baerenhoele_orange.png" class="bar-logo">
 			<h3>Bärenhöhle</h3>
+			<p>Wöchentlich ab 21 Uhr</p>
 			<p>Studierendenwohnheim B5</p>
 			<p>Bärenstraße 5</p>
 		</div>
@@ -45,16 +47,19 @@
 
 			<img src="logo_faho.png" class="bar-logo">
 			<h3>FAHO Bierkeller</h3>
+			<p>Wöchentlich ab 20 Uhr</p>
 			<p>FAHO Studentenwohnheim</p>
 			<p>Hainbuchenstraße 6 </p>
 
 			<img src="logo_faho.png" class="bar-logo">
 			<h3>Symposion</h3>
+			<p>1./3. Mittwoch im Monat ab 20:30 Uhr</p>
 			<p>Studentenwohnanlage Turmstraße 1</p>
 			<p>Turmstraße 1</p>
 
 			<img src="logo_motorbar.png" class="bar-logo">
 			<h3>Club Motorbar</h3>
+			<p>Wöchentlich ab 20:30 Uhr</p>
 			<p>Studentenwohnheim Otto-Petersen-Haus (Türme)</p>
 			<p>Rütscher Straße 155</p>
 		</div>
@@ -63,11 +68,13 @@
 
 			<img src="logo_seilbar.png" class="bar-logo">
 			<h3>SEILgraben Bar</h3>
+			<p>1./3./5. Donnerstag im Monat ab 21 Uhr</p>
 			<p>Wohnheim Seilgraben</p>
 			<p>Seilgraben 34-36</p>
 
 			<img src="logo_eimer.png" class="bar-logo">
 			<h3>Club Im Eimer </h3>
+			<p>Wöchentlich ab 21 Uhr</p>
 			<p>Studierendenwohnheim Theodore-von-Kármán-Haus (Türme)</p>
 			<p>Rütscher Str. 121</p>
 		</div>
diff --git a/static/public/map.js b/static/public/map.js
index ef43edd..e045729 100644
--- a/static/public/map.js
+++ b/static/public/map.js
@@ -12,12 +12,12 @@ L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
 }).addTo(map);
 
 L.marker([50.7748424, 6.0680286], { icon: new BarIcon({ iconUrl: 'logo_triangel_red_small.png' }) }).addTo(map)
-	.bindPopup('Triangel');
+	.bindPopup('<h3>Triangel</h3><p> Montags ab 21 Uhr</p><p>Studentenwohnheim am Weißenberg<br>Am Weissenberg 16-18</p>');
 L.marker([50.7781679, 6.0670530], { icon: new BarIcon({ iconUrl: 'logo_faho_small.png' }) }).addTo(map)
-	.bindPopup('FAHO Bierkeller');
+	.bindPopup('<h3>FAHO Bierkeller</h3><p>Mittwochs ab 20 Uhr</p><p>FAHO Studentenwohnheim<br>Hainbuchenstraße 6 </p>');
 L.marker([50.7786993, 6.0851869], { icon: new BarIcon({ iconUrl: 'logo_seilbar_small.png' }) }).addTo(map)
-	.bindPopup('SEILgraben Bar');
+	.bindPopup('<h3>SEILgraben Bar</h3><p>1./3./5. Donnerstag im Monat ab 21 Uhr</p><p>Wohnheim Seilgraben<br>Seilgraben 34-36</p>');
 L.marker([50.7882288, 6.0708622], { icon: new BarIcon({ iconUrl: 'logo_motorbar_small.png' }) }).addTo(map)
-	.bindPopup('Club Motorbar');
+	.bindPopup('<h3>Club Motorbar</h3><p>Mittwochs ab 20:30 Uhr</p><p>Studentenwohnheim Otto-Petersen-Haus (Türme)<br>Rütscher Straße 155</p>');
 L.marker([50.7760765, 6.0739856], { icon: new BarIcon({ iconUrl: 'logo_baerenhoele_orange_small.png' }) }).addTo(map)
-	.bindPopup('Bärenhöhle');
\ No newline at end of file
+	.bindPopup('<h3>Bärenhöhle</h3><p>Dienstags ab 21 Uhr</p><p>Studierendenwohnheim B5<br>Bärenstraße 5</p>');
\ No newline at end of file
diff --git a/static/public/style.css b/static/public/style.css
index 7390fd1..952c132 100644
--- a/static/public/style.css
+++ b/static/public/style.css
@@ -102,6 +102,7 @@ div#map {
 
 .bar-logo {
 	height: 60px;
+	margin-top: 20px;
 }
 
 .leaflet-tile {
-- 
GitLab