forked from Ed-9000/peerplays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
termsofuse.html
610 lines (424 loc) · 46.9 KB
/
termsofuse.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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Edward Hall" />
<!-- Stylesheets
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<link rel="stylesheet" href="css/colors.css" type="text/css" />
<link rel="stylesheet" href="css/custom.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<!-- SLIDER REVOLUTION 5.x CSS SETTINGS -->
<link rel="stylesheet" type="text/css" href="include/rs-plugin/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="include/rs-plugin/css/layers.css">
<link rel="stylesheet" type="text/css" href="include/rs-plugin/css/navigation.css">
<!-- Document Title
============================================= -->
<title>Peerplays</title>
<style>
.revo-slider-emphasis-text {
font-size: 64px;
font-weight: 700;
letter-spacing: -1px;
font-family: 'Raleway', sans-serif;
padding: 15px 20px;
border-top: 2px solid #FFF;
border-bottom: 2px solid #FFF;
}
.revo-slider-desc-text {
font-size: 20px;
font-family: 'Lato', sans-serif;
width: 650px;
text-align: center;
line-height: 1.5;
}
.revo-slider-caps-text {
font-size: 16px;
font-weight: 400;
letter-spacing: 3px;
font-family: 'Raleway', sans-serif;
}
.tp-video-play-button { display: none !important; }
.tp-caption { white-space: nowrap; }
</style>
</head>
<body class="stretched dark">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="transparent-header dark">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<!-- Logo
============================================= -->
<div id="logo">
<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img src="images/logo.png" alt="Canvas Logo"></a>
<a href="index.html" class="retina-logo" data-dark-logo="images/[email protected]"><img src="images/[email protected]" alt="Canvas Logo"></a>
</div>
<!-- #logo end -->
<!-- Primary Navigation
============================================= -->
<nav id="primary-menu">
<ul>
<li class="current"><a href="http://peerplays.com/#home" style="color: #fff"><div>Home</div></a></li>
<li class="mega-menu"><a href="http://peerplays.com/#crowdsale" style="color: #fff"><div>Crowdsale</div></a></li>
<li class="mega-menu"><a href="http://peerplays.com/#video" style="color: #fff"><div>Video</div></a></li>
<li class="mega-menu"><a href="http://peerplays.com/#whitepaper" style="color: #fff"><div>Whitepaper</div></a></li>
<li class="mega-menu"><a href="http://peerplays.com/#features" style="color: #fff"><div>Features</div></a></li>
<li class="mega-menu"><a href="http://peerplays.com/#team" style="color: #fff"><div>Team</div></a></li>
</ul>
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<!-- Content
============================================= -->
<section id="content">
<div class="notopborder noborder nobg">
<div class="bkg-lightblue content-wrap">
<div class="container clearfix">
<h3>TERMS AND CONDITIONS FOR PEERPLAYS WEBSITE</h3>
<h4>These Terms & Conditions apply to the Peerplays.com website, including, but not limited to any and all mobile applications, social media, and related sites (collectively the " Peerplays Website"). As used in these Terms & Conditions, "PEERPLAYS", "us", or "we" refers to Peerplays Gaming S.A., a Honduras corporation and its affiliates, the owner and operator of the www.peerplays.com site.</h4>
<h3>YOUR USE OF THE PEERPLAYS WEBSITE IS GOVERNED BY THESE TERMS & CONDITIONS</h3>
<h4>BY ACCESSING OR OTHERWISE USING ANY PEERPLAYS WEBSITE, ANY PEERPLAYS MOBILE APPLICATION OR ANY PEERPLAYS SOCIAL MEDIA APPLICATION, YOU AGREE TO THESE TERMS & CONDITIONS IN THEIR ENTIRETY. Any person or entity who interacts with the Peerplays Website through the use of crawlers, robots, browsers, data mining or extraction tools, or other functionality, whether such functionality is installed or placed by such person or entity or a third party, is deemed to be using the Peerplays Website and bound by these Terms and Conditions. If at any time you do not accept all of these Terms & Conditions, you must immediately stop using all or any part of the Peerplays Website. Certain areas within the Peerplays Website, including mobile applications and social media applications, may be governed by additional terms ("Additional Terms"). By using those areas of the Peerplays Website, you agree to the Additional Terms. The Additional Terms are incorporated into these Terms & Conditions, and any reference to these Terms & Conditions includes the Additional Terms.</h4>
<h3>PROPRIETARY RIGHTS</h3>
<h4>All right, title and interest in the Peerplays Website, including all copyrights, patents, trade secrets, trade dress and other proprietary rights, and any derivative works thereof, shall belong solely and exclusively to PEERPLAYS or its licensors. Nothing in these Terms and Conditions or otherwise will be deemed to grant to you an ownership interest in the Peerplays Website, in whole or in part.</h4>
<h3>CONTENT</h3>
<h4>All content included on the Peerplays Website, such as marketing materials, guides, sales flyers, text, graphics, logos, images, button icons, audio clips, video, photographs, data, music, software, and other material (collectively "Content") is owned or licensed property of PEERPLAYS or its licensors and is protected by international copyright, trademark, patent, trade secret or other proprietary rights and these rights are valid and protected in all forms, media and technologies existing now or hereinafter developed. All Content is copyrighted as individual works and as a collective work under international treaty provisions, and PEERPLAYS owns a copyright in the selection, coordination, arrangement and enhancement thereof.</h4>
<h3>LICENSE AND ACCESS</h3>
<h4>PEERPLAYS grants you a limited license to access and make personal use of the Peerplays Website and the Content for NONCOMMERCIAL PURPOSES ONLY and only to the extent such use does not violate these Terms & Conditions including, without limitation, the prohibitions listed in the "UNLAWFUL OR PROHIBITED USES" section of these Terms & Conditions. You may download, print, and copy Content for personal, noncommercial purposes only, provided you do not modify or alter the Content in any way, delete or change any copyright or trademark notice, or violate these Terms & Conditions in any way. Accessing, downloading, printing, posting, storing, or otherwise using the Peerplays Website or any of the Content for any commercial purpose, whether on behalf of you, yourself or on behalf of any third party, constitutes a material breach of these Terms & Conditions.</h4>
<h3>TRADEMARKS</h3>
<h4>PEERPLAYS and other related marks, design marks, product names, feature names and related logos used in the Peerplays Website are trademarks of PEERPLAYS and may not be used, copied or imitated, in whole or in part, without the express prior written permission of PEERPLAYS. In addition, the look and feel of the Peerplays Website constitutes the service mark, trademark and/or trade dress of PEERPLAYS and may not be copied imitated or used, in whole or in part, without the express prior written permission of PEERPLAYS. PEERPLAYS's trademarks and trade dress may not be used in connection with any product or service in any manner that is likely to cause confusion among customers, or in any manner that disparages PEERPLAYS or suggests a sponsorship, affiliation or endorsement by PEERPLAYS.</h4>
<h4>All other trademarks, service marks, logos, slogans, domain names and trade names are the properties of their respective owners.</h4>
<h3>UNLAWFUL OR PROHIBITED USES</h3>
<h4>The Peerplays Website may only be used for lawful purposes in accordance with the terms of the license granted in these Terms & Conditions. As a condition of your use of this Peerplays Website, you warrant to PEERPLAYS that you will not use the Peerplays Website for any purpose that is unlawful or prohibited by these Terms & Conditions. Whether on behalf of you, yourself or on behalf of any third party, unless you have the express prior written consent of PEERPLAYS, YOU MAY NOT:</h4>
<h4>(a) Make any commercial use of the Peerplays Website or its Content, including making any collection or use of any product listings, descriptions, prices, or images;</h4>
<h4>(b) download, copy, or transmit any Content for the benefit of any other merchant;</h4>
<h4>(c) use or attempt to use any engine, software, tool, agent, data, or other device or mechanism (including browsers, spiders, robots, avatars, or intelligent agents) to navigate or search the Peerplays Website;</h4>
<h4>(d) frame, mirror, or use framing techniques on any part of the Peerplays Website;</h4>
<h4>(e) make any use of data extraction, scraping, mining, or other data gathering tools, or create a database by systematically downloading or storing Peerplays Website content, or otherwise scrape, collect, store, or use any Content, product listings, descriptions, prices, or images, except pursuant to the limited license granted by these Terms & Conditions;</h4>
<h4>(f) use any meta tags or any other hidden text utilizing PEERPLAYS's name or trademarks;</h4>
<h4>(g) misrepresent the identity of a user, impersonate any person or entity, falsely state or otherwise misrepresent your affiliation with any person or entity in connection with the Peerplays Website, or express or imply that we endorse any statement you make;</h4>
<h4>(h) use a buying agent to conduct transactions on the Peerplays Website;</h4>
<h4>(i) conduct fraudulent activities on the Peerplays Website;</h4>
<h4>(j) violate or attempt to violate the security of the Peerplays Website, including, without limitation: (i) accessing data not intended for you or logging onto a server or an account that you are not authorized to access; (ii) trying to change the functionality of the Peerplays Website; (iii) attempting to probe, scan, or test the vulnerability of a system or network, or to breach security or authentication measures; (iv) attempting to interfere with service to any user, host, or network, including, without limitation, via means of submitting malware to the Peerplays Website, overloading, "flooding," "spamming," "mailbombing", or "crashing"; (v) forging any header or any part of the header information in any e-mail or posting; or (vi) forging communications on behalf of the Peerplays Website (impersonating the Peerplays Website) or to the Peerplays Website (impersonating another user);</h4>
<h4>(k) send unsolicited or unauthorized email on behalf of PEERPLAYS, including promotions and/or advertising of products or services;</h4>
<h4>(l) tamper with the Peerplays Website or use or attempt to use any device, software, routine, or data that interferes or attempts to interfere with the working or functionality of the Peerplays Website or any activity being conducted on the Peerplays Website;</h4>
<h4>(m) use the Peerplays Website to defame, abuse, harass, stalk, threaten, or otherwise violate the legal rights of others, including others' privacy rights or rights of publicity;</h4>
<h4>(n) harvest or collect personally identifiable information about other users of the Peerplays Website;</h4>
<h4>(o) restrict or inhibit any other person from using the Peerplays Website (including, without limitation, by hacking or defacing any portion of the Peerplays Website);</h4>
<h4>(p) use the Peerplays Website to advertise or offer to sell or buy (other than from PEERPLAYS) any goods or services;</h4>
<h4>(q) reproduce, duplicate, copy, sell, resell, or otherwise exploit for any commercial purposes any portion of, use of, or access to the Sotivas Website;</h4>
<h4>(r) modify, adapt, translate, reverse engineer, decompile, or disassemble any portion of the Peerplays Website; or</h4>
<h4>(s) remove any copyright, trademark, or other proprietary rights notice from the Peerplays Website or materials originating from the Peerplays Website.</h4>
<h3>YOUR ACCOUNT</h3>
<h4>You may be required to register with PEERPLAYS in order to access certain services or areas of the Peerplays Website. If you are required to register with PEERPLAYS, we may not be able, or we may refuse, to provide you the user name you request. Your user name and password are for your personal use only. If you use the Peerplays Website, you are responsible for maintaining the confidentiality of your account and password and for restricting access to your computer, and you agree to accept responsibility for all activities that occur under your account or password. In addition to all other rights available to PEERPLAYS including those set forth in these Terms & Conditions, PEERPLAYS reserves the right, in its sole discretion, to terminate your account, refuse service to you, or cancel orders.</h4>
<h3>PUSH NOTIFICATIONS</h3>
<h4>If the Peerplays Website includes push notifications or other mobile communication capability, you hereby approve our delivery of electronic communications directly to your mobile device. These notifications, including badge, alert or pop-up messages, are delivered to your device even when it is running in the background. You have the ability, and it is your responsibility, to control the notifications you do, or do not, receive through your device.</h4>
<h3>MODIFICATION AND TERMINATION</h3>
<h4>PEERPLAYS may at any time: (i) modify or discontinue any part of the Peerplays Website; or (ii) offer opportunities to some or all Peerplays Website users. PEERPLAYS reserves the right to make changes to these Terms & Conditions at any time, and such changes will be effective immediately upon being posted on the Peerplays Website. Each time you use the Peerplays Website, you should review the current Terms & Conditions. You can determine when these Terms & Conditions were last revised by referring to the "LAST UPDATED" legend at the bottom of these Terms & Conditions. Your continued use of the Peerplays Website will indicate your acceptance of the current Terms & Conditions; however, any material change to these Terms & Conditions after your last usage of the Peerplays Website will not be applied retroactively. Except for such material changes, the Terms & Conditions that were in effect at the time any claim or dispute arose between you and us will be applied.</h4>
<h4>PEERPLAYS reserves the right, without notice and in its sole discretion, to terminate your account or your use of the Peerplays Website and to block or prevent future access to and use of the Peerplays Website (i) if you violate any of these Terms & Conditions, (ii) for any other reason, or (iii) for no reason. Upon any such termination, your right to use the Peerplays Website will immediately cease.</h4>
<h4>You agree that we shall not be liable to you or any third party for any termination of your access to the Peerplays Website. Upon termination, all provisions of these Terms & Conditions which are by their nature intended to survive termination, all representations and warranties, all limitations of liability, and all indemnities shall survive such termination.</h4>
<h3>USER REVIEWS, COMMENTS, AND SUBMISSIONS</h3>
<h4>If the Peerplays Website allows you to submit reviews, comments, and other communications, photos, videos, or any other content ("User Content") through or to the Peerplays Website, PEERPLAYS welcomes such User Content as long as the User Content submitted by you complies with these Terms & Conditions.</h4>
<h4>You agree that any User Content that you submit: (i) will be accurate; (ii) will not violate or facilitate the violation of any law or regulation; (iii) will not violate any right of a third party, including copyright, trademark, privacy, or publicity rights; (iv) will not cause injury to any person or entity; and (v) will not contain, or provide links to, obscene, profane, or threatening language, malware, political campaigning, commercial solicitation, chain letters, mass mailings, any form of "spam", or any material that could be considered harmful, sexually explicit, indecent, lewd, violent, abusive, or degrading. You are solely responsible for the User Content you submit, and PEERPLAYS assumes no liability for any User Content submitted by you. You acknowledge and agree that we reserve the right (but have no obligation) to do any or all of the following, in our sole discretion: (i) monitor User Content; (ii) alter, remove, or refuse to post or allow to be posted any User Content; and/or (iii) disclose any User Content, and the circumstances surrounding its transmission, to any third party.</h4>
<h4>For any User Content you submit, you grant to PEERPLAYS a non-exclusive, sub-licensable, fully paid-up, perpetual, irrevocable, royalty-free, transferable right and license to use, display, perform, transmit, copy, modify, delete, adapt, publish, translate, create derivative works from, sell and distribute such User Content and to incorporate the User Content into any form, medium, or technology, now known or hereafter developed, throughout the world, all without compensation to you. For this reason, do not send us any User Content that you do not wish to license to us, including any confidential information or any original creative materials such as stories, product ideas, computer code or original artwork. In addition, you grant to PEERPLAYS the right, without any obligation, to include the name provided along with the User Content submitted by you. We are not responsible for the use or disclosure of any personal information that you voluntarily disclose in connection with any User Content you submit. You represent and warrant that you have all rights necessary for you to grant the licenses granted in this section. You further irrevocably waive any "moral rights" or other rights with respect to attribution of authorship or integrity of materials regarding User Content that you may have under any applicable law under any legal theory.</h4>
<h4>Content is also provided by third party visitors to the Peerplays Website. Please note that visitors to the Peerplays Website may post content that is inaccurate, misleading, or deceptive. PEERPLAYS neither endorses nor is responsible for any opinion, advice, information, or statements made by third parties. PEERPLAYS will not be liable for any loss or damage caused by your reliance on such information or materials. The opinions expressed by third parties reflect solely the opinions of the parties who submitted such opinions and may not reflect the opinions of PEERPLAYS.</h4>
<h3>LINKS TO THIRD PARTIES</h3>
<h4>The Peerplays Website may contain links and interactive functionality interacting with third parties, including social media applications and product manufacturers' applications. PEERPLAYS is not responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such application. Before enabling any sharing functions of the Peerplays Website to communicate with any such application or otherwise visiting any such application, PEERPLAYS strongly recommends that you review and understand the terms and conditions, privacy policies, settings, and information-sharing functions of each such third party application. The links and interactive functionality for third party applications on the Peerplays Website do not constitute an endorsement by PEERPLAYS of such third party application. Other applications may link to the Peerplays Website with or without our authorization, and we may block any links to or from the applications, in our sole discretion. YOUR USE OF THIRD PARTY APPLICATIONS AND RESOURCES IS AT YOUR OWN RISK.</h4>
<h3>DATA PROTECTION</h3>
<h4>PEERPLAYS collects, uses and shares personal information in accordance with its Privacy Policy located at https://www.peerplays.com/privacy-policy/.</h4>
<h3>DISCLAIMERS OF WARRANTIES</h3>
<h4>PEERPLAYS cannot and does not represent or warrant that the Peerplays Website or its server will be error-free, uninterrupted, free from unauthorized access (including third party hackers or denial of service attacks), or otherwise meet your requirements.</h4>
<h4>THE PEERPLAYS WEBSITE AND ALL INFORMATION, CONTENT, MATERIALS, PRODUCTS, SERVICES, AND USER CONTENT INCLUDED ON OR OTHERWISE MADE AVAILABLE TO YOU THROUGH THE PEERPLAYS WEBSITE (COLLECTIVELY, THE "PEERPLAYS WEBSITE CONTENTS") ARE PROVIDED BY PEERPLAYS ON AN "AS IS," "AS AVAILABLE" BASIS, WITHOUT REPRESENTATIONS OR WARRANTIES OF ANY KIND. PEERPLAYS MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE OPERATION OF THE PEERPLAYS WEBSITE, THE ACCURACY OR COMPLETENESS OF THE PEERPLAYS WEBSITE CONTENTS, OR THAT EMAILS SENT FROM PEERPLAYS ARE FREE OF MALWARE OR OTHER HARMFUL COMPONENTS. YOU EXPRESSLY AGREE THAT YOUR USE OF THE PEERPLAYS WEBSITE IS AT YOUR SOLE RISK. PEERPLAYS WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING FROM THE USE OF THE PEERPLAYS WEBSITE OR THE PEERPLAYS WEBSITE CONTENTS INCLUDING, WITHOUT LIMITATION, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, AND CONSEQUENTIAL DAMAGES, UNLESS OTHERWISE AGREED BY PEERPLAYS IN WRITING. TO THE FULL EXTENT PERMITTED BY LAW, PEERPLAYS DISCLAIMS ANY AND ALL REPRESENTATIONS AND WARRANTIES WITH RESPECT TO THE PEERPLAYS WEBSITE AND THE PEERPLAYS WEBSITE CONTENTS, WHETHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE.</h4>
<h4>IF PRODUCTS ARE PROVIDED BY THIRD PARTIES THROUGH THE PEERPLAYS WEBSITE, THOSE THIRD PARTIES MAY SEPARATELY PROVIDE LIMITED REPRESENTATIONS AND/OR WARRANTIES REGARDING THEIR PRODUCTS. THIS DISCLAIMER DOES NOT APPLY TO SUCH PRODUCT REPRESENTATIONS OR WARRANTIES, BUT ANY SUCH REPRESENTATIONS OR WARRANTIES ARE PROVIDED SOLELY BY SUCH PROVIDER AND NOT BY PEERPLAYS.</h4>
<h4>IF NUTRITION, INGREDIENT, ALLERGEN, AND OTHER PRODUCT INFORMATION IS PROVIDED THROUGH THE PEERPLAYS WEBSITE, PEERPLAYS DOES NOT REPRESENT OR WARRANT THAT SUCH INFORMATION IS ACCURATE OR COMPLETE. ON OCCASION PEERPLAYS MAY MODIFY THEIR PRODUCTS AND UPDATE THEIR LABELS. WE RECOMMEND THAT YOU DO NOT RELY SOLELY ON THE INFORMATION PRESENTED ON OUR PEERPLAYS WEBSITE AND THAT YOU CONSULT THE PRODUCT'S LABEL OR CONTACT THE PEERPLAYS DIRECTLY IF YOU HAVE A SPECIFIC DIETARY CONCERN OR QUESTION ABOUT A PRODUCT.</h4>
<h4>THIRD PARTY NAMES, MARKS, PRODUCTS, ADVERTISEMENTS, OR SERVICES OR POP-UP TEXTS OR LINKS TO THIRD PARTY APPLICATIONS MAY APPEAR ON THE PEERPLAYS WEBSITE. IN NO EVENT WILL PEERPLAYS BE LIABLE, DIRECTLY OR INDIRECTLY, TO ANYONE FOR ANY DAMAGE OR LOSS ARISING FROM OR RELATING TO ANY USE, CONTINUED USE, OR RELIANCE ON ANY ADVERTISEMENT DISPLAYED ON THE PEERPLAYS WEBSITE, ANY PRODUCTS, SERVICES, OR OTHER MATERIALS RELATING TO ANY SUCH ADVERTISEMENT, ANY LINKED THIRD PARTY APPLICATION, OR ANY LINK CONTAINED IN A LINKED APPLICATION. IF YOU DECIDE TO LINK TO ANY SUCH THIRD PARTY APPLICATION, YOU DO SO ENTIRELY AT YOUR OWN RISK.</h4>
<h3>JURISDICTIONAL ISSUES</h3>
<h4>The Peerplays Website is controlled and operated by PEERPLAYS from the country of Honduras, and is not intended to subject PEERPLAYS to the laws or jurisdiction of any state, country or territory other than that of the country of Honduras. PEERPLAYS does not represent or warrant that the Peerplays Website or any part thereof is appropriate or available for use in any particular jurisdiction other than the country of Honduras. In choosing to access the Peerplays Website, you do so on your own initiative and at your own risk, and you are responsible for complying with all local laws, rules and regulations. We may limit the Peerplays Website's availability, in whole or in part, to any person, geographic area or jurisdiction we choose, at any time and in our sole discretion.</h4>
<h3>RELEASE</h3>
<h4>We provide information through the Peerplays Website for your information and enjoyment. Your use of the Peerplays Website is strictly voluntary. Because some of the information in the Peerplays Website may relate to modifications to your diet, you agree to use your good judgment and reasonable care prior to making any changes to your lifestyle. By using the Peerplays Website, you assume the risks associated with the activities in which you will be participating. Such risks may include, but are not limited to, the risk of physical injury or other harm. You, and you alone, are solely responsible for taking proper care to limit your risk.</h4>
<h4>You knowingly and voluntarily do hereby indemnify, release, acquit, waive, forever discharge, and covenant not to sue PEERPLAYS, its employees, agents, any related affiliate and/or subsidiary entities from and against any and all liabilities, costs and expenses (including without limitations, any reasonable fees and expenses of its attorneys and consultants) relating to or arising out of any claims, demands or causes of action of every kind and character (including, without limitation, personal injury and property damage claims) as a result of the information and materials offered by PEERPLAYS through the Peerplays Website.</h4>
<h3>LIMITATION OF LIABILITY</h3>
<h4>UNDER NO CIRCUMSTANCES SHALL PEERPLAYS OR ITS EMPLOYEES, DIRECTORS, OFFICERS, OR AGENTS BE LIABLE FOR ANY DIRECT OR INDIRECT LOSSES OR DAMAGES ARISING OUT OF OR IN CONNECTION WITH YOUR USE OF OR INABILITY TO USE THE PEERPLAYS WEBSITE. THIS IS A COMPREHENSIVE LIMITATION OF LIABILITY THAT APPLIES TO ALL LOSSES AND DAMAGES OF ANY KIND (WHETHER GENERAL, SPECIAL, CONSEQUENTIAL, INCIDENTAL, EXEMPLARY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, LOSS OF DATA, INCOME OR PROFITS), WHETHER IN CONTRACT OR TORT, EVEN IF PEERPLAYS HAS BEEN ADVISED OF OR SHOULD HAVE KNOWN OF THE POSSIBILITY OF SUCH DAMAGES. EACH PROVISION OF THESE TERMS & CONDITIONS THAT PROVIDES FOR A LIMITATION OF LIABILITY, DISCLAIMER OF WARRANTIES, OR EXCLUSION OF DAMAGES IS TO ALLOCATE THE RISKS UNDER THE AGREEMENT BETWEEN YOU AND PEERPLAYS. THIS ALLOCATION IS AN ESSENTIAL ELEMENT OF THE BASIS OF THE BARGAIN BETWEEN YOU AND PEERPLAYS. THE LIMITATIONS IN THIS SECTION WILL APPLY EVEN IF ANY LIMITED REMEDY FAILS OF ITS ESSENTIAL PURPOSE(S). IF YOU ARE DISSATISFIED WITH THE PEERPLAYS WEBSITE, ANY CONTENT ON THE PEERPLAYS WEBSITE, OR THESE TERMS & CONDITIONS, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE PEERPLAYS WEBSITE. YOU ACKNOWLEDGE, BY YOUR USE OF THE PEERPLAYS WEBSITE, THAT YOUR USE OF THE PEERPLAYS WEBSITE IS AT YOUR SOLE RISK. APPLICABLE LAW MAY NOT ALLOW THE LIMITATION OF LIABILITY SET FORTH ABOVE, SO THIS LIMITATION OF LIABILITY MAY NOT APPLY TO YOU, AND YOU MAY HAVE RIGHTS ADDITIONAL TO THOSE CONTAINED HEREIN.</h4>
<h3>INDEMNIFICATION AND DEFENSE</h3>
<h4>As a condition of the use of the Peerplays Website, you agree to defend, indemnify, and hold harmless PEERPLAYS and its respective employees, directors, officers, agents, vendors, and suppliers from and against any liabilities, losses, investigations, inquiries, claims, suits, damages, costs, and expenses (including, without limitation, reasonable attorneys' fees and expenses) (each, a "Claim") arising out of or otherwise relating to your use of the Peerplays Website, including without limitation any User Content submitted by you and Claims alleging facts that if true would constitute a breach by you of these Terms & Conditions.</h4>
<h3>NOTICES AND ELECTRONIC COMMUNICATIONS</h3>
<h4>In the case of notices PEERPLAYS sends to you, you consent to receive notices and other communications by PEERPLAYS posting notices on the Peerplays Website, sending you an email at the email address listed in your profile in your account, or mailing a notice to you at your billing address listed in your profile in your account. You agree that all agreements, notices, disclosures, and other communications that PEERPLAYS provides to you in accordance with the prior sentence satisfy any legal requirement that such communications be in writing. Notice shall be deemed given (i) 24 hours after the notice is posted on the Peerplays Website or an electronic message is sent, unless the sending party is notified that the message did not reach the recipient, or (ii) in the case of mailing, three days after the date of mailing. You agree that a printed version of these Terms & Conditions and/or any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to these Terms & Conditions to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form.</h4>
<h3>RULES FOR PROMOTIONS</h3>
<h4>Any sweepstakes, contests, raffles, or other promotions (collectively, "Promotions") made available through the Peerplays Website may be governed by rules that are separate from these Terms & Conditions. If you participate in any Promotions, please review the applicable rules as well as our Privacy Policy. If the rules for a Promotion conflict with these Terms & Conditions, the Promotion rules will apply.</h4>
<h3>APPLICABLE LAW; DISPUTES</h3>
<h4>YOU AGREE THAT ALL MATTERS RELATING TO YOUR ACCESS TO OR USE OF THE PEERPLAYS WEBSITE AND ALL MATTERS ARISING OUT OF OR RELATED TO THESE TERMS & CONDITIONS, INCLUDING ALL DISPUTES, WILL BE GOVERNED BY THE LAWS OF THE COUNTRY OF HONDURAS. YOU FURTHERMORE AGREE THAT THE FORUM AND VENUE FOR ANY LEGAL ACTION ARISING OUT OF OR RELATED TO THESE TERMS & CONDITIONS SHALL BE A COURT LOCATED IN THE COUNTRY OF HONDURAS, AND YOU SUBMIT TO THE PERSONAL JURISDICTION OF THAT COURT. THE MAKING OF CLAIMS OR RESOLUTION OF DISPUTES PURSUANT TO THIS AGREEMENT SHALL BE IN YOUR INDIVIDUAL CAPACITY, AND NOT AS A PLAINTIFF OR CLASS MEMBER IN ANY PURPORTED CLASS OR REPRESENTATIVE PROCEEDING. YOU AGREE THAT TO THE EXTENT PERMITTED BY APPLICABLE LAW: (1) ANY AND ALL DISPUTES, CLAIMS, AND CAUSES OF ACTION ARISING OUT OF OR CONNECTED WITH THE PEERPLAYS WEBSITE AND/OR THESE TERMS & CONDITIONS WILL BE RESOLVED INDIVIDUALLY IN THE FORUM DESIGNATED IN THIS SECTION, WITHOUT RESORT TO ANY FORM OF CLASS ACTION; AND (2) ANY AND ALL CLAIMS, JUDGMENTS, AND AWARDS WILL BE LIMITED TO ACTUAL THIRD-PARTY, OUT-OF-POCKET COSTS INCURRED (IF ANY), BUT IN NO EVENT WILL ATTORNEYS' FEES BE AWARDED OR RECOVERABLE.</h4>
<h3>MISCELLANEOUS</h3>
<h4>These Terms & Conditions, including policies and information linked from or incorporated herein, constitute the entire agreement between you and PEERPLAYS with respect to the Peerplays Website and supersede all prior or contemporaneous communications, agreements, and proposals with respect to the Peerplays Website. No provision of these Terms & Conditions shall be waived except pursuant to a writing executed by the party against whom the waiver is sought. No failure to exercise, partial exercise of, or delay in exercising any right or remedy under these Terms & Conditions shall operate as a waiver or estoppel of any right, remedy, or condition. If any provision of these Terms & Conditions is held invalid, illegal or unenforceable, the validity, legality and enforceability of the remaining provisions will not be affected or impaired. You may not assign, transfer, or sublicense any of your rights or obligations under these Terms & Conditions without our express prior written consent. We will not be responsible for failure to fulfill any obligation due to causes beyond our control.</h4>
<h3>CONTACT US</h3>
<h4>If you have any concerns about PEERPLAYS or your use of the Peerplays Website, please send an email to <a href="mailto:[email protected]">[email protected]</a> with a detailed description, and we will try to resolve it. You may also contact us by writing to:<br>
Peerplays,<br>
c/o BunkerChain Labs Inc.,<br>
47 Lockheed Crescent,<br>
Debert,<br>
NS,<br>
Canada B0M-1G0,<br><br>
or by calling us at (902) 707-0277.<br><br>
Last Updated: March 17, 2016</h4>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="dark">
<div class="container">
<!-- Footer Widgets
============================================= -->
<div class="footer-wrap clearfix">
<div class="col_two_third">
<div class="widget clearfix">
<div class="row">
<div class="col-md-4 col-xs-6 bottommargin-sm widget_links">
<ul>
<li><a><b><u>Resources</u></b></a></li>
<li><a href="http://www.peerplays.com/Peerplays_Whitepaper.pdf">Whitepaper</a></li>
<li><a href="https://github.com/cryptonomex/graphene">Graphene</a></li>
<li><a href="https://bitshares.org/">Bitshares</a></li>
<!--<li><a href="#">Github</a></li>-->
<li><a href="http://blog.peerplays.com/">Blog</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6 bottommargin-sm widget_links">
<ul>
<li><a><b><u>Social</u></b></a></li>
<li><a href="https://www.facebook.com/PeerPlays/">Facebook</a></li>
<li><a href="https://twitter.com/PeerPlays">Twitter</a></li>
<li><a href="https://plus.google.com/+PeerplaysMillions/about">Google+</a></li>
<li><a href="https://www.reddit.com/r/Peerplays/">Reddit</a></li>
</ul>
</div>
<div class="col-md-4 col-xs-6 bottommargin-sm widget_links">
<ul>
<li><a><b><u>Get Involved</u></b></a></li>
<!--<li><a href="#">Peerplays Forum</a></li>-->
<li><a href="https://bitsharestalk.org/index.php/topic,22343.0.html">Bitsharestalk Thread</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=1462351.0">Bitcointalk Thread</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- <div class="col_one_third col_last">
<div class="widget subscribe-widget clearfix" style="padding-top: 20px">
<h5><strong>Subscribe</strong> to our mailing list to get important news and updates about the project:</h5>
<div class="widget-subscribe-form-result"></div>
<form id="widget-subscribe-form" action="include/subscribe.php" role="form" method="post" class="nobottommargin">
<div class="input-group divcenter">
<span class="input-group-addon"><i class="icon-email2"></i></span>
<input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Enter your Email">
<span class="input-group-btn">
<button class="btn btn-success" type="submit">Subscribe</button>
</span>
</div>
</form>
</div>
</div>-->
</div><!-- .footer-widgets-wrap end -->
</div>
</footer><!-- #footer end-->
<!-- Copyrights
============================================= -->
<div id="copyrights">
<div class="container clearfix">
<!--<div class="col_half">
Copyrights © 2014 All Rights Reserved by Canvas Inc.<br>
<div class="copyright-links"><a href="#">Terms of Use</a> / <a href="#">Privacy Policy</a></div>
</div>-->
<div class="col_half">
<div class="copyright-links"><a href="http://peerplays.com/PeerplaysTC.pdf">Terms and Conditions</a> / <a href="termsofuse.html">Terms of Use</a> / <a href="privacy-policy.html">Privacy Policy</a></div>
</div>
<!--<div class="col_half col_last tright">
<div class="fright clearfix">
<a href="#" class="social-icon si-small si-borderless si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-pinterest">
<i class="icon-pinterest"></i>
<i class="icon-pinterest"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-vimeo">
<i class="icon-vimeo"></i>
<i class="icon-vimeo"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-github">
<i class="icon-github"></i>
<i class="icon-github"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-yahoo">
<i class="icon-yahoo"></i>
<i class="icon-yahoo"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-linkedin">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
</div>
<div class="clear"></div>
<i class="icon-envelope2"></i> [email protected] <span class="middot">·</span> <i class="icon-headphones"></i> +91-11-6541-6369 <span class="middot">·</span> <i class="icon-skype2"></i> CanvasOnSkype
</div>-->
</div>
</div><!-- #copyrights end -->
</div><!-- #wrapper end
<!-- Go To Top
============================================= -->
<!--<div id="gotoTop" class="icon-angle-up"></div>-->
<!-- External JavaScripts
============================================= -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="js/functions.js"></script>
<script type="text/javascript">
jQuery(document).ready( function($){
var newDate = new Date(2016, 4, 6);
$('#countdown-may5').countdown({until: newDate});
});
</script>
<!-- SLIDER REVOLUTION 5.x SCRIPTS -->
<script type="text/javascript" src="include/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="include/rs-plugin/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript">
var tpj=jQuery;
tpj.noConflict();
tpj(document).ready(function() {
var apiRevoSlider = tpj('.tp-banner').show().revolution(
{
sliderType:"standard",
jsFileLocation:"include/rs-plugin/js/",
sliderLayout:"fullscreen",
dottedOverlay:"none",
delay:9000,
responsiveLevels:[1200,992,768,480,320],
startwidth:1140,
startheight:600,
hideThumbs:200,
thumbWidth:100,
thumbHeight:50,
thumbAmount:3,
navigation: {
keyboardNavigation:"off",
keyboard_direction: "horizontal",
mouseScrollNavigation:"off",
onHoverStop:"off",
touch:{
touchenabled:"on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
arrows: {
style: "hermes",
enable: true,
hide_onmobile: false,
hide_onleave: false,
tmp: '<div class="tp-arr-allwrapper"> <div class="tp-arr-imgholder"></div> <div class="tp-arr-titleholder">{{title}}</div> </div>',
left: {
h_align: "left",
v_align: "center",
h_offset: 10,
v_offset: 0
},
right: {
h_align: "right",
v_align: "center",
h_offset: 10,
v_offset: 0
}
}
},
touchenabled:"on",
onHoverStop:"on",
swipe_velocity: 0.7,
swipe_min_touches: 1,
swipe_max_touches: 1,
drag_block_vertical: false,
parallax:"mouse",
parallaxBgFreeze:"on",
parallaxLevels:[8,7,6,5,4,3,2,1],
parallaxDisableOnMobile:"on",
keyboardNavigation:"on",
shadow:0,
fullWidth:"off",
fullScreen:"on",
spinner:"spinner0",
stopLoop:"off",
stopAfterLoops:-1,
stopAtSlide:-1,
shuffle:"off",
forceFullWidth:"off",
fullScreenAlignForce:"off",
minFullScreenHeight:"400",
hideThumbsOnMobile:"off",
hideNavDelayOnMobile:1500,
hideBulletsOnMobile:"off",
hideArrowsOnMobile:"off",
hideThumbsUnderResolution:0,
hideSliderAtLimit:0,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
startWithSlide:0,
fullScreenOffset:"0px"
});
apiRevoSlider.bind("revolution.slide.onloaded",function (e) {
setTimeout( function(){ SEMICOLON.slider.sliderParallaxDimensions(); }, 200 );
});
apiRevoSlider.bind("revolution.slide.onchange",function (e,data) {
SEMICOLON.slider.revolutionSliderMenu();
});
}); //END REVOLUTION SLIDER
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/572bf0cfcba28dd313b23e9e/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>