-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
460 lines (430 loc) · 23.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Alex Demyan | Portfolio</title>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no">
<!-- <style>body{opacity: 0;}</style> -->
<link rel="stylesheet" href="css/style.min.css?_v=20240124214518">
<link rel="shortcut icon" href="favicon.ico">
<!-- <meta name="robots" content="noindex, nofollow"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="High-quality website development focuses on responsive design, cross-browser compatibility, engaging animation, including accessibility, usability, and performance, clean and valid code, semantic structure, and adherence to BEM methodology.">
</head>
<body>
<div class="wrapper">
<div class="_shader"></div>
<header class="header">
<div class="header__container">
<div class="header__wrapper">
<nav class="header__menu menu">
<a class="menu__home" href="#hero">Home</a>
<ul class="menu__items">
<li class="menu__item">
<a class="menu__link" href="#portfolio">Portfolio</a>
</li>
<li class="menu__item">
<a class="menu__link" href="#hire">Contacts</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main class="page">
<div class="page__container">
<div class="page__wrapper">
<!-- ============== HERO ================================ -->
<section class="hero" id="hero">
<div class="hero__text-content">
<div data-popup="#popup" class="hero__subtitle subtitle">Alex Demyan</div>
<h1 class="hero__title title title_hero">Do you need a website</h1>
<!-- Typing text -->
<div class="typing-text">for your
<span class="typing-text__text"></span>
<!-- Stings for text typing -->
<div class="typing-text__strings" id="typed-strings">
<span>Startup?</span>
<span>Business?</span>
<span>Portal?</span>
<span>Blog?</span>
<span>Portfolio?</span>
</div>
</div>
<p class="hero__descr">You're in the right place!<br>
My expertise spans cross-browser, responsive code, focusing on accessibility, usability, performance,
animations, semantics, and BEM.
Reach me out to explore how I can boost your online presence.</p>
<div class="hero__btns">
<a href="#portfolio" class="hero__portfolio-btn btn btn_second">My Works</a>
<a href="#hire" class="hero__hire-btn btn btn_main">Hire Me!</a>
</div>
</div>
<div class="hero__media media-hero">
<div class="media-hero__man">
<picture><source srcset="img/hero/man.webp" type="image/webp"><img src="img/hero/man.png" width="400" height="400" alt="developer with laptop"></picture>
</div>
<div class="media-hero__mouse">
<picture><source srcset="img/hero/mouse.webp" type="image/webp"><img src="img/hero/mouse.png" width="100" height="100" alt="mouse"></picture>
</div>
<div class="media-hero__like">
<picture><source srcset="img/hero/like.webp" type="image/webp"><img src="img/hero/like.png" width="100" height="100" alt="like"></picture>
</div>
<div class="media-hero__webcam">
<picture><source srcset="img/hero/webcam.webp" type="image/webp"><img src="img/hero/webcam.png" width="100" height="100" alt="toroid"></picture>
</div>
<div class="media-hero__keyboard">
<picture><source srcset="img/hero/keyboard.webp" type="image/webp"><img src="img/hero/keyboard.png" width="100" height="100" alt="toroid"></picture>
</div>
<div class="media-hero__joistick">
<picture><source srcset="img/hero/joistick.webp" type="image/webp"><img src="img/hero/joistick.png" width="100" height="100" alt="joistick"></picture>
</div>
</div>
</section>
<!-- ============== BENEFITS ================================ -->
<section class="benefits">
<div class="benefits__subtitle subtitle">benefits</div>
<h2 class="benefits__title title">What You Get</h2>
<div class="benefits__cards">
<div class="benefits__card perk-card">
<div class="perk-card__wrapper">
<div class="perk-card__head">
<div class="perk-card__title"><span>SCALE</span> Your<br><span>BUSINESS</span></div>
<div class="perk-card__image">
<picture><source srcset="img/icons/grow.webp" type="image/webp"><img src="img/icons/grow.png" loading="lazy" width="50" height="50" alt="icon"></picture>
</div>
</div>
<p class="perk-card__text">Accelerate your growth and expand your customer reach with my development
services tailored to fuel your business's
success.</p>
</div>
</div>
<div class="benefits__card perk-card">
<div class="perk-card__wrapper">
<div class="perk-card__head">
<div class="perk-card__title">Save <span>TIME</span><br>and <span>MONEY</span></div>
<div class="perk-card__image">
<picture><source srcset="img/icons/time-is-money.webp" type="image/webp"><img src="img/icons/time-is-money.png" loading="lazy" width="50" height="50" alt="icon"></picture>
</div>
</div>
<p class="perk-card__text">Optimized coding practices and streamlined workflows that help you save on
development costs without compromising
quality.</p>
</div>
</div>
<div class="benefits__card perk-card">
<div class="perk-card__wrapper">
<div class="perk-card__head">
<div class="perk-card__title"><span>Reliability</span><br>and <span>Support</span></div>
<div class="perk-card__image">
<picture><source srcset="img/icons/quality.webp" type="image/webp"><img src="img/icons/quality.png" loading="lazy" width="50" height="50" alt="icon"></picture>
</div>
</div>
<p class="perk-card__text">I prioritize building a reliable product and strive for a long-term
relationship by providing ongoing development and
support for our collaborative projects.</p>
</div>
</div>
</div>
</section>
<!-- ============== PORTFOLIO ================================ -->
<section class="portfolio" id="portfolio">
<div class="portfolio__subtitle subtitle">portfolio</div>
<h2 class="portfolio__title title">Latest Works</h2>
<div class="portfolio__works">
<div class="portfolio__work work">
<div class="work__text">
<h3 class="work__title">Website for IT Company</h3>
<p class="work__descr">Fully adaptive, cross-browser, and user-friendly multi-page website for an
esteemed international IT company. Made using
modern solutions and technologies, the website delivers a seamless browsing experience, ensuring
compatibility across
different devices and browsers</p>
<a class="work__link btn btn_second" href="https://demgam.github.io/KRON-Dev/" target="_blank">Live
Preview
</spa></a>
</div>
<a class="work__picture" href="https://demgam.github.io/KRON-Dev/" target="_blank">
<picture><source srcset="img/works/kron-dev.webp" type="image/webp"><img src="img/works/kron-dev.png" loading="lazy" width="798" height="466" alt="Website for IT Company Mockup"></picture>
</a>
</div>
<div class="portfolio__work work work_reverse">
<div class="work__text">
<h3 class="work__title">Website for Restaurant</h3>
<p class="work__descr">Fully responsive and adaptive business card website specifically designed for
healthy food restaurants. Utilizing modern
technologies and incorporating current design trends, the webpage offers an immersive and visually
appealing experience,
showcasing the restaurant's offerings and promoting its brand</p>
<a class="work__link btn btn_second" href="https://demgam.github.io/HEALTHY_SWITCHER/" target="_blank">Live
Preview
</spa></a>
</div>
<a class="work__picture" href="https://demgam.github.io/HEALTHY_SWITCHER/" target="_blank">
<picture><source srcset="img/works/healthy-switcher.webp" type="image/webp"><img src="img/works/healthy-switcher.png" loading="lazy" width="798" height="466" alt="Website for Restaurant Mockup"></picture>
</a>
</div>
<div class="portfolio__work work">
<div class="work__text">
<h3 class="work__title">Advent Calendar</h3>
<p class="work__descr">This versatile advent calendar can be customized for various occasions. It
seamlessly loads daily gifts and winners'
data from external sources, creating an interactive and engaging user experience using pure
JavaScript</p>
<a class="work__link btn btn_second" href="https://demgam.github.io/Advent-Calendar/" target="_blank">Live
Preview</spa></a>
</div>
<a class="work__picture" href="https://demgam.github.io/Advent-Calendar/" target="_blank">
<picture><source srcset="img/works/advent-calendar.webp" type="image/webp"><img src="img/works/advent-calendar.png" loading="lazy" width="798" height="466" alt="Advent Calendar Mockup"></picture>
</a>
</div>
<div class="portfolio__work work work_reverse">
<div class="work__text">
<h3 class="work__title">Christmas Fun Game</h3>
<p class="work__descr">The Christmas Deer is an entertaining HTML5 game designed for children and
parents. It offers a creative and
developmental experience, allowing users to create 46 656 unique variations of reindeer faces
and share them with their friends</p>
<a class="work__link btn btn_second" href="https://demgam.github.io/Christmas-Deer/" target="_blank">Live
Preview</spa></a>
</div>
<a class="work__picture" href="https://demgam.github.io/Christmas-Deer/" target="_blank">
<picture><source srcset="img/works/xmas-game.webp" type="image/webp"><img src="img/works/xmas-game.png" loading="lazy" width="798" height="466" alt="Christmas Fun Game Mockup"></picture>
</a>
</div>
</div>
<!-- ===================================================== -->
<div class="_hidden-works">
<div class="portfolio__work work">
<div class="work__text">
<h3 class="work__title">Interactive Map</h3>
<!-- need change the description -->
<p class="work__descr">The interactive map of Canada uses the svg picture as a backing and interacts
with the MediaWiki API to load text and
pictures.
Fully adaptable and responsive for all browsers, devices and OS.</p>
<a class="work__link btn btn_second" href="https://demgam.github.io/interactive-map/" target="_blank">Live
Preview</spa></a>
</div>
<a class="work__picture" href="https://demgam.github.io/interactive-map/" target="_blank">
<picture><source srcset="img/works/interactive-map.webp" type="image/webp"><img src="img/works/interactive-map.png" width="798" height="466" alt="Interactive Map Mockup"></picture>
</a>
</div>
<div class="portfolio__work work work_reverse">
<div class="work__text">
<h3 class="work__title">Match-3 Game</h3>
<!-- need change the description -->
<p class="work__descr">This is a classic hyper-casual match-3 game based on the motives of Among Us
with Construct 2/3. Has Touch & Mouse support/ Playable in all platforms and OS (Mobile, PC, etc.)
</p>
<a class="work__link btn btn_second" href="https://preview.codecanyon.net/item/stack-among-us/full_screen_preview/31152373?ref=demgam" target="_blank">Live
Preview</spa></a>
</div>
<a class="work__picture" href="https://preview.codecanyon.net/item/stack-among-us/full_screen_preview/31152373?ref=demgam" target="_blank">
<picture><source srcset="img/works/match-3_game.webp" type="image/webp"><img src="img/works/match-3_game.png" width="798" height="466" alt="Match-3 Game Mockup"></picture>
</a>
</div>
</div>
<!-- =========================================================== -->
</section>
<!-- ============ TESTIMONIALS ================== -->
<section class="testimon">
<div class="testimon__subtitle subtitle">TESTIMONIALS</div>
<h2 class="testimon__title title">Clients Say</h2>
<div class="slider__wrapper">
<!-- Nav buttons -->
<button type="button" class="swiper-button-prev"></button>
<button type="button" class="swiper-button-next"></button>
<!-- Slider main container -->
<div class="testimon__slider swiper">
<!-- Additional required wrapper -->
<div class="testimon__wrapper swiper-wrapper">
<!-- Slides -->
<!-- slide -->
<div class="testimon__slide client swiper-slide">
<div class="client__wrapper">
<div class="client__info">
<div class="client__image">
<picture><source srcset="img/testimonials/Ava-Chong.webp" type="image/webp"><img src="img/testimonials/Ava-Chong.jpg" loading="lazy" width="150" height="150" alt="Ava Chong photo"></picture>
</div>
<div class="client__name">Ava Chong</div>
</div>
<div class="client__feedback">
<div class="client__position">School Teacher</div>
<div class="client__rating">
<picture><source srcset="img/testimonials/stars.webp" type="image/webp"><img src="img/testimonials/stars.png" loading="lazy" alt="five stars rating"></picture>
</div>
<p class="client__text">I repeatedly approached Alex to develop an educational game for my
students. His creative approach and suggested improvements exceeded my expectations.😍 <br>I
greatly
appreciate his responsible and resourceful way of doing things.</p>
</div>
</div>
</div>
<!-- slide -->
<div class="testimon__slide client swiper-slide">
<div class="client__wrapper">
<div class="client__info">
<div class="client__image">
<picture><source srcset="img/testimonials/John-Sami.webp" type="image/webp"><img src="img/testimonials/John-Sami.jpg" loading="lazy" width="150" height="150" alt="John Sami photo"></picture>
</div>
<div class="client__name">John Sami</div>
</div>
<div class="client__feedback">
<div class="client__position">Team Lead</div>
<div class="client__rating">
<picture><source srcset="img/testimonials/stars.webp" type="image/webp"><img src="img/testimonials/stars.png" loading="lazy" width="152" height="24" alt="five stars rating"></picture>
</div>
<p class="client__text">Alex's front-end development skills are exceptional, delivering clean
and
efficient code. He consistently exceeded our
expectations and contributed to the success of our project. It really felt like he was our
team
member.🙌🏼</p>
</div>
</div>
</div>
<!-- slide -->
<div class="testimon__slide client swiper-slide">
<div class="client__wrapper">
<div class="client__info">
<div class="client__image">
<picture><source srcset="img/testimonials/Lucy-Fler.webp" type="image/webp"><img src="img/testimonials/Lucy-Fler.jpg" loading="lazy" width="150" height="150" alt="Lucy Fler photo"></picture>
</div>
<div class="client__name">Lucy Fler</div>
</div>
<div class="client__feedback">
<div class="client__position">PR Manager</div>
<div class="client__rating">
<picture><source srcset="img/testimonials/stars.webp" type="image/webp"><img src="img/testimonials/stars.png" loading="lazy" alt="five stars rating"></picture>
</div>
<p class="client__text">Kudos to Alex for his exceptional front-end development work. He brought
our design concepts to life, creating a
seamless user experience across all devices. His responsiveness, flexibility, and commitment
to
quality truly set them
apart. I highly recommend his services.</p>
</div>
</div>
</div>
<!-- slide -->
<div class="testimon__slide client swiper-slide">
<div class="client__wrapper">
<div class="client__info">
<div class="client__image">
<picture><source srcset="img/testimonials/William-Peel.webp" type="image/webp"><img src="img/testimonials/William-Peel.jpg" loading="lazy" width="150" height="150" alt="William Peel photo"></picture>
</div>
<div class="client__name">William Peel</div>
</div>
<div class="client__feedback">
<div class="client__position">SEO</div>
<div class="client__rating">
<picture><source srcset="img/testimonials/stars.webp" type="image/webp"><img src="img/testimonials/stars.png" loading="lazy" alt="five stars rating"></picture>
</div>
<p class="client__text">Highly impressed with Alex's frontend development expertise! He took our
vision and transformed it into a stunning
website. His ability to understand our requirements, offer valuable suggestions and deliver on
time made the entire collaboration a breeze.</p>
</div>
</div>
</div>
<!-- slide -->
<div class="testimon__slide client swiper-slide">
<div class="client__wrapper">
<div class="client__info">
<div class="client__image">
<picture><source srcset="img/testimonials/Mary-Drewlor.webp" type="image/webp"><img src="img/testimonials/Mary-Drewlor.jpg" loading="lazy" width="150" height="150" alt="Mary Drewlor photo"></picture>
</div>
<div class="client__name">Mary Drewlor</div>
</div>
<div class="client__feedback">
<div class="client__position">QA Engineer</div>
<div class="client__rating">
<picture><source srcset="img/testimonials/stars.webp" type="image/webp"><img src="img/testimonials/stars.png" loading="lazy" alt="five stars rating"></picture>
</div>
<p class="client__text">I am delighted with Alex's work as a front-end developer. He went above
and beyond to ensure our website was visually
appealing and functionally robust.👍 His professionalism, excellent communication, and
technical
skills make them a
top-notch developer.</p>
</div>
</div>
</div>
<!-- slide -->
</div>
</div>
</div>
</section>
<!-- ============ HIRE ================== -->
<section class="hire" id="hire">
<div class="hire__subtitle subtitle">hire me</div>
<h2 class="hire__title title">Let's Work Together!</h2>
<div class="hire__wrapper">
<h3 class="hire__label hire__label_upwork">Hire Me at UpWork</h3>
<a class="hire__upwork" href="https://www.upwork.com/freelancers/~013c74a1816043b4d8?s=1110580755057594368" target="_blank">
<img src="img/hire/upwork-anim.gif" loading="lazy" width="540" height="594" alt="Hire me at UpWork"></a>
<div class="hire__divider">OR</div>
<h3 class="hire__label hire__label_direct">Contact Me Directly</h3>
<form data-ajax action="sendmail.php" class="hire__form form" method="post" enctype="multipart/form-data">
<div class="form__item">
<input id="name" class="form__input" placeholder=" " maxlength="50" autocomplete="name" type="text" name="name" data-error="What should we call you?" data-required data-validate>
<label for="name" class="form__label">Name</label>
</div>
<div class="form__item">
<input id="email" class="form__input" placeholder=" " maxlength="50" autocomplete="email" type="email" name="email" data-error="Give us your email, we'll keep it safe" data-required="email" data-validate>
<label for="email" class="form__label">E-Mail</label>
</div>
<div class="form__item">
<textarea id="message" class="form__input" placeholder=" " maxlength="1000" autocomplete="off" name="message" data-error="A few words about your project" data-required data-validate></textarea>
<label for="message" class="form__label">Message</label>
<span id="char-counter" class="form__counter">0/1000</span>
</div>
<div class="form__item">
<button type="submit" class="form__button btn btn_main">Send</button>
</div>
</form>
</div>
</section>
</div>
</div>
</main>
<footer class="footer">
<div class="footer__container">
<diw class="footer__wrapper">
<div class="footer__text">Designed by Alex Demyan © 2023</div>
<div class="footer__social-icons social-icons _anim__parent">
<a href="https://github.com/DemGam" class="social-icon" target="_blank">
<picture><source srcset="img/icons/github.webp" type="image/webp"><img src="img/icons/github.png" loading="lazy" width="50" height="50" alt="github icon"></picture>
</a>
<a href="https://www.upwork.com/freelancers/~013c74a1816043b4d8?s=1110580755057594368" class="social-icon" target="_blank">
<picture><source srcset="img/icons/upwork.webp" type="image/webp"><img src="img/icons/upwork.png" loading="lazy" width="50" height="50" alt="upwork icon"></picture>
</a>
<a href="https://www.linkedin.com/in/alex-demyan/" class="social-icon" target="_blank">
<picture><source srcset="img/icons/linkedin.webp" type="image/webp"><img src="img/icons/linkedin.png" loading="lazy" width="50" height="50" alt="linkedin icon"></picture>
</a>
<a href="https://www.youtube.com/" class="social-icon" target="_blank">
<picture><source srcset="img/icons/youtube.webp" type="image/webp"><img src="img/icons/youtube.png" loading="lazy" width="50" height="50" alt="youtube icon"></picture>
</a>
</div>
</diw>
</div>
</footer>
</div>
<div id="popup" aria-hidden="true" class="popup">
<div class="popup__wrapper">
<div class="popup__content">
<p class="popup__text popup__text_sending">Wait a little bit,<br> we are sending your message</p>
<p class="popup__text popup__text_error">Due to the GitHub restrictions, there is no option to send the forms by
PHP. But you could reach me out here <br><a class="popup__mail" href="mailto:demcodeinfo@gmail.com">demcodeinfo@gmail.com</a>
</p>
<p class="popup__text popup__text_success">Success!<br>I'll be in touch with you shortly</p>
<button data-close type="button" class="popup__close btn btn_main">Ok</button>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js?_v=20240124214518"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12?_v=20240124214518"></script>
<script src="js/app.min.js?_v=20240124214518"></script>
</body>
</html>