inhaltliche anpassungen

This commit is contained in:
example 2022-02-05 08:24:42 +01:00
parent 7966609576
commit 1b8fda94c0
2 changed files with 18 additions and 20 deletions

View file

@ -144,8 +144,8 @@
</p>
<p>
Ansonsten betreiben wir noch dezentrale Kommunikationsdienste wie
Jabber oder Matrix. Auf Wunsch richten wir euch dort auch gern
einen Account ein.
Jabber oder Matrix. Auf Wunsch richten wir dir auch gern einen
Account ein.
</p>
<section>
</div>
@ -158,7 +158,9 @@
<p>
Aufgrund der Corona-Pandemie sind physische Treffen nur
eingeschr&auml;nkt m&ouml;glich. Daher betreiben wir derzeit
w&ouml;chentlich zwei virtuelle Treffpunkte.
zwei w&ouml;chentliche virtuelle Treffpunkte. Daneben nutzen
wir zur Kommunikation derzeit hauptsächlich einen Raum in der
Matrix. Du kannst dort gern Kontakt zu uns aufnehmen.
</p>
<div class="flex-box-column with-aside">
@ -181,20 +183,20 @@
<aside class="sidebar">
<h3>Kontakt</h3>
<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>
<div class="sb-item">
<h4 class="aside">Jabber</h4>
<ul class="aside">
<li>MUC: <a
<li>MUC: <a
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">Matrix</h4>
<p><a
href="https://matrix.to/#/#krautchan:matrix.kraut.space">#krautchan:matrix.kraut.space</a>
</div>
<div class="sb-item">
<h4 class="aside">iCalendar</h4>
<p><a href="https://kraut.space/krautspace.ics"
@ -220,8 +222,8 @@
<section>
<p>
Der Verein Hackspace Jena e.&#x202f;V. fungiert als Tr&auml;gerverein für den
Hack(er)space in Jena und hat aktuell 49 Mitglieder (Stand 27.
November 2016) und ist als gemeinn&uuml;tzig anerkannt. Unsere <a
Hack(er)space in Jena und hat aktuell XX Mitglieder (Stand Januar
2022) und ist als gemeinn&uuml;tzig anerkannt. Unsere <a
class="extern" href="https://wiki.kraut.space/verein:satzung">Satzung</a>
kannst du dir hier anschauen.
</p>

View file

@ -192,8 +192,8 @@ div#go-to-top {
position: fixed;
right: 2%;
bottom: 2%;
width: 2.5em;
height: 2.5em;
width: 2em;
height: 2em;
border-radius: 0.5em;
background-color: #ffffff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
@ -201,9 +201,9 @@ div#go-to-top {
}
img#to-top {
width: 80%;
height: 80%;
padding: 10% 10% 10% 10%;
width: 100%;
height: 100%;
padding: 0;
}
@ -264,10 +264,6 @@ div#map img {
/**** aside ****/
div.sb-item {
border-top: 1px solid #333333;
}
div.sb-item p {
margin-top: 0;
}