mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-19 19:20:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user