-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (30 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Burak Gündüz</title>
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/white-blue.css">
</head>
<body>
<main>
<div class="intro">Hello, I'm Burak!</div>
<div class="tagline">iOS Developer in 🇵🇱. Creator of <a href="https://www.pinterrail.com/ios" target="_blank">Pinterrail</a><br/>Let's meet online <a href="https://superpeer.com/burakgunduz" target="_blank">w/SuperPeer</a> or read <a href="https://burakgunduztr.github.io/about/" target="_blank">about me.</a></div>
<div class="icons-social">
<a target="_blank" href="https://www.linkedin.com/in/burakgunduz"><i class="fab fa-linkedin"></i></a>
<a target="_blank" href="https://itunes.apple.com/tr/developer/burak-gunduz/id1118457301?l=tr&mt=8"><i class="fab fa-app-store"></i></a>
<a target="_blank" href="https://github.com/burakgunduztr" width="30" height="30"><i class="fab fa-github"></i></a>
<a target="_blank" href="https://stackoverflow.com/users/6135652"><i class="fab fa-stack-overflow"></i></a>
<a target="_blank" href="https://twitter.com/burakgunduztr"><i class="fab fa-twitter"></i></a>
<a target="_blank" href="https://instagram.com/burakgunduztr"><i class="fab fa-instagram"></i></a>
<a target="_blank" href="http://soundcloud.com/burakgunduz"><i class="fab fa-soundcloud"></i></a>
<a target="_blank" href="https://www.youtube.com/@burakgunduztr"><i class="fab fa-youtube"></i></a>
</div>
</main>
</body>
</html>