-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 2.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Birdnest</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Macondo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="maindiv">
<p id="title">THE BIRDNEST</p>
<p id="subtitle">Homepage of Kursat Kuyumcu</p>
<div class="context">
<h2>Hi! I'm Kürşat Kuyumcu</h1>
<p>I'm a twenty years old student who studies Artificial Intelligence and Data Enginerring in Istanbul Techincal University. Despite the major I'm studying, I'm not into AI development nor data science. Instead, I'm generally interested in low-level game and game engine development.</p>
<p>I'm interested in video game development since elementary school and I code since 2015.</p>
<p>I'm currently trying to finish and publish a video game of mine, which its development started when I was in high school but then left abandoned.</p>
<p>You can check and wishlist the game from steam by clicking <a href="https://s.team/a/3277450" target="_blank">here</a>.</p>
</div>
<div class="socials">
<a href="https://github.com/SessizLeylek" target="_blank"><img class="button_social" src="img_github.png"></a>
<a href="https://www.linkedin.com/in/k%C3%BCr%C5%9Fat-kuyumcu-604236246/" target="_blank"><img class="button_social" src="img_linkedin.png"></a>
<a href="https://sessizleylek.itch.io" target="_blank"><img class="button_social" src="img_itch.png"></a>
<a href="https://www.instagram.com/kursat.kuyumcu/" target="_blank"><img class="button_social" src="img_instagram.png"></a>
<a href="https://twitter.com/sessizleylek" target="_blank"><img class="button_social" src="img_twitter.png"></a>
<a href="https://steamcommunity.com/id/sessizleylek/" target="_blank"><img class="button_social" src="img_steam.png"></a>
</div>
</div>
</body>
</html>