-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.html
238 lines (215 loc) · 8.55 KB
/
cart.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>IRMA demo</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Slick -->
<link type="text/css" rel="stylesheet" href="css/slick.css" />
<link type="text/css" rel="stylesheet" href="css/slick-theme.css" />
<!-- nouislider -->
<link type="text/css" rel="stylesheet" href="css/nouislider.min.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- <div id="snackbar">Leeftijd succesvol bewezen. Spel is in winkelwagen geplaatst.
<button onclick="hide()" id="x">
X
</button>
</div> -->
<!-- HEADER -->
<header>
<div id="top-header" style="padding-top: 0px; background-color: #7ecadf46 ;">
<!-- container -->
<div class="container" id="alert"
style="width: auto; display: -webkit-flex; display: flex; align-items: center;">
<div style=" font-size: 30px; position: relative; width: 100px; height: 100px; ">
<a target="blank" href="http://www.irma.app"><img id="logo" src="./img/irma-logo.png"
style="position: absolute; top: 0; bottom: 0;margin: auto; max-height: 60px; max-width: 50vw;"
alt=""></a>
</div>
<div style=" width: 70%; padding-top: 20px; padding-left: 20px;" class="message">
<h4>
<span style="font-weight: 400;">Deze site is een <a
style="font-weight: 500;text-decoration: underline;" target=" blank"
href="http://www.irma.app">IRMA</a> demo en geen echte
webwinkel.
Gebruik de IRMA
app (<a style="font-weight: 500;text-decoration: underline;" target="blank"
href="https://privacybydesign.foundation/download/">download</a> en
<a style="font-weight: 500;text-decoration: underline;" target="blank"
href="https://services.nijmegen.nl/irma/gemeente/start">vullen</a>) om
op een privacy-vriendelijke manier aan te tonen dat je
oud genoeg bent om een van deze games te kopen.</span>
</h4>
</div>
<div id="irma" style="text-align: right; width: 30%; padding-top: 20px; padding-right: 25px;">
<h4><a target="blank" style="font-weight: 700;text-decoration: underline;"
href="http://www.irma.app">IRMA?</a>
</h4>
</div>
</div>
</div>
<div style="padding-top: 20px; padding-bottom: 20px; background-color: #15161d ; ">
<!-- container -->
<div class="container" style="width: auto;">
<div
style="float: left; color: white; font-size: 30px; position: relative; width: 200px; height: 80px; ">
<a href="index.html"><img src="./img/angrygames-logo.png"
style="position: absolute; top: 0; bottom: 0;margin: auto; max-height: 60px; max-width: 50vw;"
alt=""></a>
</div>
<div class="col-md-3 clearfix" style="float: right; width: 20%;">
<div class="header-ctn" style="float: right; padding-top: 25px;">
<!-- Cart -->
<div class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
<i class="fa fa-shopping-cart"></i>
<span>Winkelwagen</span>
<div class="qty">1</div>
</a>
<!-- /Cart -->
</div>
</div>
</div>
</div>
</div>
<!-- /TOP HEADER -->
</header>
<!-- /HEADER -->
<!-- BREADCRUMB -->
<div id="breadcrumb" class="section" style="background: #F6FFF5; display: none">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-12">
<h3 class="breadcrumb-header" style="text-transform: none; ">Leeftijdscontrole succesvol.</h3>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /BREADCRUMB -->
<!-- SECTION -->
<div class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- Order Details -->
<!-- Product main img -->
<div class="col-md-4">
<div id="product-main-img">
<div class="">
<img id="game-image" alt="" style="width: 100%">
</div>
</div>
</div>
<!-- /Product main img -->
<div class="col-md-7 order-details" style="margin-top: 15px; padding: 0px 30px 20px;">
<div class="section-title text-center">
<h3 class="title">Demo winkelwagen</h3>
</div>
<div class="order-summary">
<div class="order-col">
<div><strong>Product</strong></div>
<div><strong>TOTAL</strong></div>
</div>
<div class="order-products">
<div class="order-col">
<div id="gamename"></div>
<div>Gratis</div>
</div>
</div>
<div class="order-col">
<div><strong>TOTAL</strong></div>
<div><strong class="order-total" style="color: black;">0.00€</strong></div>
</div>
</div>
<div id="phase-agecheck" style="display: block">
<p style="padding-bottom: 22px">
Op producten uit je winkelwagen is een leeftijdsgrens van toepassing.
Bewijs eerst met IRMA dat je oud genoeg bent.
</p>
<section id="irma-web-element" style="margin: auto"></section>
<a href="index.html" class="primary-btn order-submit"
style="display: table; margin: 30px auto 0; background-color: black; color: white; padding: 14px 32px; min-width: 250px; max-width: 100%;">Terug</a>
</div>
<div id="phase-finished" style="display: none">
<div>
<p>
Dit is alleen een demo om de leeftijdscontrole inzichtelijk te maken.
</p>
</div>
<a href="#"
onclick="alert('Dit is alleen een demo pagina. Het is helaas niet mogelijk het spel echt te bestellen.');"
class="primary-btn order-submit"
style="background-color: white; color: black; border: 2px solid; min-width: 250px; max-width: 100%; float: left; margin-right: 20px; ">Bestellen</a>
<a href="index.html" class="primary-btn order-submit"
style="background-color: black; color: white; padding: 14px 32px; min-width: 250px; max-width: 100%; float: left; ">Demo
opnieuw proberen.</a>
</div>
</div>
<!-- /Order Details -->
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /SECTION -->
<!-- FOOTER -->
<footer id="footer">
<!-- bottom footer -->
<div id="bottom-footer" style="padding-bottom: 20px; padding-top: 5px;">
<div class="container">
<!-- row -->
<div class="row">
<div class="col-md-12 text-center">
<span class="copyright" style="font-size: 14px;">
<!-- Link back to Colorlib has been removed. Lincense has been purchased. -->
Deze site is een fictieve game-winkel, die aspecten van IRMA demonstreert.<br> Door middel
van een leeftijdsgrens-attribuut toont u aan dat u oud genoeg bent om de games te kopen.<br>
De spelletjes zijn niet echt en dienen alleen ter illustratie. <br>
Deze site is ontwikkeld en wordt gehost door de
<a style="color: white;" href="https://privacybydesign.foundation">stichting Privacy by Design</a>,
die IRMA ontwikkelt.<br>
De <a style="color: white;" href="https://privacybydesign.foundation/privacy-policy/">privacy policy</a> van de stichting is van toepassing.<br>
Meer over IRMA: <a style="color: white;" href="http://www.irma.app">www.irma.app</a>
</span>
</div>
</div>
<!-- /row -->
</div>
<!-- /container -->
</div>
<!-- /bottom footer -->
</footer>
<!-- /FOOTER -->
<!-- jQuery Plugins -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/nouislider.min.js"></script>
<script src="js/jquery.zoom.min.js"></script>
<script src="js/irma.js"></script>
<script src="js/main.js"></script>
<script>
var game_id = sessionStorage.getItem('productid');
var game_age = sessionStorage.getItem('minage');
var game_name = `${sessionStorage.getItem('productname')} (${game_age}+)`;
$('#game-image').attr('src', 'img/' + game_id + '.png');
$('#gamename').html(game_name);
</script>
</body>
</html>