-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.88 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
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<!-- Icon -->
<link rel="shortcut icon" href="asset/icon.png" type="image/x-icon">
<!-- Your Title -->
<title>Beydah Saglam | Personal Biolink</title>
</head>
<body>
<header>
<figure>
<!-- Your Photo -->
<img src="asset/avatar.jpg" alt="Profile Photo">
</figure>
</header>
<main>
<!-- Bio -->
<h1>Beydah Saglam</h1>
<h2>Fullstack Developer</h2>
<!-- Mail -->
<a href="mailto:info.beydahsaglam@gmail.com" target="_blank">
<button>Mail</button>
</a>
<!-- Links -->
<a href="https://www.linkedin.com/in/beydah" target="_blank">
<button>LinkedIn</button>
</a>
<a href="https://www.github.com/beydah" target="_blank">
<button>GitHub</button>
</a>
<a href="https://bionluk.com/beydah" target="_blank">
<button>Bionluk</button>
</a>
<!-- Resume -->
<a href="asset/resume.pdf" target="_blank">
<button>Download CV</button>
</a>
<img src="asset/qr-code.jpg" alt="QR Code">
</main>
<footer>
<!-- Copy Right -->
<!-- This site was prepared by Beydah Saglam. -->
<a href="https://www.github.com/beydah" target="_blank">Created by Beydah Saglam</a>
<p></p>
</footer>
</body>
</html>