Create basic page "Vorstand"
@ -3,6 +3,8 @@ $total_width: 95%;
|
|||||||
|
|
||||||
$color_red: #cd1013;
|
$color_red: #cd1013;
|
||||||
|
|
||||||
|
$gap_columns_persons: 25px;
|
||||||
|
|
||||||
/* main styling */
|
/* main styling */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -145,17 +147,21 @@ body {
|
|||||||
.person-list {
|
.person-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 20px;
|
gap: $gap_columns_persons;
|
||||||
|
margin: 0 0 $gap_columns_persons;
|
||||||
}
|
}
|
||||||
|
|
||||||
.person {
|
.person {
|
||||||
width: calc(50% - 10px);
|
width: calc(50% - #{$gap_columns_persons} / 2);
|
||||||
height: 80px;
|
height: 80px;
|
||||||
// margin: 10px 25px 10px 0;
|
// margin: 10px 25px 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
> .image {
|
> .image {
|
||||||
flex: 60px 0 0;
|
flex: 60px 0 0;
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> .content {
|
> .content {
|
||||||
flex: 1px 1 0;
|
flex: 1px 1 0;
|
||||||
|
@ -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 >}}
|
|
BIN
content/page/club/vorstand/img/Alexander_Kieper.jpg
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
content/page/club/vorstand/img/Anja_Vollmer.jpg
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
content/page/club/vorstand/img/Anja_Westerhoff.jpg
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
content/page/club/vorstand/img/Anna_Ceglarski.jpg
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
content/page/club/vorstand/img/Axel_Fedeler.jpg
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
content/page/club/vorstand/img/Bernd_Peter.jpg
Normal file
After Width: | Height: | Size: 7.2 KiB |
BIN
content/page/club/vorstand/img/Britta_Sigmund.jpg
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
content/page/club/vorstand/img/Christian_Wolf.jpg
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
content/page/club/vorstand/img/Diane_Mongellaz.jpg
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
content/page/club/vorstand/img/Frank_Westerhoff.jpg
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
content/page/club/vorstand/img/Franziska_Bader.jpg
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
content/page/club/vorstand/img/Katharina_Pfaffenrot.jpg
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
content/page/club/vorstand/img/Kim_Wustrack.jpg
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
content/page/club/vorstand/img/Klaus_Arndt.jpg
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
content/page/club/vorstand/img/Klaus_Richter.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
content/page/club/vorstand/img/Maren_Spengler.jpg
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
content/page/club/vorstand/img/Martin_Schatke.jpg
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
content/page/club/vorstand/img/Nelly_Fuchs.jpeg
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
content/page/club/vorstand/img/Olivia_Paprotny.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
content/page/club/vorstand/img/Petra_Kohler.jpg
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
content/page/club/vorstand/img/Stefan_Dietl.jpg
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
content/page/club/vorstand/img/Uwe_Keck.jpg
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
content/page/club/vorstand/img/male.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
190
content/page/club/vorstand/index.md
Normal 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 >}}
|
BIN
themes/tsc_vfl/static/img/mail.jpg
Normal file
After Width: | Height: | Size: 1.6 KiB |