-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<title>Mussab ElDash</title>
<link rel="stylesheet" type="text/css" href="css/index.css">
<script src="https://code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="scripts/index.js"></script>
<style type="text/css" id="" title="Temp" media="screen">
.gwd-body {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="aboutme" id="aboutme"><p>Mussab ElDash</p>
<img src="images/guc.png">
<p>Computer Science student at The German University in Cairo.</p>
<p>Junior Teaching Asistant for CSEN102 and CSEN202</p>
<img src="images/code.jpg">
<p>I love programming and problem solving.</p>
</div>
<img class="gwd-img-4ddq" id="bgcur" src="images/colors.png" onclick="togbgview()">
<img class="adultimgstart transition" id="adultimg" src="images/adult.jpg" onclick="adultimglocation()">
<div class="gwd-div-hil2" id="bgextended"></div>
<div class="circlebgclass whitebgclass" id="bgwhite" onclick="bgwhite()"></div>
<div class="circlebgclass blackbgclass" id="bgblack" onclick="bgblack()"></div>
<div class="circlebgclass greenbgclass" id="bggreen" onclick="bggreen()"></div>
<div class="circlebgclass orangebgclass" id="bgorange" onclick="bgorange()"></div>
<a href="mailto:[email protected]"><img class="gmailleft" id="gmailicon" src="images/gmail.png"></a>
<a href="http://www.linkedin.com/pub/mussab-eldash/50/469/732"><img class="linkedinleft" id="linkedinicon" src="images/linkedin.png"></a>
<a href="https://play.google.com/store/apps/developer?id=Mussab+ElDash"><img class="play" src="images/google_play.png"></a>
<a href="https://facebook.com/mussabkarim"><img class="facebook" src="images/facebook.png"></a>
</body>
</html>