From 96b58b5d48c0b2553cd6fa660fe0ac3288a7c31d Mon Sep 17 00:00:00 2001 From: Markus Schlichting Date: Fri, 19 Apr 2024 10:45:41 +0200 Subject: [PATCH] Add HG Dortmund --- scripts/locations.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/locations.js b/scripts/locations.js index 6fc5651..d42183b 100644 --- a/scripts/locations.js +++ b/scripts/locations.js @@ -52,4 +52,11 @@ var locations = [ lat: 47.5487602, lon: 7.5879349, }, + { + title: "Hackergarten Dortmund", + sponsors: ["Karakun AG"], + link: "https://www.meetup.com/hackergarten-dortmund/", + lat: 51.53003, + lon: 7.44409, + }, ];