update member and add news

This commit is contained in:
David Rodenkirchen 2024-10-18 10:52:54 +02:00
parent 246a0c5636
commit 68364fbc3f
4 changed files with 12 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

View File

@ -0,0 +1,4 @@
Es ist soweit! Die BieberLAN steht vor der Tür, und die EZ GG ist dabei.
Vom 18. bis 20. Oktober sind wir auf der [BieberLAN 47 in Rödermark](https://www.bieberlan.de/index.php?content=event&action=showEventInfo). Den Mitgliedern die leider nicht dabei sein können bringen wir Geschichten, Bilder und hoffentlich ein paar Medallien mit.

View File

@ -31,6 +31,11 @@ class Home(rio.Component):
margin_bottom=1,
margin_right=1
),
comps.build_news_post(
header="LANd in Sicht!",
article_text_path_or_text=from_root("ezgg_website/assets/news_18_10_24.md"),
date="18.10.2024"
),
comps.build_news_post(
header="Doppelte Neuaufnahme",
article_text_path_or_text=from_root("ezgg_website/assets/news_10_08_24.md"),

View File

@ -80,7 +80,7 @@ class DatabaseService:
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/imi.png"),
name="Imanuel \"ImiKoD\" B.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="18.07.2024",
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/ImiKoD/"),
@ -89,11 +89,11 @@ class DatabaseService:
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/fips.png"),
name="Jan Phillip \"Medusaman\" N.",
position="Mitglied in Probezeit",
position="Mitglied",
entry_date="20.07.2024",
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198033110015")]
), MemberInfo(
picture_path=from_root("ezgg_website/assets/member_pictures/anon.png"),
picture_path=from_root("ezgg_website/assets/member_pictures/jens.png"),
name="Jens \"dusker\" G.",
position="Mitglied in Probezeit",
entry_date="09.08.2024",