Create basic page "Vorstand"

This commit is contained in:
Christian Wolf 2023-01-20 09:18:12 +01:00
parent 3702f4631c
commit c3324b5ba7
27 changed files with 198 additions and 19 deletions

View File

@ -3,6 +3,8 @@ $total_width: 95%;
$color_red: #cd1013;
$gap_columns_persons: 25px;
/* main styling */
body {
@ -145,17 +147,21 @@ body {
.person-list {
display: flex;
flex-wrap: wrap;
gap: 20px;
gap: $gap_columns_persons;
margin: 0 0 $gap_columns_persons;
}
.person {
width: calc(50% - 10px);
width: calc(50% - #{$gap_columns_persons} / 2);
height: 80px;
// margin: 10px 25px 10px 0;
display: flex;
> .image {
flex: 60px 0 0;
img {
width: 100%;
}
}
> .content {
flex: 1px 1 0;

View File

@ -1,17 +0,0 @@
---
title: "Vorstand"
date: 2023-01-15T16:11:49+01:00
draft: true
menu:
main:
parent: club
weight: 1
---
Ein jeder Club benötigt einen Vorstand, der die Vereinsführung übernimmt und der als Ansprechpartner zu erreichen ist.
{{< tsc/person-list >}}
{{< tsc/vorstand name="Anja" role="Abteilungsleiter" img="foo" mail="foo" >}}
{{< tsc/vorstand name="Frank" img="foo2" role="abc" >}}
{{< tsc/vorstand name="Frank" img="foo2" role="abc" >}}
{{< /tsc/person-list >}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,190 @@
---
title: "Vorstand"
date: 2023-01-15T16:11:49+01:00
draft: true
menu:
main:
parent: club
weight: 1
---
Ein jeder Club benötigt einen Vorstand, der die Vereinsführung übernimmt und der als Ansprechpartner zu erreichen ist.
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Anja Westerhoff"
role="Abteilungsleiter"
img="img/Anja_Westerhoff.jpg"
mail="clubleiter@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Klaus Richter"
role="Schriftfuehrer/TSC-Geschaeftsstelle"
img="img/Klaus_Richter.jpg"
mail="kontakt@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Frank Westerhoff"
role="Kasse"
img="img/Frank_Westerhoff.jpg"
mail="kasse@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Uwe Keck"
role="Zahlungsverkehr"
img="img/Uwe_Keck.jpg"
mail="kasse@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Klaus Anrdt"
role="Mitgliederverwaltung"
img="img/Klaus_Arndt.jpg"
mail="mitgliederverwaltung@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Anja Vollmer"
role="Mitgliederverwaltung"
img="img/Anja_Vollmer.jpg"
mail="mitgliederverwaltung@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Axel Fedeler"
role="Mitgliederverwaltung"
img="img/Axel_Fedeler.jpg"
mail="mitgliederverwaltung@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Alexander Kieper"
role="Sportwart"
img="img/Alexander_Kieper.jpg"
mail="sportwart@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Christian Wolf"
role="Stellv. Sportwart"
img="img/Christian_Wolf.jpg"
mail="sportwart@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Petra Kohler"
role="Breitensportwartin"
img="img/Petra_Kohler.jpg"
mail="breitensportwart@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Anna Ceglarski"
role="Veranstaltungen"
img="img/Anna_Ceglarski.jpg"
mail="veranstaltungen@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Martin Schatke"
role="Jugendwart"
img="img/Martin_Schatke.jpg"
mail="jugend@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Olivia Paprotny"
role="Stellv. Jugendwartin"
img="img/Olivia_Paprotny.jpg"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Diane Mongellaz"
role="Presse"
img="img/Diane_Mongellaz.jpg"
mail="presse@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Katharina Pfaffenrot"
role="Presse"
img="img/Katharina_Pfaffenrot.jpg"
mail="presse@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Nelly Fuchs"
role="Presse"
img="img/Nelly_Fuchs.jpeg"
mail="presse@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Maren Spengler"
role="Dancestyles"
img="img/Maren_Spengler.jpg"
mail="dance-styles@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Britta Sigmund"
role="Stellv. Dancestyles"
img="img/Britta_Sigmund.jpg"
mail="dance-styles@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Kim Wustrack"
role="Stellv. Dancestyles"
img="img/Kim_Wustrack.jpg"
mail="dance-styles@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Franziska Bader"
role="Stellv. Dancestyles"
img="img/Franziska_Bader.jpg"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Bernd Peter"
role="Webmaster"
img="img/Bernd_Peter.jpg"
mail="vflwebmaster@bptr.de"
>}}
{{< tsc/vorstand
name="Christian Wolf"
role="Stellv. Webmaster"
img="img/Christian_Wolf.jpg"
mail="vizesportwart@tsc-vfl.de"
>}}
{{< /tsc/person-list >}}
{{< tsc/person-list >}}
{{< tsc/vorstand
name="Klaus Richter"
role="Gebaeude"
img="img/Klaus_Richter.jpg"
mail="kontakt@tanzsportclub.vfl-sindelfingen.de"
>}}
{{< tsc/vorstand
name="Stefan Dietl"
role="Gebaeude"
img="img/Stefan_Dietl.jpg"
>}}
{{< tsc/vorstand
name="Joseph Ripp"
role="Gebaeude"
img="img/male.png"
>}}
{{< /tsc/person-list >}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB