-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (39 loc) · 1.46 KB
/
index.html
File metadata and controls
50 lines (39 loc) · 1.46 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
<!doctype html>
<html>
<head><title> about me</title> </head>
<meta charset="utf-8">
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
<body>
<header>
<h1> saja alraja welcome to my website</h1>
<ul id="education">the education and experience
<li><a href="#">name unieversity and graduated year : from yarmouk unieversity 2016 </a>
<li> <a href="#">major: computer science </a></li>
<li> <a href="#">i worked: teacher before year </a></li>
</ul>
<ol id="topten">the top ten of the game
<li> <a href="#">saja</a></li>
<li><a href="#">esraa</a></li>
<li><a href="#">ahlam</a></li>
<li><a href="#">amna </a></li>
<li><a href="#">meme</a></li>
<li><a href="#">layan</a></li>
<li><a href="#">leen</a></li>
<li><a href="#">raya</a></li>
</ol>
</header>
<main>
<article>
<section >
<img src=https://www.fadaeyat.co/vb/imgcache/2/51321fadaeyat.jpg id="imgg">
<p id="pa">my name is saja alraja from irbid im 27 years old i have BA in computer science i graduated from yarmouk unieversity in 2016 i worked computer teacher in school before year </p>
</section>
</article>
</main>
<footer>
<p id="para"> welcome in my website </p>
</footer>
<script src="app.js"> </script>
</body>
</html>