-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
589 lines (581 loc) · 20.3 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
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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Portfolio</title>
<meta name="title" content="Portfolio" />
<meta name="description" content="NOVICE FRONT END DEVELOPER" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wita-shchurko.github.io/" />
<meta property="og:title" content="Portfolio" />
<meta property="og:description" content="NOVICE FRONT END DEVELOPER" />
<meta property="og:image" content="img/bg/meta-img.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wita-shchurko.github.io/" />
<meta property="twitter:title" content="Portfolio" />
<meta property="twitter:description" content="NOVICE FRONT END DEVELOPER" />
<meta property="twitter:image" content="img/bg/meta-img.png" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-TileImage"
content="icons/favicon/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
<link
rel="apple-touch-icon"
sizes="57x57"
href="icons/favicon/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="icons/favicon/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="icons/favicon/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="icons/favicon/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="icons/favicon/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="icons/favicon/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="icons/favicon/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="icons/favicon/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="icons/favicon/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="icons/favicon/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="icons/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="icons/favicon/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="icons/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="icons/favicon/manifest.json" />
<link rel="stylesheet" href="css/scrollbar.css" />
<link rel="stylesheet" href="css/style.min.css" />
<style>
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
pointer-events: none;
}
#overlay .content {
background-color: rgb(245, 245, 245);
padding: 20px;
text-align: center;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
max-width: 500px;
}
#overlay h1 {
margin: 0 0 20px;
color: black;
font-size: 14px;
}
#overlay img {
width: 100%;
}
</style>
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
crossorigin="anonymous"
></script>
<script src="js/script.js" defer="defer"></script>
</head>
<body>
<div id="overlay">
<div class="content">
<h1>Oops… An update is in progress. Please check back later.</h1>
<img src="https://cdn.dribbble.com/users/926537/screenshots/8768655/media/0eb8fcc9f2b8a55c589cfabd6cc89d94.gif" alt="Cat developer">
</div>
</div>
</div>
<header class="main-header">
<div class="hamburger open-overlay">
<span class="hamburger_short"></span><span></span
><span class="hamburger_short"></span>
</div>
<div class="overlay-navigation">
<nav role="navigation">
<ul>
<li>
<a href="#summary" data-content="Well, let's get acquainted then"
>Summary</a
>
</li>
<li>
<a href="#skills" data-content="What do I use in my work"
>Skills</a
>
</li>
<li>
<a href="#experience" data-content="Professional journey showcase"
>Experience</a
>
</li>
<li>
<a href="#contacts" data-content="Don't hesitate">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="layers">
<div class="layer__header">
<div class="layers__caption">Hello, my name is Vita Shchurko</div>
<h1 class="layers__title">
I am a Fullstack developer<br />from Lviv
</h1>
</div>
<div
class="layer layers__base"
style="background-image: url(img/bg/layer-base.png)"
></div>
<div
class="layer layers__middle"
style="background-image: url(img/bg/layer-middle.png)"
></div>
<div
class="layer layers__front"
style="background-image: url(img/bg/layer-front.png)"
></div>
</div>
<aside class="social">
<div class="social__text">Social network</div>
<div class="social__divider"></div>
<div class="social__icons">
<a
href="https://github.com/Wita-Shchurko"
target="_blank"
class="social__icon social__icons_github"
>
<span class="icon-github"></span>
</a>
<a
href="https://www.linkedin.com/in/wita-shchurko/"
target="_blank"
class="social__icon social__icons_linkedin"
>
<span class="icon-linkedin"></span>
</a>
<a
href="https://t.me/something_uninteresting"
target="_blank"
class="social__icon social__icons_telegram"
>
<span class="icon-telegram"></span>
</a>
</div>
</aside>
</header>
<section class="summary" id="summary">
<div class="container">
<div class="summary__wrapper">
<div class="summary__photo">
<img src="img/summary_photo.jpg" alt="Photo of me" />
</div>
<div class="summary__text">
<h2 class="title summary__title">SUMMARY</h2>
<div class="summary__divider"></div>
<div class="summary__descr">
<p>
<span class="summary__important">Fullstack Developer</span>
(Typescript, JavaScript, React, Node.js) with Intermediate proficiency in
English, complemented by a strong foundation in
<span class="summary__important">mathematics education</span>
and a background in
<span class="summary__important">customer service</span>.
Proficient in Typescript, React and Node.js. Skilled in
troubleshooting and debugging code to ensure optimal
functionality. I am interested in learning Vue/Angular/React
Native.
</p>
<p>
Outside of work, enjoy hobbies such as knitting and sculpting
with clay, showcasing creativity and attention to detail. I
<span class="summary__important">keep up with trends</span> by
observing active frontend and fullstack developers on LinkedIn and YouTube,
and staying informed about the latest techniques and
technologies in the field.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="container">
<h2 class="title skills__title">SKILLS</h2>
<div class="skills__divider"></div>
<ul class="skills__wrapper">
<li class="skills__item">Typescript, JavaScript (ES2015-2019)</li>
<li class="skills__item">React, Redux</li>
<li class="skills__item">
HTML5, CSS3, Sass (SCSS), BEM, Bootstrap, Bulma, TailwindCSS
</li>
<li class="skills__item">Node, Express, Next</li>
<li class="skills__item">Fetch, REST API, SQL</li>
<li class="skills__item">Photoshop, Figma</li>
<li class="skills__item">
Git/GitHub, VS Code, WebStorm, Chrome Developer Tools (incl. React),
NPM, Webpack, Trello, Jira
</li>
<li class="skills__item">Algorithms: Solved 114 katas on CodeWars</li>
<li class="skills__item">Unit testing, Jest</li>
<li class="skills__item">Basics of React Native</li>
<li class="skills__item">
Knowledge of SDLC, Waterfall, Agile concepts (Scrum, Kanban)
</li>
<li class="skills__item">Basic OOP understanding</li>
<li class="skills__item">Basics of jQuery</li>
<li class="skills__item skills__item-important">
English: Intermediate
</li>
</ul>
</div>
</section>
<section class="experience" id="experience">
<div class="container">
<h2 class="title experience__title">EXPERIENCE</h2>
<div class="experience__divider"></div>
<h3 class="experience__subtitle">
<span class="experience__important"
>My projects completed during the last 6 months</span
>
[JS, TS, Next, React, HTML, SCSS, BEM, flexbox, grid]:
</h3>
<div class="experience__wrapper">
<a
class="experience__link experience__link--weather"
target="_blank"
href="https://github.com/Wita-Shchurko/NextJs-FyxWeather-App"
>
<img
class="experience__img"
src="img/works/weather.PNG"
alt="FyxWeather"
/>
<p class="experience__text">
This project is a weather application developed using Next.js and TypeScript, integrating data from weatherapi.com. It provides current weather details and a 7-day forecast, including temperature, humidity, wind speed, and other relevant weather metrics. The user interface is designed to be clear and visually appealing, presenting information in an accessible and user-friendly manner. [Typescript, Next.js]
</p>
</a>
<a
class="experience__link experience__link--phoneCatalog"
target="_blank"
href="https://github.com/Wita-Shchurko/Phone-Catalog"
>
<img
class="experience__img"
src="img/works/phoneCatalog.png"
alt="phoneCatalog"
/>
<p class="experience__text">
Gadget store – online store featuring favorites and cart pages,
along with product filtering and sorting options [Typescript,
React]
</p>
</a>
<a
class="experience__link experience__link--2048"
target="_blank"
href="https://github.com/Wita-Shchurko/2048-game"
>
<img class="experience__img" src="img/works/2048.png" alt="2048" />
<p class="experience__text">
Tile Game – this is my implementation of the popular game '2048'
featuring smooth animations and an attractive design. [JavaScript]
</p>
</a>
<a
class="experience__link experience__link--namu"
target="_blank"
href="https://github.com/Wita-Shchurko/NAMU"
>
<img class="experience__img" src="img/works/namu.png" lt="namu" />
<p class="experience__text">
Presentation of Ukrainian art - the website provides information
about exhibitions and events at the national museum. It features
many convenient solutions and visual effects
</p>
</a>
<a
class="experience__link experience__link--todos"
target="_blank"
href="https://github.com/Wita-Shchurko/todos"
>
<img
class="experience__img"
src="img/works/todos.png"
alt="todos"
/>
<p class="experience__text">
Todo project - a web application designed to allow users to
create, manage, and organize tasks or to-do items [Typescript,
React]
</p>
</a>
<a
class="experience__link experience__link--potrpots"
target="_blank"
href="https://github.com/Wita-Shchurko/Potr-Pots"
>
<img
class="experience__img"
src="img/works/potrPots.jpg"
alt="potrPots"
/>
<p class="experience__text">
Eco pots shop - provides information about modern ecological plant
pots. It is adapted and includes plenty of animations for
comfortable and understandable viewing of information
</p>
</a>
<a
class="experience__link experience__link--pages"
target="_blank"
href="https://github.com/Wita-Shchurko/Pages_TestTask"
>
<img
class="experience__img"
src="img/works/pages.png"
alt="pages"
/>
<p class="experience__text">
The project is adapted for computers, tablets, and phones. All links and buttons are interactive. The form includes email validation. All animations are smooth. [jQuery]
</p>
</a>
</div>
<!-- <div class="experience__job">
<h3 class="experience__subtitle">
<span class="experience__important">Mathematics Tutor</span>, 2020 -
2022
</h3>
<p>Responsibilities:</p>
<ul class="experience__list">
<li class="experience__list-item">
Tutoring students from grades 5-9 according to the school
curriculum.
</li>
<li class="experience__list-item">
Preparing students for the mathematics Olympiads.
</li>
</ul>
</div>
<div class="experience__job">
<h3 class="experience__subtitle">
<span class="experience__important"
>Customer Service Specialist</span
>, 2019 - 2020
</h3>
<p>My achievements:</p>
<ul class="experience__list">
<li class="experience__list-item">
Decrease in average handling time by 15%.
</li>
<li class="experience__list-item">
Implemented personalized solutions, resulting in a 10% increase in
customer satisfaction scores over six months.
</li>
</ul>
</div> -->
</div>
</section>
<section class="education" id="education">
<div class="container">
<h2 class="title education__title">EDUCATION</h2>
<div class="education__divider"></div>
<div class="education__wrapper">
<img
class="education__img"
src="img/university.jpg"
alt="Ivan Franko National University of Lviv Logo"
/>
<div class="education__text">
<p class="education__important">
Ivan Franko National University of Lviv
</p>
<p>Master’s Degree in Mathematics</p>
<p>2015-2020</p>
</div>
</div>
</div>
</section>
<section class="education" id="additional-education">
<div class="container">
<h2 class="title education__title">ADDITIONAL EDUCATION</h2>
<div class="education__divider"></div>
<div class="education__wrapper">
<img
class="education__img"
src="img/mate-accademy.png"
alt="Ivan Franko National University of Lviv Logo"
/>
<div class="education__text">
<p class="education__important">
The Full-stack Software Development Course at Mate academy
</p>
<p>(Git, HTML, CSS, JavaScript, Typescript, React, Web)</p>
<a
class="education__certificate"
href="https://drive.google.com/file/d/111HBiRdHath3kwfw3BZyzFqMRm8A1Ztb/view?usp=sharing"
target="_blank"
>Certificate</a
>
</div>
</div>
<div class="education__wrapper">
<img
class="education__img"
src="img/udemy.png"
alt="Ivan Franko National University of Lviv Logo"
/>
<div class="education__text">
<p class="education__important">Udemy: Web-developer</p>
<p>
(Responsive Web & Mobile Development in HTML, CSS & Javascript)
</p>
<a
class="education__certificate"
href="https://udemy-certificate.s3.amazonaws.com/image/UC-ad1f1e38-21c8-4745-8ac0-48d0ed0c5a11.jpg"
target="_blank"
>Certificate</a
>
</div>
</div>
</div>
</section>
<section class="contacts" id="contacts">
<div class="container">
<div class="contacts__wrapper">
<h2 class="title contacts__title">CONTACTS</h2>
<div class="contacts__divider"></div>
<div class="contacts__text">
<p>
<a href="tel:+380991234327" class="contacts__link"
>+380991234327</a
>
</p>
<p>
<a
href="mailto:[email protected]"
class="contacts__link"
>
</p>
<p>Lviv, Ukraine</p>
</div>
<div class="contacts__icons">
<a
href="https://github.com/Wita-Shchurko"
target="_blank"
class="contacts__icon"
>
<span class="icon-github"></span>
</a>
<a
href="https://www.linkedin.com/in/wita-shchurko/"
target="_blank"
class="contacts__icon"
>
<span class="icon-linkedin"></span>
</a>
<a
href="https://t.me/something_uninteresting"
target="_blank"
class="contacts__icon"
>
<span class="icon-telegram"></span>
</a>
</div>
<div class="contacts__text">
Or leave your information and I’ll write to you:
</div>
<form
action="https://formspree.io/f/mbjeklov"
method="POST"
class="contacts__form"
>
<div class="contacts__input">
<input required id="name" name="name" type="text" /><label
for="name"
>Name</label
>
</div>
<div class="contacts__input">
<input required id="email" name="email" type="email" /><label
for="email"
>Email</label
>
</div>
<div class="contacts__textarea">
<textarea id="message" name="message"></textarea
><label for="message">Message</label>
</div>
<button class="contacts__btn">Send</button>
<div class="contacts__policy">
<input required type="checkbox" />
<div class="contacts__policy_text">
I Agree to
<a
target="_blank"
href="https://www.freeprivacypolicy.com/live/48795143-b999-4a06-a8af-49eb4d6dc713"
>Privacy Policy</a
>
</div>
</div>
</form>
</div>
</div>
</section>
</body>
</html>