update rio, add fips

This commit is contained in:
David Rodenkirchen
2024-07-23 22:38:33 +02:00
parent eade7ed48b
commit 7f8c5697fa
9 changed files with 22 additions and 8 deletions
@@ -86,6 +86,12 @@ class DatabaseService:
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.",
position="Mitglied in Probezeit",
entry_date="20.07.2024",
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198033110015")]
)
]