diff options
author | davidovski <david@davidovski.xyz> | 2021-08-27 03:08:43 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-27 03:08:43 +0100 |
commit | 459fa8f48a8d91fe2ed7eb15b093c3346d17d129 (patch) | |
tree | dbce97edf0365812d920648030a5820e97a6b5c2 /templates/about.html | |
parent | e6eaad2eb74de4c4992d98ad6ddd2a35523cef96 (diff) |
new article, added background
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> + |