-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·60 lines (49 loc) · 1.79 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">
<head>
<!-- Font Awesome 5.15.1 CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- CSS Style Sheet -->
<link rel="stylesheet" href="resources/css/style.css">
</head>
<!-- Star Background -->
<div class="stars" aria-hidden="true"></div>
<div class="starts2" aria-hidden="true"></div>
<div class="stars3" aria-hidden="true"></div>
<!-- Main Content -->
<main class="main">
<section class="contact">
<div class="header">
<img src="resources/images/profile_picture.png" class="shake-image" alt="Portrait of Slav">
<h1 class="title">Slav</h1>
</div>
<h2 class="sub-title">DevOps Developer</h2>
<div class="wrapper">
<a href="https://www.linkedin.com/in/sviatoslavosadtsia/" class="icon linkedin" target="_blank">
<div class="tooltip">LinkedIn</div>
<span><i class="fab fa-linkedin"></i></span>
</a>
<a href="https://github.com/sosadtsia" class="icon github" target="_blank">
<div class="tooltip">Github</div>
<span><i class="fab fa-github"></i></span>
</a>
<a href="https://www.credly.com/users/sviatoslav-osadtsia" class="icon aws" target="_blank">
<div class="tooltip">Certs</div>
<span><i class="fab fa-aws"></i></span>
</a>
<a href="https://medium.com/@sosadtsia" class="icon medium" target="_blank">
<div class="tooltip">Blog</div>
<span><i class="fab fa-medium"></i></span>
</a>
</div>
</section>
</main>
<!-- Footer TEMPRARY DISABLED
<footer class="footer">
<div class="aws-logo">
<img src="resources/images/AWSLogo.png" alt="AWS Logo" style="width: 80px; height: auto;">
</div>
</footer>
-->
</body>
</html>