-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
662 lines (643 loc) · 31.2 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, maximum-scale=1.0">
<title translate="no">Ahmed Hafez</title>
<meta name="description" content="This is my Official Personal Portfolio" />
<link rel="icon" href="img/ahmed-logo.png"> <!-- To make icon in title -->
<link rel="stylesheet" href="css/all.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="css/mystyle.css">
</head>
<body>
<!-- Start Loader -->
<div id="loading">
<img id="loading-image" src="img/loader2.gif" alt="Loading..." />
</div>
<!-- Start Banner -->
<section class="banner" id="home">
<!-- <div class="stars"></div> -->
<!-- <div class="twinkling"></div> -->
<div class="clouds"></div>
<div class="textBx">
<h2>Hello, I'm<br><span translate="no">Ahmed Hafez.</span></h2>
<h3 data-text="I'm a Front End Web Developer...">I'm a Front End Web Developer...</h3>
<a href="#aboutHead" class="btn">About Me</a>
</div>
</section>
<!-- Start Navbar -->
<header class="navbar" id="navbar">
<div class="logo">
<a href="#" class="logoImage"><img src="img/ahmed-logo.png" width="60" height="40"></a>
<a href="#" class="logoName" translate="no"><span>A.</span>Hafez</a>
</div>
<div class="toggle" onclick="togglemenu();"></div>
<div class="navLinks">
<ul class="menu">
<li class="activeColor"><a href="#home" onclick="togglemenu();">Home</a></li>
<li><a href="#aboutHead" onclick="togglemenu();">About</a></li>
<li><a href="#educationHead" onclick="togglemenu();">Education</a></li>
<li><a href="#voluntHead" onclick="togglemenu();">Volunteering</a></li>
<li><a href="#skillsHead" onclick="togglemenu();">Skills</a></li>
<li><a href="#projectHead" onclick="togglemenu();">Projects</a></li>
<li><a href="#testiHead" onclick="togglemenu();">Testimonials</a></li>
<li><a href="#contact" onclick="togglemenu();">Contact</a></li>
</ul>
</div>
</header>
<section class="heading" id="aboutHead">
<h2>About Me</h2>
</section>
<!-- Start About -->
<section class="about wave">
<div class="content">
<div class="textBx box50">
<h3>I'm a Front End Web Developer.</h3>
<p>I was born on 24th of July,1998 in Mansoura, Dakahlia, Egypt. I've a Bachelor degree in Information
Systems from Faculty of Computers and Artificial Intelligence, Banha University with a 'Very Good'
grade
and Excellence with Full Mark in the Graduation Project.
<span id="dots" style="display: inline;">...</span>
<span id="more" style="display: none;"><br><br>I've worked for several student activities which are
specialized in different fields like 'Enactus' in Entrepreneurship, 'ACM' in Programming and
'RETECH' in Developing Apps and Teaching Religion .<br><br>I'm interested in Technological
Topics
specially in Web Development, Internet of Things, Artificial Intelligence and also following
topics
about solving Social Problems.</span>
</p>
<button onclick="readMore()" id="readMoreBtn" class="btn">Read more</button>
</div>
<div class="imgBx box50">
<img src="img/enact5.jpg" alt="Ahmed Hafez">
<div class="overlay">
<a href="https://www.facebook.com/profile.php?id=100005116839262" target="_blank"
title="Facebook of Ahmed">
<i class="fab fa-facebook"></i>
</a>
<a href="https://www.linkedin.com/in/ahmedhafez247/" target="_blank" title="LinkedIn of Ahmed">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/AhmedHafez7-Eng" target="_blank" title="Github of Ahmed">
<i class="fab fa-github"></i>
</a>
<a href="https://www.behance.net/ahmedhafez12" target="_blank" title="Behance of Ahmed">
<i class="fab fa-behance"></i>
</a>
<a href="https://twitter.com/AhmedHa77264814" target="_blank" title="Twitter of Ahmed">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.instagram.com/ahmedhafez247/" target="_blank" title="Instagram of Ahmed">
<i class="fab fa-instagram"></i>
</a>
<span class="myName" data-text="Ahmed Hafez">
Ahmed Hafez
</span>
</div>
</div>
</div>
<div class="box100">
<form method="get" action="files/Ahmed Hafez-CV.pdf" target="blank">
<button class="btn downloadCv">Download CV <i class="fas fa-download"></i></button>
</form>
</div>
</section>
<!-- Start Education -->
<section class="heading" id="educationHead">
<h2>Education</h2>
</section>
<section class="education">
<div class="educationTimeline">
<div class="event">
<div class="eventDate">Oct,2016 - Jul,2017</div>
<h2>Faculty of Computers & Information</h2>
<span>Minia University</span>
<div class="content">
<p>
I've completed my first year of college in Minia University ranked as the 10th in the class with
a 'Very Good' grade.<br>And Then, I've transferred to Banha University.
</p>
</div>
</div>
<div class="event">
<div class="eventDate">Oct,2017 - Jul,2020</div>
<h2>Faculty of Computers & Artificial Intelligence</h2>
<span>Benha University</span>
<div class="content">
<p>
Here, I've completed my remaining three years of college, learning Computer Science courses like
Algorithms, AI, Logic Design, Graphic Design.<br><br> In the 3rd year, I've majored in the
department of
Information Systems to be my specialization. I've worked with my team on an IOT-Based System
called "IOT-Based Garbage Monitoring & Disposing System" as our Graduation Project.<br><br>
Our Project had an 'Excellence' grade and I've ranked again as 10th in the class of my last
year.
</p>
</div>
</div>
</div>
</section>
<!-- Start Volunteering -->
<section class="heading" id="voluntHead">
<h2>Volunteering</h2>
</section>
<section class="volunt" id="volunTimeline">
<div class="timeline">
<div class="timeline-item" data-text="Enactus Banha">
<div class="timline-content">
<img src="img/enact5.jpg" class="timeline-img" alt="Ahmed with Enactus Banha">
<h2 class="timeline-content-title">2020</h2>
<p class="timeline-content-desc">
I've joined the team as a 'Project Manager' to work on the management and production process of
our project for this season "Renastic" which aims to reduce plastic risks to the environment by
recycling and converting it into valuable products.<br>Also, We've organized a big event about
Entrepreneurship, Startups, Business and Marketing called "Shine Up2".
</p>
</div>
</div>
<div class="timeline-item" data-text="Hult Prize Banha University">
<div class="timline-content">
<img src="img/hult1.jpg" class="timeline-img" alt="Ahmed with Hult Prize Banha">
<h2 class="timeline-content-title">2019</h2>
<p class="timeline-content-desc">
I've tried a new adventure by joining the team as a 'Logistic Coordinator' to gain more
experience in new fields like how to organize events and to be responsible of audience
management. We've organized "Hult Prize Competition" which I was also participated in it as a
competitor with my project idea 'Greenvo' which aims to to recycle cattle’s dung to solve the
air pollution problem that caused by Methane gas emission from Cattle’s Dung and produces
Biogas and Organic Fertilizer.
</p>
</div>
</div>
<div class="timeline-item" data-text="IEEE BUB SB">
<div class="timline-content">
<img src="img/ieee1.jpg" class="timeline-img" alt="Ahmed with IEEE BUB SB">
<h2 class="timeline-content-title">2019</h2>
<p class="timeline-content-desc">
I've Joined the team as a Web Designer to work on designing web projects to explain and teach it
later to young programmers in the mega event called "Code Of Duty (COD)" to help youth to learn
Programming and practice in an easy way.
</p>
</div>
</div>
<div class="timeline-item" data-text="RETECH Community">
<div class="timline-content">
<img src="img/retech1.jpg" class="timeline-img" alt="Ahmed with RETECH">
<h2 class="timeline-content-title">2018</h2>
<p class="timeline-content-desc">
It was a special experiment I've spent here because I've stayed for 2 years here and worked in
several positions like 'Web Instructor Assistant', 'Content Writer', 'Social Media Coordinator'
and 'Vice Chairman' of the team. We were aiming to help youth in scientific and religious side
by organizing several sessions in Programming with Python, Wed Design, Embedded Systems, Machine
Learning and Android.
</p>
</div>
</div>
<div class="timeline-item" data-text="ACM">
<div class="timline-content">
<img src="img/acm1.png" class="timeline-img" alt="Ahmed with ACM Banha">
<h2 class="timeline-content-title">2018</h2>
<p class="timeline-content-desc">
The First community I've joined in my academic stage where I was learning the basics of
programming and problem solving with C++ Language.
</p>
</div>
</div>
</div>
</section>
<!-- Start Events -->
<section class="heading" id="eventsHead">
<h2>Events & Conferences</h2>
</section>
<section class="events">
<div class="slideshow">
<div class="slideshow-item">
<img src="img/event1.jpg"
alt="The Global Forum For Higher Education & Scientific Research in the New Administrative Capital, Egypt">
<div class="slideshow-item-text">
<h5>The Global Forum For Higher Education & Scientific Research, <span class="slideshow-date">April
2019</span></h5>
<p>The New Administrative Capital in Egypt has organized one of the biggest events in the world
which was talking about Education Development Process and the last important researches.</p>
</div>
</div>
<div class="slideshow-item">
<img src="img/event3.jpg" alt="Open Your Mind in the Greek Campus, Egypt">
<div class="slideshow-item-text">
<h5>Open Your Mind "OYM", <span class="slideshow-date">July
2019</span></h5>
<p>One of the most powerful events which was aiming to help youth to choose their future career by
telling them some of motivational stories about successful persons in their fields.</p>
</div>
</div>
<div class="slideshow-item">
<img src="img/event4.jpg" alt="Startups Without Borders in the American University, Egypt">
<div class="slideshow-item-text">
<h5>Startups Without Borders "SWB", <span class="slideshow-date">November
2019</span></h5>
<p>SWB is a big event was hold in the American University in Egypt, was talking about business
development, Entrepreneurship and how to start your own business and build your startup.</p>
</div>
</div>
<div class="slideshow-item">
<img src="img/event5.jpg" alt="International Book Fair, Egypt">
<div class="slideshow-item-text">
<h5>International Book Fair, <span class="slideshow-date">February 2020</span></h5>
<p>The Exhibtion Grounds in Egypt has witnessed one of the biggest annual events to introduce the
new important books from experienced and creative authors.</p>
</div>
</div>
<div class="slideshow-item">
<img src="img/hult3.jpg" alt="Hult Prize Competition, Egypt">
<div class="slideshow-item-text">
<h5>Hult Prize Competition, <span class="slideshow-date">February
2020</span></h5>
<p>An anual international exhibtion held in the exhibtions ground in Egypt to introduce the newest
electronical projects and the modern technology in different fields from a big companies and
organizations like Dell, Microsoft, Tesla and more of software and business Companies .
</p>
</div>
</div>
<div class="slideshow-item">
<img src="img/event6.jpg" alt="Cairo International Electronics and Technology Exhibtion, Egypt">
<div class="slideshow-item-text">
<h5>Cairo International Electronics and Technology Exhibtion, <span class="slideshow-date">December
2020</span></h5>
<p>An anual international exhibtion held in the exhibtions ground in Egypt to introduce the newest
electronical projects and the modern technology in different fields from a big companies and
organizations like Dell, Microsoft, Tesla and more of software and business Companies .
</p>
</div>
</div>
</div>
</section>
<!-- Start Skills -->
<section class="heading" id="skillsHead">
<h2>My Skills</h2>
</section>
<section class="skills">
<div class="skillBar techSkills">
<h3>Technical Skills</h3>
<div class="bar">
<div class="info">
<span>HTML</span>
</div>
<div class="progressLine html"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>CSS</span>
</div>
<div class="progressLine css"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>BOOTSTRAP</span>
</div>
<div class="progressLine bootstrap"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>JAVASCRIPT</span>
</div>
<div class="progressLine javascript"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>JQUERY</span>
</div>
<div class="progressLine jquery"><span></span></div>
</div>
</div>
<div class="skillBar profSkills">
<h3>Professional Skills</h3>
<div class="bar">
<div class="info">
<span>Communication</span>
</div>
<div class="progressLine communication"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>Teamwork</span>
</div>
<div class="progressLine teamwork"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>Creativity</span>
</div>
<div class="progressLine creativity"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>Project Management</span>
</div>
<div class="progressLine projmanagement"><span></span></div>
</div>
<div class="bar">
<div class="info">
<span>Problem Solving</span>
</div>
<div class="progressLine probsolv"><span></span></div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="heading" id="projectHead">
<h2>Latest Projects</h2>
</section>
<section class="projects">
<div class="projContainer">
<div class="imageCard">
<img src="img/product1.png">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Renastic</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard">
<img src="img/product2.png">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">BU Learn</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard">
<img src="img/product3.png">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Simple Portfolio1</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard">
<img src="img/product4.png">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Lambert</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard">
<img src="img/product5.png">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Visit Egypt</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard hidden">
<img src="img/product7.jpg">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Silver Necklace</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard hidden">
<img src="img/product7.jpg">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Silver Necklace</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard hidden">
<img src="img/product11.jpg">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Technology</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard hidden">
<img src="img/product12.jpg">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Brand</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard hidden">
<img src="img/product13.jpg">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Dark Back.</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
<div class="imageCard hidden">
<img src="img/product14.jpg">
<div class="overlay"></div>
<div class="projDetails">
<h2 class="projName">Light Back.</h2>
<a href="#" class="projLink">Browse Site!</a>
</div>
</div>
</div>
<div class="box100">
<button class="btn show-more">Show More</button>
</div>
</section>
<!-- Testimonials Section -->
<section class="heading" id="testiHead">
<h2>What People Say!</h2>
</section>
<section class="testiContain">
<div class="testim">
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card">
<div class="layer"></div>
<div class="content">
<p>He is a creative person that always create awesome designs.</p>
<div class="imgBx">
<img src="img/user-1.png">
</div>
<div class="details">
<h2>Shrouk Emam<br><span>Sales Executer</span></h2>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="layer"></div>
<div class="content">
<p>Good Designs that focus on Simplicity and Interaction with users.</p>
<div class="imgBx">
<img src="img/user-2.png">
</div>
<div class="details">
<h2>Amr El-Sayed<br><span>Web Designer</span></h2>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="layer"></div>
<div class="content">
<p>Hardworking Person creates great content that attract everyone.</p>
<div class="imgBx">
<img src="img/user-3.png">
</div>
<div class="details">
<h2>Omnia Tharwet<br><span>HR Director</span></h2>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="layer"></div>
<div class="content">
<p>I like his vision in his designs that he takes care of every detail in the project.</p>
<div class="imgBx">
<img src="img/user-1.png">
</div>
<div class="details">
<h2>Alaa Ahmed<br><span>Accountant</span></h2>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="layer"></div>
<div class="content">
<p>Creative and Nice Designer that attract your eyes in the first time you see the design.</p>
<div class="imgBx">
<img src="img/user-2.png">
</div>
<div class="details">
<h2>Omar Zaghlol<br><span>Machine Learning Engineer</span></h2>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card">
<div class="layer"></div>
<div class="content">
<p>He is Amazing Man that create a nice, simple and interactive websites.</p>
<div class="imgBx">
<img src="img/user-3.png">
</div>
<div class="details">
<h2>Shereen Hassan<br><span>Event Speaker</span></h2>
</div>
</div>
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<div class="contactInfo">
<div>
<h2>Contact Info</h2>
<ul class="info">
<li>
<span><img src="img/location.png"></span>
<span>
5th Tokhi Road<br>
Mansoura, EG
35511
</span>
</li>
<li>
<span><img src="img/mail.png"></span>
</li>
<li>
<span><img src="img/call.png"></span>
<span>+20 101-049-5597</span>
</li>
</ul>
</div>
<ul class="sci">
<li>
<a href="https://www.facebook.com/profile.php?id=100005116839262" target="_blank">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="https://github.com/AhmedHafez7-Eng" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ahmedhafez247/" target="_blank">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://twitter.com/AhmedHa77264814" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/ahmedhafez247/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class=" contactForm">
<h2>Send a Message</h2>
<div class="formBox">
<div class="inputBox wid50">
<input type="text" required>
<span>First Name</span>
</div>
<div class="inputBox wid50">
<input type="text" required>
<span>Last Name</span>
</div>
<div class="inputBox wid50">
<input type="email" required>
<span>Email Address</span>
</div>
<div class="inputBox wid50">
<input type="text" required>
<span>Mobile Number</span>
</div>
<div class="inputBox wid100">
<textarea required></textarea>
<span>Write Your Message Here...</span>
</div>
<div class="inputBox wid100">
<input type="submit" value="Send">
</div>
</div>
</div>
</div>
</section>
<!-- Start Footer -->
<section class="footer">
<p>Designed By Ahmed Hafez © - 2021</p>
</section>
<!-- Start TO TOP BUTTON -->
<div id='toTop'>
<i class="fas fa-angle-double-up fa-lg totop-icon" title="Go To Top"></i>
</div>
<script src="js/all.js"></script>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="js/myscript.js"></script>
</body>
</html>