Update Meetup Map (#155)

Benutzt die Meetup-Daten aus dem Portal und enhält nun auch mobil eine Ansicht der Karte.
This commit is contained in:
d11n
2023-01-20 18:15:41 +01:00
committed by GitHub
parent 475e2a9802
commit 143f5b522d
18 changed files with 2543 additions and 705 deletions

View File

@@ -6,11 +6,20 @@ block vars
- const pageCard = "/img/card/gesundes-geld.jpg"
- const cardType = "summary_large_image"
block pageScripts
script(src=assetPath("/vendor/jvectormap/jquery.min.js"))
script(src=assetPath("/vendor/jvectormap/jquery-jvectormap.js"))
script(src=assetPath("/vendor/jvectormap/maps/europe_mill.js"))
script(src=assetPath("/vendor/jvectormap/maps/de_mill.js"))
script(src=assetPath("/vendor/jvectormap/maps/at_mill.js"))
script(src=assetPath("/vendor/jvectormap/maps/ch_mill.js"))
link(href=assetPath("/vendor/jvectormap/jquery-jvectormap.css") rel="stylesheet")
link(href=assetPath("/css/gesundes-geld.css") rel="stylesheet")
<!DOCTYPE html>
html(lang="de" data-theme="custom")
head
include includes/_head
link(href=assetPath("/css/gesundes-geld.css") rel="stylesheet")
body#gesundes-geld
main.main
.wrap
@@ -62,8 +71,8 @@ html(lang="de" data-theme="custom")
Daher auch der Name "[Einundzwanzig](/)" 😉
img#mcgenesis-1(src=assetPath("/img/gesundes-geld/mcgenesis-2.svg"))
section
+map(meetups, true)
section
+meetupMap()
section
a.button(href="/") Zur Einundzwanzig Website
section
a.button(href="/") Zur Einundzwanzig Website