mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
added links to homepage
This commit is contained in:
parent
ed947d7c0b
commit
02513cbef3
2 changed files with 19 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue