-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
695 lines (695 loc) · 26.5 KB
/
index.html
File metadata and controls
695 lines (695 loc) · 26.5 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
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
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zaky Aly</title>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&family=Sedgwick+Ave&family=Sedgwick+Ave+Display&display=swap"
rel="stylesheet"
/>
<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+Mono:wght@100..700&family=Rubik:wght@800&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:wght@100..700&family=Rubik:wght@800&display=swap"
rel="stylesheet"
/>
<link href="https://unpkg.com/aos@next/dist/aos.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<div class="menu-toggler" id="menu-toggler">
<div class="bar half start"></div>
<div class="bar"></div>
<div class="bar half end"></div>
</div>
<nav class="top-nav" id="top-nav">
<ul class="nav-list">
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#projects" class="nav-link">Projects</a>
</li>
<li>
<a href="#courses" class="nav-link">Courses</a>
</li>
<li>
<a href="#experince" class="nav-link">Experince</a>
</li>
<li>
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</nav>
<section class="hero">
<div class="container">
<div class="hero-info">
<p class="hero-info-p1">Hello, I'm</p>
<h1 class="name">Zaky Aly</h1>
<p class="hero-info-p2">Front-End Developer</p>
<div class="btn-container">
<a href="./assets/zaky-aly-cv.pdf" download>
<button class="btn cv-btn">Download CV</button>
</a>
<a href="#contact">
<button class="btn contact-btn">Contact Info</button>
</a>
</div>
<div class="hero-icon-container">
<a
href="https://github.com/ZakyAly"
target="_blank"
class="hero-icon"
>
<img src="./assets/github-light.svg" alt="" />
</a>
<a
href="https://www.linkedin.com/in/zakyaly/"
target="_blank"
class="hero-icon"
>
<img src="./assets/linkedin-light.svg" alt="linkedin" />
</a>
</div>
</div>
</div>
</section>
</header>
<section class="about" id="about">
<div class="container">
<div class="profile-img" data-aos="fade-right" data-aos-delay="300">
<img src="./imgs/profile.png" alt="" />
</div>
<div class="about-details" data-aos="fade-left" data-aos-delay="300">
<div class="about-heading">
<h1>About</h1>
</div>
<p class="about-text">
Welcome to my website!
<br />
<br />
I’m Zaky, a passionate front-end developer specializing in HTML,
CSS, JavaScript, Typescript, and React. With a keen eye for design,
I create responsive interfaces using Tailwind CSS and seamlessly
integrate APIs.
<br />
<br />
My passion for building projects from scratch matches my dedication
to maintaining and improving existing code bases and keeping them in
good shape.
<br />
<br />
My proficiency extends to version control with Git, where I
implement efficient CI/CD pipelines for seamless deployment.
<br />
<br />
I thrive on solving complex problems and pay meticulous attention to
detail.
<br />
<br />
My commitment to continuous learning drives me to deliver
high-quality, user-friendly web applications.
<br />
Feel free to explore my work and connect with me!
</p>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="container">
<div class="section-heading">
<p>Explore My</p>
<h1>Tech Skills</h1>
</div>
<div class="skills-container">
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
HTML5
<i class="fab fa-html5"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-left" data-aos-delay="400">
CSS <i class="fab fa-css3"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
Tailwind CSS
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
Javascript <i class="fab fa-js"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-left" data-aos-delay="400">
DOM
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
ES6
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-left" data-aos-delay="400">
Typescript
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
React <i class="fab fa-react"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-left" data-aos-delay="400">
APIs
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
npm <i class="fab fa-npm"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-left" data-aos-delay="400">
Nodejs <i class="fab fa-node"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-right" data-aos-delay="400">
GitHub <i class="fab fa-github"></i>
</div>
</div>
<div class="skill-box">
<div class="skill-name" data-aos="fade-left" data-aos-delay="400">
CI/CD
</div>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<div class="container">
<div class="section-heading">
<p>Browse My Recent</p>
<h1>Projects</h1>
</div>
<div class="projects-container">
<div class="project-box" data-aos="fade-left" data-aos-delay="400">
<div class="project-img-container">
<img
class="project-img"
src="./imgs/cars-showroom.png"
alt="cars showroom project img"
/>
</div>
<h2 class="project-heading">Cars Showroom</h2>
<p class="project-details">
Advanced application gives you all the details about the car model
and rental prices, using Typescript and Tailwind CSS.
</p>
<!-- -->
<!-- -->
<!-- Update text to be maximum two lines -->
<!-- -->
<!-- -->
<div class="project-btn-container">
<a
href="https://github.com/ZakyAly/cars-showroom-app"
target="_blank"
>
<button class="project-code">Github</button>
</a>
<a href="https://cars-showroom-app.vercel.app/" target="_blank">
<button class="project-live">Live Demo</button>
</a>
</div>
</div>
<div class="project-box" data-aos="fade-right" data-aos-delay="400">
<div class="project-img-container">
<img
class="project-img"
src="./imgs/bitcoin-app.png"
alt="Bitcoin tracker project img"
/>
</div>
<h2 class="project-heading">Bitcoin Tracker</h2>
<p class="project-details">
Bitcoin Tracker, gives you the latest numbers with the performance
history in different currencies.
</p>
<div class="project-btn-container">
<a
href="https://github.com/ZakyAly/bitcoin-tracker-app"
target="_blank"
>
<button class="project-code">Github</button>
</a>
<a href="https://bitcointracker-app.netlify.app/" target="_blank">
<button class="project-live">Live Demo</button>
</a>
</div>
</div>
<div class="project-box" data-aos="fade-right" data-aos-delay="400">
<div class="project-img-container">
<img
class="project-img"
src="./imgs/dashboard-app.png"
alt="Dashboard project img"
/>
</div>
<h2 class="project-heading">Dashboard App</h2>
<p class="project-details">
Advanced application that displays a Dashboard, Pages, Apps and
Charts.
</p>
<div class="project-btn-container">
<a
href="https://github.com/ZakyAly/dashboard-app"
target="_blank"
>
<button class="project-code">Github</button>
</a>
<a href="https://d-dashboard-app.netlify.app/" target="_blank">
<button class="project-live">Live Demo</button>
</a>
</div>
</div>
<div class="project-box" data-aos="fade-left" data-aos-delay="400">
<div class="project-img-container">
<img
class="project-img"
src="./imgs/get-your-coffee.png"
alt="Cafe project img"
/>
</div>
<h2 class="project-heading">Spree Café</h2>
<p class="project-details">
Implementing UI design of a Cafe mock page.
</p>
<div class="project-btn-container">
<a href="https://github.com/ZakyAly/spree-cafe" target="_blank">
<button class="project-code">Github</button>
</a>
<a href="https://spree-cafe.netlify.app/" target="_blank">
<button class="project-live">Live Demo</button>
</a>
</div>
</div>
<div class="project-box" data-aos="fade-left" data-aos-delay="400">
<div class="project-img-container">
<img
class="project-img"
src="./imgs/linkedin-mock-page.png"
alt="Linkedin mock page project img"
/>
</div>
<h2 class="project-heading">Product Mock Page</h2>
<p class="project-details">
Implementation of UI design for LinkedIn product mock page.
</p>
<div class="project-btn-container">
<a
href="https://github.com/ZakyAly/linkedin-product-page-mock"
target="_blank"
>
<button class="project-code">Github</button>
</a>
<a href="https://product-mock-page.netlify.app/" target="_blank">
<button class="project-live">Live Demo</button>
</a>
</div>
</div>
<div class="project-box" data-aos="fade-right" data-aos-delay="400">
<div class="project-img-container">
<img
class="project-img"
src="./imgs/x-o-game.png"
alt="X and O game img"
/>
</div>
<h2 class="project-heading">X-O Game</h2>
<p class="project-details">
Enjoy the X-O game and test your gaming skills.
</p>
<div class="project-btn-container">
<a href="https://github.com/ZakyAly/x-o-game" target="_blank">
<button class="project-code">Github</button>
</a>
<a href="https://zakyaly.github.io/x-o-game/" target="_blank">
<button class="project-live">Live Demo</button>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="courses" id="courses">
<div class="container">
<div class="section-heading">
<h1>Courses</h1>
</div>
<div class="timeline" data-aos="fade-down" data-aos-delay="50">
<ul>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Web Development Bootcamp</h1>
<h2>
<a
href="https://www.udemy.com/course/the-complete-web-development-bootcamp/"
target="_blank"
>
Udemy
</a>
</h2>
<p class="timeline-date">May 2024 - Present</p>
<p>
62-hours web development bootcamp that covered the most
up-to-date and in- demand tech skills, such as HTML5, CSS3
Flexbox, Javascript, ES6, DOM Manipulation, React.js, React
Hooks, APIs and Databases.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="100">
<h1>Career Mentorship For Frontend Developer</h1>
<h2>
<a href="https://mentorcruise.com/" target="_blank">
mentorcruise
</a>
</h2>
<p class="timeline-date">May 2024 - Present</p>
<p>
- Hands-on training with highly experienced frontend developer.
The training enhanced my technical skills and enabled me to:
<br />
- Translate ideas into functional pages and software systems.
<br />
- Use HTML, CSS, Javascript, Typescript, and React to build real
projects.
<br />
- Apply best practices of clean code in my own projects.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>The Complete Web Developer</h1>
<h2>
<a href="https://zerotomastery.io/" target="_blank">
ZTM Academy
</a>
</h2>
<p class="timeline-date">May 2024 - Present</p>
<p>
37-hours web development bootcamp that covered the most
up-to-date and in- demand tech skills, such as: HTML5, CSS3,
Javascript, React.js, Restful APIs, NPM, Node.js, Git and Github
, Production and Deployment
</p>
</li>
</ul>
</div>
</div>
</section>
<section class="experince" id="experince">
<div class="container">
<div class="section-heading">
<h1>Work Experience</h1>
</div>
<div class="timeline" data-aos="fade-down" data-aos-delay="50">
<ul>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Front-end Developer</h1>
<p class="timeline-date">May 2024 - Present</p>
<p>
- Working on different projects, implementing web applications
and landing pages from concept through deployment. Check out My
Projects Section.
<br />
- Developing front-end applications utilizing cutting-edge
technologies like ES6, React, React Hooks, and more.
<br />
- Developing completely isolated and reusable components.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="100">
<h1>Frontend Developer - Intern</h1>
<h2><a>Energenious GmbH - Berlin, Germany</a></h2>
<p class="timeline-date">Feb 2021 - May 2021</p>
<p>
A journey of three month fueled by code and curiosity. I honed
my skills in implementing UI designs using React, React Hooks,
and Redux.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Time Off: A Grand Career Shift</h1>
<p class="timeline-date">Mar 2020 - Feb 2021</p>
<p>
I intentionally took time off to relocate to Berlin, where I
could wholeheartedly pursue my passion as a frontend developer.
Simultaneously, I embraced the deep joy and responsibility of
being a new dad to my little son.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Senior Team Leader - Flight Customer Support</h1>
<h2>
<a href="https://www.seera.sa/" target="_blank">
SEERA Group - Cairo, Egypt
</a>
</h2>
<p class="timeline-date">Dec 2019 - Feb 2020</p>
<p>
- Oversaw a large-scale project involving 90 customer support
agents, led by 6 group leaders.
<br />
- Collaborated with the Customer Support Manager to develop
strategic action plans for the Flight Customer Support team.
<br />
- Coordinated cross-departmentally to achieve team targets and
enhance overall performance.
<br />
- Monitored and validated account loss sheets to ensure accuracy
and financial integrity.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Team Leader - Flight Customer Support</h1>
<h2>
<a href="https://www.seera.sa/" target="_blank"
>SEERA Group - Cairo, Egypt</a
>
</h2>
<p class="timeline-date">May 2018 - Dec 2019</p>
<p>
- Achievements: 4-Times Winner of the Top Achiever Award for
maintaining exceptional QA performance.
<br />
- Successfully built and led a team of 15 agents, aligning with
company objectives for customer support.
<br />
- Mentored newly recruited agents, providing guidance on
Amadeus, Zendesk, Freshdesk, and call interaction systems.
<br />
- Trained the team to excel on the company’s Quality Scoring
Sheet for customer support agents.
<br />
- Monitored monthly financial dues for the team in addition to
managing their KPIs and APR reports.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Customer Support Agent</h1>
<h2>
<a href="https://www.seera.sa/" target="_blank"
>SEERA Group - Cairo, Egypt</a
>
</h2>
<p class="timeline-date">Jan 2017 - May 2018</p>
<p>
- Collaborated with airline officials for timely updates on new
offers and flight changes.
<br />
- Addressed customers' inquiries via phone calls, emails, and
social media channels, delivering accurate information to assist
them.
<br />
- Utilized Amadeus system to manage customers’ flights,
including booking modifications, schedule changes, and resolving
customer issues related to flights.
<br />
- Utilized internal CRM systems (such as Zendesk and Freshdesk)
to manage customer requests efficiently.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Manager of Tourism Department</h1>
<h2><a>Rabie Tours - Cairo, Egypt</a></h2>
<p class="timeline-date">Aug 2014 - Jan 2017</p>
<p>
- Successfully led and managed a team of 40 professionals,
fostering a collaborative and motivated work environment to meet
and exceed customer expectations.
<br />
- Developed and calculated customized tour packages for both
individuals and groups.
<br />
- Collaborated with hotels, airlines, and transportation
companies to secure optimal offers and competitive prices.
<br />
- Leveraged strong negotiation skills to obtain favorable terms
for travel services.
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Ticketing Agent and Tour Leader</h1>
<h2><a>Rabie Tours - Cairo, Egypt</a></h2>
<p class="timeline-date">May 2011 - Aug 2014</p>
<p>
- Responsible for issuing, reissuing, and refunding flight
tickets for both individuals and groups.
<br />
- Communicated with the airlines to get the best deals.
<br />
- Led the groups of travelers, supporting them throughout their
trips at the airports, hotels, and sightseeing visits.
</p>
</li>
</ul>
</div>
</div>
</section>
<section class="education" id="education">
<div class="container">
<div class="section-heading">
<h1>Education</h1>
</div>
<div class="timeline" data-aos="fade-down" data-aos-delay="50">
<ul>
<li data-aos="fade-right" data-aos-delay="200">
<h1>BA</h1>
<h2>
<a>Future Academy</a>
</h2>
<p class="timeline-date">Oct 2006 - May 2010</p>
<p>BA in Tourism Management.</p>
</li>
</ul>
</div>
</div>
</section>
<section class="languages" id="languages">
<div class="container">
<div class="section-heading">
<h1>Languages</h1>
</div>
<div class="timeline" data-aos="fade-down" data-aos-delay="50">
<ul>
<li data-aos="fade-right" data-aos-delay="200">
<h1>English</h1>
<p>
Excellent professional business knowledge both written and
spoken
</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>German</h1>
<p>Basic business knowledge - A2</p>
</li>
<li data-aos="fade-right" data-aos-delay="200">
<h1>Arabic</h1>
<p>Native speaker</p>
</li>
</ul>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<div class="contact-details" data-aos="fade-in" data-aos-delay="300">
<div class="contact-heading">
<h1>Contact</h1>
</div>
<p>
Reach to me for any inquiries or any questions.
<br />
Let's discuss and make an awesome experience.
</p>
<div class="social-media">
<ul class="nav-list">
<li>
<a href="tel:+4917632306048" target="_blank" class="icon-link">
<abbr title="Mobile"><i class="fas fa-mobile"></i></abbr>
</a>
</li>
<li>
<a
href="mailto:zaky.aly88@gmail.com"
target=""
class="icon-link"
>
<abbr title="E-mail"
><i class="fas fa-square-envelope"></i
></abbr>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/zaky-aly-2a3896103/"
target="_blank"
class="icon-link"
>
<abbr title="Linkedin"><i class="fab fa-linkedin"></i></abbr>
</a>
</li>
<li>
<a
href="https://github.com/ZakyAly"
target="_blank"
class="icon-link"
>
<abbr title="Github"><i class="fab fa-github"></i></abbr>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer class="copyright">
<button onclick="topFunction()" id="myBtn" title="Go to top">
<i class="fas fa-chevron-up"></i>
</button>
<p>©2024 Zaky Aly.</p>
</footer>
<script
src="https://kit.fontawesome.com/cf8f1ac770.js"
crossorigin="anonymous"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="script.js"></script>
</body>
</html>