From a325251f9e7f26d9983be92721f47d0da4aa5fd5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 27 Oct 2023 00:45:04 +0200 Subject: [PATCH] content structure --- .../under-construction.md => content-old/index.md | 3 +-- {content => content-old}/markdown.md | 0 {content => content-old}/tags.md | 0 content/about.md | 10 ++++++++++ content/fradrive.md | 8 ++++++++ content/index.md | 15 +++++++++++++++ content/open-source.md | 11 +++++++++++ content/services.md | 8 ++++++++ content/uni2work.md | 8 ++++++++ content/workflows.md | 14 ++++++++++++++ tags/about.md | 3 +++ tags/index.md | 4 ++++ tags/meta.md | 4 ---- tags/open-source.md | 3 +++ tags/projects.md | 3 +++ tags/services.md | 3 +++ 16 files changed, 91 insertions(+), 6 deletions(-) rename content/under-construction.md => content-old/index.md (96%) rename {content => content-old}/markdown.md (100%) rename {content => content-old}/tags.md (100%) create mode 100644 content/about.md create mode 100644 content/fradrive.md create mode 100644 content/index.md create mode 100644 content/open-source.md create mode 100644 content/services.md create mode 100644 content/uni2work.md create mode 100644 content/workflows.md create mode 100644 tags/about.md create mode 100644 tags/index.md delete mode 100644 tags/meta.md create mode 100644 tags/open-source.md create mode 100644 tags/projects.md create mode 100644 tags/services.md 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 +---