Initial commit
This commit is contained in:
commit
08e3b6b6bf
1
README.md
Normal file
1
README.md
Normal 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
21
src/index.html
Normal 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
BIN
src/resume.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user