-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
20 lines (17 loc) · 854 Bytes
/
cv.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head><title>Emre Güneyler CV</title>
<style>
body { background: #f0f0f0; font-size: 2em; font-family: Courier New; font-style: italic; }
</style>
</head>
<body>
Meet Emre<br/>
Emre Guneyler, lives in Turkey, former CS student, later a gamer, now a hobbyist game developer, who enjoys free time.
<ul>
<li><a href="https://aidchess.com" target="_blank">https://aidchess.com</a> : Educational Chess Tools for free </li>
<li><a href="https://eguneys.github.io" target="_blank">https://eguneys.github.io</a> : Personal Blog</li>
<li><a href="https://eguneys.itch.io" target="_blank">https://eguneys.itch.io</a> : Games published on Itch.io</li>
<li><a href="https://github.com/eguneys" target="_blank">https://github.com/eguneys</a> : Github Profile</li>
</ul>
</body>
</html>