Skip to content

Commit 0e06968

Browse files
author
davidbingmann
committed
feat: add X and Bluesky social media links to the navigation bar
1 parent 745703c commit 0e06968

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/davidbingmann_de/main.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ def main_page():
7070
cls="linkedin-icon",
7171
target="_blank",
7272
),
73+
A(
74+
I(cls="fab fa-x-twitter"),
75+
href="https://x.com/davidbingmann",
76+
cls="x-icon",
77+
target="_blank",
78+
),
79+
A(
80+
I(cls="fab fa-bluesky"),
81+
href="https://bsky.app/profile/davidbingmann.de",
82+
cls="bluesky-icon",
83+
target="_blank",
84+
),
7385
cls="social-container",
7486
),
7587
Div(NotStr(render_markdown("assets/about_me.md")), cls="about-me-container"),

0 commit comments

Comments
 (0)