-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
73 lines (63 loc) · 3.17 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Eugene Venger's résumé">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="initial-scale=1, width=device-width">
<title>My résumé</title>
<link rel="shortcut icon" href="favicon.ico">
<!-- fonts -->
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles.css">
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PVP6F8T');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVP6F8T" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div class="page-wrap">
<header>
<nav>
<ul>
<li><a href="/resume">CV</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/index">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
</header>
<section class="expanded">
<h2 id="resume">résumé</h2>
<p>
<a href="files/resume.pdf" target="_blank">Read my résumé</a>
</p>
<p>
Comment from <a href="https://www.linkedin.com/in/anna-skiba-70525b115/" target="_blank">Anna Skiba</a>:
"Zhenya is a person whom I would be glad to work with on any project. Withing short time we've become
good friends, not the colleagues only. And actually, that is his main approach to every person he meets
in his life.</p>
<p>It is always a pleasure to observe the way he communicates with clients, dives into working process and
comes up with ideas. Good team member as well as a leader. He inspires colleagues and anticipates
client's requirements. Smart, with a good humor, driven by knowledge and eager to progress in everything
- that is all about Zhenya.</p>
<p> And I will agree without hesitating on any project if I know that Zhenya is on board as well."</p>
</section>
</div>
</body>
</html>