-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (60 loc) · 2.21 KB
/
index.html
File metadata and controls
73 lines (60 loc) · 2.21 KB
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
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Arseni Vetchaninov</title>
</head>
<body>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(70527889, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/70527889" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<div class="content center-consola-text">
<img id="avatar" src="img/avatar.png"/>
<h1 class="main-info">Arseni Vetchaninov</h1>
<h3 class="main-info">Unity developer</h3>
<div class="links">
<div class="tooltip">
<a href="https://career.habr.com/arseniy59">HabrCareer</a>
<span class="tooltip-text">career.habr.com/arseniy59</span>
</div>
•
<div class="tooltip">
<a href="https://github.com/ApcodeArs">GitHub</a>
<span class="tooltip-text">github.com/ApcodeArs</span>
</div>
•
<div class="tooltip">
<a href="https://habr.com/ru/users/apcode_ars/posts">Habr</a>
<span class="tooltip-text">habr.com/ru/users/apcode_ars/posts</span>
</div>
•
<div class="tooltip">
<a href="https://t.me/NotArseniy59">Telegram</a>
<span class="tooltip-text">t.me/NotArseniy59</span>
</div>
•
<div class="tooltip">
<a href="mailto:arseniy59@yandex.ru">Mail</a>
<span class="tooltip-text">arseniy59@yandex.ru</span>
</div>
</div>
<hr id="footer-hr">
<p id="footer-text">Arseni Vetchaninov © <span id="cureent-year"></span></p>
</div>
</body>
</html>
<script>
document.getElementById("cureent-year").innerHTML = new Date().getFullYear();
</script>