From 0c35bb31c6b9fc7ceed2e1a5e37074a2807699bb Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 19 Feb 2026 11:41:41 +0100 Subject: [PATCH] improvement of the "visit" page and renaming to "join us" --- src/components/Navbar.vue | 4 +- src/pages/join-us.mdx | 82 +++++++++++++++++++++++++++++++++++++++ src/pages/visit.mdx | 45 --------------------- 3 files changed, 84 insertions(+), 47 deletions(-) create mode 100644 src/pages/join-us.mdx delete mode 100644 src/pages/visit.mdx diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 5a7fb48..d2c0968 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -43,8 +43,8 @@ const links = [ path: '/about', }, { - name: 'Visit', - path: '/visit', + name: 'Join us', + path: '/join-us', }, { name: 'Contact', diff --git a/src/pages/join-us.mdx b/src/pages/join-us.mdx new file mode 100644 index 0000000..47439e4 --- /dev/null +++ b/src/pages/join-us.mdx @@ -0,0 +1,82 @@ +--- +layout: ../layouts/Content.astro +title: "Munich Maker Lab - Join us" +header_image: "/img/bg_spacestatus.png" +headline: "Join us" +sub_headline: "Stop by and become a member" +--- + +## Join us on Open Thursday + +When? Every Thursday starting at 6 PM. + +What? Open Thursdays are for everyone! You don't need to be a member to join us, and we'll be offering tours. +Get to know our space and equipment. We have 3D printers, a CNC router, a large laser cutter, microcontrollers, wood and metal tools, and cold drinks - all in the cozy atmosphere of our big industrial-style hall. Come by to help out, chat, and meet new people! + +Where? Munich Maker Lab, Dachauer Str. 112h, 80636 München + +But .. I can't make it on Thursdays. +No worries drop by anytime the status on our website shows Open. + +## Become a member + +
+ +
+ + + + +## Find the space + +Going in through the main entry of Dachauerstr. 112, head into the building +almost straight ahead, with the two white garage doors. + +
+[Show bigger map](https://www.openstreetmap.org/node/3426114357#map=19/48.15884/11.55063) + +## Entrance + +![Picture of entrance](../assets/entrance.jpg) \ No newline at end of file diff --git a/src/pages/visit.mdx b/src/pages/visit.mdx deleted file mode 100644 index d835cdd..0000000 --- a/src/pages/visit.mdx +++ /dev/null @@ -1,45 +0,0 @@ ---- -layout: ../layouts/Content.astro -title: 'Munich Maker Lab - Visit' -header_image: '/img/bg_spacestatus.png' -headline: 'Visit' -sub_headline: 'Come and join us!' ---- - -## Join us on Open Thursday - -Open Thursdays are for everyone! You don't need to be a member to join us, and we'll be giving tours! - -It's Thursday, and time for another MuMaLab e.V. club meeting! We have 3D printers, a CNC router, a huge laser cutter, Arduinos, wood & metal tools, and cold drinks, all in the cozy atmosphere of our big industrial-style hall. Come by to help out, chat, and meet new people! - -Not a club member yet? Come and get to know us – we love meeting new faces! - -Every Thursday starting at 6PM. - -Can’t make it on Thursday? Drop by anytime the Space status on our website shows open, or join us for one of our other [Events](events)! - -## Address - -Munich Maker Lab -Dachauerstr. 112h -80636 München - -## Find the space - -Going in through the main entry of Dachauerstr. 112, head into the building -almost straight ahead, with the two white garage doors. - - -
-[Show bigger map](https://www.openstreetmap.org/node/3426114357#map=19/48.15884/11.55063) - -## Entrance - -![Picture of entrance](../assets/entrance.jpg)