2022-02-04 20:43:06 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="de">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="keywords" content="Hackspace, Jena, Technik, Elektronik,
|
|
|
|
Computer, krautspace" />
|
|
|
|
<meta name="description" content="Webseite des Hackspace Jena e. V. aka
|
|
|
|
krautspace" />
|
|
|
|
<meta name="robots" content="index, follow" />
|
|
|
|
<meta name="language" content="de" />
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="content-type" content="text/html" charset="UTF-8">
|
|
|
|
<meta property="og:title" content="kraut.space" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="https://kraut.space" />
|
|
|
|
<meta property="og:description" content="Webseite des Hackspace Jena e. V. aka
|
|
|
|
krautspace" />
|
|
|
|
<meta property="og:locale" content="de_DE" />
|
|
|
|
<meta property="og:image" content="https://kraut.space/favicon.ico" />
|
|
|
|
<link rel="canonical" href="https://kraut.space/index.html" />
|
|
|
|
<link rel="stylesheet" href="style.css" type="text/css" />
|
|
|
|
<link rel="shortcut icon" href="favicon.ico"/>
|
|
|
|
<title>kraut.space - Homepage</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<a href="#space"
|
2022-02-04 20:43:06 +01:00
|
|
|
title="Springe zum Inhalt"
|
|
|
|
alt="Springe zum Inhalt">Zum Inhalt springen</a>
|
|
|
|
|
|
|
|
<!-- fixed elements -------------------------------------------------->
|
|
|
|
|
|
|
|
<div id="space-status-div" class="flex-box-column">
|
|
|
|
<div id="space-status-icon-div" aria-hidden="true">
|
|
|
|
<img id="logo"
|
|
|
|
alt="Raumstatus"
|
|
|
|
src="./images/user-times.svg" />
|
|
|
|
</div>
|
|
|
|
<div id="space-status-text-div" class="flex-box-column">
|
|
|
|
<p class="hidden">Raumstatus:</p>
|
|
|
|
<div>C</div>
|
|
|
|
<div>l</div>
|
|
|
|
<div>o</div>
|
|
|
|
<div>s</div>
|
|
|
|
<div>e</div>
|
|
|
|
<div>d</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- head with title and navigation ---------------------------------->
|
|
|
|
|
|
|
|
<div id="head-fix">
|
|
|
|
<div class="center-content max-width">
|
|
|
|
<div id="headline" class="flex-box-row">
|
|
|
|
<header role="banner">
|
|
|
|
<h1>kraut.space</h1>
|
|
|
|
<hr/>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<!-- navigation -->
|
|
|
|
|
|
|
|
<nav role="navigation" class="flex-box-column">
|
|
|
|
<label id="responsiv-navi-label"
|
|
|
|
for="responsiv-navi-checkbox"
|
|
|
|
role="button"
|
|
|
|
aria-hidden="true">
|
|
|
|
<div id="hamburger" class=flex-box-column>
|
|
|
|
<div class="hamburger-scheibe"></div>
|
|
|
|
<div class="hamburger-scheibe"></div>
|
|
|
|
<div class="hamburger-scheibe"></div>
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
<input type="checkbox"
|
|
|
|
aria-hidden="true"
|
|
|
|
id="responsiv-navi-checkbox" />
|
|
|
|
<ul id="navigation-menu"
|
|
|
|
role="menu"
|
|
|
|
class="flex-box-column">
|
2022-02-05 01:25:55 +01:00
|
|
|
<li role="menuitem">
|
|
|
|
<a title="Was ist der Krautspace?"
|
|
|
|
href="#space">Krautspace</a>
|
|
|
|
</li>
|
2022-02-04 20:43:06 +01:00
|
|
|
<li role="menuitem">
|
|
|
|
<a title="Neuigkeiten, Termine und Kontaktmöglichkeiten rund um den Space"
|
|
|
|
href="#treffpunkte">Treffpunkte</a>
|
|
|
|
</li>
|
|
|
|
<li role="menuitem">
|
|
|
|
<a title="Trägerverein, Mitgliedschaft, Vorstand"
|
|
|
|
href="#verein">Verein</a>
|
|
|
|
</li>
|
|
|
|
<li role="menuitem">
|
|
|
|
<a title="Der physische Raum und Anfahrt"
|
|
|
|
href="#raum">Raum</a>
|
|
|
|
</li>
|
|
|
|
<li role="menuitem">
|
|
|
|
<a class="extern" title="Unser Wiki"
|
|
|
|
href="https://wiki.kraut.space">Wiki</a>
|
|
|
|
</li>
|
|
|
|
<li role="menuitem">
|
|
|
|
<a class="extern" title="Unser Blog im Wiki"
|
|
|
|
href="https://wiki.kraut.space/blog:start">Blog</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
<hr/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- big image at the top, should be further a slider --------------->
|
|
|
|
|
|
|
|
<div id="start-image-container" aria-hidden="true">
|
|
|
|
<div class="center-content max-width">
|
|
|
|
</div> <!-- end center-content, max-width -->
|
|
|
|
</div> <!-- end start-image-container -->
|
|
|
|
|
|
|
|
<!-- main area with content ------------------------------------------>
|
|
|
|
|
|
|
|
<main role="main">
|
2022-02-05 01:25:55 +01:00
|
|
|
|
|
|
|
|
2022-02-04 20:43:06 +01:00
|
|
|
<div class="wrapper center-content max-width">
|
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<div id="space" class="panel-wrapper content-overlay">
|
|
|
|
|
|
|
|
<h2>Krautspace</h2>
|
|
|
|
|
2022-02-04 20:43:06 +01:00
|
|
|
<section>
|
2022-02-05 01:25:55 +01:00
|
|
|
<p>
|
|
|
|
Der Krautspace ist ein Platz für technisch interessierte Menschen
|
|
|
|
zum kulturellen und technischen Austausch.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Dazu gibt es regelmäßig (oder auch
|
|
|
|
unregelmäßig) stattfindende thematische Runden,
|
|
|
|
Vorträge, Workshops oder auch einfach nur mal eine
|
|
|
|
gesellige Runde in gechillter Atmosphäre. Wir versuchen
|
|
|
|
Wissen zu vermitteln und Hilfe zur Selbsthilfe zu geben. In einer
|
|
|
|
kleinen Werkstatt findet man diverse Werkzeuge um das eine oder
|
|
|
|
andere Projekt umzusetzen.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Ansonsten betreiben wir noch dezentrale Kommunikationsdienste wie
|
2022-02-05 08:24:42 +01:00
|
|
|
Jabber oder Matrix. Auf Wunsch richten wir dir auch gern einen
|
|
|
|
Account ein.
|
2022-02-05 01:25:55 +01:00
|
|
|
</p>
|
|
|
|
<section>
|
|
|
|
</div>
|
2022-02-04 20:43:06 +01:00
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<div id="treffpunkte" class="panel-wrapper content-overlay">
|
|
|
|
|
|
|
|
<h2>Treffpunkte</h2>
|
2022-02-04 20:43:06 +01:00
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<section>
|
2022-02-04 20:43:06 +01:00
|
|
|
<p>
|
|
|
|
Aufgrund der Corona-Pandemie sind physische Treffen nur
|
2022-02-04 23:13:23 +01:00
|
|
|
eingeschränkt möglich. Daher betreiben wir derzeit
|
2022-02-05 08:24:42 +01:00
|
|
|
zwei wöchentliche virtuelle Treffpunkte. Daneben nutzen
|
|
|
|
wir zur Kommunikation derzeit hauptsächlich einen Raum in der
|
|
|
|
Matrix. Du kannst dort gern Kontakt zu uns aufnehmen.
|
2022-02-04 20:43:06 +01:00
|
|
|
</p>
|
2022-02-04 23:13:23 +01:00
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<div class="flex-box-column with-aside">
|
|
|
|
<div>
|
|
|
|
<h3>Termine</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Dienstag, 20:00 Uhr: "Chaostreff"</li>
|
|
|
|
<li>Offene Runde</li>
|
|
|
|
<li>Jitsi: <a
|
|
|
|
href="https://kraut.space/chaostreff">https://kraut.space/chaostreff</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>Donnerstag, 20:00 Uhr: "Linux User Group"</li>
|
|
|
|
<li>Linux User Group</li>
|
|
|
|
<li>Jitsi: <a
|
|
|
|
href="https://kraut.space/lug">https://kraut.space/lug</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2022-02-04 23:13:23 +01:00
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<aside class="sidebar">
|
|
|
|
<h3>Kontakt</h3>
|
2022-02-05 08:24:42 +01:00
|
|
|
<div class="sb-item">
|
|
|
|
<h4 class="aside">Matrix</h4>
|
|
|
|
<p><a
|
|
|
|
href="https://matrix.to/#/#krautchan:matrix.kraut.space">#krautchan:matrix.kraut.space</a>
|
|
|
|
</div>
|
2022-02-05 01:25:55 +01:00
|
|
|
<div class="sb-item">
|
|
|
|
<h4 class="aside">Jabber</h4>
|
|
|
|
<ul class="aside">
|
2022-02-05 08:24:42 +01:00
|
|
|
<li>MUC: <a
|
2022-02-05 01:25:55 +01:00
|
|
|
href="xmpp:krautchan@chat.krautspace.de">krautchan@chat.krautspace.de</a></li>
|
|
|
|
<li>Webchat: <a
|
|
|
|
href="https://kraut.space/chat">kraut.space/chat</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="sb-item">
|
|
|
|
<h4 class="aside">iCalendar</h4>
|
|
|
|
<p><a href="https://kraut.space/krautspace.ics"
|
|
|
|
>kraut.space/krautspace.ics</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="sb-item">
|
|
|
|
<h4 class="aside">Twitter</h4>
|
|
|
|
<p><a href="https://twitter.com/krautspace">twitter.com/krautspace"</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</aside>
|
|
|
|
</div>
|
2022-02-04 23:13:23 +01:00
|
|
|
|
2022-02-04 20:43:06 +01:00
|
|
|
<section>
|
|
|
|
|
|
|
|
</div> <!-- end class panel-wrapper content-overlay -->
|
|
|
|
|
|
|
|
<div id="verein" class="panel-wrapper content-overlay">
|
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<h2>Verein</h2>
|
2022-02-04 20:43:06 +01:00
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<section>
|
2022-02-04 20:43:06 +01:00
|
|
|
<p>
|
|
|
|
Der Verein Hackspace Jena e. V. fungiert als Trägerverein für den
|
2022-02-05 08:24:42 +01:00
|
|
|
Hack(er)space in Jena und hat aktuell XX Mitglieder (Stand Januar
|
|
|
|
2022) und ist als gemeinnützig anerkannt. Unsere <a
|
2022-02-04 20:43:06 +01:00
|
|
|
class="extern" href="https://wiki.kraut.space/verein:satzung">Satzung</a>
|
|
|
|
kannst du dir hier anschauen.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Vorstand</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Der Vorstand besteht aktuell aus:
|
|
|
|
</p>
|
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<ul class="indent">
|
2022-02-04 20:43:06 +01:00
|
|
|
<li>Jens Kubieziel (Vorsitzender)</li>
|
|
|
|
<li>Jonny Müller (Schriftführer)</li>
|
|
|
|
<li>Thomas Lotze (Schatzmeister)</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h3>Mitglied werden</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Um Mitglied zu werden, reicht eine schriftliche Willensbekundung
|
|
|
|
gegenüber den Vorstand des Vereines — Im Idealfall über
|
|
|
|
das ausgefüllte Mitgliedsformular, gesendet an die
|
|
|
|
Postadresse. Durch eine Überweisung des Mitgliedsbeitrages
|
|
|
|
und einer Bestätigung ist die Mitgliedschaft besiegelt.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>Kontaktmöglichkeiten</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Natürlich freuen wir uns auch über Post. Nur Werbung ist
|
|
|
|
unerwünscht. Dabei kann die Post einfach an diese Adresse
|
|
|
|
gesendet werden:
|
|
|
|
</p>
|
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<ul class="indent">
|
2022-02-04 20:43:06 +01:00
|
|
|
<li>Hackspace Jena e. V.<li>
|
|
|
|
<li>Krautgasse 26</li>
|
|
|
|
<li>07743 Jena</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Elektronische Post wird über <a
|
|
|
|
href="mailto:office@kraut.space">office@kraut.space</a> entgegen
|
|
|
|
genommen - gerne auch mit PGP/GnuPG verschlüsselt und signiert.
|
|
|
|
Die aktuelle KeyID ist 0x6B604128A8D30500 <a class="extern"
|
|
|
|
href="http://u3mqsh2dzbbj2mv6evcobgtp7c3y6y3lox7dwvdoxhkd5dwg26xuxdid.onion/_media/verein:93990c08e1a620147a3dff1d6b604128a8d30500.asc">(Download)</a>,
|
|
|
|
der komplette Fingerprint E9B3 BDF1 AC2E 351A 4BEE EE0C A9DE BB37
|
|
|
|
7A0D B943. Für einen Erstkontakt kann auch dieser Service benutzt
|
|
|
|
werden: <a class="extern"
|
|
|
|
href="https://encrypt.to/office@kraut.space">https://encrypt.to/office@kraut.space</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</div> <!-- end class panel-wrapper content-overlay -->
|
|
|
|
|
|
|
|
<div id="raum" class="panel-wrapper content-overlay">
|
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<h2>Raum</h2>
|
2022-02-04 20:43:06 +01:00
|
|
|
|
2022-02-05 01:25:55 +01:00
|
|
|
<section>
|
2022-02-04 20:43:06 +01:00
|
|
|
<p>
|
|
|
|
Unser physischer Raum liegt mitten im Zentrum Jenas und ist sehr
|
|
|
|
gut zu erreichen. Die nächsten Haltestellen des
|
|
|
|
öffentlichen Nahverkehrs befinden sich ca. 50 Meter entfernt.
|
|
|
|
Das sind die Straßenbahnen der Linie 16, sowie die Busse der
|
|
|
|
Linie 5.
|
|
|
|
</p>
|
2022-02-05 01:25:55 +01:00
|
|
|
<div id="map-box" class="flex-box-column with-aside">
|
2022-02-04 23:13:23 +01:00
|
|
|
<div id="map">
|
|
|
|
<a class="extern"
|
|
|
|
href="http://www.openstreetmap.org/node/1875593753">
|
|
|
|
<img src="./images/lageplan.svg"
|
|
|
|
alt="Lageplan des Krautspace"
|
|
|
|
title="Karte auf Open Street Map öffnen">
|
|
|
|
</a>
|
|
|
|
</div>
|
2022-02-05 01:25:55 +01:00
|
|
|
|
|
|
|
<aside id="öpnv" class="sidebar">
|
|
|
|
<div class="sb-item">
|
|
|
|
<h4 class="aside">Haltestellen</h4>
|
|
|
|
<ul class="aside">
|
|
|
|
<li>
|
|
|
|
<a href="https://www.nahverkehr-jena.de/fahrplan/strassenbahn/linie-5.html"
|
|
|
|
title="Zum Fahrplan der Linie 5">Linie 5</a> - Ernst-Abbe-Platz
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://www.nahverkehr-jena.de/fahrplan/bus/linie-16.html"
|
|
|
|
title="Zum Fahrplan der Linie 16">Linie 16</a> - Johannisplatz
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2022-02-04 23:13:23 +01:00
|
|
|
</aside>
|
2022-02-05 01:25:55 +01:00
|
|
|
|
2022-02-04 23:13:23 +01:00
|
|
|
</div>
|
2022-02-04 20:43:06 +01:00
|
|
|
</section>
|
|
|
|
</div> <!-- end class panel-wrapper content-overlay -->
|
|
|
|
|
|
|
|
</main>
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
<!-- footer ---------------------------------------------------------->
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<div id="footer" class="flex-box-row center-content max-width">
|
|
|
|
<div class="sub-panel">
|
|
|
|
<h4>Kontakt</h4>
|
2022-02-05 01:25:55 +01:00
|
|
|
<ul>
|
2022-02-04 20:43:06 +01:00
|
|
|
<li><span class="no-wrap">Hackspace Jena e. V.</li>
|
|
|
|
<li>Krautgasse 26</li>
|
|
|
|
<li>07743 Jena</li>
|
2022-02-04 23:13:23 +01:00
|
|
|
<li role="link">E-Mail: <a href="mailto:office@kraut.space"
|
|
|
|
class="link-footer">office@kraut.space</a></li>
|
|
|
|
<li role="link">GPG-Key: <a href="https://keys.openpgp.org/search?q=93990C08E1A620147A3DFF1D6B604128A8D30500"
|
|
|
|
class="link-footer">0x6B604128A8D30500</a></li>
|
2022-02-04 20:43:06 +01:00
|
|
|
</ul>
|
|
|
|
</div> <!-- end class sub-panel -->
|
|
|
|
|
|
|
|
<div class="sub-panel">
|
|
|
|
<h4>Organisatorisches</h4>
|
2022-02-05 01:25:55 +01:00
|
|
|
<ul>
|
2022-02-04 23:13:23 +01:00
|
|
|
<li role="link"><a title="Impressum"
|
|
|
|
class="link-footer"
|
|
|
|
href="https://kraut.space/impressum">Impressum</a></li>
|
|
|
|
<li role="link"><a title="Direkt zur Datenschutzerklährung"
|
|
|
|
class="link-footer"
|
|
|
|
href="https://wiki.kraut.space/datenschutz">Datenschutz</a></li>
|
2022-02-04 20:43:06 +01:00
|
|
|
</ul>
|
|
|
|
</div> <!-- end class sub-panel -->
|
|
|
|
|
|
|
|
<div class="sub-panel">
|
|
|
|
<h4>Bankverbindung</h4>
|
2022-02-05 01:25:55 +01:00
|
|
|
<ul>
|
2022-02-04 20:43:06 +01:00
|
|
|
<li><span class="no-wrap">Inhaber: Hackspace Jena e. V.</li>
|
|
|
|
<li><span class="no-wrap">IBAN: DE55 8309 4495 0003 1839 12</li>
|
|
|
|
<li><span class="no-wrap">BIC: GENO DE F1 ETK</li>
|
|
|
|
<li><span class="no-wrap">Bank: Ethikbank Eisenberg</li>
|
|
|
|
</ul>
|
|
|
|
</div> <!-- end class sub-panel -->
|
|
|
|
|
|
|
|
</div> <!-- end class flex-box center-content max-width footer-box -->
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<!-- go-to-top ------------------------------------------------------->
|
|
|
|
|
|
|
|
<div id="go-to-top" class="max-width">
|
|
|
|
<a href="#start-image-container"
|
|
|
|
alt="Springe zum Seitenanfang"
|
|
|
|
title="Springe zum Seitenanfang">
|
|
|
|
<img id="to-top"
|
|
|
|
alt="Pfeil nach oben"
|
|
|
|
src="./images/arrow-up.svg" />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|