74 lines
2.4 KiB
HTML
74 lines
2.4 KiB
HTML
<!-- this file is replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/locales/html/ -->
|
|
<!-- you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ -->
|
|
|
|
<div class="info-page">
|
|
<h2>
|
|
Über freilernen.social
|
|
</h2>
|
|
<p>
|
|
Das soziale Netzwerk freilernen.social soll eine Verbindung zu Eltern der Aktiven Schule Petershausen aufbauen, denn das Netzwerk sucht Gemeinsamkeiten.
|
|
Da wir alle an einer Alternativen Schule sind, ist das schon der beste gemeinsame Grundstein, den wir dafür haben, um soziale Netzwerke neu zu lernen.
|
|
</p>
|
|
<p>
|
|
Es wird vom Elternbeitrat der Aktiven Schule Petershausen betrieben und steht den Schülern und deren Familien zur Verfügung.
|
|
Um im Netzwerk mitmachen zu können, kontaktiere unseren <a href="/imprint">Elternbeirat</a>.
|
|
</p>
|
|
<p>
|
|
Der Betrieb des Netzwerks (Domain, Hosting und Software-Unterhalt) wird gemeinschaftlich durch freiwillige <a href="/donate">Spenden</a> finanziert.
|
|
</p>
|
|
<p>
|
|
Das Netzwerk läuft mit der Software Ocelot.Social, deren Entwicklung von einer Community aus Programmierern und
|
|
interessierten Netzwerkbetreibern getragen wird.
|
|
Die Software ist frei auf <a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/" target="_blank">GitHub</a> verfügbar.
|
|
Sie ist Open-Source, kann also jederzeit eingesehen und darf frei verändert werden.
|
|
</p>
|
|
<p>
|
|
Erfahre mehr über Ocelot.Social in dessen <a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/de:About-ocelot.social">Wiki</a>.
|
|
</p>
|
|
</div>
|
|
|
|
<style type="text/css">
|
|
.info-page {
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
.info-page h2 {
|
|
margin: 24px 0;
|
|
}
|
|
|
|
.info-page h3 {
|
|
margin: 24px 0 16px 0;
|
|
}
|
|
|
|
.info-page h4 {
|
|
margin: 16px 0 8px 0;
|
|
}
|
|
|
|
.info-page p {
|
|
margin: 8px 0;
|
|
}
|
|
|
|
.info-page ul {
|
|
list-style-type: disc;
|
|
margin: 16px 0 16px 14px;
|
|
}
|
|
|
|
.info-page table {
|
|
background-color: #fff;
|
|
border: 1px solid #e0dede;
|
|
border-collapse: collapse;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
|
|
margin: 16px 0;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.info-page table thead {
|
|
background-color: #f0f0f0;
|
|
}
|
|
|
|
.info-page table td,
|
|
.info-page table th {
|
|
border: 1px solid #e0dede;
|
|
padding: 10px;
|
|
}
|
|
</style> |