-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (72 loc) · 3.15 KB
/
index.html
File metadata and controls
86 lines (72 loc) · 3.15 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
<!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>About ME</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header id>
<h1 id="header-background">
About Me
</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Contact with me</a></li>
</ul>
</nav>
</header>
<main>
<p id="firstp"><b>
<span>My full name is</span></b> Bashar Nezam Al-Syouri
I am 28 years old, I live in Amman.</p>
<ul> <li>
<p class="p1"><b><span class="first-span">MY Education:</span></b> I have a bachelor's degree in Accounting in English
from Faculty of Economics, Science and Administration , Applied Science Private University in 2016. </p>
</li>
<li>
<p class="p1"><b><span class="sixth-span">My work experience:</span></b> I have an experience in cash system in malls
because I worked as a cashier for a four years. </p>
</li>
</ul>
<p class="p1"><b><span class="second-span">Golas:</span></b>
I have big goal for my future and I know the only I will achieve those is it I work hard ,
I graduated from universty in excellent accounting background,
main the ability to learn new skills with accordance to the institution job and improve upon them.</p>
<p class="p1"><b><span class="third-span">My hobbies are:</span></b>
I enjoy keeping fit and go to the gym to exercises it give me positive energy to do my work ,
I enjoy reading and cooking to make some of delicacy sweets.
This help me to be comfortable, Finally I enjoy spending time with my family and my friends, this help me to relax</p>
<p class="p1"><b><span class="forth-span">My strenght:</span></b></p>
<ol>
<li id="firstItem">The art of listening to other.</li>
<li class="secondItem">I can work under pressure I've patience.</li>
<li class="secondItem">I have an ability that I consider to be good at adaptability with others
and have a self motivation that encourages me to keep going and face obstacles.</li>
</ol>
<p class="p1">
<b><span class="fifth-span"> Top 10 Most Expensive Cars In The World</span></b>
</p>
<ol>
<li>Koenigsegg CCXR Trevita ($4.8M)</li>
<li>Lamborghini Veneno ($4.5M)</li>
<li>W Motors Lykan Hypersport ($3.4M)</li>
<li>Mansory Vivere Bugatti Veyron ($3.4M)</li>
<li>Ferrari F60 America ($2.5M)</li>
<li>Koenigsegg One:1 ($2.0M)</li>
<li>Aston Martin One-77 ($1.4M)</li>
<li>Pagani Huayra ($1.4M)</li>
<li>Ferrari LaFerrari ($1.4M)</li>
<li>Zenvo ST1 ($1.2M)</li>
</ol>
</main>
<footer>
© 2021
</footer>
<script src="js/app.js"></script>
</body>
</html>