Draft for About page

This commit is contained in:
Tobias 2023-10-05 09:33:27 +02:00
parent ed538feb52
commit b91ea1a887
Signed by: tobigr
GPG Key ID: 1081A7AAB3E37791
9 changed files with 59 additions and 5 deletions

View File

@ -2760,6 +2760,10 @@ video {
width: 0px; width: 0px;
} }
.w-1\/2 {
width: 50%;
}
.w-10 { .w-10 {
width: 2.5rem; width: 2.5rem;
} }
@ -3194,11 +3198,6 @@ video {
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
} }
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.py-6 { .py-6 {
padding-top: 1.5rem; padding-top: 1.5rem;
padding-bottom: 1.5rem; padding-bottom: 1.5rem;
@ -4598,6 +4597,10 @@ EmojiSymbols;
height: 1.5rem; height: 1.5rem;
} }
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-48 { .md\:w-48 {
width: 12rem; width: 12rem;
} }

View File

View File

13
content/about/index.de.md Normal file
View File

@ -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.
---

11
content/about/index.en.md Normal file
View File

@ -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.
---

View File

@ -4,6 +4,7 @@ date: 2021-12-18T03:10:36.000Z
draft: false draft: false
language: en language: en
description: A test with @tailwindcss/typography & Prose description: A test with @tailwindcss/typography & Prose
--- ---
<!-- @format --> <!-- @format -->

16
data/people.yml Normal file
View File

@ -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

View File

@ -13,3 +13,8 @@ basicInfo = "Dies sind die Grundinformationen über NewPipe e.V."
moto = "Supporting privacy and open source software" 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." 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"

View File

@ -14,5 +14,10 @@ basicInfo = "This is basic information about NewPipe e.V."
moto = "Supporting privacy and open source software" 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." 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] [wordCount]
other = "{{ .WordCount }} words" other = "{{ .WordCount }} words"