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 | |
parent | e6eaad2eb74de4c4992d98ad6ddd2a35523cef96 (diff) |
new article, added background
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html | 17 | ||||
-rw-r--r-- | templates/index.html | 46 | ||||
-rw-r--r-- | templates/page.html | 6 |
3 files changed, 18 insertions, 51 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> + diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 666cc01..0000000 --- a/templates/index.html +++ /dev/null @@ -1,46 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - - <link rel="stylesheet" href="/style.css"> - <title>davidovski.xyz</title> - </head> - <body> - <div class="main"> - <div class="header"> - <a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a> - <hr> - <div class="links"> - <a href="https://github.com/davidovski">git</a> - | - <a href="https://osu.ppy.sh/users/11140827">osu</a> - | - <a href="https://myanimelist.net/animelist/davidovski">mal</a> - | - <a href="https://orangepeel.pw/">op</a> - || - <a style="color: var(--red);" href="https://davidovski.xyz/m">m</a> - | - <a style="color: var(--red);" href="https://davidovski.xyz/f">f</a> - | - <a style="color: var(--red);" href="https://davidovski.xyz/s">s</a> - || - <a style="color: var(--green)" href="http://chat.davidovski.xyz/">chat</a> - | - <a style="color: var(--green)" href="mailto:david@davidovski.xyz">mail</a> - | - <a style="color: var(--green)" href="/rss.xml">rss</a> - </div> - </div> - - <hr> - <p>welcome to my site</p> - <hr> - <div class="entries"> - %entries% - </div> - </div> - - </body> -</html> diff --git a/templates/page.html b/templates/page.html index 46391ba..6537bc6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -35,11 +35,7 @@ </div> <hr> - <p>welcome to my site</p> - <hr> - <div class="entries"> - %content% - </div> + %content% </div> </body> |