summaryrefslogtreecommitdiff
path: root/templates/about.html
blob: 64623a57a009e6e041d8b899ed13c6ab63960e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="grid">
	<div class="about">

		<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>

		<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>
	</div>
	<div class="image">
		<img src="/images/remotecontrol.gif">
	</div>

    <div>
        <h2>blog posts</h2>
        %posts%
    </div>

</div>