-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (46 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<title>OhMyDeveloper</title>
</head>
<body>
<div class="profiledata">
<div class="profile-name2">Kyrylo Panin</div>
<div class="profile-name3">iOS Engineer
<span class="typing"></span>
</div>
</div>
<script src="script.js"></script>
<img class="profile-picture" src="images/avatar.png" alt="Profile Picture :)">
<!-- Links -->
<a href="https://github.com/ohmydeveloper" class="links-github link">
<img src="images/gitlogo.png" class="gitlogo">
Github
</a>
<a href="https://www.instagram.com/ohmydeveloper" class="links-instagram link">
<img src="images/instalogo.png" class="gitlogo">
Instagram
</a>
<a href="https://tiktok.com/@ohmydeveloper" class="links-tiktok link">
<img src="images/tiktoklogo.png" class="gitlogo">
TikTok
</a>
<a href="https://twitter.com/ohmydeveloper" class="links-twitter link">
<img src="images/xlogo.png" class="gitlogo">
X
</a>
<a href="https://www.linkedin.com/in/kyrylo-panin-4ba46a1ba" class="links-linkedin link">
<img src="images/linkedinlogo.png" class="gitlogo">
LinkedIn
</a>
<div class="bottom-text">
<p class="copyright">
©2023
<a href="https://www.instagram.com/ohmydeveloper">OhMyDeveloper</a>
</p>
</div>
</body>
</html>