Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function ContactPage() {
Vertreten durch:
</Typography>
<Typography variant="body2" paragraph>
Lennart Möller
Eric König
</Typography>

<Typography variant="body2" fontWeight={600} gutterBottom>
Expand All @@ -58,9 +58,9 @@ export default function ContactPage() {
Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV:
</Typography>
<Typography variant="body2" paragraph>
Eric König, Stellv. Vorsitz<br />
Julia Rabenhorst, Öffentlichkeit<br />
Toni Gudaqi, Öffentlichkeit
Eric König, Vorsitz<br />
Toni Gudaqi, Stellv. Vorsitz & Öffentlichkeit<br />
Hong Nguyen, Öffentlichkeit
</Typography>

<Typography variant="body2" fontWeight={600} gutterBottom sx={{ mt: 3 }}>
Expand Down
24 changes: 13 additions & 11 deletions website/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
],
},
Expand All @@ -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 },
],
},
Expand All @@ -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 },
],
},
{
Expand All @@ -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 },
],
},
];