v2 #4

Merged
teutat3s merged 10 commits from v2 into main 2024-02-25 22:09:26 +00:00
5 changed files with 31 additions and 18 deletions
Showing only changes of commit a8afe95ca7 - Show all commits

View file

@ -6,13 +6,19 @@ text: '
Responsible for contents: Responsible for contents:
<b>MiOM Kreativraum e.V.</b><br> **MiOM Kreativraum e.V.**
Vorstand: Slavica Dretvić, Constantin Pannwitz, Jhonas Wernery<br>
<br> Board: Slavica Dretvić, Constantin Pannwitz, Jhonas Wernery
Wilhelm-Mauser-Straße 47<br>
Halle 5<br> Wilhelm-Mauser-Straße 47
50827 Köln<br>
Halle 5
50827 Köln
<a href="mailto:contact@miom.space">contact@miom.space</a> [contact@miom.space](mailto:contact@miom.space)
The [source code for this website](https://git.pub.solar/MiOM/miom.space) is licensed under the AGPLv3.
' '

View file

@ -5,5 +5,5 @@ title: Privacy policy
text: ' text: '
This website runs on a no-logging policy. We do not track or keep any personal data when viewing this site. This website runs on a no-logging policy. We do not track or keep any personal data when viewing this site.
See [our imprint](/imprint) for contact information. See [our imprint](/en/imprint) for contact information.
' '

View file

@ -1,19 +1,24 @@
layout: layouts/default.njk layout: layouts/default.njk
title: Imprint title: Impressum
text: ' text: '
Responsible for contents: Verantwortlich für die Inhalte:
**MiOM Kreativraum e.V.**<br>
Vorstand: Slavica Dretvić, Constantin Pannwitz, Jhonas Wernery<br>
Wilhelm-Mauser-Straße 47<br> **MiOM Kreativraum e.V.**
Halle 5<br>
Vorstand: Slavica Dretvić, Constantin Pannwitz, Jhonas Wernery
Wilhelm-Mauser-Straße 47
Halle 5
50827 Köln 50827 Köln
[contact@miom.space](mailto:contact@miom.space) [contact@miom.space](mailto:contact@miom.space)
Der [Quellcode dieser Website](https://git.pub.solar/MiOM/miom.space) ist lizenziert unter AGPLv3 Der [Quellcode dieser Website](https://git.pub.solar/MiOM/miom.space) ist lizenziert unter AGPLv3.
' '

View file

@ -1,9 +1,9 @@
layout: layouts/default.njk layout: layouts/default.njk
title: Privacy policy title: Datenschutz
text: ' text: '
This website runs on a no-logging policy. We do not track or keep any personal data when viewing this site. Auf dieser Website wird nicht protokolliert. Wir verfolgen oder speichern keine persönlichen Daten beim Besuch dieser Website.
See [our imprint](/imprint) for contact information. Siehe unser [Impressum](/imprint) für Verantwortlichkeiten und Kontaktinformationen.
' '

View file

@ -336,6 +336,8 @@ h4 {
.mi-main_content > * { .mi-main_content > * {
margin-left: var(--box-padding); margin-left: var(--box-padding);
margin-right: var(--box-padding); margin-right: var(--box-padding);
margin-top: 1rem;
margin-bottom: 0;
max-width: 800px; max-width: 800px;
} }