Skip to content

Commit

Permalink
Merge pull request #558 from pep-dortmund/exchange_vorstand
Browse files Browse the repository at this point in the history
Exchange Lars and Jan
  • Loading branch information
LarsBollmann authored Dec 4, 2023
2 parents bcd2ba5 + 19e4c28 commit 39ebef1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
15 changes: 8 additions & 7 deletions _data/gremien.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,16 @@ vorstand:
- name: "Karl Schiller"
role: "2. Vorsitzender"
image: "/images/vorstand/karl.jpg"
- name: "Jan Peter Herdieckerhoff"
- name: "Lars Bollmann"
role: "Finanzreferent"
image: "/images/vorstand/jan.jpg"
image: "/images/vorstand/lars.jpg"

- name: "Koordination"
email: "[email protected]"
people:
- name: "Ludwig Neste"
image: "/images/vorstand/ludwig.jpg"

- name: "Mitgliederverwaltung"
people:
- name: "Lars Bollmann"
image: "/images/vorstand/lars.jpg"

- name: "Ressourcenverwaltung"
email: "[email protected]"
people:
Expand Down Expand Up @@ -104,6 +99,12 @@ vorstand:
people:
- name: "Joshua Luckey"
image: "/images/vorstand/joshua.jpg"

- name: "Bachelorkolloquium"
email: "[email protected]"
people:
- name: "Jan Peter Herdieckerhoff"
image: "/images/vorstand/jan.jpg"

kassenpruefer:
- "Florian Kruse"
Expand Down
4 changes: 2 additions & 2 deletions mitmachen.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3>Komm vorbei</h3>
<p>
Kevin Schmidt <strong>P2-01-426</strong>,<br>
Karl Schiller <strong>P1-02-114</strong>,<br>
Jan Peter Herdieckerhoff <strong>CP-03-108</strong>.
Lars Bollmann <strong>CP-03-141</strong>.
</p>
</div>
<div class="col-12 col-md-5 text-center mitmachen-left">
Expand Down Expand Up @@ -104,7 +104,7 @@ <h3>Noch Fragen?</h3>
Schreib' uns eine <a href="mailto:[email protected]">Email</a> oder ruf' uns an <br>
Kevin Schmidt <strong>0231/755-2988</strong>,<br>
Karl Schiller <strong>0231/755-2151</strong>,<br>
Jan Peter Herdieckerhoff <strong>0231/755-8880</strong>.
Lars Bollmann <strong>0231/755-8503</strong>.
</p>
</div>
</div>
Expand Down
17 changes: 13 additions & 4 deletions ueber_uns/gremien.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ <h3 class="card-title">Kassenprüfer</h3>
<div class="col-12 col-md-4 mx-auto d-flex flex-column align-items-center">
<div>Die gewählten Kassenprüfer des Vereins sind</div>
<ul class="text-start">
{% for person in site.data.gremien.kassenpruefer %}
{% for person in site.data.gremien.kassenpruefer %}
<li><strong>{{ person }}</strong></li>
{% endfor %}
{% endfor %}
</ul>
</div>
</div>
Expand Down Expand Up @@ -119,13 +119,22 @@ <h3 class="card-title">Chronik der geschäftsführenden Vorstände</h3>
</li>

<li>
2022 bis heute:
2022 bis 2023:
<ul>
<li>Erster Vorsitzender: Kevin Schmidt</li>
<li>Zweiter Vorsitzender: Karl Schiller</li>
<li>Finanzreferent: Jan Peter Herdieckerhoff</li>
</ul>
</li>

<li>
2023 bis heute:
<ul>
<li>Erster Vorsitzender: Kevin Schmidt</li>
<li>Zweiter Vorsitzender: Karl Schiller</li>
<li>Finanzreferent: Lars Bollmann</li>
</ul>
</li>
</ul>
</div>
</div>
</div>

0 comments on commit 39ebef1

Please sign in to comment.