-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·477 lines (372 loc) · 20.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Portfolio</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<div class="page">
<header class="header">
<div class=" header__container">
<a href="#" class="header__logo">
<svg class="header__logo-img" height="52" viewBox="0 0 32 32" width="52"
xmlns="http://www.w3.org/2000/svg">
<g fill="#E3E4E6" fill-opacity="0">
<circle cx="16" cy="16" fill="#E3E4E6" r="16"/>
<path
d="M16.02 16.945v7.993l5.947-1.602 1.397-15.39H16.02v6.532l.304-.947h.796zm-7.384 7.524L7 6.5h18l-1.636 17.969L15.98 26.5zm5.163-6.793v-.741l-2.469-.984 2.47-.99v-.742l-3.527 1.433v.592zm7.933-1.432l-3.527 1.432v-.741l2.47-.987-2.47-.987v-.742l3.527 1.433zm-5.712.7v-2.466l-1.317 4.107h.788z"
fill="#FFFFFF" fill-opacity="0.55" fill-rule="nonzero"/>
</g>
</svg>
</a>
<nav class="header__menu">
<ul class="menu__list">
<li class="menu__item"><a href="#home" class="menu__link font-small">Home</a></li>
<li class="menu__item"><a href="#skills" class="menu__link font-small">Skills</a></li>
<li class="menu__item"><a href="#works" class="menu__link font-small">Works</a></li>
<li class="menu__item"><a href="#about" class="menu__link font-small">About</a></li>
</ul>
</nav>
<div class="burger">
<span class="burger__line"></span>
<span class="burger__line"></span>
<span class="burger__line"></span>
</div>
</div> <!-- container-->
</header>
<section class="hero" id="home">
<div class="container">
<div class="hero__info">
<div class="hero__content">
<h1 class="hero__title font-big">
Front-end developer
</h1>
<h2 class="hero__subtitle font-regular">
I am experienced in developing web and desktop applications applying full responsive web design.
</h2>
<a class="hero__arrow" href="#skills">
</a>
</div>
</div>
</div> <!-- container-->
</section>
<section class="client" id="skills">
<div class="container client__container">
<div class="client__client">
<h2 class="client__title font-big">
Current Technology Stack:
</h2>
<div class="client__body">
<div class="client__item">
<img src="img/clients/logo-html.png" alt="html" title="html">
</div>
<div class="client__item">
<img src="img/clients/logo-css.png" alt="css" title="css">
</div>
<div class="client__item">
<img src="img/clients/logo-js.png" alt="js" title="js">
</div>
<div class="client__item">
<img src="img/clients/logo-react.png" alt="react" title="react">
</div>
<div class="client__item">
<img src="img/clients/logo-git.png" alt="git" title="git">
</div>
<div class="client__item">
<img src="img/clients/logo-redux.png" alt="redux" title="redux">
</div>
</div> <!-- client__body-->
</div>
</div> <!-- container-->
</section>
<section class="works" id="works">
<div class="container works__container">
<h1 class="works__title font-big">
<span>Works:</span>
</h1>
<div class="works__body">
<div class="works__tabs">
<button class="works__tabs-button React active" onclick=openTechnology('React')>
REACT works
</button>
<button class="works__tabs-button NoReact" onclick=openTechnology('NoReact')>Other works</button>
</div>
<div id="React" class="works__tabs-inner">
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://recipes-76bda.web.app/" target="_blank">
<img src="img/works/work12.jpg" alt="Recipe">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Recipe</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat font-small card__cat--noresponsive">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React, Redux</div>
<a href="https://recipes-76bda.web.app/" target="_blank" class="card__button font-small">View
work</a>
</div>
</div>
<!--________________________________________-->
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://news-6bd43.web.app/" target="_blank">
<img src="img/works/work11.jpg" alt="News">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">News</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat font-small card__cat--noresponsive">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React, Redux</div>
<a href="https://news-6bd43.web.app/" target="_blank" class="card__button font-small">View
work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://star-wars-c63d2.web.app/" target="_blank">
<img src="img/works/work8.jpg" alt="Star Wars">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Star Wars</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React, Redux</div>
<a href="https://star-wars-c63d2.web.app/" target="_blank" class="card__button font-small">View
work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://selling-rho.vercel.app/" target="_blank">
<img src="img/works/work13.jpg" alt="Star Wars">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Selling</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Snigle page</div>
<div class="card__cat font-small card__cat--noresponsive">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React, Redux</div>
<a href="https://selling-rho.vercel.app/" target="_blank" class="card__button font-small">View
work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://countries-e7190.web.app/" target="_blank">
<img src="img/works/work9.jpg" alt="Countries">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Countries</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React</div>
<a href="https://countries-e7190.web.app/" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
<!--_______________________________________-->
<div class="works__card card">
<a class="card__img" href="https://cinema-ce516.web.app/" target="_blank">
<img src="img/works/work10.jpg" alt="Cinema">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Cinema</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React</div>
<a href="https://cinema-ce516.web.app/" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://createx-33bcd.web.app" target="_blank">
<img src="img/works/work5.jpg" alt="Createx Construction">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Createx Construction</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat card__cat--noresponsive font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, React</div>
<a href="https://createx-33bcd.web.app" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://todo-ee6f6.web.app" target="_blank">
<img src="img/works/work6.jpg" alt="Todo list">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Todo list</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Landing page</div>
<div class="card__cat card__cat--noresponsive font-small">Responsive</div>
<div class="card__category font-small">HTML, JS, React, React hooks</div>
<a href="https://todo-ee6f6.web.app" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
</div>
<!-- NO REACT NO REACT NO REACT NO REACT NO REACT NO REACT NO REACT NO REACT-->
<div id="NoReact" class="works__tabs-inner" style="display:none">
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="https://vasylynakolodiy.github.io/refugee/" target="_blank">
<img src="img/works/work7.jpg" alt="Refugee">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Refugee</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Landing page</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS</div>
<a href="https://vasylynakolodiy.github.io/refugee/" target="_blank" class="card__button font-small">View
work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="works/odigo/index.html" target="_blank">
<img src="img/works/work4.jpg" alt="Odigo">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Odigo</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Landing page</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS</div>
<a href="works/odigo/index.html" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="works/desire/index.html" target="_blank">
<img src="img/works/work3.jpg" alt="Desire">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Desire</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Multi pages site</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS, Gulp</div>
<a href="works/desire/index.html" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="works/webovio/index.html" target="_blank">
<img src="img/works/work2.jpg" alt="Webovio">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Webovio</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Landing page</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS</div>
<a href="works/webovio/index.html" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
<!--________________________________________-->
<div class="works__card card">
<a class="card__img" href="works/carRepair/index.html" target="_blank">
<img src="img/works/work1.jpg" alt="Cars">
</a>
<div class="card__info font-regular">
<span class="card__tag font-regular">Cars</span>
<div class="card__standarttext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="card__text">Landing page</div>
<div class="card__cat font-small">Responsive</div>
<div class="card__category font-small">HTML, CSS, JS</div>
<a href="works/carRepair/index.html" target="_blank" class="card__button font-small">View work</a>
</div>
</div>
</div>
</div> <!-- works__body-->
</div> <!-- container-->
</section>
<section class="about" id="about">
<div class="container about__container">
<div class="about__text">
<h2 class="about__title font-regular">A bit about me</h2>
<p class="about__info font-regular">I like travelling, music and baking</p>
</div>
<div class="about__photo">
<img src="img/about/a1.jpg" alt="about 1st photo" class="photo1">
<img src="img/about/a2.jpeg" alt="about 2nd photo" class="photo2">
<img src="img/about/a3.jpg" alt="about 3rd photo" class="photo3">
</div>
</div> <!-- container-->
</section>
<footer class="footer" id="footer">
<div class="container footer-container">
<h2 class="footer__title font-big">Get in Touch</h2>
<div class="footer__social">
<a href="mailto: vasylyna.tybinka@gmail.com" class="social_link">
<svg class="social__img" width="40" height="40" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 330.001 330.001" style="enable-background:new 0 0 330.001 330.001;" xml:space="preserve">
<g id="XMLID_348_">
<path id="XMLID_350_" d="M173.871,177.097c-2.641,1.936-5.756,2.903-8.87,2.903c-3.116,0-6.23-0.967-8.871-2.903L30,84.602
L0.001,62.603L0,275.001c0.001,8.284,6.716,15,15,15L315.001,290c8.285,0,15-6.716,15-14.999V62.602l-30.001,22L173.871,177.097z"
fill="#E3E4E6" fill-opacity="0.55"/>
<polygon class="social__img-polygon" id="XMLID_351_" points="165.001,146.4 310.087,40.001 19.911,40" fill="#E3E4E6"
fill-opacity="0.55"/>
</g>
</svg>
</a>
<a href="skype:velis.sa?call" class="social_link">
<svg class="social__img" width="40" height="40" viewBox="0 0 400.932 400.932" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path fill="#E3E4E6" fill-opacity="0.55"
d="M384.762,231.039c-6.361-8.792-9.309-19.53-9.297-30.382c0.001-0.063,0.001-0.126,0.001-0.19c0-96.649-78.35-174.999-174.999-174.999c-21.143,0-41.402,3.763-60.162,10.64c-10.149,3.72-21.267,4.435-31.672,1.504c-9.191-2.589-19.009-3.681-29.18-2.981c-42.725,2.94-77.121,37.955-79.335,80.724c-1.057,20.414,5.065,39.351,16.053,54.539c6.361,8.792,9.309,19.53,9.296,30.382c0,0.063,0,0.126,0,0.19c0,96.649,78.349,174.999,174.999,174.999c21.144,0,41.403-3.763,60.162-10.64c10.149-3.72,21.267-4.435,31.672-1.504c9.191,2.589,19.008,3.681,29.18,2.981c42.725-2.94,77.12-37.954,79.335-80.722C401.872,265.166,395.75,246.228,384.762,231.039z M206.873,169.093c35.286,8.391,88.608,21.071,88.608,79.806c0,28.934-14.249,51.006-40.124,62.149c-18.464,7.952-39.361,9.025-57.368,9.025c-55.336,0-90.286-43.028-91.747-44.86c-9.062-11.366-7.197-27.928,4.17-36.99c11.364-9.066,27.926-7.196,36.99,4.167c0.081,0.097,20.982,24.101,50.587,25.04c35.65,1.131,43.795-9.476,44.848-18.53c1.287-11.058-8.55-19.176-48.146-28.592c-33.562-7.982-84.287-20.044-84.287-74.137c0-16.845,6.851-71.807,95.013-71.807c55.668,0,88.527,43.829,89.899,45.695c8.61,11.713,6.096,28.189-5.617,36.798c-11.662,8.572-28.034,6.119-36.677-5.452c-0.62-0.797-19.429-21.723-47.605-24.398c-21.32-2.025-42.37,5.663-42.37,17.02C163.047,156.06,169.092,160.108,206.873,169.093z"/>
<g></g>
</svg>
</a>
<a href="https://telegram.me/velisssa" class="social_link">
<svg class="social__img" width="40" height="40" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path
d="M16 0.5c-8.563 0-15.5 6.938-15.5 15.5s6.938 15.5 15.5 15.5c8.563 0 15.5-6.938 15.5-15.5s-6.938-15.5-15.5-15.5zM23.613 11.119l-2.544 11.988c-0.188 0.85-0.694 1.056-1.4 0.656l-3.875-2.856-1.869 1.8c-0.206 0.206-0.381 0.381-0.781 0.381l0.275-3.944 7.181-6.488c0.313-0.275-0.069-0.431-0.482-0.156l-8.875 5.587-3.825-1.194c-0.831-0.262-0.85-0.831 0.175-1.231l14.944-5.763c0.694-0.25 1.3 0.169 1.075 1.219z"
fill="#E3E4E6" fill-opacity="0.55"/>
</svg>
</a>
</div> <!-- footer__social-->
<p class="footer__copyright font-small">Made by Vasylyna Kolodiy</p>
</div> <!-- container-->
</footer>
</div> <!--page-->
<script src="js/script.js"></script>
</body>
</html>