-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (61 loc) · 1.94 KB
/
index.html
File metadata and controls
91 lines (61 loc) · 1.94 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
83
84
85
86
87
88
89
90
91
<!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</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id = 'parents'>
<div id="child1">Welcome To All To My Page</div>
<div id="child2">You Will Intresting here
</div>
<div id="child3">It Is my Fav Movie
</div>
</div>
<header>
<h1>
About Me
</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<p>
Compassionate, creative and effective person. That’s how I would like to describe myself, with valuable knowledge in my Specialist. , and huge Motivation, Will be more than ready to develop my skills and grow professionally I Graguated from The Hashimate Universty Bachelor in, Electrical Engineering
</p>
<p >
I am Sarah, an electrical engineering specialist, I worked with (counsoling Engineers)
I love movies, especially anime, action and gory movies
I love reading books, especially novels
I love calm a lot
The black list, dark, viking the weaking dead
I hated the most, the breaking bad
</p>
<p>
The Top Ten My Movie
1- game of throns
2- viking
3- frind
4- dark
5- srtanger things
6- picky blander
7- weaking dead
8- black list
9- sharlok homes
10- alsayad
</p>
</main>
<footer>
©2021
</footer>
<script src="./app.js"></script>
</body>
</html>