-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (81 loc) · 2.09 KB
/
index.html
File metadata and controls
82 lines (81 loc) · 2.09 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
<!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>Quiz</title>
<link rel="shortcut icon" href="img/illustration-quiz-icon-on-white-260nw-1129762556.jpg" type="image/x-icon">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>About Me</h1>
<h3>Hi and welcome to my small quiz</h3>
</header>
<main>
<article>
<section>
<p id = "intro">
My name is Mohammed Mansi, I'm 24 years old, I graduated with a bachelor degree in mechanical engineering from AL-Balqa applied university, I graduated two years ago ever since that I worked several jobs, first in several shops of different kinds and then I worked for Extensya company for one year and three months after finding that working there was a dead end I wanted to move in another direction in my carrer and I found this oppertunity here in ASAC, and decided to go into this new adventure.
</p>
<p id = "exp">
Education and experince:
<ul>
<li>
Graduated with a bachelor degree in mechanical engineering.
</li>
<li>
Worked at several jobs as cashier or organizer at different stores.
</li>
<li>
Worked for one year and three months as customer service reresintative in extensya.
</li>
</ul>
</p>
</section>
<section>
<p id = "top">My top ten favourite Anime shows of all time:
<ol>
<li>
1. One Piece
</li>
<li>
2. Jojo's bizzare adventure
</li>
<li>
3. Grand blue
</li>
<li>
4. The Ancient Magus Bride
</li>
<li>
5. Dorohedoro
</li>
<li>
6. Black Lagoon
</li>
<li>
7. Mob psycho 100
</li>
<li>
8. Ping Pong The Animation
</li>
<li>
9. Vinland Saga
</li>
<li>
10. Violet Evergarden
</li>
</ol>
</p>
</section>
</article>
</main>
<footer>
<p>Copyright 2021 to lab02 and Mohammed Mansi</p>
</footer>
<script src="js/app.js"></script>
</body>
</html>