Add David, Add EZGG LAN Edition 1.0 News and Pictures
This commit was merged in pull request #22.
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user