-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (56 loc) · 2.47 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
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mehmet Bulut</title>
<link rel="stylesheet" href="style.css" />
<!-- <script src="https://kit.fontawesome.com/6bee25835f.js" crossorigin="anonymous"></script> -->
<link rel="icon" href="/images/profile.jpg" type="image/x-icon" />
</head>
<body>
<img src="/images/profile.jpg" class="profile_img" alt="Profile Picture" />
<p id="userName">Mehmet Bulut</p>
<p id="description">
M.Sc. student in Computer Science at Memorial University. <br> Graduate from Bilkent University,
where I ranked 2<sup>nd</sup> in my department of CTIS.
</p>
<main>
<a
href="https://drive.google.com/file/d/1DWdVaj-aSBtKxYfM5qAM0DQLmwnNzmI8/view?usp=drive_link"
target="_blank"
>
<img src="icons/google-drive.svg" class="custom-icon" /> CV / Resume (will be updated soon)
</a>
<a href="mailto:[email protected]">
<img src="icons/gmail2.svg" class="custom-icon" /> [email protected]</a
>
<a href="https://www.linkedin.com/in/mehmet-bulut-776b501a7/" target="_blank">
<img src="icons/linkedin.svg" class="custom-icon" /> LinkedIn
</a>
<a href="https://github.com/ctismehmetbulut/" target="_blank">
<img src="icons/github3.png" class="custom-icon" /> Github
</a>
<a href="https://roadmap.academy/" target="_blank">
<img src="icons/chip-ai.svg" class="custom-icon" /> Roadmap Academy
</a>
<a href="https://medium.com/@mehmetbulutengineer" target="_blank">
<img src="icons/medium.png" class="custom-icon" /> Medium
</a>
<div class="sm">
<a href="https://twitter.com/MehmetBulutAI" target="_blank">
<img src="icons/twitter2.svg" class="custom-icon" /> Twitter
</a>
<a href="https://discord.gg/CudrmwY6" target="_blank">
<img src="icons/discord.svg" class="custom-icon" /> Discord
</a>
<a href="https://instagram.com/mehmetbulutedu?igshid=YWYwM2I1ZDdmOQ==" target="_blank">
<img src="icons/instagram.svg" class="custom-icon" /> Instagram
</a>
</div>
<a href="https://www.buymeacoffee.com/bulutmehmet/" target="_blank">
<img src="icons/coffee-cup-day.svg" class="custom-icon" /> buy me a coffee
</a>
</main>
</body>
</html>