word-games-theme 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +2 -0
- data/_data/blog/alertbar.yml +3 -0
- data/_data/blog/blog.yml +2 -0
- data/_data/blog/nav.json +14 -0
- data/_data/blog/share.yml +27 -0
- data/_data/footer/en/data.json +75 -0
- data/_data/footer/hi/data.json +69 -0
- data/_data/footer/networksites.json +16 -0
- data/_data/header/en/data.json +71 -0
- data/_data/header/hi/data.json +145 -0
- data/_data/wordgames/en/anagram_word_finder.json +55 -0
- data/_data/wordgames/en/eight_letter_word_finder.json +224 -0
- data/_data/wordgames/en/eleven_letter_word_finder.json +184 -0
- data/_data/wordgames/en/five_letter_word_finder.json +188 -0
- data/_data/wordgames/en/four_letter_word_finder.json +176 -0
- data/_data/wordgames/en/jumble_word_finder.json +62 -0
- data/_data/wordgames/en/lexical_word_finder.json +54 -0
- data/_data/wordgames/en/nine_letter_word_finder.json +184 -0
- data/_data/wordgames/en/root.json +88 -0
- data/_data/wordgames/en/scrabble_word_finder_cheat.json +55 -0
- data/_data/wordgames/en/seven_letter_word_finder.json +184 -0
- data/_data/wordgames/en/six_letter_word_finder.json +176 -0
- data/_data/wordgames/en/ten_letter_word_finder.json +184 -0
- data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -0
- data/_data/wordgames/en/three_letter_word_finder.json +188 -0
- data/_data/wordgames/en/twelve_letter_word_finder.json +184 -0
- data/_data/wordgames/en/two_letter_word_finder.json +188 -0
- data/_data/wordgames/en/words_with_friends_word_finder.json +56 -0
- data/_includes/Rating/rating.html +88 -0
- data/_includes/Rating/structureddata.html +53 -0
- data/_includes/author_bio.html +16 -0
- data/_includes/authors/authors.html +27 -0
- data/_includes/custom-head.html +32 -0
- data/_includes/disqus_comments.html +11 -0
- data/_includes/filterWords/index.html +11 -0
- data/_includes/footer/index.html +40 -0
- data/_includes/google-analytics.html +23 -0
- data/_includes/head/index.html +105 -0
- data/_includes/header/blogHeader.html +28 -0
- data/_includes/header/index.html +48 -0
- data/_includes/paginationBlogPage.html +35 -0
- data/_includes/paginationPostPage.html +15 -0
- data/_includes/postauthorbio.html +18 -0
- data/_includes/postbox.html +30 -0
- data/_includes/script.html +14 -0
- data/_includes/section/about.html +26 -0
- data/_includes/section/alertbar.html +12 -0
- data/_includes/section/blog.html +39 -0
- data/_includes/section/commonPage.html +119 -0
- data/_includes/section/count.html +24 -0
- data/_includes/section/feature.html +35 -0
- data/_includes/section/home.html +68 -0
- data/_includes/section/home2.html +93 -0
- data/_includes/section/news.html +33 -0
- data/_includes/section/recent_posts.html +43 -0
- data/_includes/section/related_categories_post.html +74 -0
- data/_includes/section/related_tag_post.html +60 -0
- data/_includes/section/wordGroup.html +7 -0
- data/_includes/seo.html +57 -0
- data/_includes/share/socialshare.html +50 -0
- data/_layouts/blog.html +67 -0
- data/_layouts/categories.html +26 -0
- data/_layouts/default.html +35 -0
- data/_layouts/disclaimer.html +116 -0
- data/_layouts/page.html +14 -0
- data/_layouts/post.html +69 -0
- data/_layouts/privacyPolicy.html +421 -0
- data/_layouts/termAndCondition.html +421 -0
- data/_layouts/wordMeaning.html +107 -0
- data/assets/css/HomePageblog.css +154 -0
- data/assets/css/about.css +51 -0
- data/assets/css/advancedFilter.css +134 -0
- data/assets/css/blog.css +481 -0
- data/assets/css/feature.css +67 -0
- data/assets/css/footer.css +94 -0
- data/assets/css/home.css +186 -0
- data/assets/css/news.css +59 -0
- data/assets/css/style.css +374 -0
- data/assets/css/wordGroup.css +62 -0
- data/assets/images/Ankita.webp +0 -0
- data/assets/images/Anushka.webp +0 -0
- data/assets/images/Arjyahi.webp +0 -0
- data/assets/images/Nikita.webp +0 -0
- data/assets/images/alka.webp +0 -0
- data/assets/images/angle-arrow-down.svg +43 -0
- data/assets/images/bg_elements.png +0 -0
- data/assets/images/footer.png +0 -0
- data/assets/images/footer2-bg.webp +0 -0
- data/assets/images/keshav.webp +0 -0
- data/assets/images/left_obj_01.png +0 -0
- data/assets/images/left_obj_02.png +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.webp +0 -0
- data/assets/images/paavan.webp +0 -0
- data/assets/images/prev.webp +0 -0
- data/assets/images/rating.webp +0 -0
- data/assets/images/right.png +0 -0
- data/assets/images/right.svg +38 -0
- data/assets/images/right2.svg +38 -0
- data/assets/images/right3.svg +38 -0
- data/assets/images/right_obj_01.png +0 -0
- data/assets/images/word-games-logo.svg +52 -0
- data/assets/images/yellow_bg.png +0 -0
- data/assets/js/TopScroll.js +8 -0
- data/assets/js/X-letter.js +200 -0
- data/assets/js/advancedFilter.js +5 -0
- data/assets/js/advancedFilter2.js +5 -0
- data/assets/js/advancedFilter3.js +2 -0
- data/assets/js/manifest.json +17 -0
- data/assets/js/scrabbleDictonary.js +162 -0
- data/assets/js/serviceworker.js +42 -0
- data/assets/js/wordScrabble.js +363 -0
- metadata +198 -0
@@ -0,0 +1,421 @@
|
|
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 head/index.html -%}
|
8
|
+
body>
|
9
|
+
{%- include header/index.html -%}
|
10
|
+
|
11
|
+
<!-- Start page-top section -->
|
12
|
+
<section class="page-top-section">
|
13
|
+
<div class="container">
|
14
|
+
<div class="row justify-content-between align-items-center">
|
15
|
+
<div class="col-lg-6 col-md-6">
|
16
|
+
<h1 class="text-white">Terms & Conditions</h1>
|
17
|
+
</div>
|
18
|
+
<div class="col-lg-6 col-md-6 page-top-nav" style="text-align: right;">
|
19
|
+
<div>
|
20
|
+
<a href="/">Home</a>
|
21
|
+
<i class="fa fa-arrow-right text-white"></i>
|
22
|
+
<a href="/terms-and-conditions">Terms & Conditions</a>
|
23
|
+
</div>
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
</section>
|
28
|
+
<!-- End page-top section -->
|
29
|
+
|
30
|
+
<!-- Start main body content -->
|
31
|
+
<section class="features-content section-gap">
|
32
|
+
<div class="container">
|
33
|
+
<p>We,<b>{{page.companyName}}</b>, registered under the provisions of the Limited Liability Partnership Act
|
34
|
+
2008,
|
35
|
+
having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA"
|
36
|
+
represented by its Directors, hereinafter referred to as the <b>“FIRM”</b> (where such expression
|
37
|
+
shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs,
|
38
|
+
representatives, administrators, permitted successors and assigns).</p>
|
39
|
+
<p>The Firm ensures steady commitment to Your usage of the Platform and privacy with regard to the
|
40
|
+
protection of Your invaluable information. This document contains information about the Website and
|
41
|
+
domain https://{{page.companyName}}.{{page.domain}} (hereinafter referred to as the “Platform” ).</p>
|
42
|
+
<p>For the purpose of these Terms of Use (“Terms”), wherever the context so requires,</p>
|
43
|
+
<p>1. “We”, “Our”, and “Us” shall mean and refer to the Domain and/or the Firm, as the context so
|
44
|
+
requires.</p>
|
45
|
+
<p>2. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
|
46
|
+
the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
|
47
|
+
<p>3. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
|
48
|
+
the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
|
49
|
+
<p>4. “Third Parties” refer to any Application, Firm or individual apart from the User and the creator
|
50
|
+
of this Platform/Domain.</p>
|
51
|
+
<p>5. “ The term “User” refers to the individuals who will be using the platform to avail the features
|
52
|
+
and the services of the platform.</p>
|
53
|
+
<p>6. “ The term “User” refers to the individuals who will be using the platform to avail the features
|
54
|
+
and the services of the platform.</p>
|
55
|
+
<p>7. “ The headings of each section in these Terms are only for the purpose of comanizing the various
|
56
|
+
provisions under these Terms in an orderly manner and shall not be used by either Party to interpret
|
57
|
+
the provisions contained herein in any manner. Further, it is specifically agreed to by the Parties
|
58
|
+
that the headings shall have no legal or contractual value.</p>
|
59
|
+
<p>8. “The User unequivocally agrees that these Terms and the aforementioned Policy constitute a legally
|
60
|
+
binding agreement between the User and the Firm, and that the User shall be subject to the rules,
|
61
|
+
guidelines, policies, terms, and conditions applicable to any service that is provided by the
|
62
|
+
Platform, and that the same shall be deemed to be incorporated into these Terms, and shall be
|
63
|
+
treated as part and parcel of the same. The User acknowledges and agrees that no signature or
|
64
|
+
express act is required to make these Terms and the Policy binding on the User and that the User’s
|
65
|
+
act of visiting any part of the Platform constitutes the User’s full and final acceptance of these
|
66
|
+
Terms and the aforementioned Policy.</p>
|
67
|
+
<p>9. “The Firm reserves the sole and exclusive right to amend or modify these Terms without any prior
|
68
|
+
permission or intimation to the User, and the User expressly agrees that any such amendments or
|
69
|
+
modifications shall come into effect immediately. The User has a duty to periodically check the
|
70
|
+
terms and stay updated on its requirements. If the User continues to use the Platform following such
|
71
|
+
a change, the User will be deemed to have consented to any and all amendments/modifications made to
|
72
|
+
the Terms. In so far as the User complies with these Terms, it is granted a personal, non-exclusive,
|
73
|
+
non-transferable, revocable, limited privilege to access and use the Platform and the Services. If
|
74
|
+
the User does not adhere to the changes, You must stop using the Services at once. Your continued
|
75
|
+
use of the Services will signify your acceptance of the changed terms.</p>
|
76
|
+
<h3> REGISTRATION </h3>
|
77
|
+
<p>1. The Users are also provided with an option to link their Facebook/Google accounts with the
|
78
|
+
Platform at the time of their registration in order to smoothen the process of registration.</p>
|
79
|
+
<p>2. Registration for this Platform is available for all age groups, barring those “Incompetent to
|
80
|
+
Contract” which inter alia include insolvents with an exception to Minors.</p>
|
81
|
+
<p>3. Further, at any time during Your use of this Platform, including but not limited to the time of
|
82
|
+
registration, You are solely responsible for protecting the confidentiality of Your Username and
|
83
|
+
password, and any activity under the account shall be deemed to have been done by You. In the case
|
84
|
+
that you provide us with false and/or inaccurate details or we have reason to believe you have done
|
85
|
+
so, we hold the right to permanently suspend your account. You agree that you will not disclose your
|
86
|
+
password to any third party and that you will take sole responsibility for any activities or actions
|
87
|
+
under your account, whether or not you have authorized such activities or actions. You will
|
88
|
+
immediately notify us of any hereinbelow use of your account.</p>
|
89
|
+
<h3> PLATFORM OVERVIEW </h3>
|
90
|
+
<p>@{{page.companyName}}.{{page.domain}} is a platform owned and operated by
|
91
|
+
@{{page.companyName}}.{{page.domain}} LLP which is a limited liability
|
92
|
+
partnership registered under the provisions of the Limited Liability Partnership Act, 2008.</p>
|
93
|
+
<p>Servers for this website are hosted on Firebase. User is not required to install any software on his
|
94
|
+
machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
|
95
|
+
devices such as Mac/Windows/Linux/Android/iOS.</p>
|
96
|
+
<h3> ELIGIBILITY </h3>
|
97
|
+
<p>Servers for this website are hosted on Firebase. User is not required to install any software on his
|
98
|
+
machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
|
99
|
+
devices such as Mac/Windows/Linux/Android/iOS.</p>
|
100
|
+
<p>The Users may not use the Platform if they are not competent to contract or are disqualified from
|
101
|
+
doing so by any other applicable law, rule or regulation currently in force.</p>
|
102
|
+
<h3> CONTENT </h3>
|
103
|
+
<p>All text, graphics, User interfaces, visual interfaces, photographs, trademarks, logos, brand names,
|
104
|
+
descriptions, sounds, music and artwork (collectively, ‘Content’), is generated/provided by Platform
|
105
|
+
and the Platform have control over it and assures a reasonable quality, the accuracy, integrity or
|
106
|
+
genuineness of products sold on the Platform.</p>
|
107
|
+
<p>All the Content displayed on the Platform is subject to copyright and shall not be reused by any
|
108
|
+
party (or a third party) without the prior written consent of the Firm and the copyright owner.</p>
|
109
|
+
<p>The Users are solely responsible for the integrity, authenticity, quality and genuineness of the
|
110
|
+
feedback and comments by Users can be made via the Platform, the Platform bears no liability
|
111
|
+
whatsoever for any feedback or comments made by the Users or made in respect of any of the content
|
112
|
+
on the Platform. Further, the Platform reserves its right to suspend the account of any User for an
|
113
|
+
indefinite period to be decided at the discretion of the Platform or to terminate the account of any
|
114
|
+
User who is found to have created or shared or submitted any Content or part thereof that is found
|
115
|
+
to be untrue/inaccurate/misleading or offensive/vulgar. The User shall be solely responsible for
|
116
|
+
making good any financial or legal losses incurred through the creation/sharing/submission of
|
117
|
+
Content or part thereof that is deemed to be untrue/inaccurate/misleading.</p>
|
118
|
+
<p>The Users have a personal, non-exclusive, non-transferable, revocable, limited privilege to access
|
119
|
+
the Content on the Platform. Users shall not copy, adapt, and modify any content without written
|
120
|
+
permission of the Firm.</p>
|
121
|
+
<h3> TERM </h3>
|
122
|
+
<p>1. These Terms shall continue to form a valid and binding contract between the Parties and shall
|
123
|
+
continue to be in full force and effect until the User continues to access and use the Platforms.
|
124
|
+
</p>
|
125
|
+
<p>2. The Users may terminate their use of the Platform at any time.</p>
|
126
|
+
<p>3. The Firm may terminate these Terms and close a User’s account at any time without notice and/or
|
127
|
+
suspend or terminate a User’s access to the Platform at any time and for any reason, if any
|
128
|
+
discrepancy or legal issue arises.</p>
|
129
|
+
<p>4. Such suspension or termination shall not limit our right to take any other action against you that
|
130
|
+
the Firm considers appropriate.</p>
|
131
|
+
<p>5. It is also hereby declared that the Firm may discontinue the Services and Platforms without any
|
132
|
+
prior notice.</p>
|
133
|
+
<h3> AMENDMENT AND TERMINATION </h3>
|
134
|
+
<p>1. The Firm reserves the right, in its sole discretion, to unilaterally to either amend, limit or
|
135
|
+
terminate the User’s access to the Platform, or any portion or wholly thereof, at any time, without
|
136
|
+
notice or cause.</p>
|
137
|
+
<p>2.The Platform also reserves the universal right to deny part or in entirety, the access to
|
138
|
+
particular Users or any such Users with similar IP, to any/all of are on its Platform without any
|
139
|
+
prior notice/explanation in order to protect the interests of the Platform and/or other visitors to
|
140
|
+
the Platform.</p>
|
141
|
+
<p>The Platform reserves the right to limit, deny or create different access to the Platform and its
|
142
|
+
features with respect to different Users, or to change any of the features or introduce new features
|
143
|
+
without prior notice.</p>
|
144
|
+
<p>The User shall continue to be bound by these Terms, and it is expressly agreed to by the Parties that
|
145
|
+
the User shall not have the right to terminate these Terms till the expiry of the same.</p>
|
146
|
+
<p>COMMUNICATION By using this Platform and providing his/her identity and contact information to the
|
147
|
+
Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS from
|
148
|
+
the Firm and/or any of its representatives at any time. User can report to
|
149
|
+
care@{{page.companyName}}.{{page.domain}} if they
|
150
|
+
find any discrepancy with regard to Platform or content-related information and the Firm will take
|
151
|
+
necessary action after an investigation. The response with resolution (if any issues found) shall be
|
152
|
+
dependent on the time is taken for investigation. The User expressly agrees that notwithstanding
|
153
|
+
anything contained hereinabove, it may be contacted by the Firm or any representatives relating to
|
154
|
+
any Product purchased by the User on the Platform or anything pursuant thereto and the Users agrees
|
155
|
+
to indemnify the Firm from any and all harassment claims. It is expressly agreed to by the Parties
|
156
|
+
that any information shared by the User with the Firm shall be governed by the Privacy Policy.</p>
|
157
|
+
<h3> USER OBLIGATIONS AND FORMAL UNDERTAKINGS AS TO CONDUCT </h3>
|
158
|
+
<p>The Client agrees and acknowledges that they are a restricted user of this Platform and that they:
|
159
|
+
</p>
|
160
|
+
<p>1. Agree to provide genuine credentials during the process of registration on the Platform. You shall
|
161
|
+
not use a fictitious identity to register. The Firm is not liable if the User has provided incorrect
|
162
|
+
information.</p>
|
163
|
+
<p>2.Agree to ensure the Name, Email address, Address, Mobile number and any such other information
|
164
|
+
provided during account registration is valid at all times and shall keep your information accurate
|
165
|
+
and up-to-date. The User can update their details anytime through accessing their profile on the
|
166
|
+
platform.</p>
|
167
|
+
<p>3.Agree that they are solely responsible for maintaining the confidentiality of your account
|
168
|
+
password. You agree to notify us immediately of any unauthorized use of your account. Firm reserves
|
169
|
+
the right to close your account at any time for any or no reason.</p>
|
170
|
+
<p>4. Understand and acknowledge that the data submitted is manually entered into the database of the
|
171
|
+
Platform. The User also acknowledges the fact that data so entered into the database is for the
|
172
|
+
purpose of easy and ready reference for the User, and to streamline the Services through the
|
173
|
+
Platform.</p>
|
174
|
+
<p>5. Authorize the Platform to use, store or otherwise process certain personal information and all
|
175
|
+
published Content, Client responses, Client locations, User comments, reviews and ratings for
|
176
|
+
personalization of Services, marketing and promotional purposes and for optimisation of User-related
|
177
|
+
options and Services</p>
|
178
|
+
<p>6. Understand and agree that, to the fullest extent permissible by law, the Platform/Firm and their
|
179
|
+
successors and assigns, or any of their affiliates or their respective officers, directors,
|
180
|
+
employees, agents, licensors, representatives, operational service providers, advertisers or
|
181
|
+
suppliers shall not be liable for any loss or damage, of any kind, direct or indirect, in connection
|
182
|
+
with or arising from use of the Platform or from this terms of use, including, but not limited to,
|
183
|
+
compensatory, consequential, incidental, indirect, special or punitive damages.</p>
|
184
|
+
<p>7. Are bound not to cut, copy, modify, recreate, reverse engineer, distribute, disseminate, post,
|
185
|
+
publish or create derivative works from, transfer, or sell any information or obtained from the
|
186
|
+
Platform. Any such use/limited use of the Platform will only be allowed with the prior express
|
187
|
+
written permission of the Firm.</p>
|
188
|
+
<p>Agree not to access (or attempt to access) the Platform and/or the materials or Services by any means
|
189
|
+
other than through the interface provided by the Platform. The use of deep-link, robot, spider or
|
190
|
+
other automatic devices, program, algorithm or methodology, or any similar or equivalent manual
|
191
|
+
process, to access, acquire, copy or monitor any portion of the Platform or its content, or in any
|
192
|
+
way reproduce or circumvent the navigational structure or presentation of the Platform, materials or
|
193
|
+
any content, or to obtain or attempt to obtain any materials, documents or information through any
|
194
|
+
means not specifically made available through the Platform will lead to suspension or termination of
|
195
|
+
the User’s access to the Platform. The User acknowledges and agrees that by accessing or using the
|
196
|
+
Platform or any of the Services provided therein, it may be exposed to content that it may consider
|
197
|
+
offensive, indecent or otherwise objectionable. The Firm disclaims any and all liabilities arising
|
198
|
+
in relation to such offensive content on the Platform.</p>
|
199
|
+
<p>Expressly agree and acknowledge that the Content generated by the User and displayed on the Platform
|
200
|
+
is not owned by the Firm and that the Firm is in no way responsible for the content of the same. The
|
201
|
+
User may, however, report any offensive or objectionable content, which the Firm may then remove
|
202
|
+
from the Platform, at its sole discretion</p>
|
203
|
+
<p>Expressly consents to follow the terms and conditions, and policies of the Vendor affiliated with the
|
204
|
+
Firm from whom the Users are utilizing services.</p>
|
205
|
+
<h3> The User further undertakes not to: </h3>
|
206
|
+
<p>1. Engage in any activity that interferes with or disrupts access to the Platform or the Services
|
207
|
+
provided therein (or the servers and networks which are connected to the Platform).</p>
|
208
|
+
<p>2. Impersonate any person or entity, or falsely state or otherwise misrepresent his/her affiliation
|
209
|
+
with a person or entity.</p>
|
210
|
+
<p>3. Probe, scan or test the vulnerability of the Platform or any network connected to the Platform,
|
211
|
+
nor breach the security or authentication measures on the Platform or any network connected to the
|
212
|
+
Platform. The User may not reverse look-up, trace or seek to trace any information relating to any
|
213
|
+
other User of, or visitor to, the Platform, or any other viewer of the Platform, including any User
|
214
|
+
account maintained on the Platform not operated/managed by the User, or exploit the Platform or
|
215
|
+
information made available or offered by or through the Platform, in any manner.</p>
|
216
|
+
<p>4. Disrupt or interfere with the security of, or otherwise cause harm to, the Platform, systems
|
217
|
+
resources, accounts, passwords, servers or networks connected to or accessible through the Platform
|
218
|
+
or any affiliated or linked Platforms.</p>
|
219
|
+
<p>5. Use the Platform or any material or content therein for any purpose that is unlawful or prohibited
|
220
|
+
by these Terms, or to solicit the performance of any illegal activity or other activity which
|
221
|
+
infringes the rights of this Platform or any other third party (s).</p>
|
222
|
+
<p>6. Violate any code of conduct or guideline which may be applicable for or to any particular service
|
223
|
+
offered on the Platform.</p>
|
224
|
+
<p>7. Violate any applicable laws, rules or regulations currently in force within or outside India.</p>
|
225
|
+
<p>8. Violate any portion of these Terms or the Privacy Policy, including but not limited to any
|
226
|
+
applicable additional terms of the Platform contained herein or elsewhere, whether made by
|
227
|
+
amendment, modification, or otherwise.</p>
|
228
|
+
<p>9. Commit any act that causes the Firm to lose (in whole or in part) the Services of its Internet
|
229
|
+
Establishment (ISP) or in any manner disrupts the Services of any other supplier/service provider of
|
230
|
+
the Firm/Platform.</p>
|
231
|
+
<p>10. Further:The User hereby expressly authorizes the Firm/Platform to disclose any and all
|
232
|
+
information relating to the User in the possession of the Firm/Platform to law enforcement or other
|
233
|
+
government officials, as the Firm may in its sole discretion, believe necessary or appropriate in
|
234
|
+
connection with the investigation and/or resolution of possible crimes, especially those involve
|
235
|
+
personal injury and theft/infringement of intellectual property. The User further understands that
|
236
|
+
the Firm/Platform might be directed to disclose any information (including the identity of persons
|
237
|
+
providing information or materials on the Platform) as necessary to satisfy any judicial Order, law,
|
238
|
+
regulation or valid governmental request.</p>
|
239
|
+
<p>11. By indicating User's acceptance to purchase any product or service offered on the site, the user
|
240
|
+
is obligated to complete such transactions after making payment. Users shall prohibit from
|
241
|
+
indicating their acceptance to avail services where the transactions have remained incomplete.</p>
|
242
|
+
<p>12. The User agrees to use the services provided by the Firm, its affiliates, consultants and
|
243
|
+
contracted companies, for lawful purposes only.</p>
|
244
|
+
<p>13. The User agrees not to make any bulk purchase to indulge in any resale activities. In case of any
|
245
|
+
such instances, the Firm reserves all rights to cancel the current and future orders and block the
|
246
|
+
concerned User account.</p>
|
247
|
+
<p>14. The User agrees to provide authentic and true information. The Firm reserves the right to
|
248
|
+
validate the information and other details provided by the User at any point of time. If upon such
|
249
|
+
User details are found to be false, not to be true (wholly or partly), the Firm shall in its sole
|
250
|
+
discretion reject the registration and debar the User from using the Services available on its
|
251
|
+
Website, and/or other affiliated websites without prior intimation whatsoever.</p>
|
252
|
+
<p>15. The User agrees not to post any material on the website that is defamatory, offensive, obscene,
|
253
|
+
indecent, abusive, or needlessly distressful, or advertising any goods or services. More
|
254
|
+
specifically, the User agrees not to host, display, upload, update, publish, modify, transmit, or in
|
255
|
+
any manner share any information that:</p>
|
256
|
+
<p>1. belongs to another person and to which the User has no right to.</p>
|
257
|
+
<p>2. is grossly harmful, harassing, blasphemous, defamatory, obscene, pornographic, paedophilic,
|
258
|
+
libellous, invasive of another's privacy, hateful, or racially, ethnically objectionable,
|
259
|
+
disparaging, relating or encouraging money laundering or gambling, or otherwise unlawful in any
|
260
|
+
manner whatever.</p>
|
261
|
+
<p>3.is in any way harmful to minors.</p>
|
262
|
+
<p>4.infringes any patent, trademark, copyright or other proprietary rights.</p>
|
263
|
+
<p>5.violates any law for the time being in force.</p>
|
264
|
+
<p>6.deceives or misleads the addressee about the origin of such messages or communicates any
|
265
|
+
information which is grossly offensive or menacing in nature.</p>
|
266
|
+
<p>7. Abuse, harass, threaten, defame, disillusion, erode, abrogate, demean or otherwise violate the
|
267
|
+
legal rights of others.</p>
|
268
|
+
<p>8. Impersonate any person or entity, or falsely state or otherwise misrepresent Your affiliation with
|
269
|
+
a person or entity.</p>
|
270
|
+
<p>9. Publish, post, disseminate, any information which is grossly harmful, harassing, blasphemous,
|
271
|
+
defamatory, obscene, pornographic, paedophilic, libellous, invasive of another's privacy, hateful,
|
272
|
+
or racially, ethnically objectionable, disparaging, relating or encouraging money laundering or
|
273
|
+
gambling, or otherwise unlawful in any manner whatever or unlawfully threatening or unlawfully
|
274
|
+
harassing including but not limited to indecent 'representation of women' within the meaning of the
|
275
|
+
Indecent Representation of Women (Prohibition) Act, 1986;</p>
|
276
|
+
<p>10. Threatens the unity, integrity, defence, security or sovereignty of India, friendly relations
|
277
|
+
with foreign states, or public order or causes incitement to the commission of any cognizable
|
278
|
+
offence or prevents investigation of any offence or is insulting any other nation.</p>
|
279
|
+
<h3> SUSPENSION OF USER ACCESS AND ACTIVITY </h3>
|
280
|
+
<p>Notwithstanding other legal remedies that may be available, the Firm may in its sole discretion,
|
281
|
+
limit the User’s access and/or activity by immediately removing the User’s access credentials either
|
282
|
+
temporarily or indefinitely, or suspend/terminate the User’s association with the Platform, and/or
|
283
|
+
refuse to usage of the Platform to the User, without being required to provide the User with notice
|
284
|
+
or cause:</p>
|
285
|
+
<p>1. If the User is in breach any of these Terms or the Policy.</p>
|
286
|
+
<p>2. If the User has provided wrong, inaccurate, incomplete or incorrect information.</p>
|
287
|
+
<h3> If the User’s actions may cause any harm, damage or loss to the other Users or to the Firm, at the
|
288
|
+
sole discretion of the Firm. </h3>
|
289
|
+
<h3> INDEMNITY </h3>
|
290
|
+
<p>The Users of this Platform agree to indemnify, defend and hold harmless the Firm/Platform, and their
|
291
|
+
respective directors, officers, employees and agents (collectively, 'Parties'), from and against any
|
292
|
+
and all losses, liabilities, claims, damages, demands, costs and expenses (including legal fees and
|
293
|
+
disbursements in connection therewith and interest chargeable thereon) asserted against or incurred
|
294
|
+
by us that arise out of, result from, or maybe payable by virtue of, any breach or non-performance
|
295
|
+
of any representation, warranty, covenant or agreement made or obligation to be performed pursuant
|
296
|
+
to these terms of use. Further, the User agrees to hold the Firm/Platform harmless against any
|
297
|
+
claims made by any third party due to, or arising out of, or in connection with:</p>
|
298
|
+
<p>1. User’s use of the Platform.</p>
|
299
|
+
<p>2. User’s violation of these Terms and Conditions.</p>
|
300
|
+
<p>3. User’s violation of any rights of another.</p>
|
301
|
+
<p>4. User’s alleged improper conduct pursuant to these Services.</p>
|
302
|
+
<p>5. User’s conduct in connection with the Platform.</p>
|
303
|
+
<p>User agrees to fully cooperate in indemnifying the Firm and the Platform at the user’s expense. The
|
304
|
+
user also agrees not to reach a settlement with any party without the consent of the Firm.</p>
|
305
|
+
<p>In no event shall the Firm/Platform be liable to compensate the User or any third party for any
|
306
|
+
special, incidental, indirect, consequential or punitive damages whatsoever, including those
|
307
|
+
resulting from loss of use, data or profits, whether or not foreseeable, and whether or not the
|
308
|
+
Firm/ Platform had been advised of the possibility of such damages, or based on any theory of
|
309
|
+
liability, including breach of contract or warranty, negligence or other tortuous action, or any
|
310
|
+
other claim arising out of or in connection with the User’s use of or access to the Platform and/or
|
311
|
+
the Services or materials contained therein.</p>
|
312
|
+
<h3> LIMITATION OF LIABILITY </h3>
|
313
|
+
<p>1. The Founders/ Promoters/ Partners/ Associated people of the Firm/Platform are not responsible for
|
314
|
+
any consequences arising out of the following events:</p>
|
315
|
+
<p>. If the Platform is inoperative/non-responsive due to any connectivity errors associated with the
|
316
|
+
internet connection such as but not limited to slow connectivity, no connectivity, server failure.
|
317
|
+
</p>
|
318
|
+
<p>. If the User has fed incorrect information or data or for any deletion of data.</p>
|
319
|
+
<p>. If there is any deficiency or defect in the Services managed by Us.</p>
|
320
|
+
<p>. If there is a failure in the functioning of any other service provided by the Platform.</p>
|
321
|
+
<p>2. The Platform accepts no liability for any errors or omissions, on behalf of itself, or for any
|
322
|
+
damage caused to the User, the User’s belongings, or to any third party, resulting from the use or
|
323
|
+
misuse of the Platform or any service availed of by the User through the Platform. The service and
|
324
|
+
any Content or material displayed on the service is provided without any guarantees, conditions or
|
325
|
+
warranties as to its accuracy, suitability, completeness or reliability. The Platform will not be
|
326
|
+
liable to you for the unavailability or failure of the Platform.</p>
|
327
|
+
<p>3. Users are to comply with all laws applicable to them or to their activities, and with all
|
328
|
+
Policies, which are hereby incorporated into this Agreement by reference.</p>
|
329
|
+
<p>4.The Platform expressly excludes any liability for any loss or damage that was not reasonably
|
330
|
+
foreseeable by the Platform and which is incurred by you in connection with the Platform, including
|
331
|
+
loss of profits; and any loss or damage incurred by you as a result of your breach of these terms.
|
332
|
+
</p>
|
333
|
+
<p>5. To the fullest extent permitted by law, the Platform shall not be liable to you or any other party
|
334
|
+
for any loss or damage, regardless of the form of action or basis of any claim. You acknowledge and
|
335
|
+
agree that your sole and exclusive remedy for any dispute with us is to terminate your use of the
|
336
|
+
Platform</p>
|
337
|
+
<p>Unless expressly agreed to in writing, nothing contained herein shall give the User a right to use
|
338
|
+
any of the Platform’s, trademarks, service marks, logos, domain names, information, questions,
|
339
|
+
answers, solutions, reports and other distinctive brand features, save according to the provisions
|
340
|
+
of these Terms. All logos, trademarks, brand names, service marks, domain names, including material,
|
341
|
+
designs, and graphics created by and developed by the Platform and other distinctive brand features
|
342
|
+
of the Platform are the property of the Firm or the respective copyright or trademark owner.
|
343
|
+
Furthermore, with respect to the Platform created by the Firm, the Firm shall be the exclusive owner
|
344
|
+
of all the designs, graphics and the like, related to the Platform.</p>
|
345
|
+
<h3> INTELLECTUAL PROPERTY RIGHTS </h3>
|
346
|
+
<p>The User may not use any of the intellectual property displayed on the Platform in any manner that is
|
347
|
+
likely to cause confusion among existing or prospective Users of the Platform, or that in any manner
|
348
|
+
disparages or discredits the Firm/Platform, to be determined in the sole discretion of the Firm.</p>
|
349
|
+
<p>1. The User agrees and undertakes that they are accessing the Platform at their sole risk and are
|
350
|
+
that they are using their best and prudent judgment before availing any service listed on the
|
351
|
+
Platform or accessing/using any information displayed thereon.</p>
|
352
|
+
<h3> DISCLAIMER OF WARRANTIES AND LIABILITIES </h3>
|
353
|
+
<p>2. The User agrees that any kind of information, resources, activities, recommendations
|
354
|
+
obtained/availed from Platform, written or oral, will not create any warranty and the Platform
|
355
|
+
disclaims all liabilities resulting from these.</p>
|
356
|
+
<p>3. The Firm/Platform does not guarantee that the Services contained in the Platform will be
|
357
|
+
uninterrupted or error-free, or that the Platform or its server will be free of viruses or other
|
358
|
+
harmful components, and the User hereby expressly accepts any and all associated risks involved with
|
359
|
+
the User’s use of the Platform.</p>
|
360
|
+
<p>It is further agreed to by the Parties that the contents of this Section shall survive even after the
|
361
|
+
termination or expiry of the Terms and/or Policy.</p>
|
362
|
+
<p>Neither the Firm nor the Platform shall be liable for damages for any delay or failure to perform its
|
363
|
+
obligations hereunder if such delay or failure is due to cause beyond its control or without its
|
364
|
+
fault or negligence, due to Force Majeure events including but not limited to acts of war, acts of
|
365
|
+
God, earthquake, riot, fire, festive activities sabotage, labour shortage or dispute, internet
|
366
|
+
interruption, technical failure, breakage of sea cable, hacking, piracy, cheating, illegal or
|
367
|
+
unauthorized.</p>
|
368
|
+
<h3> FORCE MAJEURE </h3>
|
369
|
+
<p>It is expressly agreed to by the Parties hereto that the formation, interpretation and performance of
|
370
|
+
these Terms and any disputes arising therefrom will be resolved through a two-step Alternate Dispute
|
371
|
+
Resolution (“ADR”) mechanism. It is further agreed to by the Parties that the contents of this
|
372
|
+
Section shall survive even after the termination or expiry of the Terms and/or Policy.</p>
|
373
|
+
<h3> DISPUTE RESOLUTION AND JURISDICTION </h3>
|
374
|
+
<p>1. <b>Mediation:</b>In case of any dispute between the parties, the Parties will attempt to resolve
|
375
|
+
the same amicably amongst themselves, to the mutual satisfaction of all Parties. In the event that
|
376
|
+
the Parties are unable to reach such an amicable solution within thirty (30) days of one Party
|
377
|
+
communicating the existence of a dispute to any other Party, the dispute will be resolved by
|
378
|
+
arbitration, as detailed hereinbelow;</p>
|
379
|
+
<p>1. <b>Arbitration::</b>In the event that the Parties are unable to amicably resolve a dispute by
|
380
|
+
mediation, said dispute will be referred to arbitration by a sole arbitrator to be appointed by the
|
381
|
+
Firm, and the award passed by such sole arbitrator will be valid and binding on all Parties. The
|
382
|
+
Parties shall bear their own costs for the proceedings, although the sole arbitrator may, in his/her
|
383
|
+
sole discretion, direct either Party to bear the entire cost of the proceedings. The arbitration
|
384
|
+
shall be conducted in English, and the seat of Arbitration shall be Delhi, India.</p>
|
385
|
+
<p>The Parties expressly agree that the Terms of Use, Privacy Policy and any other agreements entered
|
386
|
+
into between the Parties are governed by the laws, rules and regulations of India</p>
|
387
|
+
<p>Any and all communication relating to any dispute or grievance experienced by the User may be
|
388
|
+
communicated to the Firm by the User by emailing to care@{{page.companyName}}.{{page.domain}}.</p>
|
389
|
+
<h3> NOTICES </h3>
|
390
|
+
<h3> MISCELLANEOUS PROVISIONS </h3>
|
391
|
+
<p>1. <b>Entire Agreement:</b> These Terms, read with the Policy, form the complete and final contract
|
392
|
+
between the User and the Firm with respect to the subject matter hereof and supersedes all other
|
393
|
+
communications, representations and agreements (whether oral, written or otherwise) relating
|
394
|
+
thereto.</p>
|
395
|
+
<p>2. <b>Waiver:</b>The failure of either Party at any time to require performance of any provision of
|
396
|
+
these Terms shall in no manner affect such Party's right at a later time to enforce the same. No
|
397
|
+
waiver by either party of any breach of these Terms, whether by conduct or otherwise, in any one or
|
398
|
+
more instances, shall be deemed to be or construed as a further or continuing waiver of any such
|
399
|
+
breach, or a waiver of any other breach of these Terms.</b> </p>
|
400
|
+
<p>3. <b>Severability:</b> If any provision/clause of these Terms is held to be invalid, illegal or
|
401
|
+
unenforceable by any court or authority of competent jurisdiction, the validity, legality and
|
402
|
+
enforceability of the remaining provisions/clauses of these Terms shall in no way be affected or
|
403
|
+
impaired thereby, and each such provision/clause of these Terms shall be valid and enforceable to
|
404
|
+
the fullest extent permitted by law. In such case, these Terms shall be reformed to the minimum
|
405
|
+
extent necessary to correct any invalidity, illegality or unenforceability, while preserving to the
|
406
|
+
maximum extent the original rights, intentions and commercial expectations of the Parties hereto, as
|
407
|
+
expressed herein.</p>
|
408
|
+
<p>4.<b> Contact Us</b>: If you have any questions about this Policy, the practices of the Platform, or
|
409
|
+
your experience with the Service provided by the Platform, you can contact us at
|
410
|
+
care@{{page.companyName}}.{{page.domain}}.
|
411
|
+
</p>
|
412
|
+
</div>
|
413
|
+
</section>
|
414
|
+
<!-- End main body content -->
|
415
|
+
|
416
|
+
|
417
|
+
{%- include footer/index.html -%}
|
418
|
+
|
419
|
+
</body>
|
420
|
+
|
421
|
+
</html>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
|
4
|
+
{% assign path = page.jsonFile %}
|
5
|
+
{% assign jsonPath = site.data[path] %}
|
6
|
+
{% assign dataToShow = jsonPath %}
|
7
|
+
|
8
|
+
<head>
|
9
|
+
<!-- Mobile Specific Meta -->
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
11
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
12
|
+
<meta name="theme-color" content="#000000" />
|
13
|
+
<meta name="robots" content="noindex" />
|
14
|
+
|
15
|
+
<!-- meta character set -->
|
16
|
+
<meta charset="UTF-8">
|
17
|
+
|
18
|
+
{% include seo.html %}
|
19
|
+
|
20
|
+
<link rel="canonical" href="{{site.url | append: page.url}}">
|
21
|
+
|
22
|
+
<!-- Favicon-->
|
23
|
+
<link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
|
24
|
+
<link rel="apple-touch-icon" href="{{ site.favicon | relative_url }}" />
|
25
|
+
|
26
|
+
|
27
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
|
28
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
|
29
|
+
|
30
|
+
<link rel="stylesheet" href="{{ '/assets/css/home.css' | relative_url }}">
|
31
|
+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
32
|
+
<link rel="stylesheet" href="{{ '/assets/css/footer.css' | relative_url }}">
|
33
|
+
|
34
|
+
|
35
|
+
<title>
|
36
|
+
{{dataToShow.title }}
|
37
|
+
</title>
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
<style>
|
42
|
+
.pageHeaderBg {
|
43
|
+
background-color: #F8F9FA !important;
|
44
|
+
}
|
45
|
+
</style>
|
46
|
+
|
47
|
+
</head>
|
48
|
+
|
49
|
+
<body>
|
50
|
+
{%- include header/index.html -%}
|
51
|
+
<div class="pageHeaderBg" style="height:70vh">
|
52
|
+
<div class="container">
|
53
|
+
<div class="pageHeading text-center">
|
54
|
+
<h1 class="heading font-weight-bolder pb-3">
|
55
|
+
Word Meaning</h1>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
<div class="container-fluid" id="containerWd">
|
59
|
+
<div class="serachSection">
|
60
|
+
<div class="position-relative serachBox">
|
61
|
+
<form action="/word-meaning" id='form' method="GET">
|
62
|
+
<input type="text" class="txtBox" value name="search" maxlength="15" required>
|
63
|
+
<input type="submit" class="serachBtn" id="serach" value>
|
64
|
+
</form>
|
65
|
+
</div>
|
66
|
+
</div>
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div class="dictionary-word-container container" style="position:relative; top: 50px;">
|
70
|
+
<div class="padding15px">
|
71
|
+
<div class="medium-heading">
|
72
|
+
<h2 class="font-weight-bolder">Dictionary</h2>
|
73
|
+
</div>
|
74
|
+
<div class="dictionary">
|
75
|
+
<div class="dictionary-item">
|
76
|
+
<span class="font16px">TWL06 (US, Canada and Thailand)</span>
|
77
|
+
|
78
|
+
<span class="found-word"></span>
|
79
|
+
<span class="word-score"></span>
|
80
|
+
</div>
|
81
|
+
<div class="dictionary-item">
|
82
|
+
<span class="font16px">SOWPODS (UK and Others)</span>
|
83
|
+
|
84
|
+
<span class="found-word"></span>
|
85
|
+
<span class="word-score"></span>
|
86
|
+
</div>
|
87
|
+
|
88
|
+
<div class="dictionary-item">
|
89
|
+
<span class="font16px">Enable (Words with Friends)</span>
|
90
|
+
|
91
|
+
<span class="found-word"></span>
|
92
|
+
<span class="word-score"></span>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
</div>
|
97
|
+
</div>
|
98
|
+
|
99
|
+
{%- include footer/index.html -%}
|
100
|
+
|
101
|
+
|
102
|
+
<script src="/assets/js/scrabbleDictonary.js"></script>
|
103
|
+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
104
|
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
|
105
|
+
</body>
|
106
|
+
|
107
|
+
</html>
|