summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/main.css8
-rw-r--r--content/index.md11
-rw-r--r--siteconfig.mjs6
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 write software and games mainly in **C**, **Python**, and **Java**. Most of what I build lands somewhere between backend systems, low-level programming, and game development. -->
-<!---->
-<!-- I care a lot about performance, simplicity, and understanding how things work under the hood. A lot of what I do is learning by building, breaking, and refining things as I go; usually with a few questionable decisions along the way. -->
+<div class="split">
+<div>
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
+</div>
+<div>
+<img src="https://share.spelis.li/squierpbass.png" alt="my bass" width=200>
+</div>
+</div>
+
---
<span>Location: <code>Northern Sweden</code></span>
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: [