forked from omaarsherif/Basic-CV-Structure-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
63 lines (59 loc) · 2.03 KB
/
index2.html
File metadata and controls
63 lines (59 loc) · 2.03 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
<!DOCTYPE html>
<html>
<head>
<title>Omar's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="circle-cropped.png" alt="omar picture">
</td>
<td>
<h1>Omar Sherif</h1>
<p><em>Faculty of Engineering — Alexandria Universty, Egypt</em></p>
<p><em>2017-2022</em></p>
</td>
</tr>
</table>
<hr>
<h2>Projects</h2>
<ul>
<li>Simple Newspaper Image Detector</li>
<p>Language Used : Python</p>
<li>Library System</li>
<p>Language Used : C</p>
<li>OMDB and TasteDive Mashup</li>
<p>Language Used : Python</p>
<li>Sentiment Classifier</li>
<p>Language Used : Python</p>
<li>Wheel of Fortune</li>
<p>Language Used : Python</p>
</ul>
<hr>
<h2>Skills</h2>
<ul>
<li>Python</li>
<li>C</li>
<li>Data Structures</li>
<li>Algorithms</li>
<li>OOP/OOD</li>
<li>Git</li>
</ul>
<hr>
<h2>Certificates</h2>
<ul>
<li><a href="https://coursera-certificate-images.s3.amazonaws.com/HLN47EGXS633" target="_blank">Python 3 Programming</a><br><p>—Universty Of Michigan | Coursera</p></li>
<li>Algorithmic Toolbox</li>
<p>—Universty Of San Diego | Coursera</p>
</ul>
<hr>
<h2>Contact</h2>
<ul>
<li><a href="http://www.linkedin.com/in/omaar-sherif" target="_blank">LinkedIn</a></li><br>
<li><a href="https://github.com/omaarsherif" target="_blank">GitHub</a></li>
<li><p>Email: omar.sherif.abdallah@gmail.com</p></li>
<li><p>Phone Number: +201030100800</p></li>
</ul>
</body>
</html>