-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
339 lines (302 loc) · 17.4 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mariia Deviatykh - Front End Developer</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mariia Deviatykh - Front End Developer">
<meta name="og:image" content="https://media-exp1.licdn.com/dms/image/C4D03AQHpN0ZmmIne4A/profile-displayphoto-shrink_200_200/0?e=1586995200&v=beta&t=-8YRooYvWa87TGLASC2A0EDrBlFf0t4S-zadeyAfe4U">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js" integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9" crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/orbit-5.css">
<link id="theme-style" rel="stylesheet" href="styles.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-158774269-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-158774269-1');
</script>
</head>
<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="/assets/images/me.jpeg" alt="" />
<h1 class="name">Mariia Deviatykh</h1>
<h3 class="tagline">Front End Developer</h3>
</div>
<!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fas fa-envelope"></i><a href="mailto: [email protected]">[email protected]</a></li>
<li class="website"><i class="fas fa-globe"></i><a href="http://mariadev.pro" target="_blank">mariadev.pro</a></li>
<li class="linkedin"><i class="fab fa-linkedin-in"></i><a href="https://www.linkedin.com/in/mariadevyatykh/" target="_blank">linkedin.com/in/mariadevyatykh</a></li>
<li class="github"><i class="fab fa-github"></i><a href="https://github.com/murelain/" target="_blank">github.com/murelain</a></li>
<li class="github"><i class="fab fa-facebook"></i><a href="https://www.facebook.com/mariia9x" target="_blank">facebook.com/mariia9x</a></li>
</ul>
</div>
<!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">Mathematician, System Programmer</h4>
<h5 class="meta">University of the Water Communications, Saint-Petersburg, Russia</h5>
<div class="time">2017 - 2012</div>
</div>
<!--//item-->
</div>
<!--//education-container-->
<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>Russian <span class="lang-desc">(Native)</span></li>
<li>English <span class="lang-desc">(Professional)</span></li>
<li>Portuguese <span class="lang-desc">(Elementary)</span></li>
</ul>
</div>
<!--//interests-->
<div class="interests-container container-block">
<h2 class="container-block-title">Interests</h2>
<ul class="list-unstyled interests-list">
<li>Music</li>
<li>Travelling</li>
<li>Crafts</li>
</ul>
</div>
<!--//interests-->
</div>
<!--//sidebar-wrapper-->
<div class="main-wrapper">
<section class="section summary-section">
<h2 class="section-title"><span class="icon-holder"><i class="fas fa-user"></i></span>Career Profile</h2>
<div class="summary">
<p>
I am a skilled developer with 5+ years of experience, specializing on web development on Angular, React etc with previous experience in enterprise companies with a wide range of
technologies as .Net and MS SQL (but not doing it anymore). I like implementing beautiful designs, user-friendly forms and trying to make it at its best. I appreciate working in the
company or a project where my work is valued and used by people. I am a committed team player. Recently tried my hand at system analisys and I liked it. But, don't want to work with Angular anymore.
</p>
</div>
<!--//summary-->
</section>
<!--//section-->
<section class="section experiences-section">
<h2 class="section-title"><span class="icon-holder"><i class="fas fa-briefcase"></i></span>Experiences</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Senior Front-end Developer</h3>
<div class="time">November 2020 - present</div>
</div>
<!--//upper-row-->
<div class="company">EPAM, Krakow</div>
</div>
<!--//meta-->
<div class="details">
<b>At EPAM I participated in two major projects:</b>
<p>
1. In a Google project about analysis of flights statistics and marketing data using Angular, RxJS. As a major point of my work there - performed massive refactoring that improved the product very much.
</p>
<p>
2. Developing web application for monitoring health of the IT ecosystem of the huge furniture retailer using React, GraphQL etc. (ongoing)
</p>
</div>
<!--//details-->
</div>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">React Native Developer (side project)</h3>
<div class="time">November 2020 - June 2021</div>
</div>
<!--//upper-row-->
<div class="company">Rentor</div>
</div>
<!--//meta-->
<div class="details">
<p>
In a small team of developers I work on a mobile app using React Native, NodeJS, GraphQL. The app is a mobile version of an aggregator of real estate advertisements.
</p>
</div>
<!--//details-->
</div>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Front-end Developer Remote (React)</h3>
<div class="time">2020 March - November 2020</div>
</div>
<!--//upper-row-->
<div class="company">SibEdge, Russia</div>
</div>
<!--//meta-->
<div class="details">
<p>Alongside with team of SberTech I participated in a project of a school platform <a href="https://www.pcbl.ru/" target="_blank">pcbl.ru</a> for remote education using
React and GraphQL.
It is a great project with a complex structure and unique value across the country.
My responsibilities are mainly developing student screens, implementing business logic, assessing requirements with the help of designers, developers, and test
engineers.
</p>
</div>
<!--//details-->
</div>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Front-end Developer Remote (Angular)</h3>
<div class="time">2019 January - 2020 February</div>
</div>
<!--//upper-row-->
<div class="company">SharpDev, Russia. Freelance </div>
</div>
<!--//meta-->
<div class="details">
<p>In SharpDev we work at different projects. Tried my hand at crypto-currency wallet using .net and cyber games platform using Angular, for example: <a
href="http://ggleap.com" target="_blank">ggleap.com</a>
</p>
<p>
As a freelancer mostly worked on an educational project in a small team: <a href="http://learnt.io/" target="_blank">learnt.io</a>. Also worked on a numerous websites on
WordPress.
</p>
</div>
<!--//details-->
</div>
<!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Front-end Developer (Angular, AngularJS)</h3>
<div class="time">June 2016 – January 2019</div>
</div>
<!--//upper-row-->
<div class="company">Appness JSC, Saint-Petersburg, Russia</div>
</div>
<!--//meta-->
<div class="details">
<p>
At <a href="http://appness.com" target="_blank">appness.com</a> I was a significant part of the team of 5-6 developers in creating innovative web marketplace for Facebook
advertisement with more than 100 users.
I created components, designed user interface, analyzed user requirements and performed user support. Develop single-page web applications, using JavaScript, Angular.
</p>
</div>
<!--//details-->
</div>
<!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Developer Programmer </h3>
<div class="time">March 2014 – June 2016</div>
</div>
<!--//upper-row-->
<div class="company">JSC «LENMORNIIPROEKT», Saint-Petersburg, Russia</div>
</div>
<!--//meta-->
<div class="details">
<p>
Developed, scaled, maintained a number of workflow applications, based on the IBM Lotus Notes platform, using languages LotusScript, @formula, X-Pages, Java.
Developed the application for geologists of the company, using C#, WPF. Design of the user interface. Design, administration, support of the databases on MS SQL Server.
</p>
</div>
<!--//details-->
</div>
<!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Developer Programmer </h3>
<div class="time">December 2012 – February 2014</div>
</div>
<!--//upper-row-->
<div class="company">JSC «TGC-1», Saint-Petersburg, Russia</div>
</div>
<!--//meta-->
<div class="details">
<p>
In «TGC-1» I worked mostly as a system programmer with creating tools and apps for local system administrators. Developed the application for system administrators for
monitoring and managing computers in the network. The Application was created using C#, MFC, PowerShell, ActiveDirectory, SCCM etc.
Also configured and support portal with SharePoint.
</p>
</div>
<!--//details-->
</div>
<!--//item-->
</section>
<!--//section-->
<section class="skills-section section">
<h2 class="section-title"><span class="icon-holder"><i class="fas fa-rocket"></i></span>Skills & Proficiency</h2>
<div class="skillset">
<div class="item">
<h3 class="level-title">JavaScript, TypeScript</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 95%" aria-valuenow="99" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Angular</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 90%" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">React</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 92%" aria-valuenow="98" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">HTML5 & CSS</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Figma & Photoshop</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">C#, .Net, WPF, MS SQL</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 30%" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
<div class="item">
<h3 class="level-title">Docker, CI/CD</h3>
<div class="progress level-bar">
<div class="progress-bar theme-progress-bar" role="progressbar" style="width: 27%" aria-valuenow="27" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<!--//item-->
</div>
</section>
<!--//skills-section-->
</div>
<!--//main-body-->
</div>
<footer class="footer">
<div class="text-center">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other commercial license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fas fa-heart"></i> by <a href="http://themes.3rdwavemedia.com" target="_blank">Xiaoying Riley</a> for developers</small>
</div>
<!--//container-->
</footer>
<!--//footer-->
</body>
</html>