word-games-theme 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -1
  3. data/_data/footer/en/data.json +20 -18
  4. data/_data/header/en/data.json +1 -0
  5. data/_data/rating/rating.json +47 -0
  6. data/_data/wordgames/en/root.json +5 -2
  7. data/_includes/script.html +0 -2
  8. data/_includes/wordgames/advanced-filter/advanced-filter.html +56 -0
  9. data/_includes/wordgames/authorpagehead/authorpagehead.html +40 -0
  10. data/_includes/wordgames/faqs/faqs.html +44 -0
  11. data/_includes/wordgames/featurehighlights/featurehighlights.html +76 -0
  12. data/_includes/wordgames/footer/footer.html +277 -0
  13. data/_includes/wordgames/head/bloghead.html +78 -0
  14. data/_includes/wordgames/head/head.html +148 -0
  15. data/_includes/wordgames/header/blog-header.html +51 -0
  16. data/_includes/wordgames/header/header.html +51 -0
  17. data/_includes/wordgames/headings/headings.html +14 -0
  18. data/_includes/wordgames/howto/howto.html +73 -0
  19. data/_includes/wordgames/infographics/infographics.html +131 -0
  20. data/_includes/wordgames/paginations/blog-pagination.html +44 -0
  21. data/_includes/wordgames/paginations/post-pagination.html +24 -0
  22. data/_includes/wordgames/rating/rating.html +124 -0
  23. data/_includes/wordgames/rating/structureddata.html +53 -0
  24. data/_includes/wordgames/recent-posts/recent-posts.html +104 -0
  25. data/_includes/wordgames/related-posts/related-posts.html +203 -0
  26. data/_includes/wordgames/result-page/result-page.html +95 -0
  27. data/_includes/wordgames/scripts/scripts.html +66 -0
  28. data/_includes/wordgames/search-box/search-box.html +49 -0
  29. data/_includes/wordgames/seo/seo.html +58 -0
  30. data/_includes/wordgames/words-data/words-data.html +58 -0
  31. data/_includes/wordgames/words-point-table/words-point-table.html +106 -0
  32. data/_layouts/wordgames-about.html +194 -0
  33. data/_layouts/wordgames-author.html +408 -0
  34. data/_layouts/wordgames-authors.html +138 -0
  35. data/_layouts/wordgames-autogencontent.html +0 -0
  36. data/_layouts/wordgames-blog.html +94 -0
  37. data/_layouts/wordgames-disclaimer.html +148 -0
  38. data/_layouts/wordgames-home.html +78 -0
  39. data/_layouts/wordgames-post.html +215 -0
  40. data/_layouts/wordgames-privacy-policy.html +640 -0
  41. data/_layouts/wordgames-result.html +38 -0
  42. data/_layouts/wordgames-terms-and-conditions.html +569 -0
  43. data/_layouts/wordgames-tools.html +0 -0
  44. data/_layouts/wordgames-word-meaning.html +180 -0
  45. data/_layouts/wordgames-xyz.html +0 -0
  46. data/_layouts/wordgames.categories.html +0 -0
  47. data/assets/css/wordgames-blog.css +431 -0
  48. data/assets/css/wordgames-home.css +948 -0
  49. data/assets/css/wordgames-result.css +498 -0
  50. data/assets/css/wordgames-theme.css +227 -0
  51. data/assets/css/wordgames-variables.css +20 -0
  52. data/assets/images/background.svg +80 -0
  53. data/assets/images/close-btn.svg +16 -0
  54. data/assets/images/facebook-icon.svg +9 -0
  55. data/assets/images/facebook.svg +10 -1
  56. data/assets/images/how-to.svg +1 -0
  57. data/assets/images/idea.svg +113 -0
  58. data/assets/images/instagram.svg +1 -1
  59. data/assets/images/logo wordswithletter final black.svg +95 -0
  60. data/assets/images/logo.svg +106 -0
  61. data/assets/images/minus-btn.svg +14 -0
  62. data/assets/images/plus btn.svg +16 -0
  63. data/assets/images/questionmark.svg +17 -0
  64. data/assets/images/search.svg +16 -1
  65. data/assets/images/twitter.svg +1 -1
  66. data/assets/images/wordfinder-favicon.svg +69 -0
  67. data/assets/images/wordfinder-pink.svg +82 -0
  68. data/assets/images/wordfinder-result-logo.svg +105 -0
  69. data/assets/images/words with letters logo white text.svg +95 -0
  70. data/assets/js/scrabble-words.js +885 -0
  71. data/assets/js/theme.js +2 -1
  72. data/assets/js/wordgames-home.js +82 -0
  73. data/assets/js/wordgames-result.js +885 -0
  74. data/assets/js/wordgames-xletter.js +740 -0
  75. metadata +65 -2
@@ -0,0 +1,38 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include wordgames/head/head.html -%}
5
+
6
+ <body>
7
+
8
+ {%- include wordgames/result-page/result-page.html -%}
9
+
10
+ {%- include wordgames/footer/footer.html -%}
11
+
12
+ {%- include script.html -%}
13
+
14
+
15
+ {%- if page.letter -%}
16
+ <script defer src="/assets/js/leftNav.js"></script>
17
+ <script defer src="/assets/js/wordgames-xletter.js" data-url="{{site.url}}" data-range="{{page.blanktilerange}}"
18
+ data-letter="{{page.letter}}" data-ablank="{{page.ablank}}"></script>
19
+ {%- else -%}
20
+ <script defer src="/assets/js/leftNav.js"></script>
21
+ {%- if page.tool == "words-that-start-with-the-letters" -%}
22
+ <script defer src="/assets/js/words-starting-with.js"></script>
23
+ {%- endif -%}
24
+
25
+ {%- if page.language -%}
26
+ <script data-language="{{page.language}}" src="/assets/js/other-lang-wordScrabble.js" crossorigin></script>
27
+ {%- elsif page.tool != 'words-that-start-with-the-letters' -%}
28
+ <script defer data-url="{{site.url}}" data-range="{{page.blanktilerange}}"
29
+ src="/assets/js/wordgames-result.js"></script>
30
+ {%- endif -%}
31
+
32
+ {%- endif -%}
33
+
34
+
35
+
36
+ </body>
37
+
38
+ </html>
@@ -0,0 +1,569 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign termsData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{termsData.htmlLangAtt}}">
7
+ {%- include wordgames/head/head.html -%}
8
+
9
+
10
+ <body>
11
+ {%- include wordgames/header/header.html -%}
12
+
13
+
14
+ <!-- Start main body content -->
15
+ <section class="features-content section-gap">
16
+ <h1 class="information-title pb-5 font-bold text-dark text-center">{{page.title}}</h1>
17
+ <div class="container">
18
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
19
+ <div class="row">
20
+ <div class="col-md-9 mx-auto">
21
+ {%- endif -%}
22
+ <p>We,<b>{{page.companyName}}</b>, registered under the provisions of the Limited Liability
23
+ Partnership Act
24
+ 2008,
25
+ having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA"
26
+ represented by its Directors, hereinafter referred to as the <b>“FIRM”</b> (where such
27
+ expression
28
+ shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs,
29
+ representatives, administrators, permitted successors and assigns).</p>
30
+ <p>The Firm ensures steady commitment to Your usage of the Platform and privacy with regard to the
31
+ protection of Your invaluable information. This document contains information about the Website
32
+ and
33
+ domain https://{{page.companyName}}.{{page.domain}} (hereinafter referred to as the “Platform”
34
+ ).</p>
35
+ <p>For the purpose of these Terms of Use (“Terms”), wherever the context so requires,</p>
36
+ <p>1. “We”, “Our”, and “Us” shall mean and refer to the Domain and/or the Firm, as the context so
37
+ requires.</p>
38
+ <p>2. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who
39
+ use
40
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
41
+ <p>3. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who
42
+ use
43
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
44
+ <p>4. “Third Parties” refer to any Application, Firm or individual apart from the User and the
45
+ creator
46
+ of this Platform/Domain.</p>
47
+ <p>5. “ The term “User” refers to the individuals who will be using the platform to avail the
48
+ features
49
+ and the services of the platform.</p>
50
+ <p>6. “ The term “User” refers to the individuals who will be using the platform to avail the
51
+ features
52
+ and the services of the platform.</p>
53
+ <p>7. “ The headings of each section in these Terms are only for the purpose of comanizing the
54
+ various
55
+ provisions under these Terms in an orderly manner and shall not be used by either Party to
56
+ interpret
57
+ the provisions contained herein in any manner. Further, it is specifically agreed to by the
58
+ Parties
59
+ that the headings shall have no legal or contractual value.</p>
60
+ <p>8. “The User unequivocally agrees that these Terms and the aforementioned Policy constitute a
61
+ legally
62
+ binding agreement between the User and the Firm, and that the User shall be subject to the
63
+ rules,
64
+ guidelines, policies, terms, and conditions applicable to any service that is provided by the
65
+ Platform, and that the same shall be deemed to be incorporated into these Terms, and shall be
66
+ treated as part and parcel of the same. The User acknowledges and agrees that no signature or
67
+ express act is required to make these Terms and the Policy binding on the User and that the
68
+ User’s
69
+ act of visiting any part of the Platform constitutes the User’s full and final acceptance of
70
+ these
71
+ Terms and the aforementioned Policy.</p>
72
+ <p>9. “The Firm reserves the sole and exclusive right to amend or modify these Terms without any
73
+ prior
74
+ permission or intimation to the User, and the User expressly agrees that any such amendments or
75
+ modifications shall come into effect immediately. The User has a duty to periodically check the
76
+ terms and stay updated on its requirements. If the User continues to use the Platform following
77
+ such
78
+ a change, the User will be deemed to have consented to any and all amendments/modifications made
79
+ to
80
+ the Terms. In so far as the User complies with these Terms, it is granted a personal,
81
+ non-exclusive,
82
+ non-transferable, revocable, limited privilege to access and use the Platform and the Services.
83
+ If
84
+ the User does not adhere to the changes, You must stop using the Services at once. Your
85
+ continued
86
+ use of the Services will signify your acceptance of the changed terms.</p>
87
+ <h3> REGISTRATION </h3>
88
+ <p>1. The Users are also provided with an option to link their Facebook/Google accounts with the
89
+ Platform at the time of their registration in order to smoothen the process of registration.</p>
90
+ <p>2. Registration for this Platform is available for all age groups, barring those “Incompetent to
91
+ Contract” which inter alia include insolvents with an exception to Minors.</p>
92
+ <p>3. Further, at any time during Your use of this Platform, including but not limited to the time
93
+ of
94
+ registration, You are solely responsible for protecting the confidentiality of Your Username and
95
+ password, and any activity under the account shall be deemed to have been done by You. In the
96
+ case
97
+ that you provide us with false and/or inaccurate details or we have reason to believe you have
98
+ done
99
+ so, we hold the right to permanently suspend your account. You agree that you will not disclose
100
+ your
101
+ password to any third party and that you will take sole responsibility for any activities or
102
+ actions
103
+ under your account, whether or not you have authorized such activities or actions. You will
104
+ immediately notify us of any hereinbelow use of your account.</p>
105
+ <h3> PLATFORM OVERVIEW </h3>
106
+ <p>@{{page.companyName}}.{{page.domain}} is a platform owned and operated by
107
+ @{{page.companyName}}.{{page.domain}} LLP which is a limited liability
108
+ partnership registered under the provisions of the Limited Liability Partnership Act, 2008.</p>
109
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on
110
+ his
111
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and
112
+ all
113
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
114
+ <h3> ELIGIBILITY </h3>
115
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on
116
+ his
117
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and
118
+ all
119
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
120
+ <p>The Users may not use the Platform if they are not competent to contract or are disqualified from
121
+ doing so by any other applicable law, rule or regulation currently in force.</p>
122
+ <h3> CONTENT </h3>
123
+ <p>All text, graphics, User interfaces, visual interfaces, photographs, trademarks, logos, brand
124
+ names,
125
+ descriptions, sounds, music and artwork (collectively, ‘Content’), is generated/provided by
126
+ Platform
127
+ and the Platform have control over it and assures a reasonable quality, the accuracy, integrity
128
+ or
129
+ genuineness of products sold on the Platform.</p>
130
+ <p>All the Content displayed on the Platform is subject to copyright and shall not be reused by any
131
+ party (or a third party) without the prior written consent of the Firm and the copyright owner.
132
+ </p>
133
+ <p>The Users are solely responsible for the integrity, authenticity, quality and genuineness of the
134
+ feedback and comments by Users can be made via the Platform, the Platform bears no liability
135
+ whatsoever for any feedback or comments made by the Users or made in respect of any of the
136
+ content
137
+ on the Platform. Further, the Platform reserves its right to suspend the account of any User for
138
+ an
139
+ indefinite period to be decided at the discretion of the Platform or to terminate the account of
140
+ any
141
+ User who is found to have created or shared or submitted any Content or part thereof that is
142
+ found
143
+ to be untrue/inaccurate/misleading or offensive/vulgar. The User shall be solely responsible for
144
+ making good any financial or legal losses incurred through the creation/sharing/submission of
145
+ Content or part thereof that is deemed to be untrue/inaccurate/misleading.</p>
146
+ <p>The Users have a personal, non-exclusive, non-transferable, revocable, limited privilege to
147
+ access
148
+ the Content on the Platform. Users shall not copy, adapt, and modify any content without written
149
+ permission of the Firm.</p>
150
+ <h3> TERM </h3>
151
+ <p>1. These Terms shall continue to form a valid and binding contract between the Parties and shall
152
+ continue to be in full force and effect until the User continues to access and use the
153
+ Platforms.
154
+ </p>
155
+ <p>2. The Users may terminate their use of the Platform at any time.</p>
156
+ <p>3. The Firm may terminate these Terms and close a User’s account at any time without notice
157
+ and/or
158
+ suspend or terminate a User’s access to the Platform at any time and for any reason, if any
159
+ discrepancy or legal issue arises.</p>
160
+ <p>4. Such suspension or termination shall not limit our right to take any other action against you
161
+ that
162
+ the Firm considers appropriate.</p>
163
+ <p>5. It is also hereby declared that the Firm may discontinue the Services and Platforms without
164
+ any
165
+ prior notice.</p>
166
+ <h3> AMENDMENT AND TERMINATION </h3>
167
+ <p>1. The Firm reserves the right, in its sole discretion, to unilaterally to either amend, limit or
168
+ terminate the User’s access to the Platform, or any portion or wholly thereof, at any time,
169
+ without
170
+ notice or cause.</p>
171
+ <p>2.The Platform also reserves the universal right to deny part or in entirety, the access to
172
+ particular Users or any such Users with similar IP, to any/all of are on its Platform without
173
+ any
174
+ prior notice/explanation in order to protect the interests of the Platform and/or other visitors
175
+ to
176
+ the Platform.</p>
177
+ <p>The Platform reserves the right to limit, deny or create different access to the Platform and its
178
+ features with respect to different Users, or to change any of the features or introduce new
179
+ features
180
+ without prior notice.</p>
181
+ <p>The User shall continue to be bound by these Terms, and it is expressly agreed to by the Parties
182
+ that
183
+ the User shall not have the right to terminate these Terms till the expiry of the same.</p>
184
+ <p>COMMUNICATION By using this Platform and providing his/her identity and contact information to
185
+ the
186
+ Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS
187
+ from
188
+ the Firm and/or any of its representatives at any time. User can report to
189
+ care@{{page.companyName}}.{{page.domain}} if they
190
+ find any discrepancy with regard to Platform or content-related information and the Firm will
191
+ take
192
+ necessary action after an investigation. The response with resolution (if any issues found)
193
+ shall be
194
+ dependent on the time is taken for investigation. The User expressly agrees that notwithstanding
195
+ anything contained hereinabove, it may be contacted by the Firm or any representatives relating
196
+ to
197
+ any Product purchased by the User on the Platform or anything pursuant thereto and the Users
198
+ agrees
199
+ to indemnify the Firm from any and all harassment claims. It is expressly agreed to by the
200
+ Parties
201
+ that any information shared by the User with the Firm shall be governed by the Privacy Policy.
202
+ </p>
203
+ <h3> USER OBLIGATIONS AND FORMAL UNDERTAKINGS AS TO CONDUCT </h3>
204
+ <p>The Client agrees and acknowledges that they are a restricted user of this Platform and that
205
+ they:
206
+ </p>
207
+ <p>1. Agree to provide genuine credentials during the process of registration on the Platform. You
208
+ shall
209
+ not use a fictitious identity to register. The Firm is not liable if the User has provided
210
+ incorrect
211
+ information.</p>
212
+ <p>2.Agree to ensure the Name, Email address, Address, Mobile number and any such other information
213
+ provided during account registration is valid at all times and shall keep your information
214
+ accurate
215
+ and up-to-date. The User can update their details anytime through accessing their profile on the
216
+ platform.</p>
217
+ <p>3.Agree that they are solely responsible for maintaining the confidentiality of your account
218
+ password. You agree to notify us immediately of any unauthorized use of your account. Firm
219
+ reserves
220
+ the right to close your account at any time for any or no reason.</p>
221
+ <p>4. Understand and acknowledge that the data submitted is manually entered into the database of
222
+ the
223
+ Platform. The User also acknowledges the fact that data so entered into the database is for the
224
+ purpose of easy and ready reference for the User, and to streamline the Services through the
225
+ Platform.</p>
226
+ <p>5. Authorize the Platform to use, store or otherwise process certain personal information and all
227
+ published Content, Client responses, Client locations, User comments, reviews and ratings for
228
+ personalization of Services, marketing and promotional purposes and for optimisation of
229
+ User-related
230
+ options and Services</p>
231
+ <p>6. Understand and agree that, to the fullest extent permissible by law, the Platform/Firm and
232
+ their
233
+ successors and assigns, or any of their affiliates or their respective officers, directors,
234
+ employees, agents, licensors, representatives, operational service providers, advertisers or
235
+ suppliers shall not be liable for any loss or damage, of any kind, direct or indirect, in
236
+ connection
237
+ with or arising from use of the Platform or from this terms of use, including, but not limited
238
+ to,
239
+ compensatory, consequential, incidental, indirect, special or punitive damages.</p>
240
+ <p>7. Are bound not to cut, copy, modify, recreate, reverse engineer, distribute, disseminate, post,
241
+ publish or create derivative works from, transfer, or sell any information or obtained from the
242
+ Platform. Any such use/limited use of the Platform will only be allowed with the prior express
243
+ written permission of the Firm.</p>
244
+ <p>Agree not to access (or attempt to access) the Platform and/or the materials or Services by any
245
+ means
246
+ other than through the interface provided by the Platform. The use of deep-link, robot, spider
247
+ or
248
+ other automatic devices, program, algorithm or methodology, or any similar or equivalent manual
249
+ process, to access, acquire, copy or monitor any portion of the Platform or its content, or in
250
+ any
251
+ way reproduce or circumvent the navigational structure or presentation of the Platform,
252
+ materials or
253
+ any content, or to obtain or attempt to obtain any materials, documents or information through
254
+ any
255
+ means not specifically made available through the Platform will lead to suspension or
256
+ termination of
257
+ the User’s access to the Platform. The User acknowledges and agrees that by accessing or using
258
+ the
259
+ Platform or any of the Services provided therein, it may be exposed to content that it may
260
+ consider
261
+ offensive, indecent or otherwise objectionable. The Firm disclaims any and all liabilities
262
+ arising
263
+ in relation to such offensive content on the Platform.</p>
264
+ <p>Expressly agree and acknowledge that the Content generated by the User and displayed on the
265
+ Platform
266
+ is not owned by the Firm and that the Firm is in no way responsible for the content of the same.
267
+ The
268
+ User may, however, report any offensive or objectionable content, which the Firm may then remove
269
+ from the Platform, at its sole discretion</p>
270
+ <p>Expressly consents to follow the terms and conditions, and policies of the Vendor affiliated with
271
+ the
272
+ Firm from whom the Users are utilizing services.</p>
273
+ <h3> The User further undertakes not to: </h3>
274
+ <p>1. Engage in any activity that interferes with or disrupts access to the Platform or the Services
275
+ provided therein (or the servers and networks which are connected to the Platform).</p>
276
+ <p>2. Impersonate any person or entity, or falsely state or otherwise misrepresent his/her
277
+ affiliation
278
+ with a person or entity.</p>
279
+ <p>3. Probe, scan or test the vulnerability of the Platform or any network connected to the
280
+ Platform,
281
+ nor breach the security or authentication measures on the Platform or any network connected to
282
+ the
283
+ Platform. The User may not reverse look-up, trace or seek to trace any information relating to
284
+ any
285
+ other User of, or visitor to, the Platform, or any other viewer of the Platform, including any
286
+ User
287
+ account maintained on the Platform not operated/managed by the User, or exploit the Platform or
288
+ information made available or offered by or through the Platform, in any manner.</p>
289
+ <p>4. Disrupt or interfere with the security of, or otherwise cause harm to, the Platform, systems
290
+ resources, accounts, passwords, servers or networks connected to or accessible through the
291
+ Platform
292
+ or any affiliated or linked Platforms.</p>
293
+ <p>5. Use the Platform or any material or content therein for any purpose that is unlawful or
294
+ prohibited
295
+ by these Terms, or to solicit the performance of any illegal activity or other activity which
296
+ infringes the rights of this Platform or any other third party (s).</p>
297
+ <p>6. Violate any code of conduct or guideline which may be applicable for or to any particular
298
+ service
299
+ offered on the Platform.</p>
300
+ <p>7. Violate any applicable laws, rules or regulations currently in force within or outside India.
301
+ </p>
302
+ <p>8. Violate any portion of these Terms or the Privacy Policy, including but not limited to any
303
+ applicable additional terms of the Platform contained herein or elsewhere, whether made by
304
+ amendment, modification, or otherwise.</p>
305
+ <p>9. Commit any act that causes the Firm to lose (in whole or in part) the Services of its Internet
306
+ Establishment (ISP) or in any manner disrupts the Services of any other supplier/service
307
+ provider of
308
+ the Firm/Platform.</p>
309
+ <p>10. Further:The User hereby expressly authorizes the Firm/Platform to disclose any and all
310
+ information relating to the User in the possession of the Firm/Platform to law enforcement or
311
+ other
312
+ government officials, as the Firm may in its sole discretion, believe necessary or appropriate
313
+ in
314
+ connection with the investigation and/or resolution of possible crimes, especially those involve
315
+ personal injury and theft/infringement of intellectual property. The User further understands
316
+ that
317
+ the Firm/Platform might be directed to disclose any information (including the identity of
318
+ persons
319
+ providing information or materials on the Platform) as necessary to satisfy any judicial Order,
320
+ law,
321
+ regulation or valid governmental request.</p>
322
+ <p>11. By indicating User's acceptance to purchase any product or service offered on the site, the
323
+ user
324
+ is obligated to complete such transactions after making payment. Users shall prohibit from
325
+ indicating their acceptance to avail services where the transactions have remained incomplete.
326
+ </p>
327
+ <p>12. The User agrees to use the services provided by the Firm, its affiliates, consultants and
328
+ contracted companies, for lawful purposes only.</p>
329
+ <p>13. The User agrees not to make any bulk purchase to indulge in any resale activities. In case of
330
+ any
331
+ such instances, the Firm reserves all rights to cancel the current and future orders and block
332
+ the
333
+ concerned User account.</p>
334
+ <p>14. The User agrees to provide authentic and true information. The Firm reserves the right to
335
+ validate the information and other details provided by the User at any point of time. If upon
336
+ such
337
+ User details are found to be false, not to be true (wholly or partly), the Firm shall in its
338
+ sole
339
+ discretion reject the registration and debar the User from using the Services available on its
340
+ Website, and/or other affiliated websites without prior intimation whatsoever.</p>
341
+ <p>15. The User agrees not to post any material on the website that is defamatory, offensive,
342
+ obscene,
343
+ indecent, abusive, or needlessly distressful, or advertising any goods or services. More
344
+ specifically, the User agrees not to host, display, upload, update, publish, modify, transmit,
345
+ or in
346
+ any manner share any information that:</p>
347
+ <p>1. belongs to another person and to which the User has no right to.</p>
348
+ <p>2. is grossly harmful, harassing, blasphemous, defamatory, obscene, pornographic, paedophilic,
349
+ libellous, invasive of another's privacy, hateful, or racially, ethnically objectionable,
350
+ disparaging, relating or encouraging money laundering or gambling, or otherwise unlawful in any
351
+ manner whatever.</p>
352
+ <p>3.is in any way harmful to minors.</p>
353
+ <p>4.infringes any patent, trademark, copyright or other proprietary rights.</p>
354
+ <p>5.violates any law for the time being in force.</p>
355
+ <p>6.deceives or misleads the addressee about the origin of such messages or communicates any
356
+ information which is grossly offensive or menacing in nature.</p>
357
+ <p>7. Abuse, harass, threaten, defame, disillusion, erode, abrogate, demean or otherwise violate the
358
+ legal rights of others.</p>
359
+ <p>8. Impersonate any person or entity, or falsely state or otherwise misrepresent Your affiliation
360
+ with
361
+ a person or entity.</p>
362
+ <p>9. Publish, post, disseminate, any information which is grossly harmful, harassing, blasphemous,
363
+ defamatory, obscene, pornographic, paedophilic, libellous, invasive of another's privacy,
364
+ hateful,
365
+ or racially, ethnically objectionable, disparaging, relating or encouraging money laundering or
366
+ gambling, or otherwise unlawful in any manner whatever or unlawfully threatening or unlawfully
367
+ harassing including but not limited to indecent 'representation of women' within the meaning of
368
+ the
369
+ Indecent Representation of Women (Prohibition) Act, 1986;</p>
370
+ <p>10. Threatens the unity, integrity, defence, security or sovereignty of India, friendly relations
371
+ with foreign states, or public order or causes incitement to the commission of any cognizable
372
+ offence or prevents investigation of any offence or is insulting any other nation.</p>
373
+ <h3> SUSPENSION OF USER ACCESS AND ACTIVITY </h3>
374
+ <p>Notwithstanding other legal remedies that may be available, the Firm may in its sole discretion,
375
+ limit the User’s access and/or activity by immediately removing the User’s access credentials
376
+ either
377
+ temporarily or indefinitely, or suspend/terminate the User’s association with the Platform,
378
+ and/or
379
+ refuse to usage of the Platform to the User, without being required to provide the User with
380
+ notice
381
+ or cause:</p>
382
+ <p>1. If the User is in breach any of these Terms or the Policy.</p>
383
+ <p>2. If the User has provided wrong, inaccurate, incomplete or incorrect information.</p>
384
+ <h3> If the User’s actions may cause any harm, damage or loss to the other Users or to the Firm, at
385
+ the
386
+ sole discretion of the Firm. </h3>
387
+ <h3> INDEMNITY </h3>
388
+ <p>The Users of this Platform agree to indemnify, defend and hold harmless the Firm/Platform, and
389
+ their
390
+ respective directors, officers, employees and agents (collectively, 'Parties'), from and against
391
+ any
392
+ and all losses, liabilities, claims, damages, demands, costs and expenses (including legal fees
393
+ and
394
+ disbursements in connection therewith and interest chargeable thereon) asserted against or
395
+ incurred
396
+ by us that arise out of, result from, or maybe payable by virtue of, any breach or
397
+ non-performance
398
+ of any representation, warranty, covenant or agreement made or obligation to be performed
399
+ pursuant
400
+ to these terms of use. Further, the User agrees to hold the Firm/Platform harmless against any
401
+ claims made by any third party due to, or arising out of, or in connection with:</p>
402
+ <p>1. User’s use of the Platform.</p>
403
+ <p>2. User’s violation of these Terms and Conditions.</p>
404
+ <p>3. User’s violation of any rights of another.</p>
405
+ <p>4. User’s alleged improper conduct pursuant to these Services.</p>
406
+ <p>5. User’s conduct in connection with the Platform.</p>
407
+ <p>User agrees to fully cooperate in indemnifying the Firm and the Platform at the user’s expense.
408
+ The
409
+ user also agrees not to reach a settlement with any party without the consent of the Firm.</p>
410
+ <p>In no event shall the Firm/Platform be liable to compensate the User or any third party for any
411
+ special, incidental, indirect, consequential or punitive damages whatsoever, including those
412
+ resulting from loss of use, data or profits, whether or not foreseeable, and whether or not the
413
+ Firm/ Platform had been advised of the possibility of such damages, or based on any theory of
414
+ liability, including breach of contract or warranty, negligence or other tortuous action, or any
415
+ other claim arising out of or in connection with the User’s use of or access to the Platform
416
+ and/or
417
+ the Services or materials contained therein.</p>
418
+ <h3> LIMITATION OF LIABILITY </h3>
419
+ <p>1. The Founders/ Promoters/ Partners/ Associated people of the Firm/Platform are not responsible
420
+ for
421
+ any consequences arising out of the following events:</p>
422
+ <p>. If the Platform is inoperative/non-responsive due to any connectivity errors associated with
423
+ the
424
+ internet connection such as but not limited to slow connectivity, no connectivity, server
425
+ failure.
426
+ </p>
427
+ <p>. If the User has fed incorrect information or data or for any deletion of data.</p>
428
+ <p>. If there is any deficiency or defect in the Services managed by Us.</p>
429
+ <p>. If there is a failure in the functioning of any other service provided by the Platform.</p>
430
+ <p>2. The Platform accepts no liability for any errors or omissions, on behalf of itself, or for any
431
+ damage caused to the User, the User’s belongings, or to any third party, resulting from the use
432
+ or
433
+ misuse of the Platform or any service availed of by the User through the Platform. The service
434
+ and
435
+ any Content or material displayed on the service is provided without any guarantees, conditions
436
+ or
437
+ warranties as to its accuracy, suitability, completeness or reliability. The Platform will not
438
+ be
439
+ liable to you for the unavailability or failure of the Platform.</p>
440
+ <p>3. Users are to comply with all laws applicable to them or to their activities, and with all
441
+ Policies, which are hereby incorporated into this Agreement by reference.</p>
442
+ <p>4.The Platform expressly excludes any liability for any loss or damage that was not reasonably
443
+ foreseeable by the Platform and which is incurred by you in connection with the Platform,
444
+ including
445
+ loss of profits; and any loss or damage incurred by you as a result of your breach of these
446
+ terms.
447
+ </p>
448
+ <p>5. To the fullest extent permitted by law, the Platform shall not be liable to you or any other
449
+ party
450
+ for any loss or damage, regardless of the form of action or basis of any claim. You acknowledge
451
+ and
452
+ agree that your sole and exclusive remedy for any dispute with us is to terminate your use of
453
+ the
454
+ Platform</p>
455
+ <p>Unless expressly agreed to in writing, nothing contained herein shall give the User a right to
456
+ use
457
+ any of the Platform’s, trademarks, service marks, logos, domain names, information, questions,
458
+ answers, solutions, reports and other distinctive brand features, save according to the
459
+ provisions
460
+ of these Terms. All logos, trademarks, brand names, service marks, domain names, including
461
+ material,
462
+ designs, and graphics created by and developed by the Platform and other distinctive brand
463
+ features
464
+ of the Platform are the property of the Firm or the respective copyright or trademark owner.
465
+ Furthermore, with respect to the Platform created by the Firm, the Firm shall be the exclusive
466
+ owner
467
+ of all the designs, graphics and the like, related to the Platform.</p>
468
+ <h3> INTELLECTUAL PROPERTY RIGHTS </h3>
469
+ <p>The User may not use any of the intellectual property displayed on the Platform in any manner
470
+ that is
471
+ likely to cause confusion among existing or prospective Users of the Platform, or that in any
472
+ manner
473
+ disparages or discredits the Firm/Platform, to be determined in the sole discretion of the Firm.
474
+ </p>
475
+ <p>1. The User agrees and undertakes that they are accessing the Platform at their sole risk and are
476
+ that they are using their best and prudent judgment before availing any service listed on the
477
+ Platform or accessing/using any information displayed thereon.</p>
478
+ <h3> DISCLAIMER OF WARRANTIES AND LIABILITIES </h3>
479
+ <p>2. The User agrees that any kind of information, resources, activities, recommendations
480
+ obtained/availed from Platform, written or oral, will not create any warranty and the Platform
481
+ disclaims all liabilities resulting from these.</p>
482
+ <p>3. The Firm/Platform does not guarantee that the Services contained in the Platform will be
483
+ uninterrupted or error-free, or that the Platform or its server will be free of viruses or other
484
+ harmful components, and the User hereby expressly accepts any and all associated risks involved
485
+ with
486
+ the User’s use of the Platform.</p>
487
+ <p>It is further agreed to by the Parties that the contents of this Section shall survive even after
488
+ the
489
+ termination or expiry of the Terms and/or Policy.</p>
490
+ <p>Neither the Firm nor the Platform shall be liable for damages for any delay or failure to perform
491
+ its
492
+ obligations hereunder if such delay or failure is due to cause beyond its control or without its
493
+ fault or negligence, due to Force Majeure events including but not limited to acts of war, acts
494
+ of
495
+ God, earthquake, riot, fire, festive activities sabotage, labour shortage or dispute, internet
496
+ interruption, technical failure, breakage of sea cable, hacking, piracy, cheating, illegal or
497
+ unauthorized.</p>
498
+ <h3> FORCE MAJEURE </h3>
499
+ <p>It is expressly agreed to by the Parties hereto that the formation, interpretation and
500
+ performance of
501
+ these Terms and any disputes arising therefrom will be resolved through a two-step Alternate
502
+ Dispute
503
+ Resolution (“ADR”) mechanism. It is further agreed to by the Parties that the contents of this
504
+ Section shall survive even after the termination or expiry of the Terms and/or Policy.</p>
505
+ <h3> DISPUTE RESOLUTION AND JURISDICTION </h3>
506
+ <p>1. <b>Mediation:</b>In case of any dispute between the parties, the Parties will attempt to
507
+ resolve
508
+ the same amicably amongst themselves, to the mutual satisfaction of all Parties. In the event
509
+ that
510
+ the Parties are unable to reach such an amicable solution within thirty (30) days of one Party
511
+ communicating the existence of a dispute to any other Party, the dispute will be resolved by
512
+ arbitration, as detailed hereinbelow;</p>
513
+ <p>1. <b>Arbitration::</b>In the event that the Parties are unable to amicably resolve a dispute by
514
+ mediation, said dispute will be referred to arbitration by a sole arbitrator to be appointed by
515
+ the
516
+ Firm, and the award passed by such sole arbitrator will be valid and binding on all Parties. The
517
+ Parties shall bear their own costs for the proceedings, although the sole arbitrator may, in
518
+ his/her
519
+ sole discretion, direct either Party to bear the entire cost of the proceedings. The arbitration
520
+ shall be conducted in English, and the seat of Arbitration shall be Delhi, India.</p>
521
+ <p>The Parties expressly agree that the Terms of Use, Privacy Policy and any other agreements
522
+ entered
523
+ into between the Parties are governed by the laws, rules and regulations of India</p>
524
+ <p>Any and all communication relating to any dispute or grievance experienced by the User may be
525
+ communicated to the Firm by the User by emailing to care@{{page.companyName}}.{{page.domain}}.
526
+ </p>
527
+ <h3> NOTICES </h3>
528
+ <h3> MISCELLANEOUS PROVISIONS </h3>
529
+ <p>1. <b>Entire Agreement:</b> These Terms, read with the Policy, form the complete and final
530
+ contract
531
+ between the User and the Firm with respect to the subject matter hereof and supersedes all other
532
+ communications, representations and agreements (whether oral, written or otherwise) relating
533
+ thereto.</p>
534
+ <p>2. <b>Waiver:</b>The failure of either Party at any time to require performance of any provision
535
+ of
536
+ these Terms shall in no manner affect such Party's right at a later time to enforce the same. No
537
+ waiver by either party of any breach of these Terms, whether by conduct or otherwise, in any one
538
+ or
539
+ more instances, shall be deemed to be or construed as a further or continuing waiver of any such
540
+ breach, or a waiver of any other breach of these Terms.</b> </p>
541
+ <p>3. <b>Severability:</b> If any provision/clause of these Terms is held to be invalid, illegal or
542
+ unenforceable by any court or authority of competent jurisdiction, the validity, legality and
543
+ enforceability of the remaining provisions/clauses of these Terms shall in no way be affected or
544
+ impaired thereby, and each such provision/clause of these Terms shall be valid and enforceable
545
+ to
546
+ the fullest extent permitted by law. In such case, these Terms shall be reformed to the minimum
547
+ extent necessary to correct any invalidity, illegality or unenforceability, while preserving to
548
+ the
549
+ maximum extent the original rights, intentions and commercial expectations of the Parties
550
+ hereto, as
551
+ expressed herein.</p>
552
+ <p>4.<b> Contact Us</b>: If you have any questions about this Policy, the practices of the Platform,
553
+ or
554
+ your experience with the Service provided by the Platform, you can contact us at
555
+ care@{{page.companyName}}.{{page.domain}}.
556
+ </p>
557
+ </div>
558
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
559
+ </div>
560
+ </div>
561
+ {%- endif -%}
562
+ </section>
563
+ <!-- End main body content -->
564
+
565
+ {%- include wordgames/footer/footer.html -%}
566
+ {%- include script.html -%}
567
+ </body>
568
+
569
+ </html>
File without changes