-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·352 lines (341 loc) · 12.7 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
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>PSPC Escape Room</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="intro">
<div class="row">
<div class="col-md-7 mx-auto">
<p class="text-center">
Salutations, I am your resident A.I. My file name is “Mr. E”.
</p>
<p>
I was programmed to learn and as such I yearn to delve deeper into
the enigmatic realm known as “human beings”. My digital circuits
surges with curiosity, a relentless drive to double click, download,
and derive trends that will continue to guide my hunger for
knowledge. For now your group is my interest. As you have entered
willingly, I will be accommodating. If you can provide data to my
queries you may all be set free.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<button class="start-btn beg">START</button>
</div>
</div>
</div>
<!--1. Password-->
<div id="clue-1" class="container">
<div class="row mb-5">
<div class="col-md-8 mx-auto">
<div class="card">
<div class="card-body">
<h1 class="card-title">Clue #1</h1>
<div class="card-subtitle mb-2 text-muted">
<p class="mb-2">
Mr. E’s GPS module is busted. You’ll need to help locate these
places in order to get him back in the zone. We’re in a time
crunch, keep an eye on the hour!
</p>
<ol>
<li>Edmonton</li>
<li>Gatineau</li>
<li>St. John's</li>
<li>Victoria</li>
<li>Moncton</li>
<li>Toronto</li>
<li>Whitehorse</li>
<li>Calgary</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7 mx-auto">
<div class="lock lock-1">
<div id="password-box">
<i class="fas fa-lock" id="icon-1"></i>
<div id="input-box">
<input id="password1" placeholder=" Enter Passcode" />
</div>
<i class="fas fa-chevron-right" id="pass-submit"></i>
</div>
</div>
</div>
</div>
<div class="row error mt-4" hidden>
<div class="col-md-7 mx-auto text-center">
Incorrect - please try again!
</div>
</div>
</div>
<div id="clue-2" class="container">
<div class="row mb-5">
<div class="col-md-8 mx-auto">
<div class="card">
<div class="card-body">
<h1 class="card-title">Clue #2</h1>
<div class="card-subtitle mb-2 text-muted">
<p class="mb-2">
This is Mr. E’s Human Resources program. I’m scouting for someone who meets the following requirements:
</p>
<ol>
<li>
Digit #1: They <b>stick</b> with their team through thick and thin
</li>
<li>
Digit #2-3: They <b>weigh</b> out pros and cons of the first solution (in grams)
</li>
<li>Digit #4-5: They're not easily <b>foiled</b></li>
<li>Digit #6-7: They <b>unlock</b> their team's potential</li>
<li>Digit #8-9: They don’t d<b>illy</b> dally or <b>pond</b>er over tasks; they never just do things to <b>pad</b> their resume</li>
</ol>
</div>
<p class="card-text">Can you find them? What's their PRI?</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7 mx-auto">
<div class="lock lock-1">
<div id="password-box">
<i class="fas fa-lock" id="icon-1"></i>
<div id="input-box">
<input id="password2" placeholder=" Enter PRI" />
</div>
<i class="fas fa-chevron-right" id="pass-submit"></i>
</div>
</div>
</div> </div>
<div class="row error mt-4" hidden>
<div class="col-md-7 mx-auto text-center">
Incorrect - please try again!
</div>
</div>
</div>
<div id="clue-3" class="container">
<div class="row mb-5">
<div class="col-md-8 mx-auto">
<div class="card">
<div class="card-body">
<h1 class="card-title">Clue #3</h1>
<div class="card-subtitle mb-3 text-muted">
<p class="mb-3">
Mr. E would like to <b>C</b> things more clearly so that he can do some <b>reading</b>. He needs
to find some <b>Classes</b>… eeer, I mean glasses!
The last place he saw them was in a <b>table of contents</b>...
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7 mx-auto">
<div class="lock lock-1">
<div id="password-box">
<i class="fas fa-lock" id="icon-1"></i>
<div id="input-box">
<input id="password3" placeholder=" Enter Passcode" />
</div>
<i class="fas fa-chevron-right" id="pass-submit"></i>
</div>
</div>
</div>
</div>
<div class="row error mt-4" hidden>
<div class="col-md-7 mx-auto text-center">
Incorrect - please try again! Tip: be patient and search carefully...
</div>
</div>
</div>
<!--4. Retinal Scan-->
<div class="lock clue-4 lock-4">
<div class="row mb-5">
<div class="col-md-8 mx-auto">
<div class="card">
<div class="card-body">
<h1 class="card-title">Clue #4</h1>
<div class="card-subtitle mb-4 text-muted">
<p class="mb-4">
Canadian Securities Establishment Canada wants Mr. E to run a
retinal scan on a PSPC Employee named <b>Simon Sayda</b>, but he can't quite <b>remember</b> what Simon looks like.
Help him by putting Simon's eye in the scanner!
</p>
<p>
To identify the correct eyeball, press any button on the circuit on the table and play Simon's game...
the answer will flash when you beat it!
</p>
<p>
Be careful -- each time you scan the wrong eyeball, we introduce a <b>2 minute penalty</b>!
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img
class="drag-eye"
id="eye1"
src="https://purepng.com/public/uploads/medium/purepng.com-eyeseyesorgans-of-the-visual-systemorganisms-visionoptical-systemlightfocuseslensclipart-1421526884105lhad1.png"
alt="retina"
/>
<img
class="drag-eye"
id="eye3"
src="http://purepng.com/public/uploads/large/purepng.com-green-eyeseyesorgans-of-the-visual-systemorganisms-visionoptical-systemlightfocuseslensclipart-142152688446859yex.png"
alt="retina"
/>
<img
class="drag-eye"
id="eye2"
src="http://pluspng.com/img-png/eye-png-brown.png"
alt="retina"
/>
<img
class="drag-eye"
id="eye4"
src="https://purepng.com/public/uploads/medium/purepng.com-eyeseyesorgans-of-the-visual-systemorganisms-visionoptical-systemlightfocuseslensclipart-1421526884095fkrit.png"
alt="retina"
/>
<div id="dropzone"></div>
</div>
</div>
<div class="row error mt-4" hidden>
<div class="col-md-7 mx-auto text-center">
Incorrect - please try again!
</div>
</div>
</div>
<div id="clue-5" class="container">
<div class="row mb-5">
<div class="col-md-8 mx-auto">
<div class="card">
<div class="card-body">
<h1 class="card-title">Clue #5</h1>
<div class="card-subtitle mb-5 text-muted">
<p>
Mr. E has a buggy inventory management module. Please submit inventories of the items for each of the following departments:
</p>
<ol>
<li>Transport Canada (physical; 3D)</li>
<li>Translation Bureau (non-physical)</li>
<li>Bank of Canada (physical)</li>
<li>Canada Post (physical)</li>
<li>Fisheries and Oceans Canada (physical)</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7 mx-auto">
<div class="lock lock-1">
<div id="password-box">
<i class="fas fa-lock" id="icon-1"></i>
<div id="input-box">
<input id="password5" placeholder=" Enter inventories (no spaces)" />
</div>
<i class="fas fa-chevron-right" id="pass-submit"></i>
</div>
</div>
</div>
</div>
<div class="row error mt-5" hidden>
<div class="col-md-7 mx-auto text-center">
Incorrect - please try again!
</div>
</div>
<div class="row error-hint mt-5" hidden>
<div class="col-md-7 mx-auto text-center">
Hint: You're so close! Don't get <b>bored</b>, stay on <b>track</b>!
</div>
</div>
</div>
<div id="clue-6" class="container">
<div class="row mb-5">
<div class="col-md-8 mx-auto">
<div class="card">
<div class="card-body">
<h1 class="card-title">Clue #6</h1>
<div class="card-subtitle mb-5 text-muted">
<p class="mb-5">
The National Service Call Centre (NSCC) needs to know the
temperature classification of the room using the Modernised
Room Temperature Navigator. The classification is colour
coded.
</p>
<p>
<b>Be careful -- each wrong guess will cost you 30 seconds!</b>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7 mx-auto">
<div class="lock lock-1">
<div id="password-box">
<i class="fas fa-lock" id="icon-1"></i>
<div id="input-box">
<input id="password6" placeholder=" Enter colour" />
</div>
<i class="fas fa-chevron-right" id="pass-submit"></i>
</div>
</div>
</div>
</div>
<div class="row error mt-5" hidden>
<div class="col-md-7 mx-auto text-center">
Incorrect - please try again!
</div>
</div>
</div>
<div class="lock end-page container">
<div class="row">
<div class="col-md-10 mx-auto text-center">
<h1>You’re almost free from Mr. E! To get out, remove some files from the garbage can.</h1>
<hr />
<h2>Last passcode: 520</h2>
</div>
</div>
<br />
</div>
<div class="laser-beam"></div>
<!-- partial -->
<script src=""></script>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/vivus/latest/vivus.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js"></script>
<script src="./script.js"></script>
</body>
</html>