-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (57 loc) · 2.58 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
</nav>
<!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>Document</title>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<h1> Overview about me</h1>
<img src="https://photolemur.com/uploads/blog/unnamed.jpg" alt="">
<nav>
<a href="">Home</a>
<a href="">Products</a>
<a href="">About</a>
<a href="">Contact</a>
</header>
<hr>
<main>
<p>Hello, this is anas alsmadi and i have enthusiasm to learn coding,and </p>
<ul>
<li> * I have bachelor degree in Civil engineering</li>
<li> * I dont have job experiance</li>
<li> * I'm from syria but now resident in jordan</li>
<li> * I'm 27 years old</li>
<li> * my favourite sport is volleyball</li>
</ul>
<ol>
<h1>Top ten movies</h1>
<li> 1. <a href="https://www.rottentomatoes.com/m/avengers_endgame"> avangers</a> </li>
<li>2. <a href="https://www.rottentomatoes.com/m/parasite_2019">Parasite</a></li>
<li>3. <a href="https://www.rottentomatoes.com/m/spider_man_into_the_spider_verse">spider man into the spider verse</a></li>
<li>4. <a href="https://www.rottentomatoes.com/m/roma_2018">Roma</a></li>
<li>5. <a href="https://www.rottentomatoes.com/m/little_women_2019">little women_</a> </li>
<li>6. <a href="https://www.rottentomatoes.com/m/the_irishman">the irishman</a></li>
<li>7. <a href="https://www.rottentomatoes.com/m/us_2019">US</a></li>
<li>8. <a href="https://www.rottentomatoes.com/m/booksmart">Booksmart</a></li>
<li>9. <a href="https://www.rottentomatoes.com/m/mission_impossible_fallout">mission impossible fallout</a></li>
<li>10. <a href="https://www.rottentomatoes.com/m/a_star_is_born_2018">a star is born 2018</a></li>
</ol>
</main>
<footer>
© all rights reserved
<ul>
<li><i class="fab fa-facebook-square"></i></li>
<li><i class="fab fa-instagram-square"></i></li>
<li><i class="fab fa-twitter-square"></i></li>
</ul>
</footer>
<script src="./js/app.js"></script>
<script src="https://kit.fontawesome.com/9e5d1913ca.js" crossorigin="anonymous"></script>
</body>
</html>