davidovski/templates/about.html

21 lines
442 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">
2022-06-23 10:21:26 +00:00
<p>Hi, I'm david and this is my website.</p>
<p>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-06-23 10:21:26 +00:00
<p>if you want to contact me, you can message me on matrix <code>@iksv:monero.social</code>.</p>
2021-08-27 02:08:43 +00:00
</div>
2022-06-23 10:21:26 +00:00
2021-08-27 02:08:43 +00:00
<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-06-27 19:49:35 +00:00
</div>
2022-05-23 21:35:29 +00:00
2022-06-27 19:49:35 +00:00
<div>
<h2>blog posts</h2>
%posts%
2022-05-23 21:46:14 +00:00
</div>
2022-05-23 21:35:29 +00:00