-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (39 loc) · 1.63 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Daniel Kocherga</title>
<meta name="description" content="Personal Homepage of Daniel Kocherga">
<meta name="author" content="Daniel Kocherga">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126687046-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-126687046-1');
</script>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=PT+Sans|PT+Serif" rel="stylesheet">
</head>
<body>
<section>
<p>Hi, this is Daniel. See below what I do.</p>
<p>You can contact me via <a href="https://www.linkedin.com/in/daniel-kocherga-78a42810/">LinkedIn</a>.</p>
</section>
<section>
<h1>Software Engineering</h1>
<p>Right now I work as a developer at Booking.com.</p>
<p>Every sometimes I contribute to side projects, see my <a href="https://github.com/dankocherga">Github profile</a>.</p>
<p>I occasionally write to <a href="https://t.me/all_your_base">my blog</a> (Russian).</p>
</section>
<section>
<h1>Sanskrit</h1>
<p>I learn Sanskit language and here are some resources of mine:</p>
<ul>
<li><a href="http://snskrt.xyz/">Sanskrit-English dictionary app</a></li>
<li><a href="https://www.facebook.com/snskrt42/">Translations blog (English)</a></li>
<li><a href="https://t.me/snskrt">Translations blog (Russian)</a></li>
</ul>
</section>
</body>
</html>