-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 2.02 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 2.02 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
<!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">
<meta property="og:title" content="From a fan of Money Heist">
<meta property="og:description" content="I have created this CSS Animation to give tribute to my favourite Netflix series Money Heist and its characters">
<meta property="og:image" content="https://moneyheistfan.netlify.app/media/Money_Heist_Fan_og_img.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="400">
<meta property="og:image:height" content="300">
<title>Fan of Money Heist</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Oxygen+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div class="project_name">from a Fan of Money Heist</div>
<div class="wrapper">
<div class="character">Professor</div>
<div class="character">Raquel Murillo</div>
<div class="character">Berlin</div>
<div class="character">Tokyo</div>
<div class="character">Rio</div>
<div class="character">Moscow</div>
<div class="character">Denver</div>
<div class="character">Monica</div>
<div class="character">Oslo</div>
<div class="character">Helsinki</div>
<div class="character">Nairobi</div>
<div class="character">Bogota</div>
</div>
<div class="reel">
<img src="media/Money Heist Characters Reel from a Fan.gif" alt="A photo reel of the Money Heist characters from a fan">
</div>
<div class="money_heist">Money Heist</div>
<div class="attribute">
<a href="https://www.instagram.com/thedesignerkhawaja" target="_blank">Made with Love by The Designer Khawaja</a>
</div>
</body>
</html>