From 7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 28 May 2026 22:41:05 +0200 Subject: cool shit happening --- assets/css/main.css | 8 ++++++++ content/index.md | 11 ++++++++--- siteconfig.mjs | 6 +++--- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 4e4ab7d..5c31c05 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -255,3 +255,11 @@ picture img { padding: 0.5rem; } } + +.split { + display: flex; +} + +.split > * { + flex: 1; +} diff --git a/content/index.md b/content/index.md index b8f6b69..223b97b 100644 --- a/content/index.md +++ b/content/index.md @@ -2,9 +2,8 @@ title: "Hey, I'm Spelis!" --- - - - +
+
I'm a student from Sweden with a passion for writing simple code and playing bass guitar. Right now I mostly practice playing my favorite songs and writing the code that i like writing. @@ -16,6 +15,12 @@ I'm a student from Sweden with a passion for writing simple code and playing bas * FabricMC mods * PaperMC plugins +
+
+my bass +
+
+ --- Location: Northern Sweden diff --git a/siteconfig.mjs b/siteconfig.mjs index 3dccd21..5f16255 100644 --- a/siteconfig.mjs +++ b/siteconfig.mjs @@ -3,10 +3,10 @@ export const config = { footerLinks: [ - {name: "Github", tooltip: "@Spelis", href:"https://github.com/spelis/"}, - {name: "YouTube", tooltip: "@Spelis", href:"https://www.youtube.com/@Spelis"}, + {name: "Github", tooltip: "@Spelis", href:"https://spelis.li/gh"}, + {name: "YouTube", tooltip: "@Spelis", href:"https://spelis.li/yt"}, {name: "E-Mail", tooltip:"spelis@spelis.li", href:"mailto:spelis@spelis.li"}, - {name: "BlueSky", tooltip:"@spelis.li", href:"https://bsky.app/profile/spelis.li"}, + {name: "BlueSky", tooltip:"@spelis.li", href:"https://spelis.li/bsky"}, ], headerLinks: [ -- cgit v1.3-7-ge9ab