diff --git a/website/app/contact/page.tsx b/website/app/contact/page.tsx
index aea5205..9354098 100644
--- a/website/app/contact/page.tsx
+++ b/website/app/contact/page.tsx
@@ -43,7 +43,7 @@ export default function ContactPage() {
Vertreten durch:
- Lennart Möller
+ Eric König
@@ -58,9 +58,9 @@ export default function ContactPage() {
Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV:
- Eric König, Stellv. Vorsitz
- Julia Rabenhorst, Öffentlichkeit
- Toni Gudaqi, Öffentlichkeit
+ Eric König, Vorsitz
+ Toni Gudaqi, Stellv. Vorsitz & Öffentlichkeit
+ Hong Nguyen, Öffentlichkeit
diff --git a/website/src/lib/config.ts b/website/src/lib/config.ts
index af14ee7..a458ccf 100644
--- a/website/src/lib/config.ts
+++ b/website/src/lib/config.ts
@@ -33,7 +33,7 @@ export const TEAM_SECTIONS: TeamSection[] = [
title: "Vorstand",
members: [
{ id: 1, name: "Eric König (Vorsitz)", email: "vorsitz.informatik@fsv-whs.de", img: null },
- { id: 2, name: "Hannah Willemsen (stellv. Vorsitz)", email: "stellv.vorsitz.informatik@fsv-whs.de", img: null },
+ { id: 2, name: "Toni Gudaqi (stellv. Vorsitz)", email: "stellv.vorsitz.informatik@fsv-whs.de", img: null },
{ id: 3, name: "Leon Pearse (Finanzen)", email: "finanzen.informatik@fsv-whs.de", img: null },
],
},
@@ -42,31 +42,31 @@ export const TEAM_SECTIONS: TeamSection[] = [
title: "Kultur",
members: [
{ id: 4, name: "Hannah Willemsen", email: "kultur.informatik@fsv-whs.de", img: null },
- { id: 5, name: "Caner Bayram", email: "kultur.informatik@fsv-whs.de", img: null },
- { id: 6, name: "Leon Weihrauch", email: "kultur.informatik@fsv-whs.de", img: null },
- { id: 7, name: "Yannic Leismann", email: "kultur.informatik@fsv-whs.de", img: null },
- { id: 8, name: "Daniel Chudaska", email: "kultur.informatik@fsv-whs.de", img: null },
+ { id: 5, name: "Joel Enrico Sanrio", email: "kultur.informatik@fsv-whs.de", img: null },
+ { id: 6, name: "Carlo Niermann", email: "kultur.informatik@fsv-whs.de", img: null },
+ { id: 7, name: "Leon Weihrauch", email: "kultur.informatik@fsv-whs.de", img: null },
],
},
{
id: "infrastruktur",
title: "Infrastruktur",
members: [
- { id: 9, name: "Francesco La Camera", email: "edv.informatik@fsv-whs.de", img: null },
+ { id: 8, name: "Malte Gaelings", email: "edv.informatik@fsv-whs.de", img: null },
+ { id: 9, name: "Birhat Alessandro Moffa", email: "edv.informatik@fsv-whs.de", img: null },
],
},
{
id: "hochschulpolitik",
title: "Hochschulpolitik",
members: [
- { id: 10, name: "Mike Drost", email: "hopo.informatik@fsv-whs.de", img: null },
+ { id: 10, name: "Hong Nguyen", email: "hopo.informatik@fsv-whs.de", img: null },
],
},
{
id: "oeffentlichkeit",
title: "Öffentlichkeit",
members: [
- { id: 11, name: "Linda Gudaqi", email: "oeffentlichkeit.informatik@fsv-whs.de", img: null },
+ { id: 11, name: "Toni Gudaqi", email: "oeffentlichkeit.informatik@fsv-whs.de", img: null },
{ id: 12, name: "Hong Nguyen", email: "oeffentlichkeit.informatik@fsv-whs.de", img: null },
],
},
@@ -75,6 +75,7 @@ export const TEAM_SECTIONS: TeamSection[] = [
title: "Beschaffung",
members: [
{ id: 13, name: "Marcel Roith", email: "beschaffung.informatik@fsv-whs.de", img: null },
+ { id: 14, name: "Birhat Alessandro Moffa", email: "beschaffung.informatik@fsv-whs.de", img: null },
],
},
{
@@ -88,9 +89,10 @@ export const TEAM_SECTIONS: TeamSection[] = [
id: "sport",
title: "Sport",
members: [
- { id: 16, name: "Caner Bayram", email: "", img: null },
- { id: 17, name: "Yannic Leismann", email: "", img: null },
- { id: 18, name: "Daniel Chudaska", email: "", img: null },
+ { id: 16, name: "Zafer Elemen", email: "", img: null },
+ { id: 17, name: "Caner Bayram", email: "", img: null },
+ { id: 18, name: "Imad Boubkar", email: "", img: null },
+ { id: 19, name: "Sami Boubkar", email: "", img: null },
],
},
];