diff options
Diffstat (limited to 'templates/about.html')
| -rw-r--r-- | templates/about.html | 17 | 
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..17b2883 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,17 @@ +<div class="grid"> +	<div class="about"> + +		<p>Hi, I'm david and this is my place in the wired 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 contruction... 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>@davidovski:matrix.org</code> (i will make my own homeserver soon ok?) or discord <code>iksvo#6239</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.png"> +	</div> +</div> +<hr> +<hr> + +<h1 class="header">blog posts</h1> +  | 
