-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (77 loc) · 3.09 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
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="This it personal website Daniil Demchenko">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniil Demchenko</title>
<meta name="theme-color" content="#222222">
<script type="text/javascript">
var host = "daniil.me";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<link rel="stylesheet" href="dist/css/common.css">
<!-- Begin Favicon -->
<link rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon-precomposed" href="apple-icon-precomposed.png" />
<!-- End Favicon -->
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="container">
<div id="info-block">
<button type="button" id="hideBtn">-</button>
<h1><a href="/">Daniil Demchenko</a></h1>
<div id="links">
Telegram - <a href="https://telegram.me/DaniilD">@DaniilD</a><br/>
GitHub - <a href="https://github.com/DaniilDem">@DaniilDem</a><br/>
Insta - <a href="https://www.instagram.com/daniildeminsta/">@daniildeminsta</a><br/>
Twitter - <a href="https://twitter.com/Daniil_Dem">@Daniil_Dem</a><br/>
</div>
</div>
<div id="instafeed"></div>
</div>
<!--BEGIN SCRIPTS-->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script type="text/javascript" src="./dist/js/build.min.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function () {
try {
w.yaCounter41975419 = new Ya.Metrika({
id: 41975419,
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true
});
} catch (e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () {
n.parentNode.insertBefore(s, n);
};
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else {
f();
}
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript>
<div><img src="https://mc.yandex.ru/watch/41975419" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript>
<!-- /Yandex.Metrika counter -->
<!--END SCRIPTS-->
</body>
</html>