forked from furatmalkawi29/Guessing-Game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (46 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<title>Guessing Game</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header></header>
<main>
<div class="cont">
<h1>About The Web Page Author:</h1>
<div class="bio"> <h2>
Furat Malkawi . <br>
Biomedical Informatics Engineering Graduate . <br>
Interested in IT field and Web Development and I want to get better skills. <br>
I enjoy nature photography , painting and watching movies . <br>
</h2>
</div>
<img src="img/div.jpg" class="welcome">
<h1>Top Ten Movies </h1>
<ol>
<li>The Shawshank Redemption </li>
<li> The Godfather </li>
<li> The Dark Knight </li>
<li> Angry Men </li>
<li>Schindler's List</li>
<li>The Lord of the Rings: The Return of the King</li>
<li>Pulp Fiction </li>
<li>The Good, the Bad and the Ugly</li>
<li> Forrest Gump (1994)</li>
<li>Inception </li>
</ol>
<h1> Facts About The Web Page Author </h1>
<ul>
<li> <b><i>NAME: </i></b> Furat Malkawi</li>
<li> <b><i>MAJOR: </i></b> Biomedical Informatics Engineering Graduate . </li>
<li> <b><i>INTERESTS: </i></b> IT field | Web Development</li>
<li> <b><i>GOAL: </i></b> I want to get better skills In Web Development.</li>
<li> <b><i>HOBBIES: </i></b> I enjoy nature photography | painting | watching movies .</li>
</ul>
</div>
</main>
<footer></footer>
<script src="js/app.js"></script>
</body>
</html>