-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
536 lines (491 loc) · 22.7 KB
/
index.html
File metadata and controls
536 lines (491 loc) · 22.7 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
<!DOCTYPE html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-12505632-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-12505632-3');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Abdallah Hemdan</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="img/profile.jpg" style="border-radius: 15px;">
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link href="css/resume.min.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Abdallah Hemdan</span>
<span class="d-none d-lg-block">
<p id="Hemdan">A B D A L L A H <br> H E M D A N</p>
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<div class="header">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
</div>
<!-- About Section is done, Thanks to God-->
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="about">
<div class="w-100">
<h1 class="mb-0">Abdallah
<span class="text-primary">Hemdan</span>
</h1>
<div class="subheading mb-5"> 8B, El-Shams St, Ain Helwan, Cairo, EG, 21523.
</div>
<p class="lead mb-5"><i>I am a Junior Computer Engineering Student at Faculty of Engineering Cairo University, Problem Solver who is dedicated in competitive programming and participating in different online judges like CodeForces, hackerRank, UVA and HackerEarth. My hobby is creating a cool project in my free time.</i></p>
<div class="social-icons">
<a href="https://github.com/AbdallahHemdan"target="_black">
<i title="Github" class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/abdallah-a-hemdan-4a94a614a/" target="_black">
<i title="Linkedin" class="fab fa-linkedin-in"></i>
</a>
<a href="mailto:abdallah.ahmed.hemdan@gmail.com"target="_black">
<i title="My mail" class="far fa-envelope"></i>
</a>
<a href="https://www.hackerrank.com/Hemdan"target="_black">
<i title="HackerRank" class="fab fa-hackerrank"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=100009270028400"target="_black">
<i title="FaceBook" class="fab fa-facebook-f"></i>
</a>
<a href="https://codeforces.com/profile/AbdallahHemdan"target="_black">
<i title="CodeForces" class="fas fa-link"></i>
</a>
</div>
</div>
</section>
<hr class="m-0">
<!-- Education Section is done, Thanks to God-->
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="education">
<div class="w-100">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Faculty of Engineering, Cairo University</h3>
<div class="subheading mb-3">Computer Engineering</div>
<div>2<sup>nd</sup> Year in Computer Engineering Department</div>
<p>GPA: 3.6</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2017 - May 2022</span>
</div>
</div>
<br>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Extracurricular</h3>
<!-- <div class="subheading mb-3">I E E E Cairo University</div> -->
<div class="subheading mb-3">ACM-ICPC Chapter at FECU</div>
<div>Instructor at the ACM-ICPC Chapter at Cairo University-Faculty of Engineering
Helping FECU, students improve their problem solving and algorithmic skills by explaining sessions in algorithms and data-structures
and creating weekly contest for them as a practices for the session.
</div>
<div class="subheading mb-3">IEEE Chapter at FECU</div>
<div>
Team member at the IEEE Chapter at Cairo University-Faculty of Engineering
Helping Marketing team to create events and market for the new courses by creating an innovative ideas and creative methods to market for the Chapter.
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2018 - Currently</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<!-- Projects Section is done, Thanks to God -->
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="projects">
<div class="w-100">
<h2 class="mb-5">projects</h2>
<!-- PathfindingVisualizer: -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Pathfinding Visualizer</h3>
<div class="subheading mb-3">[JS / CSS / HTML]</div>
<p>PATHFINDING VISUALIZER is a dynamically visualization app used to visualize the process of finding the shortest path from some source
to destination using bunch of different shortest-path algorithms with the functionality of moving source, destination and adding or removing blocks.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Feb. 2019</span>
</div>
</div>
<!-- Sorting Visualizer -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Sorting Visualizer</h3>
<div class="subheading mb-3">[JS / CSS / HTML]</div>
<p>Sorting.Visualizer is an application for visualizing a collection of most well-known sorting algorithms [Selection
Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort] to help in understanding how they work, with the functionality of
controlling the speed and the size of input data</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Oct. 2019</span>
</div>
</div>
<!-- DidUMean -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">DidUMean</h3>
<div class="subheading mb-3">[C++]</div>
<p>DidUMean is a spelling checker application checks your spelling and recommend words for you in case of wrong spelling, the
recommendation based on levenshtein distance (Edit-Distance) using prefix tree (trie).</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Feb. 2019</span>
</div>
</div>
<!-- FirstToSolve -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">First To Solve</h3>
<div class="subheading mb-3">[C# / ASP.NET / SQL Server]</div>
<p>FirstToSolve is a web application to grab problems from other online judges like CodeForces with the
functionality of submitting problems using automated system and getting the info's for each submission, creating contests, teams, groups
and organizations, joining a group, organization, writing and publishing a blogs, adding a user to your friends list.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Dec. 2019</span>
</div>
</div>
<!-- Space Trippers -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Space Trippers</h3>
<div class="subheading mb-3">[Typescript / WebGL]</div>
<p>Space Trippers is a 3D infinite survival game, the goal of the game is to survive as long as possible and get the
highest score by avoiding the obstacles (stones), each player has five lives after them he will lose</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Dec. 2019</span>
</div>
</div>
<!-- Tayara -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Tayara</h3>
<div class="subheading mb-3">[C++ / CMU GraphicsLib]</div>
<p>
Tayara is a Desktop app that organizes and simulate the delivery process of a multi branch restaurant as
a project of Data structures course.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Feb. 2019</span>
</div>
</div>
<!-- Paint for kids -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Paint for Kids</h3>
<div class="subheading mb-3">[C / C++ / CMU GraphicsLib]</div>
<p>
Paint for Kids is a fancy colorful educational application for kids with playing game Mode and some of the
functionality of Windows Paint as a project of Object-Oriented Programming Course.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Nov. 2018</span>
</div>
</div>
<!-- FifteenPuzzleGame: -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Fifteen Puzzle Game</h3>
<div class="subheading mb-3">[JS / CSS / HTML]</div>
<p>
my implementation of the classic fifteen-puzzle-game which consists of 4x4 grid with 15 tiles numbered from 1
to 15. Tiles are moved to order the numbers as ascending order and put the empty cell in position 16.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Jun. 2019</span>
</div>
</div>
<!-- HamDola2048 -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">HamDola 2048</h3>
<div class="subheading mb-3">[JS / CSS / HTML]</div>
<p>
my Implementation of 2048 game which is a single-player sliding block puzzle game with objective of combine the
tiles with same value to create a tile with value equal to summation of them, the game end after getting a tile with number equal to 2048.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Jun. 2019</span>
</div>
</div>
<!-- CircuitsSolver -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">CircuitsSolver</h3>
<div class="subheading mb-3">[C++]</div>
<p>CircuitsSolver is a DC/AC Circuit Solver as a Project of Circuits Course Using Some Electrical Methods to Generate the
Equations and use External Library to Solve the Equations.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Aug. 2018</span>
</div>
</div>
<!-- MazeGenerator -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">MazeGenerator</h3>
<div class="subheading mb-3">[C++]</div>
<p>it is a flexible size random maze implemented using Union Find Set (DSU).</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Mar. 2019</span>
</div>
</div>
<!-- Fired or Tired -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Fired or Tired</h3>
<div class="subheading mb-3">[Assembly X86]</div>
<p>
Fired or Tired ] a 2-player assembly X86 shooting game with 2-levels of difficulty where each player has a gun,
3-lives to win and infinite number of power-ups that appears randomly in the game-area.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Mar. 2019</span>
</div>
</div>
<!-- TetrisGame -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">TetrisGame</h3>
<div class="subheading mb-3"> [C++ / SDL]</div>
<p>
TetrisGame is my implementation of Tetris game (Puzzle Game) with adding the full control of the game Moving
the Piece, Rotation of the piece and showing the next Piece.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May. 2019</span>
</div>
</div>
<!-- HemPad -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">HemPad</h3>
<div class="subheading mb-3">[C++ / QT]</div>
<p>
HemPad is a Text editor like (Microsoft Word-Pad) with fully functional of editing tools like
New, Open, Save as, Print, Exit, Copy, Paste, Cut, Undo and Redo.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Jun. 2019</span>
</div>
</div>
<!-- Sketchpad -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Sketchpad</h3>
<div class="subheading mb-3">[C#]</div>
<p>
SketchPad is a drawing app, allow drawing with different pen-widths, colors, using eraser to erase
specific part or using clear to reset the board and take a screenshot for your drawing.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Jun. 2019</span>
</div>
</div>
<!-- Others -->
<div class="resume-item d-flex flex-column flex-md-row justify-content-between">
<div class="resume-content">
<h3 class="mb-0">Others</h3>
<p>
<b>Portfolio</b> [HTML / CSS / JS], <b>Maze-Generator</b> [C++], <b>Emoji-Fly</b> [HTML / CSS / JS], <b>RoboArm</b> [MATLAB], <b>Dynamic-Wallpaper</b> [Python],
<b>Snake-Game</b> [Python], <b>Focus-To-Do</b> [HTML / CSS / JS], <b>Robot-Car [Arduino C]</b>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Dec. 2018 to Dec. 2019</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="skills">
<div class="w-100">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline dev-icons">
<!-- C -->
<li class="list-inline-item">
<i title="C" class="devicon-c-plain colored"></i>
</li>
<!-- C++ -->
<li class="list-inline-item">
<i title="C++" class="devicon-cplusplus-plain colored"></i>
</li>
<!-- Python -->
<li class="list-inline-item">
<i title="Python" class="devicon-python-plain colored"></i>
</li>
<!-- C# -->
<li class="list-inline-item">
<i title="C#" class="devicon-csharp-plain colored"></i>
</li>
<!-- JavaScrip -->
<li class="list-inline-item">
<i title="JavaScrip" class="devicon-javascript-plain colored"></i>
</li>
<!-- HTML5 -->
<li class="list-inline-item">
<i title="HTML5" class="devicon-html5-plain colored"></i>
</li>
<!-- CSS3 -->
<li class="list-inline-item">
<i title="CSS3" class="devicon-css3-plain colored"></i>
</li>
<!-- DotNet -->
<li class="list-inline-item">
<i title="DotNet" class="devicon-dot-net-plain colored"></i>
</li>
<!-- MySQL -->
<li class="list-inline-item">
<i title="MySQL" class="devicon-mysql-plain colored"></i>
</li>
<!-- NodeJS -->
<li class="list-inline-item">
<i title="NodeJS" class="devicon-nodejs-plain colored"></i>
</li>
<!-- Jquery -->
<li class="list-inline-item">
<i title="jquery" class="devicon-jquery-plain colored"></i>
</li>
</ul>
<div class="subheading mb-3">Version Control</div>
<ul class="list-inline dev-icons">
<!-- Git -->
<li class="list-inline-item">
<i title="Git" class="devicon-git-plain colored"></i>
</li>
<!-- Github -->
<li class="list-inline-item">
<i title="Github" class="devicon-github-plain colored"></i>
</li>
</ul>
<div class="subheading mb-3">Concepts</div>
<ul class="fa-ul mb-0">
<!-- Data-Structure -->
<li>
<i class="fa-li fa fa-check"></i>
Data-Structure
</li>
<!-- Algorithms -->
<li>
<i class="fa-li fa fa-check"></i>
Algorithms
</li>
<!-- OOP -->
<li>
<i class="fa-li fa fa-check"></i>
Object-Oriented-Programming (OOP)
</li>
<!-- Database -->
<li>
<i class="fa-li fa fa-check"></i>
Database
</li>
</ul>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="awards">
<div class="w-100">
<h2 class="mb-5">Accomplishments & Awards</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup>
Place - Faculty of Engineering Cairo University Collegiate Programming Contest 2019 (FECU-CPC'19)
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
32<sup>th</sup>
Place - the Egyptian Collegiate Programming Contest 2019 (ECPC'19)
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Participate in the Africa and Arab Collegiate Programming Contest 2019 (ACPC'19)
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
4<sup>th</sup>
Place - research project for the Mathematics course MTH225 in the 5th UEMF
Organized by (TCCD).
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Expert
- on CodeForces with Rate: 1823 <a style="color: #09B4B4;" href="https://codeforces.com/profile/AbdallahHemdan" target="_black"> <b>[CodeForces Account]</b></a>
</li>
</ul>
</div>
</section>
<hr class="m-0">
<footer style="padding: 6px;padding-left: 10px">
<div>
<p style="text-align: center;color: rgb(0, 0, 0); font-weight: bold;">CopyRight ©Abdallah Hemdan 2020.</p>
</div>
</footer>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
<script>
window.onscroll = function() {myFunction()};
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100 - 15;
document.getElementById("myBar").style.width = scrolled + "%";
}
</script>
</body>
</html>