website-new/templates/index.html

28 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>fzorb.xyz</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Schizophrenic ramblings">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div class="index-container">
{% include "nav.html" %}
<h1>fzorb.xyz</h1>
<p>I'm fzorb. I am a person from Bucharest, Romania. I am passionate about many things: computers, urbanism, music, history and games. I write sometimes on my <a href="/posts">blog</a>, so you could check that out I guess.</p>
<h3>Where to find me:</h3>
<ul>
<li>Telegram: <a href="https://t.me/fzorb">@fzorb</a></li>
<li>Signal: <a href="https://signal.me/#eu/p9Gze3TqviYDBB5fUl7dLplo12rMRAoXJ9X7pvR4NgTNRZ0fxxVMCbxAkbBnvRmJ">@fzorb.27</a></li>
<li>Discord (sadly): @fzorb.xyz</li>
<li>Github: <a href="https://github.com/fzorb">@fzorb</a></li>
<li>Last.fm: <a href="https://last.fm/user/fzorb">@fzorb</a></li>
</ul>
<img src="/pictures/potn.jpg" style="width: 100%;">
</div>
<p class="tc" style="font-size: 12px;"><i>Unless noted otherwise, all work on this website is licenced under CC0</i></p>
</body>
</html>