-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (58 loc) · 1.99 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
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Another One Employee</title>
<link rel="stylesheet" href="styles/main-styles.css">
<link rel="icon" href="images/icons/icon.png">
</head>
<body>
<div id="leftSidebar">
<img src="images/profile-image.png" alt="Profile Image" class="profile-image">
<h1>David S.</h1>
<h2>.NET Backend Developer</h2>
<p>Witness of the Singularity. Child of <del>Space</del> Metamodern.</p>
<p>Angel Dust. The Universe's attempt to Know Itself</p>
</div>
<div id="rightSidebar">
<div class="profile-link-block">
<a href="https://t.me/another_one_employee" target="_blank">
<img src="images/icons/telegram.png" alt="Telegram" class="icon">
<span>Telegram</span>
<span>@another_one_employee</span>
</a>
</div>
<div class="profile-link-block">
<a href="mailto:[email protected]" target="_blank">
<img src="images/icons/protonmail.ico" alt="Protonmail" class="icon">
<span>Email</span>
<span>[email protected]</span>
</a>
</div>
<div class="profile-link-block">
<a href="https://www.linkedin.com/in/another-one-employee" target="_blank">
<img src="images/icons/linkedin.png" alt="LinkedIn" class="icon">
<span>LinkedIn</span>
<span>in/another-one-employee</span>
</a>
</div>
<div class="profile-link-block">
<a href="https://rabota.by/resume/687604abff0d9030290039ed1f454356554636" target="_blank">
<img src="images/icons/hh.ico" alt="HeadHunter" class="icon">
<span>HeadHunter </span>
<span>resume/another-one-employee</span>
</a>
</div>
<div class="profile-link-block">
<a href="https://github.com/another-one-employee" target="_blank">
<img src="https://ghchart.rshah.org/another-one-employee" alt="GitHub Commit History"
class="github-chart">
</a>
</div>
</div>
<footer>
<p>Copyright © Another One Employee, 2024</p>
</footer>
</body>
</html>