-
Notifications
You must be signed in to change notification settings - Fork 0
/
congo-opweg.html
78 lines (70 loc) · 3.59 KB
/
congo-opweg.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
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Congo opweg - Blood in the Mobile</title>
<!-- Import css -->
<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 href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/style.min.css">
<link rel="stylesheet" href="/assets/css/backpack.min.css">
<link rel="stylesheet" href="/assets/css/deel-2/congo-opweg.min.css">
</head>
<body>
<article class="scroll">
<div class="background">
<picture id="car" class="car">
<img class="car__image" src="/assets/img/deel-3/car-back.svg" alt="Car" style="width: 30rem;">
</picture>
</div>
</article>
<!-- The Modal -->
<section id="js--backpack" class="backpack">
<!-- Modal content -->
<section class="backpack-content" id="js--backpackContent">
<!-- Modal Header -->
<section class="backpack-header">
<h2>Jouw rugzak</h2>
</section>
<!-- Modal Body -->
<section class="backpack-body">
<section class="backpack__grid-item">
<img src="/assets/img/icons/lantern.webp" alt="Lamp" class="lamp">
</section>
<section class="backpack__grid-item">
<img src="/assets/img/icons/money.webp" alt="geld" class="money">
</section>
<section class="backpack__grid-item">
<img src="/assets/img/icons/water-bottle.webp" alt="water" class="water">
</section>
<section class="backpack__grid-item" onclick="knifeClicked()">
<img src="/assets/img/icons/pocket-knife.webp" alt="zakmes" class="knife">
</section>
<section class="backpack__grid-item">
<img src="/assets/img/icons/map.webp" alt="kaart" class="map">
</section>
</section>
<!-- Modal Footer -->
<section class="backpack-footer">
<button type="button" name="button" class="backpack__button--close"><i class="fas fa-arrow-left"></i></button>
</section>
</section>
</section>
<!-- Backpack -Trigger/Open The Modal -->
<picture>
<img id="js--backpackBtn" class="backpack__button backpack__button--left" src="/assets/img/icons/backpack.webp" alt="rugzak">
</picture>
<!-- Info box with instructions -->
<section class="section__container">
<section id="js--textbox_info" class="section__textbox">
<h2 id="js--textbox_header">Onderweg naar de mijn</h2>
<p id="js--textbox_content">Goed voorbereid en wel vertrek je richting de mijn, er is gekozen om het grootste deel per auto te reizen.<br><br>(Scroll om verder te gaan...)</p>
</section>
</section>
<!-- Script import -->
<script type="text/javascript" src="/assets/js/main.min.js"></script>
<script type="text/javascript" src="/assets/js/deel-2/congo-opweg.min.js"></script>
<script type="text/javascript" src="/assets/js/backpack.min.js"></script>
</body>
</html>