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/media/plakat.png b/source/bewerbung/plakat-final.png
similarity index 100%
rename from source/media/plakat.png
rename to source/bewerbung/plakat-final.png
diff --git a/source/media/plakat-hintergrund.jpeg b/source/bewerbung/plakat-hintergrund.jpeg
similarity index 100%
rename from source/media/plakat-hintergrund.jpeg
rename to source/bewerbung/plakat-hintergrund.jpeg
diff --git a/source/media/plakat-roh.svg b/source/bewerbung/plakat-roh.svg
similarity index 100%
rename from source/media/plakat-roh.svg
rename to source/bewerbung/plakat-roh.svg
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