-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (62 loc) · 1.92 KB
/
index.html
File metadata and controls
72 lines (62 loc) · 1.92 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
<!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>Document</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1></h1>
</header>
<main>
<p id="me">
Hello, my name is Wijdan Khaled and I am 22.
I studied computer science at Al-Balqa Applied University.
I recently graduated from it. When I graduated,
I applied to many companies, but I did not accept any of them.
I know that it seems normal not to be hired immediately
after graduation, and I need to be patient,
but in this area of programming, you need to prove yourself from
the begining
so I thought what I should do.
I must develoap and improve myself ,
and this is what I found in this course
I really enjoy it and hope to complete it successfully
fun fact about me i sleepe alot and drinke coffe before
going to sleep
note:
Things that make me happy cats and coffee I have a cat named Cady
In my spare time I like to watch movies and learn a new language. I am learning Spanish now
</p>
<nav>
<h3>top ten list of my favert movies:</h3>
<ol>
<li>Small Axe: Lovers Rock</li>
<li>Nomadland</li>
<li>American Utopia</li>
<li>First Cow</li>
<li>Da 5 Bloods</li>
<li>Minari</li>
<li>Beanpole</li>
<li>Never Rarely Sometimes Always</li>
<li>The Nest</li>
<li>The Assistant</li>
</ol>
<h3> MY education .</h3>
<ul>
<li>Computer science Balqaa applied university</li>
<li > JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</nav>
</main>
<footer>
©:2021
</footer>
<script src="js/app.js"></script>
</body>
</html>