mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
18 lines
586 B
HTML
18 lines
586 B
HTML
|
<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>
|
||
|
|
||
|
|