Add David, Add EZGG LAN Edition 1.0 News and Pictures

This commit was merged in pull request #22.
This commit is contained in:
David Rodenkirchen
2026-05-26 00:37:20 +02:00
parent 7f33c140d8
commit 4eb8e64eca
6 changed files with 41 additions and 9 deletions
+2 -2
View File
@@ -42,11 +42,11 @@ class Header(rio.Component):
rio.Image(from_root("ezgg_website/assets/logo.svg"), align_x=0, width=8),
"/"
),
rio.Text("Sinnlose Infos aus dem Vereinskern:", justify="left", width="grow", margin_left=0.8),
rio.Text(text="Sinnlose Infos aus dem Vereinskern:", justify="left", width="grow", margin_left=0.8),
Ticker(
texts=[
"Die EZ GG wurde in einer schlecht beleuchteten Kellerbar gegründet",
"Aktuelle hat die EZ GG e.V. zwanzig Mitglieder",
"Aktuelle hat die EZ GG e.V. 21 Mitglieder",
"Bist du auch ein Gamer? Dann tritt uns doch bei!",
"Auch Wasser wird zum edlen Tropfen, mischt man es mit Malz und Hopfen."
],
+4 -4
View File
@@ -34,10 +34,10 @@ class NewsPost(rio.Component):
for news_post_image in self.images:
image_obj = rio.Image(
news_post_image.path,
fill_mode="fit",
width=20,
height=20,
align_x=0.01
fill_mode="zoom",
align_x=0.01,
width=30,
height=25
)
image_column.add(
rio.Link(image_obj,