add leo
This commit was merged in pull request #11.
This commit is contained in:
@@ -46,7 +46,7 @@ class Header(rio.Component):
|
||||
Ticker(
|
||||
texts=[
|
||||
"Die EZ GG wurde in einer schlecht beleuchteten Kellerbar gegründet",
|
||||
"Aktuelle hat die EZ GG e.V. vierzehn Mitglieder",
|
||||
"Aktuelle hat die EZ GG e.V. fünfzehn Mitglieder",
|
||||
"Bist du auch ein Gamer? Dann tritt uns doch bei!",
|
||||
"Auch Wasser wird zum edlen Tropfen, mischt man es mit Malz und Hopfen."
|
||||
],
|
||||
|
||||
@@ -15,7 +15,8 @@ class MemberCard(rio.Component):
|
||||
rio.Text(self.info.position, margin_bottom=0.4, style=rio.TextStyle(italic=True), justify="center"),
|
||||
rio.Text(f"Mitglied seit", style=rio.TextStyle(italic=True), margin_bottom=0.4, justify="center"),
|
||||
rio.Text(f"{self.info.entry_date}", style=rio.TextStyle(italic=True, font_size=0.9), margin_bottom=0.4, justify="center"),
|
||||
social_links_grid
|
||||
social_links_grid,
|
||||
margin=0.4
|
||||
)
|
||||
|
||||
for i, social_link in enumerate(sorted(self.info.socials, key=lambda s: s.platform.value)):
|
||||
|
||||
Reference in New Issue
Block a user