summaryrefslogtreecommitdiff
path: root/content/index.md
blob: c2180398b153bcbacc5430e602cfef0ce7570970 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: "Hey, I'm Spelis!"
---

<div class="split">
<div>

Hey! I am a student from Sweden, I like to write software and play bass guitar.

I like to build things simple, fast and easy to understand. I spend a lot of time playing with low-level programming, Linux, and whatever catches my eye that week. I write most of my projects in C. When I'm not coding I spend most of my time practicing bass and learning songs I like.

Studying Computer Science and IT at NTI in Luleå, Sweden.

## Technologies

While I'm always learning new things (and there's more I already know), these are the technologies I'm most comfortable with:

* C
    * Raylib
    * POSIX/Linux development
* Java
    * FabricMC mod development
    * PaperMC plugin development

</div>
<div style="padding:2em">
<img src="https://share.spelis.li/squierpbass.png" alt="my bass" style="width:100%; height: auto">
</div>
</div>

---
# Blog
<div> {% for post in collections.blog | reverse %}
    <a href="{{ post.url }}" class="blogpost">
        <h3>{{ post.data.title }}</h3>
        <small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small>
    </a><br> {% endfor %}
</div>

---

<span>Location: <code>Northern Sweden</code></span>

<span>Age: <code class="my-age"></code> years old.</span>