add sebastian, add wintermarkt news post

This commit was merged in pull request #18.
This commit is contained in:
David Rodenkirchen
2025-11-11 23:31:18 +01:00
parent 1003df4b42
commit 4dfc8887c5
5 changed files with 20 additions and 3 deletions
+8 -2
View File
@@ -131,7 +131,7 @@ class DatabaseService:
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/anon.png"),
name="Christian \"Betawurst\" R.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="19.07.2025",
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/betawurst")
@@ -139,7 +139,7 @@ class DatabaseService:
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/anon.png"),
name="Thomas \"Driddy\" D.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="26.07.2025",
socials=[]
), MemberInfo(
@@ -154,6 +154,12 @@ class DatabaseService:
position="Mitglied in Probezeit",
entry_date="04.10.2025",
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198127708029")]
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/sebastian.png"),
name="Sebastian \"Sheridanqt\" A.",
position="Mitglied in Probezeit",
entry_date="03.11.2025",
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/sheridanqt/")]
)
]