-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (89 loc) · 4.75 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
<!DOCTYPE HTML>
<html>
<head>
<title>Omar ElAzazy</title>
<link rel="shortcut icon" href="img/icon/me7.ico"/>
<link rel="stylesheet" type="text/css" href="style/profile.css"/>
<script type="text/javascript" src="scripts/profile.js"></script>
<link src='http://fonts.googleapis.com/css?family=Quicksand' onloadrel='stylesheet' type='text/css'>
</head>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48816142-1', 'www.oa12gb.com');
ga('send', 'pageview');
</script>
<body id="body" style="display: block;" onload="orient_tabs()">
<img id="centerImage" class="transition" src="img/me/me7.png"/>
<a href="http://www.facebook.com/oa12gb">
<img id="tab1" style="position:relative; left: -10000px; top:-10000px;" class="transition" alt="Facebook" title="Facebook" class="tab" src="img/tabs/facebook.png" onmouseover="enlarge(this)" onmouseout="normalit(this)"/>
</a>
<a href="http://community.topcoder.com/tc?module=MemberProfile&cr=22690044">
<img id="tab2" style="position:relative; left: -10000px; top:-10000px;" class="transition" alt="Topcoder" title="Topcoder" class="tab" src="img/tabs/topcoder.png" onmouseover="enlarge(this)" onmouseout="normalit(this)"/>
</a>
<a href="http://www.linkedin.com/pub/omar-elazazy/12/792/806">
<img id="tab3" style="position:relative; left: -10000px; top:-10000px;" class="transition" class="tab" alt="Linkedin" title="Linkedin" src="img/tabs/linkedin.png" onmouseover="enlarge(this)" onmouseout="normalit(this)"/>
</a>
<a href="https://github.com/Omar-ElAzazy">
<img id="tab4" style="position:relative; left: -10000px; top:-10000px;" class="transition" class="tab" alt="Github" title="Github" src="img/tabs/github.png" onmouseover="enlarge(this)" onmouseout="normalit(this)"/>
</a>
<a href="mailto:oa12gb@gmail.com">
<img id="tab5" style="position:relative; left: -10000px; top:-10000px;" class="transition" class="tab" alt="Gmail" title="Gmail" src="img/tabs/gmail.png" onmouseover="enlarge(this)" onmouseout="normalit(this)"/>
</a>
<!--162, 54, 7-->
<img id="tab6" class="transition" class="tab" alt="About Me" style="cursor: pointer; position:relative; left: -10000px; top:-10000px;" title="About Me" src="img/tabs/aboutme.png" onclick="showInfo(this)" onmouseover="enlarge(this)" onmouseout="normalit(this)"/>
<div id="aboutme" style="text-align:center;">
<h3 >About me</h3>
My name is Omar ElAzazy, an Egyptian computer science student. Love travelling and have already been to 30 different cities outside Egypt:<br>
Amsterdam, Netherlands<br>
Brussels, Belgium<br>
Paris, France<br>
Prague, Czech Republic<br>
Vienna, Austria<br>
Marrakesh, Morroco<br>
Zurich, Switzerland<br>
Schaffhausen, Switzerland<br>
Metzingen, Germany<br>
Frankfurt, Germany<br>
Karlsruhe, Germany<br>
Cologne, Germany<br>
Feldberg, Germany<br>
Heidelberg, Germany<br>
Stuttgart, Germany<br>
Sofia, Bulgaria<br>
Plovdiv, Bulgaria<br>
Warsaw, Poland<br>
Saint-Petersburg, Russia<br>
Yekaterinburg, Russia<br>
Beirut, Lebanon<br>
Samut Prakan, Thailand<br>
Pataya, Thailand<br>
Waterloo, Canada<br>
Toronto, Canada<br>
Seattle, USA<br>
Redmond, USA<br>
Bellevue, USA<br>
Maui (Hawaii), USA<br>
Amman, Jordan<br>
And visited more cities inside Egypt
</div>
<div id="experience">
<h3 style="text-align:center;">Here is most of my experience</h3>
<ul style="list-style-type:none">
<li>SDE intern at <a href="http://www.microsoft.com/en-eg/default.aspx">Microsoft</a> Redmond, Summer 2013</li>
<li>R&D intern at <a href="http://www.trustious.com/">Trustious</a> , Summer 2012</li>
<li>1 Silver and 2 Bronze medals at The International Olympiad in Informatics</li>
<li>Champions of Africa and the Middle East in ACM ICPC World Finals, 2012</li>
<li>Champions of ACPC for 2 years</li>
<li>Gold medals at The Egyptian Olympiad in Informatics</li>
<li>JTA at <a href="http://met.guc.edu.eg/Courses/CourseEdition.aspx?crsEdId=270">Math 501</a> and <a href="http://met.guc.edu.eg/Courses/CourseEdition.aspx?crsEdId=330">CSEN 101</a> courses</li>
</ul>
</div>
<div id="role" style="text-align:center;">
<h3>Role</h3>
Team Leader of Component 1
</div>
</body>
</html>