diff --git a/content/under-construction.md b/content-old/index.md
similarity index 96%
rename from content/under-construction.md
rename to content-old/index.md
index 8dbf4ec..fadf98f 100644
--- a/content/under-construction.md
+++ b/content-old/index.md
@@ -2,12 +2,11 @@
title: Seite befindet sich im Aufbau
tags:
- index
- - meta
sort: -9001
---
```{=html}
-
UniWorX Systems
+
UniWorX Systems GmbH
Diese Seite befindet sich aktuell noch im Aufbau.
diff --git a/content/markdown.md b/content-old/markdown.md
similarity index 100%
rename from content/markdown.md
rename to content-old/markdown.md
diff --git a/content/tags.md b/content-old/tags.md
similarity index 100%
rename from content/tags.md
rename to content-old/tags.md
diff --git a/content/about.md b/content/about.md
new file mode 100644
index 0000000..e0ef941
--- /dev/null
+++ b/content/about.md
@@ -0,0 +1,10 @@
+---
+title: Über uns
+tags: about
+sort: 0
+---
+Die UniWorX Systems GmbH ist eine in München ansässige Firma mit Fokus auf Entwurf, Entwicklung und Wartung von Kommunikations- und Verwaltungssoftware.
+
+Wir verfolgen das Ziel, die Digitalisierung der Verwaltung im öffentlichen, universitären aber auch im firmeninternen Bereich voranzutreiben.
+
+Typische und erprobte Anwendungsbereiche sind Universitätsverwaltung, Lehrverwaltung sowie Fahrschulverwaltung.
diff --git a/content/fradrive.md b/content/fradrive.md
new file mode 100644
index 0000000..665e22e
--- /dev/null
+++ b/content/fradrive.md
@@ -0,0 +1,8 @@
+---
+title: FraDrive
+tags:
+ - projects
+---
+# FraDrive
+
+...
diff --git a/content/index.md b/content/index.md
new file mode 100644
index 0000000..890a7eb
--- /dev/null
+++ b/content/index.md
@@ -0,0 +1,15 @@
+---
+title: Seite befindet sich im Aufbau
+tags: index
+sort: -9001
+---
+```{=html}
+
+
UniWorX Systems GmbH
+
+
+ Diese Seite befindet sich aktuell noch im Aufbau.
+
+
+
+```
diff --git a/content/open-source.md b/content/open-source.md
new file mode 100644
index 0000000..7f7f828
--- /dev/null
+++ b/content/open-source.md
@@ -0,0 +1,11 @@
+---
+title: Open Source
+tags:
+ - about
+sort: 100
+---
+TODO Warum quelloffene Software
+
+TODO Wie wir quelloffene Software bereitstellen
+
+TODO Wie wir die open source community unterstützen
diff --git a/content/services.md b/content/services.md
new file mode 100644
index 0000000..ae9b73b
--- /dev/null
+++ b/content/services.md
@@ -0,0 +1,8 @@
+---
+title: Dienstleistungen
+tags:
+ - services
+---
+# Dienstleistungen
+
+...
diff --git a/content/uni2work.md b/content/uni2work.md
new file mode 100644
index 0000000..192e725
--- /dev/null
+++ b/content/uni2work.md
@@ -0,0 +1,8 @@
+---
+title: Uni2work
+tags:
+ - projects
+---
+# Uni2work
+
+TODO Was ist Uni2work
diff --git a/content/workflows.md b/content/workflows.md
new file mode 100644
index 0000000..dfe67ff
--- /dev/null
+++ b/content/workflows.md
@@ -0,0 +1,14 @@
+---
+title: Workflows
+tags:
+ - projects
+---
+# Workflows
+
+TODO Was sind Workflows
+
+TODO Wo werden/wurden Workflows bisher eingesetzt
+
+TODO Wie werden Workflows konkret eingesetzt
+
+TODO Allgemeines Framework
diff --git a/tags/about.md b/tags/about.md
new file mode 100644
index 0000000..a6879af
--- /dev/null
+++ b/tags/about.md
@@ -0,0 +1,3 @@
+---
+title: Über uns
+---
diff --git a/tags/index.md b/tags/index.md
new file mode 100644
index 0000000..b2ad7e0
--- /dev/null
+++ b/tags/index.md
@@ -0,0 +1,4 @@
+---
+title: Index
+sort: -9999
+---
diff --git a/tags/meta.md b/tags/meta.md
deleted file mode 100644
index 27d5337..0000000
--- a/tags/meta.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Meta-Informationen zur Webseite
-sort: -9001
----
diff --git a/tags/open-source.md b/tags/open-source.md
new file mode 100644
index 0000000..6c63750
--- /dev/null
+++ b/tags/open-source.md
@@ -0,0 +1,3 @@
+---
+title: Open Source
+---
diff --git a/tags/projects.md b/tags/projects.md
new file mode 100644
index 0000000..cc3477f
--- /dev/null
+++ b/tags/projects.md
@@ -0,0 +1,3 @@
+---
+title: Projekte
+---
diff --git a/tags/services.md b/tags/services.md
new file mode 100644
index 0000000..12520d8
--- /dev/null
+++ b/tags/services.md
@@ -0,0 +1,3 @@
+---
+title: Dienstleistungen
+---