From df7ac1680d59cbfb6648e2684c22fd96a60b30e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sat, 22 Feb 2025 22:09:26 +0100 Subject: [PATCH] add more text and use inter as font --- src/BaseDocument.tsx | 3 +++ src/Main.tsx | 13 ++++++++++--- static/style.css | 31 ++++++++++++++++++++++++++----- 3 files changed, 39 insertions(+), 8 deletions(-) diff --git a/src/BaseDocument.tsx b/src/BaseDocument.tsx index 99559bc..f615d52 100644 --- a/src/BaseDocument.tsx +++ b/src/BaseDocument.tsx @@ -14,6 +14,9 @@ function BaseDocument(props: SiteData) { + + + ${props.title} diff --git a/src/Main.tsx b/src/Main.tsx index 06d6670..fd6d3da 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -8,10 +8,17 @@ export const Main: FC = () => { <>
-

RoBaertschi

+

Robin Bärtschi

-
- Hi 👋, my name is Robin, I am a computer scientist in apprenticeship @ Swisscom
+
+ { /* HACK: DO NOT REMOVE THE SPACE AFTER THE CH OR ELSE THE EMOJI BREAKS FOR SOME FUCKING REASON */} + Hi 👋, my name is Robin, I am a computer scientist in apprenticeship and live in Switzerland 🇨🇭.
+ I love to program in my freetime and play some games from time to time. I am also a huge linux nerd and use it on a daily basis.

+ + Besides linux and programming, I also like playing Rogue-likes/lites (Balatro, Enter the Gungeon etc.), factory games (Factorio, Satisfactory) and Minecraft.
+ I tend to not finish games and have a huge steam library of unfinished games, which I should finish someday.

+ + I am currently working on a programming language called tt written in Go