-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (68 loc) · 3.33 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
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Lyubov Voloshko persomal site">
<meta name="keywords" content="Liubov, Lyubov, Voloshko, Волошко, Любов, Любовь, HTML, CSS, JavaScript, Front-end">
<meta name="author" content="Liubov Voloshko">
<title>Liubov Voloshko</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css" />
<link rel=StyleSheet href="style.css" type="text/css" media=screen />
<link rel="icon" type="image/svg" href="../assets/images/v.png">
<!-- <script>
window.addEventListener('DOMContentLoaded', (event) => {
let portraitContainer = document.getElementById('portrait-container');
let portrait = document.getElementById('portrait');
portraitContainer.classList.add('portrait_loading');
heroImage.addEventListener("load", removeLoadingClass);
function removeLoadingClass() {
portraitContainer.classList.remove('portrait_loading');
portrait.removeEventListener("load", removeLoadingClass);
}
}
</script> -->
</head>
<body>
<main>
<div class="portrait">
<div class="logo portrait__logo">
<span class="name">Lyubov</span><br/>
<span class="surname__firstLatter" aria-hidden="true">v</span><span class="surname">voloshko</span>
</div>
<picture id="portrait-container">
<source type="image/avif" srcset="assets/images/lyubov_voloshko.avif">
<source type="image/webp" srcset="assets/images/lyubov_voloshko.webp">
<img src="assets/images/lyubov_voloshko.jpg" alt="Liubov Voloshko photo" id="portrait">
</picture>
</div>
<ul class="socAccountsSet">
<li class="socAccount">
<a href="https://www.facebook.com/lyubov.voloshko" class="socAccount__link" target="_blank">facebook</a>
</li>
<li class="socAccount">
<a href="https://twitter.com/Ghost_of_books" class="socAccount__link" target="_blank">twitter</a>
</li>
<li class="socAccount">
<a href="https://www.linkedin.com/in/lyubov-voloshko-15a4b0123/" class="socAccount__link" target="_blank">linkedin</a>
</li>
<li class="socAccount">
<a href="https://www.goodreads.com/user/show/31159571-lyubov-voloshko" class="socAccount__link" target="_blank">goodreads</a>
</li>
<li class="socAccount">
<a href="https://github.com/lyubov-voloshko" class="socAccount__link" target="_blank">github</a>
</li>
<li class="socAccount">
<a href="https://codepen.io/BlueBottle" class="socAccount__link" target="_blank">codepen</a>
</li>
<li class="socAccount">
<a href="/cv" class="socAccount__link">CV</a>
</li>
</ul>
<!-- <div class="logo page__logo">
<span class="name">Lyubov</span><br/>
<span class="surname__firstLatter" aria-hidden="true">v</span><span class="surname">voloshko</span>
</div> -->
</main>
</body>
</html>