blob: 0aad45cce5878a006016486757b78789c23bc7d1 (
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
|
---
title: "Hey, I'm Spelis!"
---
<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.
### Knowledge
* C
* Raylib
* Java
* FabricMC mods
* PaperMC plugins
You can browse some Git repositories of mine <a href="https://git.spelis.li/" target="_blank">here</a>.
</div>
<div>
<img src="https://share.spelis.li/squierpbass.png" alt="my bass" width=200>
</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>
|