-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
436 lines (346 loc) · 20.3 KB
/
index.html
File metadata and controls
436 lines (346 loc) · 20.3 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<title>CoPlay</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/assets/built/screen.css?v=34a422e582" />
<meta name="description" content="Making Creative Technology And Gaming Accessible For Everyone">
<link rel="icon" href="https://coplay.io/content/images/size/w256h256/format/png/2023/06/logo-1.svg" type="image/png">
<link rel="canonical" href="https://coplay.io/">
<meta name="referrer" content="no-referrer-when-downgrade">
<meta property="og:site_name" content="CoPlay">
<meta property="og:type" content="website">
<meta property="og:title" content="CoPlay">
<meta property="og:description" content="Making Creative Technology And Gaming Accessible For Everyone">
<meta property="og:url" content="https://coplay.io/">
<meta property="article:publisher" content="https://www.facebook.com/ghost">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="CoPlay">
<meta name="twitter:description" content="Making Creative Technology And Gaming Accessible For Everyone">
<meta name="twitter:url" content="https://coplay.io/">
<meta name="twitter:site" content="@ghost">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"publisher": {
"@type": "Organization",
"name": "CoPlay",
"url": "https://coplay.io/",
"logo": {
"@type": "ImageObject",
"url": "https://coplay.io/content/images/size/w256h256/format/png/2023/06/logo-1.svg",
"width": 60,
"height": 60
}
},
"url": "https://coplay.io/",
"mainEntityOfPage": "https://coplay.io/",
"description": "Making Creative Technology And Gaming Accessible For Everyone"
}
</script>
<meta name="generator" content="Ghost 5.87">
<link rel="alternate" type="application/rss+xml" title="CoPlay" href="https://coplay.io/rss/">
<script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="f391785e6ce8f5163368dc828b" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://coplay.io/" crossorigin="anonymous"></script><style>:root {--ghost-accent-color: #422afb;}</style>
<link href="https://coplay.io/webmentions/receive/" rel="webmention">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0ZRZYEM4D0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0ZRZYEM4D0');
</script>
</head>
<body
class="home-template is-head-left-logo">
<div class="viewport">
<header id="gh-head" class="gh-head outer">
<div class="gh-head-inner inner">
<div class="gh-head-brand">
<a class="gh-head-logo no-image" href="https://coplay.io">
CoPlay
</a>
<button class="gh-burger"></button>
</div>
<nav class="gh-head-menu">
<ul class="nav">
<li class="nav-home nav-current"><a href="https://coplay.io/">Home</a></li>
<li class="nav-about"><a href="https://coplay.io/about/">About</a></li>
<li class="nav-products"><a href="https://coplay.io/products/">Products</a></li>
<li class="nav-blog"><a href="https://coplay.io/blog/">Blog</a></li>
<li class="nav-contact-us nav-current"><a href="https://coplay.io/#contact-us">Contact Us</a></li>
</ul>
</nav>
<div class="gh-head-actions">
<div class="gh-head-members">
<a class="gh-head-link" href="#contact-us" data-portal="signup">Subscribe</a>
<a class="gh-head-button" href="https://xm.coplay.io/" data-portal="signin">Sign in</a>
</div>
</div>
</div>
</header>
<div class="site-content">
<div
class="site-header-content outer">
<div class="site-header-inner inner">
<h1 class="site-title superhero">CoPlay</h1>
<p class="site-description">Making Creative Technology And Gaming Accessible For Everyone</p>
</div>
</div>
<main id="site-main" class="site-main outer">
<div class="inner posts">
<div class="post-feed">
<article class="post-card post tag-product tag-hash-frontpage post-card-large">
<a class="post-card-image-link" href="/introducing-coplay-xm/">
<img class="post-card-image"
srcset="/content/images/size/w300/2024/07/CoPlay-Dashboard-1.png 300w,
/content/images/size/w600/2024/07/CoPlay-Dashboard-1.png 600w,
/content/images/size/w1000/2024/07/CoPlay-Dashboard-1.png 1000w,
/content/images/size/w2000/2024/07/CoPlay-Dashboard-1.png 2000w"
sizes="(max-width: 1000px) 400px, 800px"
src="/content/images/size/w600/2024/07/CoPlay-Dashboard-1.png"
alt="CoPlay XM: Your Ultimate Companion For Xbox Fleet Management"
loading="lazy"
/>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/introducing-coplay-xm/">
<header class="post-card-header">
<div class="post-card-tags">
<span class="post-card-primary-tag">Product</span>
</div>
<h2 class="post-card-title">
CoPlay XM: Your Ultimate Companion For Xbox Fleet Management
</h2>
</header>
<div class="post-card-excerpt">CoPlay XM is a tool built to help alleviate the common challenges faced by hospitals and organizations when managing fleets of Xbox consoles and users. It automates the process of monitoring and controlling the interactions of groups of xbox live users, adding/removing friends, and wiping user data.
We'</div>
</a>
<footer class="post-card-meta">
<time class="post-card-meta-date" datetime="2023-06-02">Jun 2, 2023</time>
<span class="post-card-meta-length">3 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-guide tag-hash-frontpage dynamic">
<a class="post-card-image-link" href="/setting-up-your-xbox-fleet/">
<img class="post-card-image"
srcset="/content/images/size/w300/2023/06/xbox_fleet.webp 300w,
/content/images/size/w600/2023/06/xbox_fleet.webp 600w,
/content/images/size/w1000/2023/06/xbox_fleet.webp 1000w,
/content/images/size/w2000/2023/06/xbox_fleet.webp 2000w"
sizes="(max-width: 1000px) 400px, 800px"
src="/content/images/size/w600/2023/06/xbox_fleet.webp"
alt="CoPlay Loadouts: Choosing the Right Configuration For Your Xbox Fleet"
loading="lazy"
/>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/setting-up-your-xbox-fleet/">
<header class="post-card-header">
<div class="post-card-tags">
<span class="post-card-primary-tag">Guide</span>
</div>
<h2 class="post-card-title">
CoPlay Loadouts: Choosing the Right Configuration For Your Xbox Fleet
</h2>
</header>
<div class="post-card-excerpt">Navigating the myriad of privacy and security options for your xboxes can be tricky. Luckily, we've developed what we call "Loadouts" to help simplify this process.
Loadouts are combination of user account and console settings that allow you to have full control over what users of</div>
</a>
<footer class="post-card-meta">
<time class="post-card-meta-date" datetime="2023-06-04">Jun 4, 2023</time>
<span class="post-card-meta-length">1 min read</span>
</footer>
</div>
</article>
<article class="post-card post tag-announcement tag-hash-frontpage dynamic">
<a class="post-card-image-link" href="/hello-world/">
<img class="post-card-image"
srcset="/content/images/size/w300/2023/06/colorful_controller.jpeg 300w,
/content/images/size/w600/2023/06/colorful_controller.jpeg 600w,
/content/images/size/w1000/2023/06/colorful_controller.jpeg 1000w,
/content/images/size/w2000/2023/06/colorful_controller.jpeg 2000w"
sizes="(max-width: 1000px) 400px, 800px"
src="/content/images/size/w600/2023/06/colorful_controller.jpeg"
alt="Who We Are"
loading="lazy"
/>
</a>
<div class="post-card-content">
<a class="post-card-content-link" href="/hello-world/">
<header class="post-card-header">
<div class="post-card-tags">
<span class="post-card-primary-tag">Announcement</span>
</div>
<h2 class="post-card-title">
Who We Are
</h2>
</header>
<div class="post-card-excerpt">CoPlay was founded by volunteers who saw a need at their local children's hospital. The hospital wanted to put an Xbox in every patients' room but quickly ran into problems setting up and managing all of their consoles. Recognizing that gaming technologies lacked the tools needed to</div>
</a>
<footer class="post-card-meta">
<time class="post-card-meta-date" datetime="2023-06-04">Jun 4, 2023</time>
<span class="post-card-meta-length">1 min read</span>
</footer>
</div>
</article>
</div>
<div id="mission" class="mission-container">
<div class="inner">
<h1>Our Mission</h1>
<p class='mission-text'>
We are passionate about making the world a better place for people by empowering hospitals to use
creative technology and gaming. We believe the power of play has the ability to ease suffering and
loneliness and provide connection and joy. Our mission is to provide the tools and services needed
to
make these experiences as accessible as possible to patients and hospitals.
</p>
</div>
</div>
<div class="post-feed" style="padding: 60px 0 60px 0">
<article class="post-card">
<svg xmlns="http://www.w3.org/2000/svg" height="100px" viewBox="0 0 512 512"><path style="fill: #a4d037" d="M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"/></svg>
<div class="post-card-content">
<a class="post-card-content-link" href="">
<header class="post-card-header">
<h2 class="home-card-title">
We Build Tools
</h2>
</header>
<div>Hospitals and other organizations lack the tools needed to deploy gaming
technologies at scale in a way that is compliant with local laws and regulations. Many of these
technologies were not built with enterprise settings in mind. At CoPlay, we fill in the gap.</div>
</a>
</div>
</article>
<article class="post-card">
<svg xmlns="http://www.w3.org/2000/svg" height="100px" viewBox="0 0 384 512"><path style="fill: #fecd35" d="M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z"/></svg>
<div class="post-card-content">
<a class="post-card-content-link" href="">
<header class="post-card-header">
<h2 class="home-card-title">
To Help Kids
</h2>
</header>
<div>
We believe that play is a fundamental part of a child's development. We are building tools to help
kids in hospitals and other organizations play and learn in a way that is safe and fun.
</div>
</a>
</div>
</article>
<article class="post-card">
<svg xmlns="http://www.w3.org/2000/svg" height="100px" viewBox="0 0 640 512"><path style="fill: #f05230" d="M192 48c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48V512H368V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H192V48zM48 96H160V512H48c-26.5 0-48-21.5-48-48V320H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V224H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V144c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v48H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80V464c0 26.5-21.5 48-48 48H480V96H592zM312 64c-8.8 0-16 7.2-16 16v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V152h24c8.8 0 16-7.2 16-16V120c0-8.8-7.2-16-16-16H344V80c0-8.8-7.2-16-16-16H312z"/></svg>
<div class="post-card-content">
<a class="post-card-content-link" href="">
<header class="post-card-header">
<h2 class="home-card-title">
Enjoy Their Hospital Stay
</h2>
</header>
<div>
Hospitals don’t have to be a scary place. We build tools that help provide a sense of normalcy and
peace for patients and families through the power of play. Join us as we build technology for good.
</div>
</a>
</div>
</article>
</div>
<section class="gh-sub" style="text-align: center;">
<h2>Be the first to know.</h2>
<p class="site-description">Join the CoPlay community — sign up to get early access to the latest features,
tools, and tutorials.</p>
<!-- Begin Mailchimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-071822.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
width: 460px;
max-width: 100%;
margin: 36px auto;
}
/*
Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file.
*/
</style>
<div id="mc_embed_signup">
<form
action="https://coplay.us14.list-manage.com/subscribe/post?u=30105f007ac96e2ed907882b4&id=f5cbf81e5a&f_id=00f186e0f0"
method="post" id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div id="contact-us" class="mc-field-group">
<input class="required email email-form-input" name="EMAIL" id="mce-EMAIL"
placeholder="Your Email Address" type="email" value="">
<span id=" mce-EMAIL-HELPERTEXT" class="helper_text"></span>
</div>
<div class="mc-field-group">
<textarea style="height: 100px; text-indent: 2%;" placeholder="Leave us a friendly message!"
type="text" value="" name="NOTE" class="" id="mce-NOTE"></textarea>
<span id="mce-NOTE-HELPERTEXT" class="helper_text"></span>
</div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div class="mc-field-group">
<small style="margin: 0; text-align: center;">No spam. Only the good stuff. Unsubscribe
any time.</small>
</div>
<div class="mc-field-group">
<input class ="gh-head-button" style="margin: 0 auto; width: 100px; height:40px; padding: 0px" type="submit" value="Subscribe"
name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_30105f007ac96e2ed907882b4_f5cbf81e5a" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot">
</div>
</div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script
type='text/javascript'>(function ($) { window.fnames = new Array(); window.ftypes = new Array(); fnames[0] = 'EMAIL'; ftypes[0] = 'email'; fnames[1] = 'FNAME'; ftypes[1] = 'text'; fnames[3] = 'NOTE'; ftypes[3] = 'text'; }(jQuery)); var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</section>
</div>
</main>
</div>
<footer class="site-footer outer">
<div class="inner">
<section class="copyright"><a href="mailto:support@coplay.io">Questions? Send us an email at
support@coplay.io</a></section>
<section class="copyright"><a href="https://coplay.io">CoPlay</a> © 2024 |
Technology For Good
<section class="">Based in Salt Lake City, Utah</section>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous">
</script>
<script src="/assets/built/casper.js?v=34a422e582"></script>
<script>
$(document).ready(function () {
// Mobile Menu Trigger
$('.gh-burger').click(function () {
$('body').toggleClass('gh-head-open');
});
// FitVids - Makes video embeds responsive
$(".gh-content").fitVids();
});
</script>
</body>
</html>