word-games-theme 3.3.4 → 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37bde0c6e81a233fe5afa0c13c211df1b1d0b4d315850901babe0c1bdf1d7e0f
4
- data.tar.gz: 598569ea26990cc5bcf6087e9b3dd18c720335a22c8d0f7fbe7137905a71851f
3
+ metadata.gz: 6e35739758feed1f18dea3ee044ed8879bbcaa2acaf9c1339736b43e29f4affd
4
+ data.tar.gz: 969cb1c8e95fce95526f3202b781cc8686d6cd653bd90386732a0cefa7591b07
5
5
  SHA512:
6
- metadata.gz: d34bdbb0d705336376fd8695e34eea12ca44a46d238fbdadf33d288c2ec0bd67921ee4f7f8a6aafe12bf9387e0a01dbda353543ab563e8ab943f5604d511c5b5
7
- data.tar.gz: 9a4f8a093069e445b8296f31140a2321b2413941698a9b434b64e5e26dbbbdd373638afa0ced2cbecb1c68aef8a2e2bc912a402ba861bfe851e6b5b1ff822145
6
+ metadata.gz: fd293cd5ce2de3e4e6abcc965936b53f8afe49d558d85847fd7ee9a1471e27a84f26dbb318f33b6c53c95548dbe1f9da370cf8c9f3a627a69d00069669340aed
7
+ data.tar.gz: a8509d00ad02c2fff6cf02cbc2396b4143b6cce5d15c156131f8a44ca17ee43f1627a7de7b138d6e8fbcbf96c9c32ae3e4f4be4ba1d4a4cac71038abf09dfc2a
@@ -47,6 +47,14 @@
47
47
  }
48
48
  ],
49
49
  "faqList": [
50
+ {
51
+ "Question": "Can I also find words using 3 blanks instead of 2?\n",
52
+ "Answer": "Yes! You can use 3 blanks or simply visit <a href=\"<a href=\"https://wordswithletters.org/words-with-these-letters-and-3-blanks\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/words-with-these-letters-and-3-blanks</a>\" target=\"_blank\" rel=\"noopener noreferrer\"><a href=\"https://wordswithletters.org/words-with-these-letters-and-3-blanks\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/words-with-these-letters-and-3-blanks</a></a>. \n"
53
+ },
54
+ {
55
+ "Question": "Can I get a list of 5-letter words using this tool?\n",
56
+ "Answer": "Absolutely. Apply filters to choose word length as 5, or simply visit <a href=\"<a href=\"https://wordswithletters.org/five-letter-words-with-these-letters\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/five-letter-words-with-these-letters</a>\" target=\"_blank\" rel=\"noopener noreferrer\"><a href=\"https://wordswithletters.org/five-letter-words-with-these-letters\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/five-letter-words-with-these-letters</a></a> to find a complete list of valid 5-letter words."
57
+ },
50
58
  {
51
59
  "Question": "What are the tips and tricks to unscramble words quickly?",
52
60
  "Answer": "When it comes to unscrambling words from jumbled letters, there are several strategies that can make very helpful. Here are some tried and tested tips and tricks that help you find the answers to the puzzle: - \n \n 1. Separate the consonants from the vowels and see what you can come up with by pairing various consonants with vowels.\n 2. Look for short terms that begin with two or three letters. Then see if you can make them longer by pluralizing or modifying the tense.\n 3. Pick words with any prefixes or suffixes that can extend their length.\n \nThese are some quick and easy-to-use tips to find answers to word puzzles."
@@ -172,9 +172,4 @@
172
172
  })
173
173
  }
174
174
  </script>
175
-
176
- {% if site.monetag_enabled %}
177
- <script src="https://quge5.com/88/tag.min.js" data-zone="229067" async data-cfasync="false"></script>
178
- {%- endif -%}
179
-
180
175
  </head>
@@ -25,9 +25,11 @@
25
25
  <!-- <div class="col-lg-12 col-md-12 p-0 mt-5"> -->
26
26
  {% for entry in dataToShow.faqList %}
27
27
  <div class="faq-question">{{entry.Question}}</div>
28
- <div class="faq-answer">{{entry.Answer}}</div>
28
+ <div class="faq-answer">{% assign final_answer = entry.Answer | replace: "$variable", page.value %}{% if final_answer contains "<a" %} {{ final_answer }} {% else %} {{ final_answer | auto_link }} {% endif %}</div>
29
29
  {% endfor %}
30
30
  <!-- </div> -->
31
31
  </div>
32
32
  {%- endif -%}
33
- </div>
33
+ </div>
34
+
35
+
@@ -182,9 +182,4 @@
182
182
  })
183
183
  }
184
184
  </script>
185
-
186
- {% if site.monetag_enabled %}
187
- <script src="https://quge5.com/88/tag.min.js" data-zone="229067" async data-cfasync="false"></script>
188
- {%- endif -%}
189
-
190
185
  </head>
@@ -0,0 +1,118 @@
1
+ {% assign file = page.fileName %} {% assign folder = page.folderName %} {%
2
+ assign lang = page.lang %} {% assign disclaimerData =
3
+ site.data[folder][lang][file] %}
4
+ <!doctype html>
5
+ <html lang="{{disclaimerData.htmlLangAtt}}">
6
+ {%- include wordgames/head/head.html -%}
7
+
8
+ <body>
9
+ {%- include wordgames/header/new-header.html -%}
10
+
11
+ <!-- Start main body content -->
12
+ <section class="features-content section-gap">
13
+ <h1 class="information-title pb-5 font-bold text-dark text-center">
14
+ {{page.title}}
15
+ </h1>
16
+ <div class="container">
17
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
18
+ <div class="row">
19
+ <div class="col-md-9 mx-auto">
20
+ {%- endif -%}
21
+ <p>
22
+ We, <b>{{page.companyName}}</b> (hereinafter referred to as the
23
+ "FIRM," which expression shall, unless repugnant to the context
24
+ thereof, be deemed to include its respective legal heirs,
25
+ representatives, administrators, permitted successors and
26
+ assigns), provide this Disclaimer to explain the limits of Our
27
+ responsibility regarding Your use of the Platform.
28
+ </p>
29
+ <div class="py-3">
30
+ <p>
31
+ The Platform is a free-to-play word game website that does not
32
+ require registration, login, or the creation of an account. The
33
+ games, word lists, definitions, scores, and other results made
34
+ available on the Platform are generated algorithmically and are
35
+ provided for entertainment and educational purposes only.
36
+ </p>
37
+ <p>
38
+ The Firm will not be responsible for any damage suffered by You
39
+ from use of the Platform. This includes, but is not limited to,
40
+ loss of data, loss of saved game progress, or service
41
+ interruptions arising from any act or omission beyond Our
42
+ reasonable control. This disclaimer also applies to any damage
43
+ caused by any failure of performance, error, omission,
44
+ interruption, deletion, defect, delay in operation or
45
+ transmission, computer virus, communication line failure, or
46
+ unauthorized access to or alteration of any data, whether
47
+ arising from breach of contract, tortious behaviour, negligence,
48
+ or any other cause of action.
49
+ </p>
50
+ <p>
51
+ The services on the Platform are provided on an "as available"
52
+ basis, without any promise or guarantee by the Firm. While the
53
+ Firm endeavours to keep the information, word lists, and results
54
+ on the Platform accurate and up to date, the Firm makes no
55
+ representations or warranties of any kind, express or implied,
56
+ about the completeness, accuracy, reliability, suitability, or
57
+ availability of the Platform or the information, games, or
58
+ related graphics contained on it. Any reliance You place on such
59
+ information is therefore strictly at Your own risk.
60
+ </p>
61
+ <p>
62
+ Your use of the Platform and its games is entirely at Your own
63
+ discretion and risk. The Firm bears no responsibility for any
64
+ outcome, incidental, direct, indirect, or otherwise, arising
65
+ from Your use of the Platform. In no event will the Firm be
66
+ liable for any loss or damage, including without limitation
67
+ indirect or consequential loss or damage, or any loss of data
68
+ arising out of, or in connection with, Your use of the Platform.
69
+ </p>
70
+ <p>
71
+ The Platform may display advertisements or contain links to
72
+ other websites that are not under the control of the Firm. We
73
+ have no control over the nature, content, or availability of
74
+ those third-party websites, and the inclusion of any link or
75
+ advertisement does not imply a recommendation or endorsement of
76
+ the views, products, or services offered there. Any
77
+ advertisements appearing on the Platform relating to third-party
78
+ websites or services are for informational purposes only, and
79
+ Your interactions with any such third party are solely between
80
+ You and that third party.
81
+ </p>
82
+ <p>
83
+ Every effort is made to keep the Platform running smoothly.
84
+ However, the Firm takes no responsibility for, and will not be
85
+ liable for, the Platform being temporarily unavailable due to
86
+ technical issues, maintenance, or other causes beyond Our
87
+ reasonable control.
88
+ </p>
89
+ <p>
90
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE FIRM
91
+ DISCLAIMS ALL LIABILITY FOR ANY LOSS OR DAMAGE ARISING FROM YOUR
92
+ USE OF THE PLATFORM, INCLUDING ANY LOSS OF SAVED GAME PROGRESS,
93
+ SCORES, OR PREFERENCES STORED ON YOUR DEVICE, WHETHER RESULTING
94
+ FROM CLEARED BROWSER DATA, DEVICE CHANGES, TECHNICAL FAILURES,
95
+ OR ANY OTHER CAUSE.
96
+ </p>
97
+ <p>
98
+ YOU UNDERSTAND AND AGREE THAT USE OF THE PLATFORM IS ENTIRELY AT
99
+ YOUR OWN DISCRETION AND RISK, AND THAT YOU ARE SOLELY
100
+ RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE OR LOSS OF DATA
101
+ RESULTING FROM YOUR USE OF THE PLATFORM. THE FIRM IS NOT
102
+ RESPONSIBLE FOR ANY TYPOGRAPHICAL ERRORS ON THE PLATFORM AND
103
+ ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS WITH RESPECT TO
104
+ ANY INFORMATION PROVIDED ON THE PLATFORM, WHETHER PROVIDED BY
105
+ THE FIRM ITSELF OR BY THIRD PARTIES.
106
+ </p>
107
+ </div>
108
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
109
+ </div>
110
+ </div>
111
+ {%- endif -%}
112
+ </div>
113
+ </section>
114
+ <!-- End main body content -->
115
+
116
+ {%- include wordgames/footer/footer.html -%} {%- include script.html -%}
117
+ </body>
118
+ </html>
@@ -1,148 +1,118 @@
1
- {% assign file = page.fileName %}
2
- {% assign folder = page.folderName %}
3
- {% assign lang = page.lang %}
4
- {% assign disclaimerData = site.data[folder][lang][file] %}
5
- <!DOCTYPE html>
1
+ {% assign file = page.fileName %} {% assign folder = page.folderName %} {%
2
+ assign lang = page.lang %} {% assign disclaimerData =
3
+ site.data[folder][lang][file] %}
4
+ <!doctype html>
6
5
  <html lang="{{disclaimerData.htmlLangAtt}}">
7
- {%- include wordgames/head/head.html -%}
6
+ {%- include wordgames/head/head.html -%}
8
7
 
9
-
10
- <body>
8
+ <body>
11
9
  {%- include wordgames/header/new-header.html -%}
12
10
 
13
11
  <!-- Start main body content -->
14
12
  <section class="features-content section-gap">
15
- <h1 class="information-title pb-5 font-bold text-dark text-center">{{page.title}}</h1>
16
- <div class="container">
17
- {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
18
- <div class="row">
19
- <div class="col-md-9 mx-auto">
20
- {%- endif -%}
21
- <p>
22
- We, <b>{{page.companyName}}</b>, hereinafter referred to as the “FIRM” (where such expression
23
- shall,
24
- unless
25
- repugnant
26
- to the
27
- context thereof, be deemed to include its respective legal heirs, representatives,
28
- administrators,
29
- permitted successors and assigns).
30
- </p>
31
- <p>
32
- The Firm will not be responsible for any damage suffered by users from use of the Platform. This
33
- includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries,
34
- missed
35
- deliveries, or service interruptions as may occur because of any act/omission of parties. This
36
- disclaimer of liability also applies to any damages or injury caused by any failure of
37
- performance,
38
- error, omission, interruption, deletion, defect, delay in operation or transmission, computer
39
- virus,
40
- communication line failure, theft or destruction or unauthorized access to, alteration of, or
41
- use of
42
- record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause
43
- of
44
- action.
45
- </p>
46
- <p>
47
- The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience
48
- caused
49
- to the User through the course of the provision of Services or as a result of the Users’
50
- actions. The
51
- Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no
52
- responsibility for any content that Users send or receive from other Users or Third-Party posts
53
- through
54
- the Website or Platform. Any material downloaded or otherwise obtained through use of the
55
- service is
56
- accessed at the Users own discretion and risk.
57
- </p>
58
- <p>
59
- The services on the Platform are intended to be subject to availability, without any promises or
60
- guarantees on the same by the Firm, and while certain information available on the Platform is
61
- the
62
- property of the Firm and the Firm endeavours to keep the said information updated and accurate,
63
- the Firm
64
- shall not make any representations or warranties of any kind, express or implied, about the
65
- completeness, accuracy, reliability, suitability or availability with respect to the Platform or
66
- the
67
- information, services, or related graphics contained on the Platform for any purpose. Any
68
- reliance you
69
- place on such information is therefore strictly at your own risk.
70
- </p>
71
- <p>
72
- The Firm bears no responsibility whatsoever for any consequences arising from the use of the
73
- said
74
- Services by Users. The use of the Services in the Platform is the sole responsibility of the
75
- User (or
76
- legally authorised person on behalf of the User), and in case of any negligence on the part of
77
- the User
78
- is acting on the same shall not be construed as imposing any liability, direct or indirect, on
79
- the Firm
80
- /Platform.
81
- </p>
82
- <p>
83
- The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
84
- (incidental,
85
- direct, indirect or otherwise) from the use of the Platform or any such services under the
86
- platform. In
87
- no event will the Firm be liable for any loss or damage including without limitation, indirect
88
- or
89
- consequential loss or damage, or any loss or damage whatsoever arising from loss of data or
90
- profits
91
- arising out of, or in connection with, the use of the Platform.
92
-
93
- </p>
94
- <p>
95
- Through this Platform, You may be able to access the link of other Platforms which are not under
96
- the
97
- control of the Firm or the Platform. We have no control over the nature, content and
98
- availability of
99
- those sites. The inclusion of any links does not necessarily imply a recommendation or endorse
100
- the views
101
- expressed within them. Every effort is made to keep the Platform up and running smoothly.
102
- However, the
103
- Firm takes no responsibility for, and will not be liable for, the Platform being temporarily
104
- unavailable
105
- due to technical issues beyond our control.
106
- </p>
107
- <p>
108
- TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER
109
- CONTENT
110
- ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
111
- WEBSITE
112
- ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF
113
- ANY
114
- USER CONTENT.
115
- </p>
116
- <p>
117
- THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED
118
- THROUGH THE
119
- PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
120
- RESPONSIBLE FOR
121
- ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH
122
- MATERIAL
123
- OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO
124
- LIABILITY FOR
125
- ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF
126
- ITSELF OR
127
- THIRD PARTIES.
128
- </p>
129
- <p>
130
- THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY
131
- WEBSITE AND
132
- SERVICES ARE FOR INFORMATION PURPOSE ONLY.
133
- </p>
134
-
135
- </div>
136
- {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
13
+ <h1 class="information-title pb-5 font-bold text-dark text-center">
14
+ {{page.title}}
15
+ </h1>
16
+ <div class="container">
17
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
18
+ <div class="row">
19
+ <div class="col-md-9 mx-auto">
20
+ {%- endif -%}
21
+ <p>
22
+ We, <b>{{page.companyName}}</b> (hereinafter referred to as the
23
+ "FIRM," which expression shall, unless repugnant to the context
24
+ thereof, be deemed to include its respective legal heirs,
25
+ representatives, administrators, permitted successors and
26
+ assigns), provide this Disclaimer to explain the limits of Our
27
+ responsibility regarding Your use of the Platform.
28
+ </p>
29
+ <div class="py-3">
30
+ <p>
31
+ The Platform is a free-to-play word game website that does not
32
+ require registration, login, or the creation of an account. The
33
+ games, word lists, definitions, scores, and other results made
34
+ available on the Platform are generated algorithmically and are
35
+ provided for entertainment and educational purposes only.
36
+ </p>
37
+ <p>
38
+ The Firm will not be responsible for any damage suffered by You
39
+ from use of the Platform. This includes, but is not limited to,
40
+ loss of data, loss of saved game progress, or service
41
+ interruptions arising from any act or omission beyond Our
42
+ reasonable control. This disclaimer also applies to any damage
43
+ caused by any failure of performance, error, omission,
44
+ interruption, deletion, defect, delay in operation or
45
+ transmission, computer virus, communication line failure, or
46
+ unauthorized access to or alteration of any data, whether
47
+ arising from breach of contract, tortious behaviour, negligence,
48
+ or any other cause of action.
49
+ </p>
50
+ <p>
51
+ The services on the Platform are provided on an "as available"
52
+ basis, without any promise or guarantee by the Firm. While the
53
+ Firm endeavours to keep the information, word lists, and results
54
+ on the Platform accurate and up to date, the Firm makes no
55
+ representations or warranties of any kind, express or implied,
56
+ about the completeness, accuracy, reliability, suitability, or
57
+ availability of the Platform or the information, games, or
58
+ related graphics contained on it. Any reliance You place on such
59
+ information is therefore strictly at Your own risk.
60
+ </p>
61
+ <p>
62
+ Your use of the Platform and its games is entirely at Your own
63
+ discretion and risk. The Firm bears no responsibility for any
64
+ outcome, incidental, direct, indirect, or otherwise, arising
65
+ from Your use of the Platform. In no event will the Firm be
66
+ liable for any loss or damage, including without limitation
67
+ indirect or consequential loss or damage, or any loss of data
68
+ arising out of, or in connection with, Your use of the Platform.
69
+ </p>
70
+ <p>
71
+ The Platform may display advertisements or contain links to
72
+ other websites that are not under the control of the Firm. We
73
+ have no control over the nature, content, or availability of
74
+ those third-party websites, and the inclusion of any link or
75
+ advertisement does not imply a recommendation or endorsement of
76
+ the views, products, or services offered there. Any
77
+ advertisements appearing on the Platform relating to third-party
78
+ websites or services are for informational purposes only, and
79
+ Your interactions with any such third party are solely between
80
+ You and that third party.
81
+ </p>
82
+ <p>
83
+ Every effort is made to keep the Platform running smoothly.
84
+ However, the Firm takes no responsibility for, and will not be
85
+ liable for, the Platform being temporarily unavailable due to
86
+ technical issues, maintenance, or other causes beyond Our
87
+ reasonable control.
88
+ </p>
89
+ <p>
90
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE FIRM
91
+ DISCLAIMS ALL LIABILITY FOR ANY LOSS OR DAMAGE ARISING FROM YOUR
92
+ USE OF THE PLATFORM, INCLUDING ANY LOSS OF SAVED GAME PROGRESS,
93
+ SCORES, OR PREFERENCES STORED ON YOUR DEVICE, WHETHER RESULTING
94
+ FROM CLEARED BROWSER DATA, DEVICE CHANGES, TECHNICAL FAILURES,
95
+ OR ANY OTHER CAUSE.
96
+ </p>
97
+ <p>
98
+ YOU UNDERSTAND AND AGREE THAT USE OF THE PLATFORM IS ENTIRELY AT
99
+ YOUR OWN DISCRETION AND RISK, AND THAT YOU ARE SOLELY
100
+ RESPONSIBLE FOR ANY DAMAGE TO YOUR DEVICE OR LOSS OF DATA
101
+ RESULTING FROM YOUR USE OF THE PLATFORM. THE FIRM IS NOT
102
+ RESPONSIBLE FOR ANY TYPOGRAPHICAL ERRORS ON THE PLATFORM AND
103
+ ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS WITH RESPECT TO
104
+ ANY INFORMATION PROVIDED ON THE PLATFORM, WHETHER PROVIDED BY
105
+ THE FIRM ITSELF OR BY THIRD PARTIES.
106
+ </p>
137
107
  </div>
108
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
109
+ </div>
138
110
  </div>
139
111
  {%- endif -%}
112
+ </div>
140
113
  </section>
141
114
  <!-- End main body content -->
142
115
 
143
- {%- include wordgames/footer/footer.html -%}
144
-
145
- {%- include script.html -%}
146
- </body>
147
-
148
- </html>
116
+ {%- include wordgames/footer/footer.html -%} {%- include script.html -%}
117
+ </body>
118
+ </html>