davidovski/templates/about.html

21 lines
669 B
HTML
Raw Normal View History

2021-11-02 10:37:25 +00:00
2021-08-27 02:08:43 +00:00
<div class="grid">
<div class="about">
2021-09-01 01:45:04 +00:00
<p>Hi, I'm david and this is my place on the net where I dump various files, write blogs and whatever I feel like.</p>
<p>Feel free to explore the above links, or scroll through below. This site is still under construction... permanently. So expect it to look better (or worse) in the future.</p>
2021-08-27 02:08:43 +00:00
2022-05-02 12:05:08 +00:00
<p>if you want to contact me, you can message me on matrix <code>@iksvo:monero.social</code>. I'll be also happy to reply to any emails, linked at the top of the page</p>
2021-08-27 02:08:43 +00:00
</div>
<div class="image">
2021-10-30 23:31:46 +00:00
<img src="/images/remotecontrol.gif">
2021-08-27 02:08:43 +00:00
</div>
2022-05-23 21:35:29 +00:00
2022-05-23 21:46:14 +00:00
<div>
<h2>blog posts</h2>
%posts%
</div>
</div>
2022-05-23 21:35:29 +00:00