update member and add news
This commit is contained in:
parent
246a0c5636
commit
68364fbc3f
BIN
ezgg_website/assets/member_pictures/jens.png
Normal file
BIN
ezgg_website/assets/member_pictures/jens.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 278 KiB |
4
ezgg_website/assets/news_18_10_24.md
Normal file
4
ezgg_website/assets/news_18_10_24.md
Normal 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.
|
||||||
|
|
||||||
@ -31,6 +31,11 @@ class Home(rio.Component):
|
|||||||
margin_bottom=1,
|
margin_bottom=1,
|
||||||
margin_right=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(
|
comps.build_news_post(
|
||||||
header="Doppelte Neuaufnahme",
|
header="Doppelte Neuaufnahme",
|
||||||
article_text_path_or_text=from_root("ezgg_website/assets/news_10_08_24.md"),
|
article_text_path_or_text=from_root("ezgg_website/assets/news_10_08_24.md"),
|
||||||
|
|||||||
@ -80,7 +80,7 @@ class DatabaseService:
|
|||||||
), MemberInfo(
|
), MemberInfo(
|
||||||
picture_path=from_root("ezgg_website/assets/member_pictures/imi.png"),
|
picture_path=from_root("ezgg_website/assets/member_pictures/imi.png"),
|
||||||
name="Imanuel \"ImiKoD\" B.",
|
name="Imanuel \"ImiKoD\" B.",
|
||||||
position="Mitglied in Probezeit",
|
position="Mitglied",
|
||||||
entry_date="18.07.2024",
|
entry_date="18.07.2024",
|
||||||
socials=[
|
socials=[
|
||||||
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/ImiKoD/"),
|
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/ImiKoD/"),
|
||||||
@ -89,11 +89,11 @@ class DatabaseService:
|
|||||||
), MemberInfo(
|
), MemberInfo(
|
||||||
picture_path=from_root("ezgg_website/assets/member_pictures/fips.png"),
|
picture_path=from_root("ezgg_website/assets/member_pictures/fips.png"),
|
||||||
name="Jan Phillip \"Medusaman\" N.",
|
name="Jan Phillip \"Medusaman\" N.",
|
||||||
position="Mitglied in Probezeit",
|
position="Mitglied",
|
||||||
entry_date="20.07.2024",
|
entry_date="20.07.2024",
|
||||||
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198033110015")]
|
socials=[SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/profiles/76561198033110015")]
|
||||||
), MemberInfo(
|
), 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.",
|
name="Jens \"dusker\" G.",
|
||||||
position="Mitglied in Probezeit",
|
position="Mitglied in Probezeit",
|
||||||
entry_date="09.08.2024",
|
entry_date="09.08.2024",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user