add picture for chris
This commit is contained in:
parent
d2cb195c25
commit
e0d5f7df3e
BIN
ezgg_website/assets/member_pictures/chris.png
Normal file
BIN
ezgg_website/assets/member_pictures/chris.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@ -23,6 +23,7 @@ NAVIGATION_LINKS = [
|
|||||||
NavigationLink("Datenschutz", "material/privacy-tip", "/privacy")
|
NavigationLink("Datenschutz", "material/privacy-tip", "/privacy")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class Navigation(rio.Component):
|
class Navigation(rio.Component):
|
||||||
@rio.event.on_page_change
|
@rio.event.on_page_change
|
||||||
async def on_page_change(self) -> None:
|
async def on_page_change(self) -> None:
|
||||||
|
|||||||
@ -56,7 +56,7 @@ class DatabaseService:
|
|||||||
contact_mail=None,
|
contact_mail=None,
|
||||||
contact_steam=None
|
contact_steam=None
|
||||||
), MemberInfo(
|
), MemberInfo(
|
||||||
picture_path=from_root("ezgg_website/assets/member_pictures/anon.png"),
|
picture_path=from_root("ezgg_website/assets/member_pictures/chris.png"),
|
||||||
name="Chris \"Meliodas\" K.",
|
name="Chris \"Meliodas\" K.",
|
||||||
position="Mitglied",
|
position="Mitglied",
|
||||||
entry_date="29.10.2023",
|
entry_date="29.10.2023",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user