sahinakkaya.dev/src/index.html

22 lines
888 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome to my website!</title>
</head>
<body>
<h3>Welcome to the best website in the world!<h3>
<p>It is me, Şahin (Asocia) Akkaya. You can find more about me on:</p>
<ul>
<li><a href="https://github.com/Asocia">Github</a></li>
<li><a href="https://stackoverflow.com/users/9608759/asocia">Stack Overflow</a></li>
<li><a href="resume.pdf">My resume</a></li>
</ul>
<p>You can contact me via <a href="https://t.me/sahinakkaya">Telegram</a>, <a href="https://matrix.to/#/@sahinakkaya:matrix.org">Matrix</a> or <a href="mailto:sahin1akkaya@gmail.com">e-mail</a>.</p><p>And I know it doesn't make sense to have a web server and use Gmail but hey, I just setup my server. Eventually, everything (including the design of this site) will look more <b>professional</b> ;)</p>
</body>
</html>