-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
453 lines (452 loc) · 35.8 KB
/
index.html
File metadata and controls
453 lines (452 loc) · 35.8 KB
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/quality.svg"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Portfolio website"/>
<meta name="keywords" content="Software Engineer, Software Engineer in Test, QA Automation, .net, C#, see_sharp, Java, Test Automation"/>
<title>Oleh Kutafin</title>
</head>
<body>
<header class="header container">
<nav>
<ul class="header__menu">
<li>
<a class="header__link" href="#home">Home</a>
</li>
<li>
<a class="header__link" href="#about">About</a>
</li>
<li>
<a class="header__link" href="#skills">Skills</a>
</li>
<li>
<a class="header__link" href="#contacts">Contacts</a>
</li>
<li class="header__line"></li>
<li>
<button class="theme-toggle header__sun">
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor">
<path d="M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z"/>
</svg>
</button>
</li>
</ul>
<button class="header__bars">
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor">
<path fill-rule="evenodd"
d="M3 6.75A.75.75 0 0 1 3.75 6h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 6.75ZM3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12Zm0 5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75Z"
clip-rule="evenodd"/>
</svg>
</button>
</nav>
</header>
<!-- Mobile Navigation -->
<div class="mobile-nav">
<nav>
<ul class="mobile-nav__menu">
<li>
<a class="mobile-nav__link" href="#home">Home</a>
</li>
<li>
<a class="mobile-nav__link" href="#about">About</a>
</li>
<li>
<a class="mobile-nav__link" href="#skills">Skills</a>
</li>
<li>
<a class="mobile-nav__link" href="#contacts">Contacts</a>
</li>
<li class="mobile-nav__link-line"></li>
<li>
<button aria-label="theme-toggle btn"
class="theme-toggle mobile-nav__sun">
<svg xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor">
<path d="M12 2.25a.75.75 0 01.75.75v2.25a.75.75 0 01-1.5 0V3a.75.75 0 01.75-.75zM7.5 12a4.5 4.5 0 119 0 4.5 4.5 0 01-9 0zM18.894 6.166a.75.75 0 00-1.06-1.06l-1.591 1.59a.75.75 0 101.06 1.061l1.591-1.59zM21.75 12a.75.75 0 01-.75.75h-2.25a.75.75 0 010-1.5H21a.75.75 0 01.75.75zM17.834 18.894a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 10-1.061 1.06l1.59 1.591zM12 18a.75.75 0 01.75.75V21a.75.75 0 01-1.5 0v-2.25A.75.75 0 0112 18zM7.758 17.303a.75.75 0 00-1.061-1.06l-1.591 1.59a.75.75 0 001.06 1.061l1.591-1.59zM6 12a.75.75 0 01-.75.75H3a.75.75 0 010-1.5h2.25A.75.75 0 016 12zM6.697 7.757a.75.75 0 001.06-1.06l-1.59-1.591a.75.75 0 00-1.061 1.06l1.59 1.591z"
/>
</svg>
</button>
</li>
</ul>
</nav>
</div>
<!-- End of Mobile Navigation -->
<main>
<section id="home" class="home container section">
<img class="home__img" src="/my_pic.png" alt="Profile picture"/>
<h2 class="home__subtitle">Hi, I'm Oleh 👋</h2>
<h1 class="home__title">
SOFTWARE <br/>
ENGINEER
</h1>
<p class="home__description">
Highly experienced <strong>Software Engineer in Test</strong> with <strong>eight years</strong>
of proven <strong>qualification</strong> in
developing <strong>frameworks</strong>, <strong>libraries</strong>,
and <strong>tools</strong> for test automation.
</p>
<div class="home__btn-container">
<a class="home__btn btn"
href="https://docs.google.com/document/d/1-WgtwxoBF-QhMBo-TvVFbgU8A0yIUrje9Hxocf9LlJo/edit?usp=sharing"
target="_blank">
Resume</a>
<a class="home__btn btn" href="mailto:kutafin.o.v@gmail.com">Reach out</a>
</div>
</section>
<section id="about" class="about container section">
<div class="about__info">
<h2 class="about__title">About Me</h2>
<p class="about__description">
As a <strong>Software Engineer in Test</strong>, I'm deeply committed to ensuring quality in every
aspect of software development. My background is robust in both <strong>test automation</strong> and
software development,
having designed, implemented, and managed <strong>test automation frameworks</strong>,
<strong>libraries</strong>, and
<strong>services</strong>.
</p>
<p class="about__description">
Beyond just creating and architecting these systems, I have a proven track record in <strong>integrating</strong> quality
gates and <strong>test automation</strong> seamlessly into development workflows on <strong>CI/CD</strong>.
</p>
<p class="about__description">
With hands-on experience in coding with <strong>C#</strong>, <strong>Java</strong>, and JavaScript,
I'm well-versed in software development principles. My approach is always to stay <strong>hungry for new
knowledge</strong>, eagerly embracing opportunities to learn <strong>cutting-edge technologies</strong>.
</p>
</div>
<img class="about__photo" src="./public/my_pic2.jpeg" alt="Oleh Kutafin photo 2"/>
</section>
<section id="skills" class="skills container section">
<h2 class="skills__title">Skills</h2>
<div class="skills__info-section">
<h3 class="skills__subtitle"> What can I do?</h3>
<p class="skills__description">
I excel in <strong>Software Quality Assurance</strong> and <strong>Test Automation</strong>,
areas where my skills have been honed through extensive practice and experience.
I have worked with all types of software testing – Unit, Integration, End-to-End, API, Web, Mobile,
Performance.<br/>
I can build pipelines on <strong>CI/CD</strong> where all tests are included and running.
I know how to <strong>develop back-end</strong> apps and can do the <strong>front-end</strong> from now
on.<br/>
I'm not pretending to be the best of the best, but <a>I definitely know how software can meet the
requirements</a>.
</p>
</div>
<div class="skills__container">
<div class="skills__info-section content1">
<h3 class="skills__subtitle">Programming languages:</h3>
<p class="skills__description">
<strong>C#</strong>, <strong>Java</strong>, JS, HTMl, CSS.
<br/>
<a>Now studying</a> – React, Python, Swift, Kotlin.
</p>
<div class="skills__icon-section">
<img class="icon" src="./public/svg/see_sharp.svg" alt="see sharp">
<img class="icon" src="./public/svg/java.svg" alt="java">
<img class="icon" src="./public/svg/java-script.svg" alt="js">
<img class="icon" src="./public/svg/html.svg" alt="html">
<img class="icon" src="./public/svg/css.svg" alt="css">
<img class="icon" src="./public/svg/react.svg" alt="css">
<img class="icon" src="./public/svg/kotlin.svg" alt="css">
<img class="icon" src="./public/svg/swift.svg" alt="css">
</div>
</div>
<div class="skills__info-section content2">
<h3 class="skills__subtitle">Tech-stacks I worked with:</h3>
<p class="skills__description">
<strong>.net C#</strong> - NUnit, Xunit, NBomber, Selenium, Selenoid, Playwright, RestSharp, Moq,
FluentAssertions.<br/>
</p>
<p class="skills__description">
<strong>Java</strong> – JUnit, TestNG, RestAssured, Selenium, Selenoid, Selenide, Playwright,
Appium.
<br/>
</p>
<p class="skills__description">
<strong>JS</strong> - HTML, CSS, React is in progress. <br/>
</p>
<div class="skills__icon-section">
<img class="icon" src="./public/svg/see_sharp.svg" alt="selenium">
<img class="icon" src="./public/svg/xunit.png" alt="selenium">
<img class="icon" src="./public/svg/nUnit.png" alt="selenium">
<img class="icon" src="./public/svg/java.svg" alt="selenium">
<img class="icon" src="./public/svg/junit.png" alt="selenium">
<img class="icon" src="./public/svg/selenium.svg" alt="selenium">
<img class="icon" src="./public/svg/appium-svgrepo-com.svg" alt="selenium">
<img class="icon" src="./public/svg/playwright.svg" alt="selenium">
</div>
</div>
<div class="skills__info-section">
<h3 class="skills__subtitle"> Tools:</h3>
<p class="skills__description">
<strong>Git</strong>, GitHub, <strong>GitLab</strong>, TeamCity,
<strong>Docker</strong>, <strong>docker-compose</strong>,
Kubernetes, Vite, Vercel, Redis, <strong>MongoDb</strong>,
RabbitMQ, <strong>Apache Kafka</strong>, Jira, Confluence, <strong>Postman</strong>,
<strong>Swagger</strong>, Slack, Jira, Confluence.
</p>
<div class="skills__icon-section">
<img class="icon" src="./public/svg/docker.svg" alt="selenium">
<svg class="icon"
aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
width="24" height="24"
fill="currentColor"
viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M12.006 2a9.847 9.847 0 0 0-6.484 2.44 10.32 10.32 0 0 0-3.393 6.17 10.48 10.48 0 0 0 1.317 6.955 10.045 10.045 0 0 0 5.4 4.418c.504.095.683-.223.683-.494 0-.245-.01-1.052-.014-1.908-2.78.62-3.366-1.21-3.366-1.21a2.711 2.711 0 0 0-1.11-1.5c-.907-.637.07-.621.07-.621.317.044.62.163.885.346.266.183.487.426.647.71.135.253.318.476.538.655a2.079 2.079 0 0 0 2.37.196c.045-.52.27-1.006.635-1.37-2.219-.259-4.554-1.138-4.554-5.07a4.022 4.022 0 0 1 1.031-2.75 3.77 3.77 0 0 1 .096-2.713s.839-.275 2.749 1.05a9.26 9.26 0 0 1 5.004 0c1.906-1.325 2.74-1.05 2.74-1.05.37.858.406 1.828.101 2.713a4.017 4.017 0 0 1 1.029 2.75c0 3.939-2.339 4.805-4.564 5.058a2.471 2.471 0 0 1 .679 1.897c0 1.372-.012 2.477-.012 2.814 0 .272.18.592.687.492a10.05 10.05 0 0 0 5.388-4.421 10.473 10.473 0 0 0 1.313-6.948 10.32 10.32 0 0 0-3.39-6.165A9.847 9.847 0 0 0 12.007 2Z"
clip-rule="evenodd"/>
</svg>
<img class="icon" src="./public/svg/gitlab.svg" alt="selenium">
<img class="icon" src="./public/svg/mongodb.svg" alt="selenium">
<img class="icon" src="./public/svg/redis.svg" alt="selenium">
<img class="icon" src="./public/svg/rabbitmq.svg" alt="selenium">
</div>
</div>
</div>
<div class="skills__svg-gird">
<div class="skills__svg-grid-item dotnet">
<img class="skills__svg-grid-item"
src="/svg/see_sharp.svg"
alt="dotnet"/>
</div>
<div class="skills__svg-grid-item java">
<img class="skills__svg-grid-item"
src="./public/svg/java.svg"
alt="java"/>
</div>
<div class="skills__svg-grid-item js">
<img class="skills__svg-grid-item"
src="/svg/java-script.svg"
alt="js"/>
</div>
<div class="skills__svg-grid-item ts">
<img class="skills__svg-grid-item"
src="/svg/type-script.svg"
alt="ts"/>
</div>
<div class="skills__svg-grid-item react">
<img class="skills__svg-grid-item"
src="/svg/react.svg"
alt="react"/>
</div>
<div class="skills__svg-grid-item selenium">
<img class="skills__svg-grid-item"
src="./public/svg/selenium.svg"
alt="selenium">
</div>
<div class="skills__svg-grid-item playwright">
<svg class="skills__svg-grid-item playwright" viewBox="0 0 256 192">
<path fill="#2d4552"
d="M84.38 108.352c-9.556 2.712-15.826 7.467-19.956 12.218c3.956-3.461 9.255-6.639 16.402-8.665c7.311-2.072 13.548-2.057 18.702-1.062v-4.03c-4.397-.402-9.437-.082-15.148 1.539M63.987 74.475l-35.49 9.35s.646.914 1.844 2.133l30.092-7.93s-.427 5.495-4.13 10.41c7.005-5.299 7.684-13.963 7.684-13.963m29.709 83.41c-49.946 13.452-76.37-44.43-84.37-74.472c-3.696-13.868-5.31-24.37-5.74-31.148a11.482 11.482 0 0 1 .025-1.84C1.021 50.58-.22 51.927.032 55.82c.43 6.773 2.044 17.275 5.74 31.147c7.997 30.038 34.424 87.92 84.37 74.468c10.871-2.929 19.038-8.263 25.17-15.073c-5.652 5.104-12.724 9.123-21.616 11.523M103.08 39.05v3.555h19.59c-.401-1.259-.806-2.393-1.208-3.555z"/>
<path fill="#2d4552"
d="M127.05 68.325c8.81 2.503 13.47 8.68 15.933 14.146l9.824 2.79s-1.34-19.132-18.645-24.047c-16.189-4.6-26.151 8.995-27.363 10.754c4.71-3.355 11.586-6.102 20.251-3.643m78.197 14.234c-16.204-4.62-26.162 9.003-27.356 10.737c4.713-3.351 11.586-6.099 20.247-3.629c8.797 2.506 13.452 8.676 15.923 14.146l9.837 2.8s-1.361-19.135-18.651-24.054m-9.76 50.443l-81.718-22.845s.885 4.485 4.279 10.293l68.803 19.234c5.664-3.277 8.636-6.682 8.636-6.682m-56.655 49.174C74.127 164.828 81.949 82.386 92.419 43.32c4.311-16.1 8.743-28.066 12.419-36.088c-2.193-.451-4.01.704-5.804 4.354C95.13 19.5 90.14 32.387 85.312 50.427c-10.467 39.066-18.29 121.506 46.412 138.854c30.497 8.17 54.256-4.247 71.966-23.749c-16.81 15.226-38.274 23.763-64.858 16.644"/>
<path fill="#e2574c"
d="M103.081 138.565v-16.637l-46.223 13.108s3.415-19.846 27.522-26.684c7.311-2.072 13.549-2.058 18.701-1.063V39.05h23.145c-2.52-7.787-4.958-13.782-7.006-17.948c-3.387-6.895-6.859-2.324-14.741 4.269c-5.552 4.638-19.583 14.533-40.698 20.222c-21.114 5.694-38.185 4.184-45.307 2.95c-10.097-1.742-15.378-3.96-14.884 3.721c.43 6.774 2.043 17.277 5.74 31.148c7.996 30.039 34.424 87.92 84.37 74.468c13.046-3.515 22.254-10.464 28.637-19.32h-19.256zm-74.588-54.74l35.494-9.35s-1.034 13.654-14.34 17.162c-13.31 3.504-21.154-7.812-21.154-7.812"/>
<path fill="#2ead33"
d="M236.664 39.84c-9.226 1.617-31.361 3.632-58.716-3.7c-27.363-7.328-45.517-20.144-52.71-26.168c-10.197-8.54-14.682-14.476-19.096-5.498c-3.902 7.918-8.893 20.805-13.723 38.846c-10.466 39.066-18.289 121.505 46.413 138.853c64.687 17.333 99.126-57.978 109.593-97.047c4.83-18.037 6.948-31.695 7.53-40.502c.665-9.976-6.187-7.08-19.29-4.784M106.668 72.161s10.196-15.859 27.49-10.943c17.305 4.915 18.645 24.046 18.645 24.046zm42.215 71.163c-30.419-8.91-35.11-33.167-35.11-33.167l81.714 22.846c0-.004-16.494 19.12-46.604 10.32m28.89-49.85s10.183-15.847 27.474-10.918c17.29 4.923 18.651 24.054 18.651 24.054z"/>
<path fill="#d65348"
d="m86.928 126.51l-30.07 8.522s3.266-18.609 25.418-25.983L65.25 45.147l-1.471.447c-21.115 5.694-38.185 4.184-45.307 2.95c-10.097-1.741-15.379-3.96-14.885 3.722c.43 6.774 2.044 17.276 5.74 31.147c7.997 30.039 34.425 87.92 84.37 74.468l1.471-.462zM28.493 83.825l35.494-9.351s-1.034 13.654-14.34 17.162c-13.31 3.504-21.154-7.811-21.154-7.811"/>
<path fill="#1d8d22"
d="m150.255 143.658l-1.376-.335c-30.419-8.91-35.11-33.166-35.11-33.166l42.137 11.778l22.308-85.724l-.27-.07c-27.362-7.329-45.516-20.145-52.71-26.17c-10.196-8.54-14.682-14.475-19.096-5.497c-3.898 7.918-8.889 20.805-13.719 38.846c-10.466 39.066-18.289 121.505 46.413 138.852l1.326.3zM106.668 72.16s10.196-15.859 27.49-10.943c17.305 4.915 18.645 24.046 18.645 24.046z"/>
<path fill="#c04b41"
d="m88.46 126.072l-8.064 2.289c1.906 10.74 5.264 21.047 10.534 30.152c.918-.202 1.828-.376 2.762-.632c2.449-.66 4.72-1.479 6.906-2.371c-5.89-8.74-9.785-18.804-12.137-29.438m-3.148-75.644c-4.144 15.467-7.852 37.73-6.831 60.06c1.826-.793 3.756-1.532 5.9-2.14l1.492-.334c-1.82-23.852 2.114-48.157 6.546-64.694a323.075 323.075 0 0 1 3.373-11.704a104.686 104.686 0 0 1-5.974 3.547a306.457 306.457 0 0 0-4.506 15.265"/>
</svg>
</div>
<div class="skills__svg-grid-item docker">
<svg class="skills__svg-grid-item docker" viewBox="0 0 48 48">
<path fill="#2395ec"
d="M47.527,19.847c-0.13-0.102-1.345-1.007-3.908-1.007c-0.677,0.003-1.352,0.06-2.019,0.171 c-0.496-3.354-3.219-4.93-3.345-5.003l-0.688-0.392l-0.453,0.644c-0.567,0.866-1.068,1.76-1.311,2.763 c-0.459,1.915-0.18,3.713,0.806,5.25C35.417,22.928,33.386,22.986,33,23H1.582c-0.826,0.001-1.496,0.66-1.501,1.474 c-0.037,2.733,0.353,5.553,1.306,8.119c1.089,2.818,2.71,4.894,4.818,6.164C8.567,40.184,12.405,41,16.756,41 c1.965,0.006,3.927-0.169,5.859-0.524c2.686-0.487,5.271-1.413,7.647-2.74c1.958-1.119,3.72-2.542,5.219-4.215 c2.505-2.798,3.997-5.913,5.107-8.682c0.149,0,0.298,0,0.442,0c2.743,0,4.429-1.083,5.359-1.99 c0.618-0.579,1.101-1.284,1.414-2.065L48,20.216L47.527,19.847z"></path>
<path fill="#2395ec"
d="M8,22H5c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C9,21.552,8.552,22,8,22z"></path>
<path fill="#2395ec"
d="M14,22h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C15,21.552,14.552,22,14,22z"></path>
<path fill="#2395ec"
d="M20,22h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C21,21.552,20.552,22,20,22z"></path>
<path fill="#2395ec"
d="M26,22h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C27,21.552,26.552,22,26,22z"></path>
<path fill="#2395ec"
d="M14,16h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C15,15.552,14.552,16,14,16z"></path>
<path fill="#2395ec"
d="M20,16h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C21,15.552,20.552,16,20,16z"></path>
<path fill="#2395ec"
d="M26,16h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C27,15.552,26.552,16,26,16z"></path>
<path fill="#2395ec"
d="M26,10h-3c-0.552,0-1-0.448-1-1V6c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C27,9.552,26.552,10,26,10z"></path>
<path fill="#2395ec"
d="M32,22h-3c-0.552,0-1-0.448-1-1v-3c0-0.552,0.448-1,1-1h3c0.552,0,1,0.448,1,1v3 C33,21.552,32.552,22,32,22z"></path>
</svg>
</div>
<div class="skills__svg-grid-item github">
<svg class="skills__svg-grid-item github "
fill="currentColor"
viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M12.006 2a9.847 9.847 0 0 0-6.484 2.44 10.32 10.32 0 0 0-3.393 6.17 10.48 10.48 0 0 0 1.317 6.955 10.045 10.045 0 0 0 5.4 4.418c.504.095.683-.223.683-.494 0-.245-.01-1.052-.014-1.908-2.78.62-3.366-1.21-3.366-1.21a2.711 2.711 0 0 0-1.11-1.5c-.907-.637.07-.621.07-.621.317.044.62.163.885.346.266.183.487.426.647.71.135.253.318.476.538.655a2.079 2.079 0 0 0 2.37.196c.045-.52.27-1.006.635-1.37-2.219-.259-4.554-1.138-4.554-5.07a4.022 4.022 0 0 1 1.031-2.75 3.77 3.77 0 0 1 .096-2.713s.839-.275 2.749 1.05a9.26 9.26 0 0 1 5.004 0c1.906-1.325 2.74-1.05 2.74-1.05.37.858.406 1.828.101 2.713a4.017 4.017 0 0 1 1.029 2.75c0 3.939-2.339 4.805-4.564 5.058a2.471 2.471 0 0 1 .679 1.897c0 1.372-.012 2.477-.012 2.814 0 .272.18.592.687.492a10.05 10.05 0 0 0 5.388-4.421 10.473 10.473 0 0 0 1.313-6.948 10.32 10.32 0 0 0-3.39-6.165A9.847 9.847 0 0 0 12.007 2Z"
clip-rule="evenodd"/>
</svg>
</div>
<div class="skills__svg-grid-item gitlab">
<svg class="skills__svg-grid-item gitlab"
viewBox="0 0 48 48">
<path fill="#e53935" d="M24 43L16 20 32 20z"></path>
<path fill="#ff7043" d="M24 43L42 20 32 20z"></path>
<path fill="#e53935" d="M37 5L42 20 32 20z"></path>
<path fill="#ffa726" d="M24 43L42 20 45 28z"></path>
<path fill="#ff7043" d="M24 43L6 20 16 20z"></path>
<path fill="#e53935" d="M11 5L6 20 16 20z"></path>
<path fill="#ffa726" d="M24 43L6 20 3 28z"></path>
</svg>
</div>
<div class="skills__svg-grid-item html">
<svg class="skills__svg-grid-item html" viewBox="0 0 48 48">
<path fill="#E65100" d="M41,5H7l3,34l14,4l14-4L41,5L41,5z"></path>
<path fill="#FF6D00" d="M24 8L24 39.9 35.2 36.7 37.7 8z"></path>
<path fill="#FFF"
d="M24,25v-4h8.6l-0.7,11.5L24,35.1v-4.2l4.1-1.4l0.3-4.5H24z M32.9,17l0.3-4H24v4H32.9z"></path>
<path fill="#EEE"
d="M24,30.9v4.2l-7.9-2.6L15.7,27h4l0.2,2.5L24,30.9z M19.1,17H24v-4h-9.1l0.7,12H24v-4h-4.6L19.1,17z"></path>
</svg>
</div>
<div class="skills__svg-grid-item css">
<svg class="skills__svg-grid-item css" viewBox="0 0 48 48">
<path fill="#0277BD" d="M41,5H7l3,34l14,4l14-4L41,5L41,5z"></path>
<path fill="#039BE5" d="M24 8L24 39.9 35.2 36.7 37.7 8z"></path>
<path fill="#FFF"
d="M33.1 13L24 13 24 17 28.9 17 28.6 21 24 21 24 25 28.4 25 28.1 29.5 24 30.9 24 35.1 31.9 32.5 32.6 21 32.6 21z"></path>
<path fill="#EEE"
d="M24,13v4h-8.9l-0.3-4H24z M19.4,21l0.2,4H24v-4H19.4z M19.8,27h-4l0.3,5.5l7.9,2.6v-4.2l-4.1-1.4L19.8,27z"></path>
</svg>
</div>
<div class="skills__svg-grid-item kotlin">
<svg class="skills__svg-grid-item kotlin"
viewBox="0 0 48 48">
<polygon fill="#0d91d6" points="24,6 17.99,12.35 11.97,18.69 6,25 6,6"></polygon>
<polygon fill="#f88909"
points="24,6 23.96,6 17.97,12.33 11.96,18.68 6,24.97 6,25 6,25.09 6,42 14.69,33.31 20.87,27.13 27.06,20.94 33.25,14.75 42,6"></polygon>
<polygon fill="#c757bc" points="14.69,33.31 6,42 6,25.09"></polygon>
<polygon fill="#d3638f" points="20.87,27.13 14.69,33.31 6,25.09 6,25 11.97,18.69"></polygon>
<polygon fill="#e07063" points="27.06,20.94 20.87,27.13 11.97,18.69 17.99,12.35"></polygon>
<polygon fill="#ec7d36" points="33.25,14.75 27.06,20.94 17.99,12.35 24,6"></polygon>
<polygon fill="#f88909" points="42,6 33.25,14.75 24,6"></polygon>
<polygon fill="#0095d5" points="11.51,19.15 7.99,22.88 6,21 6,13.94"></polygon>
<polygon fill="#2b88da" points="15.03,15.42 11.51,19.15 6,13.94 6,6.87"></polygon>
<polygon fill="#557bde" points="18.56,11.7 15.03,15.42 6,6.87 6,6 12.53,6"></polygon>
<polygon fill="#806ee3" points="22.08,7.97 18.56,11.7 12.53,6 24,6"></polygon>
<polygon fill="#0095d5" points="23,25 6,42 9.35,42 17.52,42 40,42"></polygon>
<polygon fill="#2b88da" points="25.68,42 17.52,42 11.76,36.25 15.84,32.17"></polygon>
<polygon fill="#557bde" points="33.86,42 25.68,42 15.84,32.17 19.92,28.09"></polygon>
<polygon fill="#806ee3" points="42,42 33.86,42 19.92,28.09 24,24"></polygon>
</svg>
</div>
<div class="skills__svg-grid-item mongodb">
<svg class="skills__svg-grid-item mongodb"
viewBox="0 0 48 48">
<path fill="#5d4037"
d="M42,17.3C42,37.8,24,44,24,44S6,37.8,6,17.3c0-2.5,0.2-4.6,0.4-6.3c0.3-2.5,2-4.5,4.4-5.1 C13.9,5,18.8,4,24,4s10.1,1,13.3,1.9c2.4,0.6,4.1,2.7,4.4,5.1C41.8,12.7,42,14.9,42,17.3z"></path>
<path fill="#4caf50"
d="M24,7c4.9,0,9.5,1,12.5,1.8c1.2,0.3,2,1.3,2.2,2.6c0.2,1.9,0.3,3.9,0.3,5.9c0,15.6-11.5,21.9-15,23.4 c-3.5-1.6-15-7.9-15-23.4c0-2,0.1-4,0.3-5.9c0.1-1.3,1-2.3,2.2-2.6C14.5,8,19.1,7,24,7 M24,4c-5.2,0-10.1,1-13.3,1.9 C8.4,6.5,6.6,8.6,6.4,11C6.2,12.7,6,14.9,6,17.3C6,37.8,24,44,24,44s18-6.2,18-26.7c0-2.5-0.2-4.6-0.4-6.3c-0.3-2.5-2-4.5-4.4-5.1 C34.1,5,29.2,4,24,4L24,4z"></path>
<path fill="#dcedc8" d="M23 28H25V36H23z"></path>
<path fill="#4caf50"
d="M24,10c0,0-6,5-6,13c0,5.2,3.3,8.5,5,10l1-3l1,3c1.7-1.5,5-4.8,5-10C30,15,24,10,24,10z"></path>
<path fill="#81c784" d="M24,10c0,0-6,5-6,13c0,5.2,3.3,8.5,5,10l1-3V10z"></path>
</svg>
</div>
<div class="skills__svg-grid-item redis">
<svg class="skills__svg-grid-item redis" viewBox="0 0 48 48">
<path fill="#b71c1c"
d="M45,29.316c0-0.637-1.686-1.153-3.769-1.153c-1.812,0-3.32,0.391-3.683,0.911 c-3.586-1.694-7.173-3.388-10.759-5.083c-1.248-0.59-2.673-0.584-3.918,0.014c-3.818,1.837-7.636,3.674-11.454,5.511 c-0.864-0.126-1.907-0.201-3.032-0.201C5.408,29.316,3,29.832,3,30.469v3.46c0,0.033,0.033,0.064,0.045,0.096 c-0.146,0.555,0.07,1.205,0.649,1.478c5.641,2.665,11.281,5.329,16.922,7.994c1.432,0.677,3.068,0.671,4.496-0.016 c6.442-3.1,12.884-6.199,19.327-9.299c0.484-0.233,0.651-0.786,0.509-1.247C44.971,32.882,45,32.83,45,32.775V29.316z"></path>
<path fill="#e53935"
d="M20.616,39.158c-5.641-2.522-11.281-5.044-16.922-7.566c-0.922-0.412-0.926-1.727-0.007-2.146 c6.395-2.912,12.789-5.824,19.184-8.736c1.244-0.567,2.67-0.572,3.918-0.014c5.881,2.63,11.763,5.259,17.644,7.889 c0.754,0.337,0.758,1.414,0.006,1.756c-6.442,2.934-12.884,5.868-19.327,8.801C23.684,39.792,22.048,39.798,20.616,39.158z"></path>
<path fill="#b71c1c"
d="M45,21.675c0-0.637-1.686-1.153-3.769-1.153c-1.812,0-3.32,0.391-3.683,0.911 c-3.586-1.694-7.173-3.388-10.759-5.083c-1.248-0.59-2.673-0.584-3.918,0.014c-3.818,1.837-7.636,3.674-11.454,5.511 c-0.864-0.126-1.907-0.201-3.032-0.201C5.408,21.675,3,22.192,3,22.829v3.46c0,0.033,0.033,0.064,0.045,0.096 c-0.146,0.555,0.07,1.205,0.649,1.478c5.641,2.665,11.281,5.329,16.922,7.994c1.432,0.677,3.068,0.671,4.496-0.016 c6.442-3.1,12.884-6.199,19.327-9.299c0.484-0.233,0.651-0.786,0.509-1.247C44.971,25.242,45,25.19,45,25.135V21.675z"></path>
<path fill="#e53935"
d="M20.616,31.517c-5.641-2.522-11.281-5.044-16.922-7.566c-0.922-0.412-0.926-1.727-0.007-2.146 c6.395-2.912,12.789-5.824,19.184-8.736c1.244-0.567,2.67-0.572,3.918-0.014c5.881,2.63,11.763,5.259,17.644,7.889 c0.754,0.337,0.758,1.414,0.006,1.756c-6.442,2.934-12.884,5.868-19.327,8.801C23.684,32.152,22.048,32.158,20.616,31.517z"></path>
<path fill="#b71c1c"
d="M45,14.035c0-0.637-1.686-1.153-3.769-1.153c-1.812,0-3.32,0.391-3.683,0.911 c-3.586-1.694-7.173-3.388-10.759-5.083c-1.248-0.59-2.673-0.584-3.918,0.014c-3.818,1.837-7.636,3.674-11.454,5.511 c-0.864-0.126-1.907-0.201-3.032-0.201C5.408,14.035,3,14.551,3,15.188v3.46c0,0.033,0.033,0.064,0.045,0.096 c-0.146,0.555,0.07,1.205,0.649,1.478c5.641,2.665,11.281,5.329,16.922,7.994c1.432,0.677,3.068,0.671,4.496-0.016 c6.442-3.1,12.884-6.199,19.327-9.299c0.484-0.233,0.651-0.786,0.509-1.247C44.971,17.601,45,17.549,45,17.494V14.035z"></path>
<path fill="#e53935"
d="M20.616,23.877c-5.641-2.522-11.281-5.044-16.922-7.566c-0.922-0.412-0.926-1.727-0.007-2.146 c6.395-2.912,12.789-5.824,19.184-8.736c1.244-0.567,2.67-0.572,3.918-0.014c5.881,2.63,11.763,5.259,17.644,7.889 c0.754,0.337,0.758,1.414,0.006,1.756c-6.442,2.934-12.884,5.868-19.327,8.801C23.684,24.512,22.048,24.517,20.616,23.877z"></path>
<path fill="#fff"
d="M18.748,14.741c-0.002,1.042-2.762,2.057-5.093,2.086c-2.419,0.03-5.273-0.993-5.282-2.051 c-0.009-1.061,2.842-2.161,5.311-2.135C16.017,12.665,18.751,13.703,18.748,14.741z"></path>
<path fill="#fff"
d="M17.038,18.471c2.393,1.022,4.785,2.045,7.178,3.067c1.054-1.56,2.108-3.12,3.162-4.68 C23.931,17.396,20.485,17.934,17.038,18.471z"></path>
<path fill="#fff"
d="M21.86,9.775c-1.101,0.401-2.203,0.801-3.304,1.202c1.507,0.132,3.015,0.264,4.522,0.395 c0.48,0.796,0.959,1.592,1.439,2.387c0.295-0.722,0.59-1.444,0.885-2.166c1.286-0.1,2.572-0.2,3.858-0.3 c-0.997-0.419-1.994-0.839-2.991-1.259c0.254-0.608,0.508-1.216,0.762-1.825c-0.97,0.29-1.939,0.58-2.909,0.87 c-1.07-0.422-2.14-0.843-3.21-1.265C21.228,8.468,21.544,9.122,21.86,9.775z"></path>
<path fill="#b71c1c"
d="M27.267,14.619c2.271-0.906,4.543-1.813,6.814-2.719c1.962,0.834,3.924,1.668,5.886,2.502 c-2.202,0.876-4.403,1.752-6.605,2.629C31.331,16.226,29.299,15.423,27.267,14.619z"></path>
<path fill="#a01c1c"
d="M34.082,11.963c-0.005,1.596-0.01,3.191-0.015,4.787c1.967-0.783,3.934-1.565,5.901-2.348 C38.006,13.589,36.044,12.776,34.082,11.963z"></path>
</svg>
</div>
<div class="skills__svg-grid-item git">
<svg class="skills__svg-grid-item git"
viewBox="0 0 48 48">
<path fill="#F4511E"
d="M42.2,22.1L25.9,5.8C25.4,5.3,24.7,5,24,5c0,0,0,0,0,0c-0.7,0-1.4,0.3-1.9,0.8l-3.5,3.5l4.1,4.1c0.4-0.2,0.8-0.3,1.3-0.3c1.7,0,3,1.3,3,3c0,0.5-0.1,0.9-0.3,1.3l4,4c0.4-0.2,0.8-0.3,1.3-0.3c1.7,0,3,1.3,3,3s-1.3,3-3,3c-1.7,0-3-1.3-3-3c0-0.5,0.1-0.9,0.3-1.3l-4-4c-0.1,0-0.2,0.1-0.3,0.1v10.4c1.2,0.4,2,1.5,2,2.8c0,1.7-1.3,3-3,3s-3-1.3-3-3c0-1.3,0.8-2.4,2-2.8V18.8c-1.2-0.4-2-1.5-2-2.8c0-0.5,0.1-0.9,0.3-1.3l-4.1-4.1L5.8,22.1C5.3,22.6,5,23.3,5,24c0,0.7,0.3,1.4,0.8,1.9l16.3,16.3c0,0,0,0,0,0c0.5,0.5,1.2,0.8,1.9,0.8s1.4-0.3,1.9-0.8l16.3-16.3c0.5-0.5,0.8-1.2,0.8-1.9C43,23.3,42.7,22.6,42.2,22.1z"></path>
</svg>
</div>
<div class="skills__svg-grid-item appium">
<img class="skills__svg-grid-item appium"
src="/svg/appium-svgrepo-com.svg" alt=""/>
</div>
</div>
</section>
<section id="contacts" class="contact container section">
<h2 class="contact__title">Contact me</h2>
<p class="contact__description">
If you have any questions or want to work together, feel free to contact me.
</p>
<div class="contact__public-profiles">
<a href="https://github.com/Qoopi">
<svg class="contact__github icon"
aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
width="24" height="24"
fill="currentColor"
viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M12.006 2a9.847 9.847 0 0 0-6.484 2.44 10.32 10.32 0 0 0-3.393 6.17 10.48 10.48 0 0 0 1.317 6.955 10.045 10.045 0 0 0 5.4 4.418c.504.095.683-.223.683-.494 0-.245-.01-1.052-.014-1.908-2.78.62-3.366-1.21-3.366-1.21a2.711 2.711 0 0 0-1.11-1.5c-.907-.637.07-.621.07-.621.317.044.62.163.885.346.266.183.487.426.647.71.135.253.318.476.538.655a2.079 2.079 0 0 0 2.37.196c.045-.52.27-1.006.635-1.37-2.219-.259-4.554-1.138-4.554-5.07a4.022 4.022 0 0 1 1.031-2.75 3.77 3.77 0 0 1 .096-2.713s.839-.275 2.749 1.05a9.26 9.26 0 0 1 5.004 0c1.906-1.325 2.74-1.05 2.74-1.05.37.858.406 1.828.101 2.713a4.017 4.017 0 0 1 1.029 2.75c0 3.939-2.339 4.805-4.564 5.058a2.471 2.471 0 0 1 .679 1.897c0 1.372-.012 2.477-.012 2.814 0 .272.18.592.687.492a10.05 10.05 0 0 0 5.388-4.421 10.473 10.473 0 0 0 1.313-6.948 10.32 10.32 0 0 0-3.39-6.165A9.847 9.847 0 0 0 12.007 2Z"
clip-rule="evenodd"/>
</svg>
</a>
<a href="https://www.linkedin.com/in/okutafin/">
<svg class="footer__linkedin icon"
aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
width="24" height="24"
fill="currentColor"
viewBox="0 0 23 19">
<path fill-rule="evenodd"
d="M12.51 8.796v1.697a3.738 3.738 0 0 1 3.288-1.684c3.455 0 4.202 2.16 4.202 4.97V19.5h-3.2v-5.072c0-1.21-.244-2.766-2.128-2.766-1.827 0-2.139 1.317-2.139 2.676V19.5h-3.19V8.796h3.168ZM7.2 6.106a1.61 1.61 0 0 1-.988 1.483 1.595 1.595 0 0 1-1.743-.348A1.607 1.607 0 0 1 5.6 4.5a1.601 1.601 0 0 1 1.6 1.606Z"
clip-rule="evenodd"/>
<path d="M7.2 8.809H4V19.5h3.2V8.809Z"/>
</svg>
</a>
<a href="https://www.facebook.com/okutafin">
<svg class="contact__facebook icon"
aria-hidden="true" xmlns="http://www.w3.org/2000/svg"
width="24" height="24"
fill="currentColor"
viewBox="0 0 24 24">
<path fill-rule="evenodd"
d="M13.135 6H15V3h-1.865a4.147 4.147 0 0 0-4.142 4.142V9H7v3h2v9.938h3V12h2.021l.592-3H12V6.591A.6.6 0 0 1 12.592 6h.543Z"
clip-rule="evenodd"/>
</svg>
</a>
</div>
<a class="contact__btn btn" href="mailto:kutafin.o.v@gmail.com">Reach out</a>
</section>
</main>
<footer class="footer container section">
<h3 class="footer__title">Oleh Kutafin</h3>
</footer>
<script type="module" src="./src/main.js"></script>
</body>
</html>