diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-05-28 22:41:05 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-05-28 22:41:05 +0200 |
| commit | 7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43 (patch) | |
| tree | b934e8f5171a8080fff7613231b77639c27a82ca | |
| parent | f9200559114d9f2fa61f738b5322b0a5467538b6 (diff) | |
| download | spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.tar spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.tar.gz spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.tar.bz2 spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.tar.lz spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.tar.xz spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.tar.zst spelis-web-7f43cee9f37c9f7bd95b51ffe9d6d86ac9718a43.zip | |
cool shit happening
| -rw-r--r-- | assets/css/main.css | 8 | ||||
| -rw-r--r-- | content/index.md | 11 | ||||
| -rw-r--r-- | 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 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: [ |
