diff --git a/assets/main.scss b/assets/main.scss index 47b2c88..6990e25 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -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; diff --git a/content/page/club/vorstand/_index.md b/content/page/club/vorstand/_index.md deleted file mode 100644 index f633fd5..0000000 --- a/content/page/club/vorstand/_index.md +++ /dev/null @@ -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 >}} diff --git a/content/page/club/vorstand/img/Alexander_Kieper.jpg b/content/page/club/vorstand/img/Alexander_Kieper.jpg new file mode 100644 index 0000000..fb4fe2b Binary files /dev/null and b/content/page/club/vorstand/img/Alexander_Kieper.jpg differ diff --git a/content/page/club/vorstand/img/Anja_Vollmer.jpg b/content/page/club/vorstand/img/Anja_Vollmer.jpg new file mode 100644 index 0000000..e95fb25 Binary files /dev/null and b/content/page/club/vorstand/img/Anja_Vollmer.jpg differ diff --git a/content/page/club/vorstand/img/Anja_Westerhoff.jpg b/content/page/club/vorstand/img/Anja_Westerhoff.jpg new file mode 100644 index 0000000..23eedd1 Binary files /dev/null and b/content/page/club/vorstand/img/Anja_Westerhoff.jpg differ diff --git a/content/page/club/vorstand/img/Anna_Ceglarski.jpg b/content/page/club/vorstand/img/Anna_Ceglarski.jpg new file mode 100644 index 0000000..eb26da6 Binary files /dev/null and b/content/page/club/vorstand/img/Anna_Ceglarski.jpg differ diff --git a/content/page/club/vorstand/img/Axel_Fedeler.jpg b/content/page/club/vorstand/img/Axel_Fedeler.jpg new file mode 100644 index 0000000..2f9a69e Binary files /dev/null and b/content/page/club/vorstand/img/Axel_Fedeler.jpg differ diff --git a/content/page/club/vorstand/img/Bernd_Peter.jpg b/content/page/club/vorstand/img/Bernd_Peter.jpg new file mode 100644 index 0000000..621b332 Binary files /dev/null and b/content/page/club/vorstand/img/Bernd_Peter.jpg differ diff --git a/content/page/club/vorstand/img/Britta_Sigmund.jpg b/content/page/club/vorstand/img/Britta_Sigmund.jpg new file mode 100644 index 0000000..b57e4c6 Binary files /dev/null and b/content/page/club/vorstand/img/Britta_Sigmund.jpg differ diff --git a/content/page/club/vorstand/img/Christian_Wolf.jpg b/content/page/club/vorstand/img/Christian_Wolf.jpg new file mode 100644 index 0000000..d97d23d Binary files /dev/null and b/content/page/club/vorstand/img/Christian_Wolf.jpg differ diff --git a/content/page/club/vorstand/img/Diane_Mongellaz.jpg b/content/page/club/vorstand/img/Diane_Mongellaz.jpg new file mode 100644 index 0000000..e7f2269 Binary files /dev/null and b/content/page/club/vorstand/img/Diane_Mongellaz.jpg differ diff --git a/content/page/club/vorstand/img/Frank_Westerhoff.jpg b/content/page/club/vorstand/img/Frank_Westerhoff.jpg new file mode 100644 index 0000000..aac97f8 Binary files /dev/null and b/content/page/club/vorstand/img/Frank_Westerhoff.jpg differ diff --git a/content/page/club/vorstand/img/Franziska_Bader.jpg b/content/page/club/vorstand/img/Franziska_Bader.jpg new file mode 100644 index 0000000..feaf472 Binary files /dev/null and b/content/page/club/vorstand/img/Franziska_Bader.jpg differ diff --git a/content/page/club/vorstand/img/Katharina_Pfaffenrot.jpg b/content/page/club/vorstand/img/Katharina_Pfaffenrot.jpg new file mode 100644 index 0000000..5c6a343 Binary files /dev/null and b/content/page/club/vorstand/img/Katharina_Pfaffenrot.jpg differ diff --git a/content/page/club/vorstand/img/Kim_Wustrack.jpg b/content/page/club/vorstand/img/Kim_Wustrack.jpg new file mode 100644 index 0000000..494debf Binary files /dev/null and b/content/page/club/vorstand/img/Kim_Wustrack.jpg differ diff --git a/content/page/club/vorstand/img/Klaus_Arndt.jpg b/content/page/club/vorstand/img/Klaus_Arndt.jpg new file mode 100644 index 0000000..533899f Binary files /dev/null and b/content/page/club/vorstand/img/Klaus_Arndt.jpg differ diff --git a/content/page/club/vorstand/img/Klaus_Richter.jpg b/content/page/club/vorstand/img/Klaus_Richter.jpg new file mode 100644 index 0000000..f7efe17 Binary files /dev/null and b/content/page/club/vorstand/img/Klaus_Richter.jpg differ diff --git a/content/page/club/vorstand/img/Maren_Spengler.jpg b/content/page/club/vorstand/img/Maren_Spengler.jpg new file mode 100644 index 0000000..d7fb6e7 Binary files /dev/null and b/content/page/club/vorstand/img/Maren_Spengler.jpg differ diff --git a/content/page/club/vorstand/img/Martin_Schatke.jpg b/content/page/club/vorstand/img/Martin_Schatke.jpg new file mode 100644 index 0000000..f724138 Binary files /dev/null and b/content/page/club/vorstand/img/Martin_Schatke.jpg differ diff --git a/content/page/club/vorstand/img/Nelly_Fuchs.jpeg b/content/page/club/vorstand/img/Nelly_Fuchs.jpeg new file mode 100644 index 0000000..4fae081 Binary files /dev/null and b/content/page/club/vorstand/img/Nelly_Fuchs.jpeg differ diff --git a/content/page/club/vorstand/img/Olivia_Paprotny.jpg b/content/page/club/vorstand/img/Olivia_Paprotny.jpg new file mode 100644 index 0000000..d2d4d3d Binary files /dev/null and b/content/page/club/vorstand/img/Olivia_Paprotny.jpg differ diff --git a/content/page/club/vorstand/img/Petra_Kohler.jpg b/content/page/club/vorstand/img/Petra_Kohler.jpg new file mode 100644 index 0000000..8c73536 Binary files /dev/null and b/content/page/club/vorstand/img/Petra_Kohler.jpg differ diff --git a/content/page/club/vorstand/img/Stefan_Dietl.jpg b/content/page/club/vorstand/img/Stefan_Dietl.jpg new file mode 100644 index 0000000..ed8ad15 Binary files /dev/null and b/content/page/club/vorstand/img/Stefan_Dietl.jpg differ diff --git a/content/page/club/vorstand/img/Uwe_Keck.jpg b/content/page/club/vorstand/img/Uwe_Keck.jpg new file mode 100644 index 0000000..d8bdf64 Binary files /dev/null and b/content/page/club/vorstand/img/Uwe_Keck.jpg differ diff --git a/content/page/club/vorstand/img/male.png b/content/page/club/vorstand/img/male.png new file mode 100644 index 0000000..1f3f1c3 Binary files /dev/null and b/content/page/club/vorstand/img/male.png differ diff --git a/content/page/club/vorstand/index.md b/content/page/club/vorstand/index.md new file mode 100644 index 0000000..8ee98ac --- /dev/null +++ b/content/page/club/vorstand/index.md @@ -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 >}} diff --git a/themes/tsc_vfl/static/img/mail.jpg b/themes/tsc_vfl/static/img/mail.jpg new file mode 100644 index 0000000..6242cd7 Binary files /dev/null and b/themes/tsc_vfl/static/img/mail.jpg differ