From abb232ffb74f8b0a71e3396c36f78511faad0f84 Mon Sep 17 00:00:00 2001 From: kangalioo <jannik.a.schaper@web.de> Date: Tue, 14 Nov 2023 19:25:22 +0100 Subject: [PATCH] Add Downloads section --- fachschaft/config.yaml | 3 +++ fachschaft/content/downloads/_index.md | 9 +++++++++ ...hlie\303\237berechtigung_Belehrung-fillable.pdf" | Bin .../static/Schlie\303\237fachvertrag-fillable.pdf" | Bin 4 files changed, 12 insertions(+) create mode 100644 fachschaft/content/downloads/_index.md rename "fachschaft/content/documents/Schlie\303\237berechtigung_Belehrung-fillable.pdf" => "fachschaft/static/Schlie\303\237berechtigung_Belehrung-fillable.pdf" (100%) rename "fachschaft/content/documents/Schlie\303\237fachvertrag-fillable.pdf" => "fachschaft/static/Schlie\303\237fachvertrag-fillable.pdf" (100%) diff --git a/fachschaft/config.yaml b/fachschaft/config.yaml index ff587e3..e50295a 100644 --- a/fachschaft/config.yaml +++ b/fachschaft/config.yaml @@ -44,6 +44,9 @@ languages: - name: Archiv url: archives/ weight: 7 + - name: Downloads + url: downloads/ + weight: 8 - name: Discord url: https://discordapp.com/invite/haAFwMw weight: 10 diff --git a/fachschaft/content/downloads/_index.md b/fachschaft/content/downloads/_index.md new file mode 100644 index 0000000..7e02444 --- /dev/null +++ b/fachschaft/content/downloads/_index.md @@ -0,0 +1,9 @@ +--- +title: "Downloads" +--- + +- [Vereinbarung zur Schließberechtigung (PDF)](/web/Schließberechtigung_Belehrung-fillable.pdf) +- [Vereinbarung zur Nutzung des Schließfachs (PDF)](/web/Schließfachvertrag-fillable.pdf) +- [Antrag auf Kostenübernahme ESE SoSe 2023 (PDF)](/web/AntragESESoSe2023.pdf) +- [Protokoll Fachschaftsrat 20.12.2022 (PDF)](/web/FSR-20-12-2022-markup.pdf) +- [Protokoll Fachschaftsrat 06.12.2022 (PDF)](/web/FSR-06-12-2022-markup.pdf) diff --git "a/fachschaft/content/documents/Schlie\303\237berechtigung_Belehrung-fillable.pdf" "b/fachschaft/static/Schlie\303\237berechtigung_Belehrung-fillable.pdf" similarity index 100% rename from "fachschaft/content/documents/Schlie\303\237berechtigung_Belehrung-fillable.pdf" rename to "fachschaft/static/Schlie\303\237berechtigung_Belehrung-fillable.pdf" diff --git "a/fachschaft/content/documents/Schlie\303\237fachvertrag-fillable.pdf" "b/fachschaft/static/Schlie\303\237fachvertrag-fillable.pdf" similarity index 100% rename from "fachschaft/content/documents/Schlie\303\237fachvertrag-fillable.pdf" rename to "fachschaft/static/Schlie\303\237fachvertrag-fillable.pdf" -- GitLab