-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (40 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163298997-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163298997-1');
</script>
<title>Kiril Knysh</title>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/media.css">
<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="#de9673">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<a href="cv">CV</a>
<a href="https://stackoverflow.com/users/1404942/kiril">stackoverflow</a>
<a href="https://github.com/kirilknysh">github</a>
<a href="https://www.linkedin.com/in/kirilknysh/">linked in</a>
<a href="https://2123.io/">21/23</a>
<a href="https://rollingscopes.com/">rolling scopes</a>
<a href="https://www.facebook.com/kiril.knysh">facebook</a>
<a href="https://www.instagram.com/kirilknyshofficial/">instagram</a>
</header>
<footer>
I'm Kiril Knysh, a software engineer from <a title="Where's it?" target="_blank" href="https://www.google.be/maps/place/Minsk,+Belarus/@53.8838884,27.594974,11z/data=!3m1!4b1!4m2!3m1!1s0x46dbcfd35b1e6ad3:0x0b61b853ddb570d9" >Minsk, Belarus</a>, live in <a title="Where's it?" target="_blank" href="https://www.google.be/maps/place/Amsterdam,+Netherlands/@52.3747388,4.7585316,11z/data=!3m1!4b1!4m5!3m4!1s0x47c63fb5949a7755:0x6600fd4cb7c0af8d!8m2!3d52.3702157!4d4.8951679">Amsterdam, The Netherlands</a>. I currently work for a small startup (to be revealed soon). I like to code.
</footer>
</body>
</html>