-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
117 lines (115 loc) · 5.97 KB
/
contacts.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
<!DOCTYPE html>
<html lang="en" class=" js no-touch">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>/home/dmitry/contact</title>
<meta name="author" content="Shitov Dmitry">
<meta name="description" content="My personal website and blog">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/style.min.css">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" href="img/favicons/apple-touch-icon.png">
<link rel="shortcut icon" href="img/favicons/favicon.png">
</head>
<body>
<div class="animationload" style="display: none;">
<div class="loader" style="display: none;"></div>
</div>
<div id="wraper">
<header class="head">
<div class="container">
<div class="row">
<div class="col-xs-8 col-sm-11 col-lg-11">
<img class="logo-page" src="img/menu_small/contact.png" alt="Contact">
<h2 class="title">Contact</h2>
<h4 class="sub-title">Get in touch with me</h4>
</div>
<div class="col-xs-4 col-sm-1 col-lg-1 text-right"><a href="index.html" class="btn-close hover-animate"></a></div>
</div>
</div>
</header>
<section class="content padding-block border-bottom">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-6 padding-bottom">
<h3 class="title title-contact">Contact info</h3>
<div class="block-grey">
<table>
<tbody>
<tr>
<td class="font-weight-m">E-mail</td>
<td><a href="mailto:[email protected]" target="_blank">[email protected]</a></td>
</tr>
<tr>
<td class="font-weight-m">Website</td>
<td><a href="https://shitovdm.github.io" target="_blank">shitovdm.github.io</a></td>
</tr>
<tr>
<td class="font-weight-m">Skype</td>
<td><a href="skype:dmitiyshitov" target="_blank">dmitiyshitov</a></td>
</tr>
<tr>
<td class="font-weight-m">Telegram</td>
<td><a href="tg://resolve?domain=shitovdm" target="_blank">@shitovdm</a></td>
</tr>
<tr>
<td class="font-weight-m">VK</td>
<td><a href="https://vk.com/shitovdm" target="_blank">vk.com/shitovdm</a></td>
</tr>
<tr>
<td class="font-weight-m">Github</td>
<td><a href="https://github.com/Shitovdm" target="_blank">github.com/Shitovdm</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-lg-3"><a href="mailto:[email protected]" class="hover-animate"><span class="ukie-icons hover-animate"><i class="fa fa-paper-plane"></i></span> [email protected] </a></div>
<div class="col-xs-12 col-sm-6 col-lg-3"></div>
<div class="col-xs-12 col-sm-6 col-lg-3"></div>
<div class="col-xs-12 col-sm-6 col-lg-3 text-right"><span class="copyright">Copyright © 2020 All right reserved</span></div>
</div>
</div>
</footer>
</div>
<a href="contacts.html/#" class="btn hover-animate scrollToTop">
<i class="fa fa-angle-up"></i>
</a>
<script src="js/app.js"></script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter49065569 = new Ya.Metrika({
id:49065569,
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/49065569" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>