-
Notifications
You must be signed in to change notification settings - Fork 0
/
information.html
346 lines (332 loc) · 14.1 KB
/
information.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
<!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" />
<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" />
<title>Category: Information - Accessible Escape Room</title>
<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"
media="all"
/>
<link rel="stylesheet" href="assets/css/style.css" media="all" />
<link rel="stylesheet" href="assets/css/fonts-1.css" media="all" />
<link rel="stylesheet" href="assets/css/fonts-2.css" media="all" />
<link
rel="stylesheet"
id="email-subscribers-css"
href="assets/css/email-subscribers-public.css"
media="all"
/>
<link rel="stylesheet" href="assets/css/style.min.css" media="all" />
<link
rel="stylesheet"
href="assets/css/silver-breaking-things-for-testing.css"
type="text/css"
media="all"
/>
<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;
}
h1 {
font-size: 1.7rem;
}
</style>
</head>
<body class="archive category category-information category-4 hfeed">
<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 menu-item-home menu-item-18"
>
<a href="index.html">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 current_page_parent 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="wrap">
<header class="page-header">
<h1 class="page-title">Category: <span>Information</span></h1>
</header>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<div class="flexcontainer">
<div class="grid-item">
<article
id="post-162"
class="post-162 post type-post status-publish format-standard has-post-thumbnail hentry category-information"
>
<div class="post-thumbnail">
<a href="blog-post.html">
<img
width="1120"
height="840"
src="assets/images/blogpost-photo.jpg"
class="attachment-veganos-single-image size-veganos-single-image wp-post-image"
alt=""
loading="lazy"
srcset="
assets/images/blogpost-photo.jpg 4032w,
assets/images/blogpost-photo.jpg-300x225.jpeg 300w,
assets/images/blogpost-photo.jpg-768x576.jpeg 768w,
assets/images/blogpost-photo.jpg-1024x768.jpeg 1024w
"
sizes="(max-width: 1120px) 100vw, 1120px"
/>
</a>
</div>
<header class="entry-header">
<h2 class="entry-title">
<a href="blog-post.html" rel="bookmark"
>Creating an Accessible Escape Room</a
>
</h2>
<div class="entry-meta">
<span class="posted-on"
>Posted on
<a href="blog-post.html" rel="bookmark"
><time
class="entry-date published"
datetime="2020-05-11T17:14:42+00:00"
>May 11, 2020</time
><time
class="updated"
datetime="2020-05-11T18:18:22+00:00"
>May 11, 2020</time
></a
></span
><span class="byline">
<span class="byline-prefix">by</span>
<span class="author vcard"
><a class="url fn n" href="escape_admin.html"
>escape_admin</a
></span
></span
><span class="cat-links">
<a href="information.html" rel="category tag"
>Information</a
></span
>
</div>
<!-- .entry-meta -->
</header>
<div class="entry-content">
<p>
Do you want to know what goes into an making an escape
room accessible? Or do you want to learn more about
accessibility in a fun way?
</p>
<p>
Watch our presentation about
<a href="https://www.youtube.com/watch?v=0kXi9nq8y3k"
>creating an accessible escape room</a
>.
</p>
<p></p>
</div>
</article>
<!-- #post-## -->
</div>
<!-- .grid-item -->
</div>
<!-- .flexcontainer -->
</main>
<!-- #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>
<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>
</body>
</html>