-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (107 loc) · 4.98 KB
/
index.html
File metadata and controls
124 lines (107 loc) · 4.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mohammad Alkhateeb</title>
<link rel="icon" href="img/me2.jpg" type="image/jpg" sizes="16x16">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div id = "topimg"><img src="img/programmer.jpg" alt="programmer" width=100% height="100"></div>
<h1 class = "center" > Mohammad NoorAldeen Alkhateeb</h1>
<div id= "myimg">
<img src="img/me.jpg" alt="Mohammad Alkhateeb" width="300" height="550">
</div>
<div id="gmin">
<img src="img/gmind.png" alt="groeth mindset" width="300" height="150">
</div >
<div id="personal">
<ul>
<li>
<b>Date of Birth: </b>15th August 1987
</li>
<li>
<b>Place of Birth:</b> Irbid , Jordan
</li>
<li>
<b>Marital Status : </b>Single
</li>
<li>
<b>Nationality :</b>Jordanian
</li>
</ul></div>
</header>
<main>
<Article>
<section>
<h2 class = "center">Education</h2>
<div id= "edu">
<ul>
<li>
<b>MASTER IN COMPUTER ENGINEERING</b>: Jordan University of Science and Technology (J.U.S.T),Irbid, Jordan jun, 2016
</li>
<li>
<b>BACHELOR OF COMPUTER ENGINEERING</b>Jordan University of Science and Technology (J.U.S.T),Irbid, Jordan jun, 2010
</li>
<li>
<b>I AM STUDYING A SOFTWARE DEVLEOPMENT </b>at ASAC-LTUC now
</li>
</ul>
</div>
</section>
<section>
<h2 class = "center">Experience</h2>
<div id= "exp">
<ul>
<li >
<p> 1/10/2018 – 31/3/2019: <b>Technical Support , Jordan Statistics Department</b> ,Amman, Jordan</p>
</li>
<li>
<p>1/10/2016 – 30/9/2018: <b>Research Assistant , Jordan University of Science and Technology (J.U.S.T)</b> ,Irbid, Jordan</p>
</li>
<li>
<p>3/07/2016 – 25/8/2016: <b>Part-time Lecture , Jordan University of Science and Technology (J.U.S.T)</b> ,Irbid, Jordan</p>
</li>
<li>
<P>1/09/2010 – 28/2/2012: <b>Technical Support, Jordanian Education initiative </b> , Amman , Jordan</P>
</li>
</ul>
</div>
</section>
<section>
<h2 class = "center">10 great websites for learning English</h2>
<div id = "eng">
<div id= "engimg"><img src="img/englishimg.jpg" alt="english" width="500" height="300"></div>
<div id="engmenu">
<ol>
<li><a href="https://www.amigosingleses.com/">www.amigosingleses.com</a></li>
<li><a href="https://www.bbc.co.uk/learningenglish">www.bbc.co.uk/learningenglish</a></li>
<li><a href="http://learnenglish.britishcouncil.org/">learnenglish.britishcouncil.org</a></li>
<li><a href="https://www.duolingo.com/">www.duolingo.com</a></li>
<li><a href="https://www.flo-joe.co.uk/">www.flo-joe.co.uk</a></li>
<li><a href="https://www.rosettastone.com/languages/best-language-learning-app?prid=livemocha_com">www.rosettastone.com</a></li>
<li><a href="https://lyricstraining.com/">lyricstraining.com</a></li>
<li><a href="https://www.newsinlevels.com/">www.newsinlevels.com</a></li>
<li><a href="https://www.talkenglish.com/">www.talkenglish.com</a></li>
<li><a href="https://www.ted.com/">www.ted.com</a></li>
</ol>
</div>
</div>
</section>
</Article>
<Article>
<section>
<p id = "fin"><b>I aim to</b> develop my skills and find the field in which I find myself capable of creativity to serve my community and advance towards development, progress and live in peace</p>
</section>
</Article>
</main>
<script src="js/app.js"> </script>
<footer>
<p class="center">CopyRight @Mohammad</p>
</footer>
</body>
</html>