forked from Mahmoud-Khader/AboutMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (54 loc) · 1.78 KB
/
index.html
File metadata and controls
54 lines (54 loc) · 1.78 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
<!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>AboutMe</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header><h1>About Me Page</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="https://docs.google.com/document/d/1wWOgXC04oafLxNTLSJ3lBnuj3L5nkgRzgMCoWSLOtJY/edit">AboutMe</a></li>
<li><a href="https://www.facebook.com/mahmoud.khader.146">Contact</a></li>
</ul>
</nav>
</header>
<main>
<P>NOTE THAT YOU CAN USE THE LINKS FOR MORE INFORMATION</P>
<p>My name is Mahmoud Khader,i'm 26 years old , i live in Amman/Jordan and now i'm studying programming in LTUS (ASAC) and i hope to be a good programmer and my fav clor is red</p>
<p>My Work Experiance:</p>
<ul>
<li>1. Beam Co. as a site civil engineer 1/2019-1/2020</li>
<li>2. Arena Space Hotle as a Cashier and accountant 8/2013-1/2014</li>
<li>3. Sameh Mall as a Cashier</li>
</ul>
<p>My Edication:</p>
<ul>
<li>1. Bachelor Degree in Civil engineering from Al-Balqa Applied University</li>
<li>2. Diploma Degree in Civil Engineering From Wadi Al Seer College</li>
</ul>
<p>My top 10 Video Games :</p>
<ol>
<li> Dota2</li>
<li> Wourld of warcarft (WOW)</li>
<li> Monster Hunter World</li>
<li> Assasin's Creed</li>
<li> Darksiders</li>
<li> Hearthstone</li>
<li> Call of Duty</li>
<li> Counter Strike CSGO</li>
<li> Overwatch</li>
<li> Warcraft 3</li>
</ol>
</main>
<footer>
© MahmoudKhader
</footer>
<script src="js/app.js"></script>
</body>
</html>