-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blood in the Mobile</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,800;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/deel-1/beginscherm.min.css">
<link rel="stylesheet" href="/assets/css/style.min.css">
</head>
<body class="body__flex">
<div class="start__header">
<h1>Blood in the Mobile</h1>
</div>
<img class="start__image"
src="/assets/img/smartphone-640.webp"
alt="smartphone"
srcset="/assets/img/smartphone-640.webp 640w, /assets/img/smartphone-1280.webp 1280w, /assets/img/smartphone-1920.webp 1920w"
sizes="calc(100vw/12*4)">
<div class="start__text">
<p>Welk verhaal gaat er schuil aan de telefoon die je nu in je handen hebt?</p>
<p>Klik op de <strong>knop</strong> om daar achter te komen!</p>
</div>
<div class="btn btn--start" onclick="location.href='winkel.html'">
<span>Ga op ontdekking!</span>
</div>
<script src="/assets/js/main.min.js"></script>
</body>
</html>