Draft for About page
This commit is contained in:
parent
ed538feb52
commit
b91ea1a887
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
---
|
||||
|
|
@ -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.
|
||||
---
|
||||
|
|
@ -4,6 +4,7 @@ date: 2021-12-18T03:10:36.000Z
|
|||
draft: false
|
||||
language: en
|
||||
description: A test with @tailwindcss/typography & Prose
|
||||
|
||||
---
|
||||
|
||||
<!-- @format -->
|
|
@ -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
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue