-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project</title>
<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=Space+Grotesk:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="site">
<div class="black">
<div class="name">JORDI VAN DER OORD
</div>
<h1 class="title">Creative Director focused on spatial and digital experiences for global brands</h1>
<div class="year">©2023</div>
<div class="rights">ALL RIGHTS RESERVED</div>
</div>
<div class="house">
<div class="container">
<img src="Image20231103160850.jpg" alt="Show">
<img src="Image20231103160907.jpg" alt="Ok">
<img src="Image20231103160936.jpg" alt="E">
<img src="Image20231103160944.jpg" alt="Q">
<img src="Image20231103160955.jpg" alt="N">
<img src="Image20231103161014.jpg" alt="U">
<img src="Image20231103161410.jpg" alt="M">
<img src="Image20231103161832.png" alt="O">
<img src="Image20231103161904.png" alt="D">
<div class="empty"></div>
</div>
</div>
</div>
</body>
</html>