-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
498 lines (465 loc) · 18.9 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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Accessible Escape Room - Puzzling Inclusive Fun</title>
<link rel="icon" href="assets/images/favicon-32x32.png" sizes="32x32">
<link rel="icon" href="assets/images/favicon-180x180.png" sizes="180x180">
<link rel="icon" href="assets/images/favicon-192x192.png" sizes="192x192">
<style id="wp-block-library-inline-css">
.has-text-align-justify {
text-align: justify;
}
</style>
<link
rel="stylesheet"
id="wp-block-library-theme-css"
href="assets/css/theme.min.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
href="assets/css/style.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
href="assets/css/fonts-1.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
href="assets/css/fonts-2.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
id="email-subscribers-css"
href="assets/css/email-subscribers-public.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
href="assets/css/style.min.css"
type="text/css"
media="all"
/>
<link
rel="stylesheet"
href="assets/css/silver-breaking-things-for-testing.css"
type="text/css"
media="all"
/>
<style>
.silver-note{
background:hsl(0,100%,95%);
border:4px double hsl(0,100%,50%);
margin-block-end: 1rem;
padding:0.75em;
}
input[type=file]:focus{
outline:2px solid black;
}
</style>
<script src="assets/scripts/jquery.js" id="jquery-core-js"></script>
<!-- start Simple Custom CSS and JS -->
<script>
document.onload = function () {
document.getElementsByClassName("wrap").innerHTML =
"Brought to you by .";
};
</script>
<!-- end Simple Custom CSS and JS -->
<style id="wp-custom-css">
.hero img {
background-color: black;
}
input {
margin-bottom: 10px;
border-color: black;
}
.posted-on a,
.posted-on a.visited,
.cat-links a,
.cat-links a.visited,
.byline a,
.byline a:visited {
border-bottom: 2px solid #3a8014;
}
body:not(.veganos-front-page) .entry-content {
margin: 0 0 0 0;
width: 100%;
max-width: none;
}
</style>
</head>
<body class="home page-template-default page page-id-7 zeko-front-page">
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"
>Skip to content</a
>
<header id="masthead" class="site-header" role="banner">
<div class="header-top">
<div class="wrap">
<div class="site-branding">
<div class="wrap">
<p class="site-title">
<a href="index.html" rel="home">Accessible Escape Room</a>
</p>
<p class="site-description">Puzzling Inclusive Fun</p>
</div>
<!-- .wrap -->
</div>
<!-- .site-branding -->
<nav
id="site-navigation"
class="main-navigation"
role="navigation"
aria-label="Top Menu"
>
<button
class="menu-toggle"
aria-controls="top-menu"
aria-expanded="false"
>
<svg class="icon icon-bars" aria-hidden="true" role="img">
<use xlink:href="#icon-bars"></use>
</svg>
<svg class="icon icon-close" aria-hidden="true" role="img">
<use xlink:href="#icon-close"></use>
</svg>
Menu
</button>
<div class="menu-top-menu-container">
<ul id="top-menu" class="menu nav-menu" aria-expanded="false">
<li
id="menu-item-18"
class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-18"
>
<a
href="index.html"
aria-current="page"
>Home</a
>
</li>
<li
id="menu-item-47"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47"
>
<a href="schedule.html"
>Schedule</a
>
</li>
<li
id="menu-item-46"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-46"
>
<a href="contact.html"
>Contact</a
>
</li>
<li
id="menu-item-161"
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-161"
>
<a href="blog.html">Blog</a>
</li>
</ul>
</div>
</nav>
<!-- #site-navigation -->
</div>
</div>
<!-- .header-top -->
</header>
<div id="content" class="site-content">
<div class="front-page-content-area">
<div
id="hero"
class="hero"
style="background-image: url(assets/images/homepage-why-not.jpg)"
>
<img
width="4032"
height="3024"
src="assets/images/homepage-why-not.jpg"
class="attachment-veganos-hero-thumbnail size-veganos-hero-thumbnail wp-post-image"
alt=""
loading="lazy"
srcset="
assets/images/homepage-why-not.jpg 4032w,
assets/images/homepage-why-not-300x225.jpg 300w,
assets/images/homepage-why-not-768x576.jpg 768w,
assets/images/homepage-why-not-1024x768.jpg 1024w
"
sizes="(max-width: 4032px) 100vw, 4032px"
/>
<div class="wrap hero-container-outer">
<div class="hero-container-inner">
<article
id="post-7"
class="post-7 page type-page status-publish has-post-thumbnail hentry"
>
<header class="entry-header">
<div class="h1 entry-title">Home</div>
</header>
<!-- .entry-header -->
<div class="entry-content"></div>
<!-- .entry-content -->
</article>
<!-- #post-## -->
</div>
</div>
<span class="overlay-bg" background-color="black"></span>
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 1440 86"
style="enable-background: new 0 0 1440 86"
xml:space="preserve"
>
<path
class="st0"
d="M685.6,38.8C418.7-11.1,170.2,9.9,0,30v96h1440V30C1252.7,52.2,1010,99.4,685.6,38.8z"
></path>
</svg>
</div>
</div>
<!-- .front-page-content-area -->
<div class="wrap page-content">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<article
id="post-7"
class="post-7 page type-page status-publish has-post-thumbnail hentry"
>
<div class="entry-content">
<h3>Welcome</h3>
<p>
The Accessible Escape Room is a fun, accessible
team-building activity brought to you by <a
href="https://example.com"
>Accessible Examples</a
>, <a href="https://example.com/WCAG">Walter’s Cheese And Grapes</a>,
and <a href="https://example.com/WAI"
>Wendy’s Artisanal Inks</a
>. The Accessible Escape Room allows
teams of 3-7 people, with or without disabilities, to solve
puzzles to reach an objective while learning about
accessibility. In order to reach the most people, the escape
room is portable and designed for easy setup in hotel and
conference rooms.
</p>
<p>
The Accessible Escape Room will be traveling to conferences
and other venues in 2020. Space is limited so check back
regularly to sign up. Sign up below to get updates when they
become available.
</p>
<h3>Video: Experience the Accessible Escape Room</h3>
<!-- <div class="silver-note" role="note">
<p><strong>Conformance testing notes for anyone loading the site locally without using a server:</strong>
<ul>
<li>For security reasons, some browsers don't allow playing local video files. To get around this, you need to use a file picker to select the file on your hard drive.</li>
<li>Similarly, the video player won't load the caption file unless the page is being served locally (for example, using Python's <code>python -mSimpleHTTPServer</code>).</li>
</ul></p>
<input class="video-picker" type="file" accept="video/*"/>
</div> -->
<figure class="wp-block-video">
<video controls src="assets/video/one-small-step.mp4">
<track label="English" kind="subtitles" src="assets/video/one-small-step.vtt" srclang="en" default>
</video>
</figure>
<h3>Subscribe</h3>
<form
action="form-thanks.html"
method="post"
id="ms-sub-form"
target="_blank"
>
<div>
<label for="email">Email:</label>
<input
aria-label="sign up address"
type="email"
name="ms-email"
id="email"
required
/><br />
<label for="First Name">First Name:</label>
<input
type="text"
name="ms-First Name"
id="First Name"
required
/><br />
<label for="Last Name">Last Name:</label>
<input
type="text"
name="ms-Last Name"
id="Last Name"
required
/><br />
<input class="form-subscribe-button" type="image" src="assets/images/1ce6f3f9f0020d99927677be139be297-form-subscribe-button.png">
<div style="margin-top: 10px"><br /><br /></div>
<div class="wp-block-image">
<figure class="aligncenter is-resized">
<img
loading="lazy"
src="assets/images/escape-room-logo.png"
alt="Accessible Escape Room"
class="wp-image-27"
width="231"
height="231"
srcset="
assets/images/escape-room-logo.png 922w,
assets/images/escape-room-logo-150x150.png 150w,
assets/images/escape-room-logo-300x300.png 300w,
assets/images/escape-room-logo-768x768.png 768w,
assets/images/escape-room-logo-100x100.png 100w
"
sizes="(max-width: 231px) 100vw, 231px"
/>
</figure>
</div>
</div>
</form>
<footer class="entry-footer"></footer>
</div>
</article>
<!-- #post-## -->
</main>
</div>
<!-- #primary -->
</div>
<!-- .wrap -->
</div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="social-links">
<ul id="menu-social-links-menu" class="menu">
<li
id="menu-item-23"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23"
>
<a href="https://www.facebook.com/AccessibleEscapeRoom/">
<span class="screen-reader-text">Facebook</span>
<svg class="icon icon-facebook" aria-hidden="true" role="img">
<use xlink:href="#icon-facebook"></use>
</svg>
</a>
</li>
<li
id="menu-item-24"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-24"
>
<a href="https://twitter.com/A11yEscapeRoom">
<span class="screen-reader-text">Twitter</span>
<svg class="icon icon-twitter" aria-hidden="true" role="img">
<use xlink:href="#icon-twitter"></use>
</svg>
</a>
</li>
<li
id="menu-item-26"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-26"
>
<a href="mailto:[email protected]">
<span class="screen-reader-text">Email</span>
<svg class="icon icon-envelope-o" aria-hidden="true" role="img">
<use xlink:href="#icon-envelope-o"></use>
</svg>
</a>
</li>
</ul>
</div>
<div class="site-info">
<div class="wrap">
©
<a
href="http://accessibleescaperoom.org/"
title="Accessible Escape Room"
></a>
</div>
<!-- .wrap -->
</div>
<!-- .site-info -->
</footer>
</div>
<!-- #page -->
<script
src="assets/scripts/navigation.js"
id="veganos-navigation-js"
></script>
<script
src="assets/scripts/skip-link-focus-fix.js"
id="veganos-skip-link-focus-fix-js"
></script>
<script
src="assets/scripts/wp-embed.min.js"
id="wp-embed-js"
></script>
<!-- start Simple Custom CSS and JS -->
<script>
/* Default comment here */
document
.getElementsByClassName("overlay-bg")[0]
.setAttribute("background-color", "black");
</script>
<!-- end Simple Custom CSS and JS -->
<svg
style="position: absolute; width: 0; height: 0; overflow: hidden"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<defs>
<symbol id="icon-bars" viewBox="0 0 27 32">
<path
class="path1"
d="M27.429 24v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804zM27.429 14.857v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804zM27.429 5.714v2.286q0 0.464-0.339 0.804t-0.804 0.339h-25.143q-0.464 0-0.804-0.339t-0.339-0.804v-2.286q0-0.464 0.339-0.804t0.804-0.339h25.143q0.464 0 0.804 0.339t0.339 0.804z"
></path>
</symbol>
<symbol id="icon-envelope-o" viewBox="0 0 32 32">
<path
class="path1"
d="M29.714 26.857v-13.714q-0.571 0.643-1.232 1.179-4.786 3.679-7.607 6.036-0.911 0.768-1.482 1.196t-1.545 0.866-1.83 0.438h-0.036q-0.857 0-1.83-0.438t-1.545-0.866-1.482-1.196q-2.821-2.357-7.607-6.036-0.661-0.536-1.232-1.179v13.714q0 0.232 0.17 0.402t0.402 0.17h26.286q0.232 0 0.402-0.17t0.17-0.402zM29.714 8.089v-0.438t-0.009-0.232-0.054-0.223-0.098-0.161-0.161-0.134-0.25-0.045h-26.286q-0.232 0-0.402 0.17t-0.17 0.402q0 3 2.625 5.071 3.446 2.714 7.161 5.661 0.107 0.089 0.625 0.527t0.821 0.67 0.795 0.563 0.902 0.491 0.768 0.161h0.036q0.357 0 0.768-0.161t0.902-0.491 0.795-0.563 0.821-0.67 0.625-0.527q3.714-2.946 7.161-5.661 0.964-0.768 1.795-2.063t0.83-2.348zM32 7.429v19.429q0 1.179-0.839 2.018t-2.018 0.839h-26.286q-1.179 0-2.018-0.839t-0.839-2.018v-19.429q0-1.179 0.839-2.018t2.018-0.839h26.286q1.179 0 2.018 0.839t0.839 2.018z"
></path>
</symbol>
<symbol id="icon-twitter" viewBox="0 0 30 32">
<path
class="path1"
d="M28.929 7.286q-1.196 1.75-2.893 2.982 0.018 0.25 0.018 0.75 0 2.321-0.679 4.634t-2.063 4.437-3.295 3.759-4.607 2.607-5.768 0.973q-4.839 0-8.857-2.589 0.625 0.071 1.393 0.071 4.018 0 7.161-2.464-1.875-0.036-3.357-1.152t-2.036-2.848q0.589 0.089 1.089 0.089 0.768 0 1.518-0.196-2-0.411-3.313-1.991t-1.313-3.67v-0.071q1.214 0.679 2.607 0.732-1.179-0.786-1.875-2.054t-0.696-2.75q0-1.571 0.786-2.911 2.161 2.661 5.259 4.259t6.634 1.777q-0.143-0.679-0.143-1.321 0-2.393 1.688-4.080t4.080-1.688q2.5 0 4.214 1.821 1.946-0.375 3.661-1.393-0.661 2.054-2.536 3.179 1.661-0.179 3.321-0.893z"
></path>
</symbol>
<symbol id="icon-facebook" viewBox="0 0 19 32">
<path
class="path1"
d="M17.125 0.214v4.714h-2.804q-1.536 0-2.071 0.643t-0.536 1.929v3.375h5.232l-0.696 5.286h-4.536v13.554h-5.464v-13.554h-4.554v-5.286h4.554v-3.893q0-3.321 1.857-5.152t4.946-1.83q2.625 0 4.071 0.214z"
></path>
</symbol>
</defs>
</svg>
<script>
document.addEventListener("DOMContentLoaded", function(e){
const videoPicker = document.querySelector(".video-picker");
videoPicker.addEventListener('change', playLocalVideoFile, false);
function playLocalVideoFile(){
const video = document.querySelector("video");
let file = videoPicker.files[0];
let fileURL = URL.createObjectURL(file);
video.src = fileURL;
};
});
</script>
</body>
</html>