diff --git a/.gitignore b/.gitignore
index 57924fc..5c79405 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/.quarto/
**/*.quarto_ipynb
+/.geany
diff --git a/readme.md b/readme.md
index 5549607..c0088a0 100644
--- a/readme.md
+++ b/readme.md
@@ -15,3 +15,35 @@ Ein Einstieg für Nicht-Techies
- `tools/build` ausführen
+
+## ToDo
+
+- Steuern
+- di.day einbauen
+ - erklären, was es ist (Video?)
+ - Seite zeigen
+ - auf aktuelles Datum eingehen
+ - Anlaufstellen nennen
+ - [Zwickau | z-Labor e.V.](https://www.z-labor.space/)
+ - https://www.z-labor.space/blog/diday/
+ - [Chemnitz | Chaos-Treff](https://chaoschemnitz.de/Hauptseite)
+ - https://chaoschemnitz.de/DI.DAY
+ - [Leipzig | dezentrale](https://dezentrale.space/)
+ - https://dezentrale.space/posts/2026/01/di-day-and-linux-install-workshop-2/
+ - [Dresden | C3D2](https://c3d2.de/)
+ - https://c3d2.de/news/event-20260201-di-day.html
+- Alternativen-Übersicht bauen
+ - WhatsApp, Telegram → Signal, Threema → Matrix, XMPP
+ - X → Mastodon
+ - Instagram → Pixelfed
+ - facebook → … → friendica
+ - GoogleMaps → … → OpenStreetMap
+ - Google, Bing → DuckDuckGo → ecosia, StartPage, QWant
+ - Android, iOS → LineageOS, SailfishOS → ?
+ - Windows, MacOS → … → GNU/Linux, BSD,
+ - reddit → … → Lemmy
+ - docx, xlsx → odf
+- https://diday.fediserve.de/ einbauen?
+- https://switching.software/ einbauen?
+- mehr aktuelle Beispiele für Umstieg
+- Anfang anders machen?
diff --git a/source/bewerbung/ankuendigung.html b/source/bewerbung/ankuendigung.html
new file mode 100644
index 0000000..99aec4a
--- /dev/null
+++ b/source/bewerbung/ankuendigung.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+ Vortrag: Freie Systeme
+
+
+ Freie Systeme — Software, Medien und Gesellschaft
+ Vortrag über die Loslösung von BigTech und digitale Mündigkeit
+ Wie wir uns in Abhängigkeit von zwielichtigen Konzernen und faschistischen Tech-Mogulen begeben haben, welche Auswirkungen das auf uns und unserer Gesellschaft hat, warum wir da wieder raus kommen sollten und wie wir das anstellen können — ein Einstieg in das Thema freie Software und unabhängige Platformen.
+
+
+
+
+ Datum/Uhrzeit
+ 2026-01-31, 18:00 - 19:30
+
+
+ Ort
+ Glauchau, Otto-Schimmel-Straße 17
+
+
+
+
+
diff --git a/source/bewerbung/index.html b/source/bewerbung/index.html
new file mode 120000
index 0000000..8e40428
--- /dev/null
+++ b/source/bewerbung/index.html
@@ -0,0 +1 @@
+ankuendigung.html
\ No newline at end of file
diff --git a/source/bewerbung/plakat-final.png b/source/bewerbung/plakat-final.png
new file mode 100644
index 0000000..b1281d8
Binary files /dev/null and b/source/bewerbung/plakat-final.png differ
diff --git a/source/bewerbung/plakat-hintergrund.jpeg b/source/bewerbung/plakat-hintergrund.jpeg
new file mode 100644
index 0000000..39537d8
Binary files /dev/null and b/source/bewerbung/plakat-hintergrund.jpeg differ
diff --git a/source/bewerbung/plakat-roh.svg b/source/bewerbung/plakat-roh.svg
new file mode 100644
index 0000000..4ce7b08
--- /dev/null
+++ b/source/bewerbung/plakat-roh.svg
@@ -0,0 +1,188 @@
+
+
+
+Vortrag über die Loslösung von BigTech und digitale Mündigkeit Software, Medien und Gesellschaft FREIE SYSTEME Glauchau | Otto-Schimmel-Str. 17 2026-01-31 | 18:00-19:30
diff --git a/source/bewerbung/style.css b/source/bewerbung/style.css
new file mode 100644
index 0000000..8e327cf
--- /dev/null
+++ b/source/bewerbung/style.css
@@ -0,0 +1,54 @@
+html
+{
+ color: hsl(150, 0%, 100%);
+ background-color: hsl(150, 0%, 0%);
+}
+
+body
+{
+ color: hsl(150, 0%, 87.5%);
+ background-color: hsl(150, 0%, 12.5%);
+ font-family: sans-serif;
+ max-width: 960px;
+ margin: auto;
+ padding: 16px;
+}
+
+.subtitle
+{
+ margin-left: 16px;
+ margin-bottom: 32px;
+}
+
+.image
+{
+ width: 80%;
+ margin: 16px auto;
+}
+
+.image > img
+{
+ object-fit: contain;
+ width: 100%;
+}
+
+.infofield
+{
+ margin-bottom: 16px;
+}
+
+.infofield-label
+{
+ font-weight: bold;
+}
+
+.infofield-label::before
+{
+ content: "[";
+}
+
+.infofield-label::after
+{
+ content: "] ";
+}
+
diff --git a/source/index.html b/source/index.html
index 594a880..54281cc 100644
--- a/source/index.html
+++ b/source/index.html
@@ -7,14 +7,12 @@
ul {list-style-type: none;}
li {margin: 16px;}
+ Freie Systeme