diff options
Diffstat (limited to 'src/index.md')
-rw-r--r-- | src/index.md | 58 |
1 files changed, 50 insertions, 8 deletions
diff --git a/src/index.md b/src/index.md index 82d790e..10e76a5 100644 --- a/src/index.md +++ b/src/index.md @@ -1,12 +1,54 @@ -Hello there! +# Adam Stück's blog -My name is Adam and I am a computer nerd studying at Aalborg University. -I am interested in space, game dev, sailing and the outdoors. +<span></span> -I'm currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. -I occasionally post videos of my game along with other stuff [here](https://youtube.com/c/adamski1). +Passionate about open source software, usability, performance, privacy, and +minimal design. -## Articles {#article-list} +Interested in sustainability, game dev, technology, and living life. -<p class="article-title"><a href="/blog/game">Project Aftershock // Rizen's Arena</a></p> -<p class="article-date">2021-05-07</p> +BCompSc @ [AAU](https://aau.dk). Working on my masters. + +Student programmer @ [E-Komplet](https://e-komplet.dk/). + +## Links + +<style> +dl { + margin:1rem; + display:grid; + grid-template-columns:auto 1fr; + grid-gap:.2rem 1rem; +} +dl dt { + font-size: .9rem; + font-weight: 700; +} +dl dd:not(:last-child) { + margin-bottom: .3rem; +} +.pgp { + font-size: .9rem; +} +</style> +<dl class="external-links"> +<dt>email</dt> +<dd><a href="mailto:adam@adast.xyz">adam@adast.xyz</a></dd> +<dt>sourcehut</dt> +<dd><a href="https://sr.ht/~adamski">~adamski</a></dd> +<dt>github</dt> +<dd><a href="https://github.com/adastx">adastx</a></dd> +<dt>linkedin</dt> +<dd><a href="https://www.linkedin.com/in/adam-st%C3%BCck-169505268/">Adam Stück</a></dd> +<dt>pgp</dt> +<dd><samp class="pgp"><a href="/pubkey.txt">FEC7 44EA DCD9 C893 977B C1D0 B544 2B88 D8E0 5672</a></samp></dd> +</dl> + +<hr style="margin: 2rem 0"> + +<style> +main p span.created { +margin: 4px 0px; +} +</style> +<span class='created'>2023-02-27 — <a href="2023-02-log">February 2023</a></span> |