Merge branch 'add-imanuel' into 'main'

add imanuel

See merge request ezgg/ezgg-website!22
This commit is contained in:
David Rodenkirchen
2024-07-19 21:40:10 +00:00
5 changed files with 18 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

+3
View File
@@ -0,0 +1,3 @@
Die EZ GG e.v. freut sich **Imanuel** in ihren Reihen begrüßen zu dürfen.
Unser neues Mitglied das unter dem Nickname **ImiKoD** beitritt wird seine Probezeit am 18.10.24 beenden.
+1 -1
View File
@@ -46,7 +46,7 @@ class Header(rio.Component):
Ticker(
texts=[
"Die EZ GG wurde in einer schlecht beleuchteten Kellerbar gegründet",
"Aktuelle hat der EZ GG e.V. sieben Mitglieder",
"Aktuelle hat die EZ GG e.V. acht Mitglieder",
"Bist du auch ein Gamer? Dann tritt uns doch bei!",
"Auch Wasser wird zum edlen Tropfen, mischt man es mit Malz und Hopfen."
],
+5
View File
@@ -31,6 +31,11 @@ class Home(rio.Component):
margin_bottom=1,
margin_right=1
),
comps.build_news_post(
header="Neuzugang im Verein!",
article_text_path_or_text=from_root("ezgg_website/assets/news_19_07_24.md"),
date="19.07.2024"
),
comps.build_news_post(
header="Eintragung abgeschlossen!",
article_text_path_or_text=from_root("ezgg_website/assets/news_06_06_24.md"),
@@ -77,6 +77,15 @@ 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 in Probezeit",
entry_date="18.07.2024",
socials=[
SocialLink(SocialPlatform.STEAM, "https://steamcommunity.com/id/ImiKoD/"),
SocialLink(SocialPlatform.FACEBOOK, "https://www.facebook.com/imanuel.blocher")
]
)
]