add about me. archive old posts

This commit is contained in:
len0rd 2025-02-03 12:10:36 -05:00
parent c6645e6431
commit f87f46701b
7 changed files with 58 additions and 1 deletions

17
_templates/aboutme.html Normal file
View file

@ -0,0 +1,17 @@
<div class="ablog-sidebar-item">
<h3>About me</h3>
<div class="row">
<div class="column left centered-content">
<img src="{{ pathto('me.png', 1) }}" width="100"/>
</div>
<div class="column right">
<p>
I'm an embedded software engineer who enjoys building reliable, well-tested and fast
code. Besides embedded development I also dabble in DevOps, self-hosting and making stuff.
My other hobbies include board games and travelling.
</p>
</div>
</div>
</div>