-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (31 loc) · 1.39 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
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Okan Demir Baykal</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/4b165e49b3.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div class="container">
<div class="card">
<img src="/img/pp.jpg" alt="" class="pp">
<div class="text">
<h1>Okan Demir Baykal</h1>
<h4>High School Senior</h5>
</div>
<div class="resume-container">
<button onclick="window.location.href='/resume.pdf'" type="button" class="btn-large"> Resume </button>
</div>
<div class="other-btn">
<button onclick="location.href='https://github.com/baykalokandemir'" type="button" class="btn-small btn-github" onclick="window.location.href='www.github.com/baykalokandemir"><i class="fab fa-github"></i></button>
<button onclick="location.href='http://linkedin.com/in/okandemirbaykal'" type="button" class="btn-small btn-linkedin"><i class="fab fa-linkedin-in"></i></button>
<button onclick="location.href='mailto:[email protected]'" type="button" class="btn-small btn-gmail"><i class="far fa-envelope"></i></button>
</div>
<div class="spacer"></div>
</div>
</div>
</body>
</html>