-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (47 loc) · 1.6 KB
/
index.html
File metadata and controls
61 lines (47 loc) · 1.6 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
<!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 gusseing game</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>About ME </h1>
</header>
<main>
<article>
<ul>
Hello all
<li> I am Dunia Al Kilani ;</li>
<li>I studied Electrical engineering at the Hashemite University </li>
<li> Immediately after my graduation, I was employed as sales and technical Engineer at Tal Group.</li>
<li>To be honest, I did not find myself in the field of electrical engineering much, so I decided to start learning programming.</li>
<li> I think it is the language of the age and the most important science now.</li>
<li> I aspire to develop myself a lot in the field of programming, and get a job in this field. Wish me luck !</li>
</ul>
<h2>TOP TEN FAVOURITE FOOTBALL PLAYERS :</h2>
<img src="https://i.pinimg.com/originals/1e/11/2e/1e112e0b858a288a1374f529925e4795.gif" alt="FOOTBALL">
<ol>
<li>Cristiano Ronaldo</li>
<li>Sergio Ramos</li>
<li>Luka Modric</li>
<li>Kylian Mbappé</li>
<li>Marcelo</li>
<li>Benzema</li>
<li> Federico Valverde</li>
<li>Toni Kroos</li>
<li>Daniel Carvajal</li>
<li>Casemero</li>
</ol>
</article>
</main>
<footer>
©Dunia Alkilany
</footer>
<script src="js/app.js"></script>
</body>
</html>