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

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

		<p>if you want to contact me, you can message me on matrix <code>@iksv:monero.social</code>.</p>
	</div>

	<div class="image">
		<img src="/images/remotecontrol.gif">
	</div>
</div>
<hr />

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