From 97f203bed246a3756d092a08174f4c163d125ee1 Mon Sep 17 00:00:00 2001 From: Anika Barop <anika@fabcity.hamburg> Date: Mon, 9 Dec 2024 10:46:18 +0000 Subject: [PATCH] Update members.mdx: added mycolutions & desy EN --- src/pages/en/fabcity/members.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/en/fabcity/members.mdx b/src/pages/en/fabcity/members.mdx index a9b3db2d5..8e531b3bb 100644 --- a/src/pages/en/fabcity/members.mdx +++ b/src/pages/en/fabcity/members.mdx @@ -80,6 +80,17 @@ The membership application is currently being developed further and will be publ </div> </Accordion> +<Accordion title="DESY (Deutsches Elektronen-Synchrotron)" id="members" client:only="react"> + <div class="fc-flex fc-flex-col md:fc-flex-row fc-gap-4"> + <div class="fc-flex-[2] fc-order-2 md:fc-order-1"> + For innovative product ideas from the deep-tech sector, the Makerspace of the DESY Innovation Factory offers 120m2 of experimental space for 3D printing, mechanics and electronics. Prototypes can be developed and tested for their feasibility in reality there. The offer is aimed at (pre-)founders, start-ups & scale-ups and can be used for transfer & collaboration projects. + <Button icon="Launch" text="DESY Innovation Factory" newTab href="https://innovation.desy.de/makerspace/index_eng.html" type="primary" /> + </div> + <div class="fc-order-1 md:fc-order-2 fc-flex fc-justify-center"></div> + </div> +</Accordion> + + <Accordion title="Fab Lab Fabulous St. Pauli e.V." id="members" client:only="react"> <div class="fc-flex fc-flex-col md:fc-flex-row fc-gap-4"> <div class="fc-flex-[2] fc-order-2 md:fc-order-1"> @@ -211,6 +222,17 @@ The membership application is currently being developed further and will be publ </div> </Accordion> +<Accordion title="MycoLutions" id="members" client:only="react"> + <div class="fc-flex fc-flex-col md:fc-flex-row fc-gap-4"> + <div class="fc-flex-[2] fc-order-2 md:fc-order-1"> + MycoLutions develops mycelium-based materials for optimized room acoustics and energy-efficient thermal insulation. With the help of fungal mycelium, compostable panel materials are created from local waste materials that promote healthy living and working spaces without pollutants. MycoLutions is currently producing the first acoustic absorbers in its pilot plant in Hamburg. + <Button icon="Launch" text="MycoLutions" newTab href="https://www.mycolutions.de/" type="primary" /> + </div> + <div class="fc-order-1 md:fc-order-2 fc-flex fc-justify-center"></div> + </div> +</Accordion> + + <Accordion title="regenholz GbR" id="members" client:only="react"> <div class="fc-flex fc-flex-col md:fc-flex-row fc-gap-4"> <div class="fc-flex-[2] fc-order-2 md:fc-order-1"> -- GitLab