mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-06 14:17:42 -04:00
add about me. archive old posts
This commit is contained in:
parent
c6645e6431
commit
f87f46701b
7 changed files with 58 additions and 1 deletions
17
_templates/aboutme.html
Normal file
17
_templates/aboutme.html
Normal 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>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue