diff options
| author | davidovski <david@davidovski.xyz> | 2022-06-23 11:21:26 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2022-06-23 11:21:26 +0100 | 
| commit | 5825b503ae4dac0bae496a351f77dd08b3118dbb (patch) | |
| tree | cd6a2aaa998a23e7f6161026b8da8ab171f47d7f | |
| parent | e3deb5602771437405349a0e28a5f7f1c1f25212 (diff) | |
push
| -rw-r--r-- | templates/about.html | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/templates/about.html b/templates/about.html index 64623a5..dcb7b07 100644 --- a/templates/about.html +++ b/templates/about.html @@ -2,11 +2,12 @@  <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>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>@iksvo:monero.social</code>. I'll be also happy to reply to any emails, linked at the top of the page</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> | 
