-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (43 loc) · 3.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Dmitry Yutkin - Personal web-page</title>
<meta name="twitter:description" content="This is a personal web-site of Dmitry Yutkin. He is a Software Engineer, which is passionate about Python and applied machine learning. Currently, he works for VK.com at Applied Research department.">
<meta name="twitter:card" content="summary">
<meta property="og:type" content="website">
<meta name="description" content="This is a personal web-site of Dmitry Yutkin. He is a Software Engineer, which is passionate about Python and applied machine learning. Currently, he works for VK.com at Applied Research department.">
<meta property="og:image" content="assets/img/DSC_3661 —%20копия.jpg">
<meta name="twitter:title" content="Dmitry Yutkin - Personal web-page">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/styles.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-83729885-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-83729885-2');
</script>
</head>
<body style="font-family: 'Source Sans Pro', sans-serif;background: rgb(242,242,242);">
<div class="container" style="padding: 0;margin-top: 5%;width: 50%;min-width: 300px;max-width: 500px;">
<div class="text-center d-flex flex-column align-items-center mx-auto"><img class="rounded-circle shadow-sm" src="assets/img/DSC_0640_.jpg" style="width: 50%;margin: 0;margin-top: 0;margin-bottom: 0px;opacity: 0.90;filter: contrast(100%) grayscale(0%);">
<p class="text-center" style="font-family: 'Roboto Mono', monospace;margin: 0 0 0 0;font-size: 20px;padding-top: 20px;color: #4b4c4d;font-style: normal;font-weight: normal;opacity: 1;padding-bottom: 20px;">Hello! I am Dmitry Yutkin and I am a Software Engineer. <br><br>I passionate about Python, Go, and C++. Also, I am interested in machine learning and system design.<br><br>Currently, I work for VK.com in Saint Petersburg, where I primarily
focused on building machine learning infrastructure and tuning neural nets inference for our high loaded production.<br><br>If you want to hire me, look at <a href="https://drive.google.com/file/d/1NG3NBkaiA3wq018snWhBnigr2IFDFEPH/view?usp=sharing"
target="blank">my CV</a>.</p>
</div>
</div>
<div class="social-icons" style="margin-top: 0;background: rgb(242,242,242);"><a href="https://github.com/yutkin" target="_blank"><i class="icon ion-social-github shadow-sm" data-bs-hover-animate="pulse"></i></a><a href="https://stackoverflow.com/users/4229825/" target="_blank"><i class="fab fa-stack-overflow shadow-sm" data-bs-hover-animate="pulse"></i></a>
<a
href="https://www.linkedin.com/in/yutkin/" target="_blank"><i class="fab fa-linkedin-in shadow-sm" data-bs-hover-animate="pulse"></i></a><a href="https://t.me/d_yutkin" target="_blank"><i class="fab fa-telegram-plane shadow-sm" data-bs-hover-animate="pulse"></i></a></div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>