forked from samer-allaham/About-me
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
56 lines (49 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<header>
welcome
</header>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h3> An introduction:</h3>
<p>
Hi, my name is Samer Al-laham im 23 years old,im an MIS graduated from Al-balqaa university and i live in
Amman,jordan.
</p>
<!-- <h3> Past experiences and goals: </h3>
<p>
I worked for many diffrent companies and did alot of diffrent jobs mainly worked in Data entry and now im
working in LTUC as a Teacher Assistant,my goal right now is to be successful at what i do and help other people
to become successful in life aswell.
</p> -->
<p>
<h4> top 10 artists:</h4>
<ol>
<li>Pablo Picasso</li>
<li>Vincent van Gogh </li>
<li>Leonardo da Vinci</li>
<li> Michelangelo</li>
<li>Henri Matisse</li>
<li>Jackson Pollock</li>
<li>Edvard Munch</li>
<li>Claude Monet</li>
<li>Salvador Dalí</li>
<li>Edward Hopper</li>
</ol>
<h4>my work experience and past education:</h4>
<ul>
<li>Bachelor Degree in MIS from Albalqaa university</li>
<li>Promoter for Attention company</li>
<li>Data entrey and call center agent for Ashyaat </li>
<li>Data entrey and Team leader for HimAndHer store</li>
<li>Admin officer for LTUC</li>
<li>Teacher Assistant for LTUC</li>
</ul>
</p>
<footer>
</footer>
<script src="jss/app.js"></script>
</body>
</html>