-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
</head>
<body>
<h1> Abdelrhman Mohamed</h1>
<h2> Web Developer</h2>
<hr/>
<h2>Summary </h2>
<p>Very eager to learn and apply all knowledge in real-life with strong interest
in programming, and highly motivated when working with a team.
</p>
<hr/>
<h2>Skills</h2>
<ul>
<li>Fundamentals of programming.</li>
<li> Strong background in C++/Git/GitHub.</li>
<li>Microsoft (Word, PowerPoint, Excel).</li>
<li> Hands-on experience with Modelsim/Multisim.</li>
</ul>
<hr/>
<h2>Education</h2>
<ul>
<li><h3>Cairo Unniversity faculty of Engineering | 2023-2028</h3>
<p>Undergraduate student, Bachelor's degree of
Electronics and Communication Engineering.<br> GPA: 3.78</p>
</li>
<li><h3>Helwan-Elthanwia-Banen school | 2020-2023</h3>
<p>Completed High school with courses in English, Math
and Science.<br> Graduated with total grades of 394 out of 410 at last year.</p>
</li>
</ul>
<hr/>
<h2> Projects</h2>
<a href="./public/movie-ranking.html"><img src="./assets/images/Screenshot movie.png" alt="movie project" height="200" draggable="true"/></a>
<a href="./public/birthday-invite.html"><img src="./assets/images/Screenshot cake.png" alt="birthday-invite project" height="200" draggable="true"/> </a>
<hr/>
<h2>Languages</h2>
<ul>
<li>Arabic:⭐️⭐️⭐️⭐️⭐️</li>
<li>English:⭐️⭐️⭐️⭐️</li>
<li>French:⭐️⭐️</li>
</ul>
<hr/>
<h2>Hobbies</h2>
<ul>
<li>Chess</li>
<li>Problem solving</li>
</ul>
<hr/>
<h2>Other</h2>
<ul>
<li> <a href="./public/about.html">About me</a> </li>
<li> <a href="./public/contact.html">Contact me</a> </li>
</ul>
<footer><p>Copyright©Abdelrhman</p></footer>
</body>
</html>