Initial commit

This commit is contained in:
Asocia 2021-12-14 13:36:45 +00:00
commit 08e3b6b6bf
3 changed files with 22 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
This is the repository for the source code of my website hosted at [sahinakkaya.dev](https://sahinakkaya.dev).

21
src/index.html Normal file
View File

@ -0,0 +1,21 @@
<!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 but 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>

BIN
src/resume.pdf Normal file

Binary file not shown.