From b91ea1a8874bb987f0dc3f5df0750fcb53353443 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 5 Oct 2023 09:33:27 +0200 Subject: [PATCH] Draft for About page --- assets/css/style.css | 13 ++++++++----- content/about/documents.md | 0 content/about/foundation.md | 0 content/about/index.de.md | 13 +++++++++++++ content/about/index.en.md | 11 +++++++++++ content/{contact.md => about/other.md} | 1 + data/people.yml | 16 ++++++++++++++++ i18n/de.toml | 5 +++++ i18n/en.toml | 5 +++++ 9 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 content/about/documents.md create mode 100644 content/about/foundation.md create mode 100644 content/about/index.de.md create mode 100644 content/about/index.en.md rename content/{contact.md => about/other.md} (99%) create mode 100644 data/people.yml diff --git a/assets/css/style.css b/assets/css/style.css index 82d20fd..a1649d1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2760,6 +2760,10 @@ video { width: 0px; } +.w-1\/2 { + width: 50%; +} + .w-10 { width: 2.5rem; } @@ -3194,11 +3198,6 @@ video { padding-bottom: 0.75rem; } -.py-32 { - padding-top: 8rem; - padding-bottom: 8rem; -} - .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; @@ -4598,6 +4597,10 @@ EmojiSymbols; height: 1.5rem; } + .md\:w-1\/3 { + width: 33.333333%; + } + .md\:w-48 { width: 12rem; } diff --git a/content/about/documents.md b/content/about/documents.md new file mode 100644 index 0000000..e69de29 diff --git a/content/about/foundation.md b/content/about/foundation.md new file mode 100644 index 0000000..e69de29 diff --git a/content/about/index.de.md b/content/about/index.de.md new file mode 100644 index 0000000..9149b98 --- /dev/null +++ b/content/about/index.de.md @@ -0,0 +1,13 @@ +--- +title: Über NewPipe e.V. +date: 2023-10-01T03:10:36.000Z +draft: false +layout: about +description: Kontaktinformationen für NewPipe e.V. +people_heading: Vertretungsberechtigte Personen +permalink: ueber +url: /de/ueber +people_text: | + Dies sind die Personen, die offiziell für das NewPipe-Projekt und den NewPipe e.V. Verein verantwortlich sind. Wenn du uns kontaktieren möchtest, nutze bitte das untenstehende Formular. +--- + diff --git a/content/about/index.en.md b/content/about/index.en.md new file mode 100644 index 0000000..3ef7f6c --- /dev/null +++ b/content/about/index.en.md @@ -0,0 +1,11 @@ +--- +title: About NewPipe e.V. +date: 2023-10-01T03:10:36.000Z +draft: false +layout: about +description: A test with @tailwindcss/typography & Prose +people_heading: Representative persons +people_text: | + These are the people who are officially responsible for the NewPipe project and the NewPipe e.V. association. If you want to contact us, please use the form below. +--- + diff --git a/content/contact.md b/content/about/other.md similarity index 99% rename from content/contact.md rename to content/about/other.md index d911943..7508a2b 100644 --- a/content/contact.md +++ b/content/about/other.md @@ -4,6 +4,7 @@ date: 2021-12-18T03:10:36.000Z draft: false language: en description: A test with @tailwindcss/typography & Prose + --- diff --git a/data/people.yml b/data/people.yml new file mode 100644 index 0000000..a9b9541 --- /dev/null +++ b/data/people.yml @@ -0,0 +1,16 @@ +- name: Christian Schabesberger + role: board + email: christian.schabesberger@newpipe-ev.de + img: christian_schabesberger.png +- name: Fabio Giovanazzi + role: board + email: fabia.giovanazzi@newpipe-ev.de + img: fabio_giovanazzi.png +- name: Tjorven Rubach + role: board + email: tjorven.rubach@me.eu + img: tjorven_rubach.png +- name: Fynn Godau + role: treasurer + email: fynn.godau@newpipe-ev.de + img: fynn_godau.png \ No newline at end of file diff --git a/i18n/de.toml b/i18n/de.toml index 6ed513a..1888910 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -13,3 +13,8 @@ basicInfo = "Dies sind die Grundinformationen über NewPipe e.V." moto = "Supporting privacy and open source software" index_description = "NewPipe e.V. ist eine gemeinnützige Organisation, die sich für die Förderung von Datenschutz und Open-Source-Software einsetzt. Wir sind die Organisation hinter NewPipe, einer freien Medien-App für Android." + +foundation = "Verein" +board = "Vorstand" +treasurer = "Kassenprüfer" +secretary = "Schriftführer" diff --git a/i18n/en.toml b/i18n/en.toml index d2bf9ab..8cb2d09 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -14,5 +14,10 @@ basicInfo = "This is basic information about NewPipe e.V." moto = "Supporting privacy and open source software" index_description = "NewPipe e.V. is a non-profit organization that aims to empower users to take back control of their data and to protect their privacy when using Android devices." +foundation = "foundation" +board = "board" +treasurer = "treasurer" +secretary = "secretary" + [wordCount] other = "{{ .WordCount }} words"