-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (67 loc) · 3.79 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
67
68
69
70
71
72
73
<!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">
<link rel="stylesheet" href="CSS/styles1.css">
<link rel="stylesheet" href="link" rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=BioRhyme:wght@300&display=swap" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div class="header">
<h1>Harry Potter Series</h1>
</div>
<div class="container">
<div class="flex-item" id="flex-box1">
<a href="https://www.youtube.com/watch?v=PbdM1db3JbY">
<img src="https://media.harrypotterfanzone.com/sorcerers-stone-one-sheet.jpg" alt="Sorcerer's Stone"></a>
<p>Harry Potter and the Sorcerer's Stone</p>
</div>
<div class="flex-item" id="flex-box2">
<a href="https://www.youtube.com/watch?v=oSNytbsFkRM">
<img src="https://media.harrypotterfanzone.com/chamber-of-secrets-theatrical-poster-1050x0-c-default.jpg" alt="the Chamber of Secrets"></a>
<p>Harry Potter and the Chamber of Secrets</p>
</div>
<div class="flex-item" id="flex-box3">
<a href="https://www.youtube.com/watch?v=rUfnUuX2IWM">
<img src="https://media.harrypotterfanzone.com/prisoner-of-azkaban-theatrical-poster.jpg" alt="the Chamber of Secrets"></a>
<p>Harry Potter and the Prisoner of Azkaban</p>
</div>
<div class="flex-item" id="flex-box4">
<a href="https://www.youtube.com/watch?v=CEmOJrx7_mE"><img src="https://media.harrypotterfanzone.com/goblet-of-fire-theatrical-poster-2-1050x0-c-default.jpg" alt=""></a>
<p>Harry Potter and the Goblet of Fire</p>
</div>
<div class="flex-item" id="flex-box5">
<a href="https://www.youtube.com/watch?v=CEmOJrx7_mE"><img src="https://media.harrypotterfanzone.com/order-of-the-phoenix-theatrical-poster-1050x0-c-default.jpg" alt="Order of the Phoenix"></a>
<p>Harry Potter and the Order of the Phoenix</p>
</div>
<div class="flex-item" id="flex-box6">
<a href="https://www.youtube.com/watch?v=sg81Lts5kYY">
<img src="https://media.harrypotterfanzone.com/half-blood-prince-theatrical-poster.jpg" alt="half-blood-prince">
</a>
<p>Harry Potter and the Half-Blood Princee</p>
</div>
<div class="flex-item" id="flex-box7">
<a href="https://www.youtube.com/watch?v=MxqsmsA8y5k">
<img src="https://media.harrypotterfanzone.com/deathly-hallows-part-1-theatrical-poster-600x0-c-default.jpg" alt=""></a>
<p>Harry Potter and the Deathly Hallows: Part 1</p>
</div>
<div class="flex-item" id="flex-box8">
<a href="https://www.youtube.com/watch?v=5NYt1qirBWg">
<img src="https://media.harrypotterfanzone.com/deathly-hallows-part-2-it-all-ends-poster.jpg" alt=""></a>
<p>Harry Potter and the Deathly Hallows: Part 2</p>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://twitter.com/harrypotterfilm?lang=en#:~:text=Harry%20Potter%20Film%20(%40HarryPotterFilm)%20%7C%20Twitter">
<img class="footer-logo" src="//img.icons8.com/ios/24/000000/twitter--v2.png" alt="Twitter">
</a>
<a href="https://www.instagram.com/harrypotterfilm/?hl=en">
<img class="footer-logo" src="https://www.flaticon.com/svg/vstatic/svg/2111/2111463.svg?token=exp=1614599258~hmac=3b57a26d7113e5f3cb94366cadc31737" alt="Instagram">
</a>
<br>
<p>© Warner Bros. Picture</p>
</div>
</body>