Files
dd-weekend/content/location.md
Andre Beging 80804f5125 Updates
2022-04-25 20:42:46 +02:00

104 lines
3.3 KiB
Markdown

---
title: Location
date: '2020-02-12'
---
<strong>Wie man hinkommt</strong>: <a href='/anreise'>Anreise</a>-Seite
<br /><br />
**Verein für Sozialwesen und Ökologie Gülle Mühle e.V.**\
Daubachtal 1\
65558 Langenscheid
<div><a href="https://www.guelle-muehle.de/" target="_blank">www.guelle-muehle.de</a></div>
<section class="cards">
<article class="card">
<div class="card-header">
<strong>Das Haus</strong><br />
Mit Parkplätzen
</div>
<div class="card-body text-center">
<img src="/location/haus.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Lagerfeuer</strong><br />
Kinder bitte wegdenken
</div>
<div class="card-body text-center">
<img src="/location/feuer.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Pilz</strong><br />
Pils
</div>
<div class="card-body text-center">
<img src="/location/pilz.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Terrasse</strong><br />
Eingehend geprüfte Flunkyballeignung
</div>
<div class="card-body text-center">
<img src="/location/platz.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Aufenthaltsraum</strong><br />
Von innen viel größer. 80qm
</div>
<div class="card-body text-center">
<img src="/location/gemeinschaftsraum.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Küche</strong><br />
Gulasch? Gulasch!
</div>
<div class="card-body text-center">
<img src="/location/kueche.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Bach</strong><br />
Morgens ein paar Bahnen schwimmen
</div>
<div class="card-body text-center">
<img src="/location/bach.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
<article class="card">
<div class="card-header">
<strong>Hang</strong><br />
Zum Klettern.
</div>
<div class="card-body text-center">
<img src="/location/hang.jpg" class="zoom" />
<div style="font-size: .7rem;">Bild &copy; guelle-muehle.de</div>
</div>
</article>
</section>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
new Zooming().listen('.zoom');
});
</script>