-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (127 loc) · 5.8 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://money.yandex.ru">
<link rel="preconnect" href="https://yastatic.net">
<link rel="preconnect" href="https://mc.yandex.ru">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="Description"content="erdmko home page">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>erdmko - home page</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One|Roboto&display=swap" rel="stylesheet">
</head>
<body>
<!-- Тут тестовый коментарий -->
<article class="page">
<header class="page__header header">
<h1 class="header__headline">Eroshenko Dmitry</h1>
<h3 class="header__sub">Programmer</h3>
</header>
<hr class="avatar"/>
<section class="address">
<address class="address__item">
<h4>If you have any questions or comments don't hesitate to email me</h4>
<ul class="address__list list">
<li class="list__item">
<span class="address__title">Email:</span>
<a
class="address__ancor"
rel="noreferrer"
href="mailto:[email protected]"
target="_blank">
</a>
</li>
<li class="list__item">
<span class="address__title">Telegram:</span>
<a
class="address__ancor"
rel="noopener"
href="https://t.me/erdmko"
target="_blank">
@erdmko
</a>
</li>
</ul>
</address>
<address class="address__item">
<h4>Or you can send me some money just for fun!</h4>
<ul class="address__list list">
<li class="list__item">
<span class="address__title">Eth:</span>
<a
class="address__ancor"
href="https://etherscan.io/address/0xB2D7Bc25533671eF57DF31248AC14C4D3aAB4477">
0xB2D7Bc25533671eF57DF31248AC14C4D3aAB4477
</a>
</li>
<li class="list__item">
<span class="address__title">Paypal:</span>
<a
class="address__ancor"
rel="noopener noreferrer"
href="https://paypal.me/erdmko"
target="_blank">
erdmko
</a>
</li>
</ul>
</address>
</section>
<section>
<address class="donation-form">
<iframe
title="Yandex payment"
src="https://money.yandex.ru/quickpay/shop-widget?writer=seller&targets=%D0%97%D0%B0%20%D1%81%D0%B0%D0%B9%D1%82&targets-hint=&default-sum=10&button-text=14&hint=&successURL=&quickpay=shop&account=410012326580968"
width="320"
height="222"
frameborder="0"
allowtransparency="true"
scrolling="no">
</iframe>
</address>
</section>
</article>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter53149972 = new Ya.Metrika({
id:53149972,
clickmap:true,
trackLinks:true,
accurateTrackBounce: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/53149972"
style="position:absolute; left:-9999px;"
alt="" />
</div>
</noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>