added links to homepage

This commit is contained in:
death916 2025-06-03 03:34:38 -07:00
parent ed947d7c0b
commit 02513cbef3
2 changed files with 19 additions and 1 deletions

View file

@ -181,4 +181,4 @@ app.add_page(videos)
# TODO move project data to a json file or something
# TODO add live printer stream
# TODO update videos using youtube api

View file

@ -68,6 +68,24 @@ def home():
is_external=True,
padding="0.5em",
),
rx.link(
"YouTube",
href="https://www.youtube.com/@916hs",
color="#736E77",
size="4",
effect="underline",
is_external=True,
padding="0.5em",
),
rx.link(
"Twitch",
href="https://www.twitch.tv/death916",
color="#736E77",
size="4",
effect="underline",
is_external=True,
padding="0.5em",
),
rx.spacer(
min_height="15em"
),