-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (73 loc) · 3.23 KB
/
index.html
File metadata and controls
78 lines (73 loc) · 3.23 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
<!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="css/style.css">
</head>
<body>
<header>
<h1> About Me </h1>
<h2 > Rawan Bardaweel</h2>
<h3> Hello To My " About Me " To Know Who I Am </h3>
<nav>
<ul>
<li>
<img
src="https://i.pinimg.com/originals/af/8d/63/af8d63a477078732b79ff9d9fc60873f.jpg"
alt="logo" srcset="" width="550px" height="600px"
id= logo
/>
</li>
</header>
<main>
<article>
<section>
<p class= "Font">
My name is Rawan Bardaweel,i'm from Jordanspecifically from Jarash.
I studied :
<ul>
<li>Bachelor degree of computer science at YU unvirsity</li>
<li>master degree of computer science at YU unvirsity </li>
</ul>
I graduated in 2021 . so that im here to learn about Java Script and HTML;i'm greatfull for being here.
I don't have any job experience cause i fresh graduated and because
of the COVID 19 i didnt have any chance to get the job so that i
don't have any experience. Some of my goals are to be a good developer at Java
script and HTML to find a good job the suitrs my abilities.As atrainee
in this class, i want to be a really good developer at Java Script coding
so that i can creat so many websites and start my own business if i
couldn't find a decent job.
</p>
</section>
<section>
<img src="https://static1.makeuseofimages.com/wordpress/wp-content/uploads/2017/02/Photoshop-Replace-Background-Featured.jpg"
alt="img" />
</section>
<section>
<p>Now i will view a series of data related to the my interest so that
it can you quickly view more information about me.</p>
<ol type="owners interest of movies" class="font">
<li>The Dark Knight</li>
<li>12 Angry Men</li>
<li>The Lord of the Rings</li>
<li> Seven Samurai</li>
<li> Spirited Away</li>
<li> The Lion King</li>
<li> The Pianist</li>
<li> Back to the Future</li>
<li> Gladiator</li>
<li> The Prestige</li>
</ol>
</section>
<section>
<img src="https://qodeinteractive.com/wp-content/uploads/2019/10/leitmotif-img-03.jpg"
alt="img" height="600px" class="center" />
</section>
</main>
<footer> Copyright 2021</footer>
<script src="js/app.js"></script>
</body>
</html>