remove imi, add christian, change zgg lan link

This commit was merged in pull request #14.
This commit is contained in:
David Rodenkirchen
2025-07-26 14:50:00 +02:00
parent 95049e7d22
commit 78107e0774
3 changed files with 10 additions and 11 deletions
+9 -10
View File
@@ -77,15 +77,6 @@ class DatabaseService:
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198299462425"),
]
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/imi.png"),
name="Imanuel \"ImiKoD\" B.",
position="Mitglied",
entry_date="18.07.2024",
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/ImiKoD/"),
SocialLink(SocialPlatform.FACEBOOK, "https://www.facebook.com/imanuel.blocher")
]
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/fips.png"),
name="Jan Phillip \"Medusaman\" N.",
@@ -132,11 +123,19 @@ class DatabaseService:
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/leo.png"),
name="Leonie \"VerpeilteHummel\" H.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="19.04.2025",
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561199106422063")
]
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/anon.png"),
name="Christian \"Betawurst\" R.",
position="Mitglied in Probezeit",
entry_date="19.07.2025",
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/betawurst")
]
)
]