word-games-theme 1.8.5 → 1.8.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/footer/en/data.json +1 -1
- data/_data/header/en/data.json +174 -52
- data/_data/wordgames/en/five_letter_word_finder.json +449 -93
- data/_data/wordgames/en/root.json +11 -168
- data/_data/wordleSolver/en/resultData.json +2 -1
- data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
- data/_includes/WordPointTables/table.html +1 -4
- data/_includes/autogenerated/content.html +1 -3
- data/_includes/footer/index.html +1 -1
- data/_includes/head/index.html +39 -9
- data/_includes/howto.html +1 -1
- data/_includes/repeat-letters.html +50 -186
- data/_includes/script.html +4 -2
- data/_includes/section/commonPage.html +13 -18
- data/_includes/section/{news.html → faq.html} +2 -2
- data/_includes/section/feature.html +4 -4
- data/_includes/section/home.html +50 -54
- data/_includes/section/wordGroup.html +2 -7
- data/_includes/section/xyzGroup.html +1 -1
- data/_includes/wordfinderstrategy/content.html +1 -5
- data/_includes/xyzpages/xyz.html +12 -8
- data/_layouts/allpages.html +0 -1
- data/_layouts/autogencontent.html +0 -3
- data/_layouts/default.html +1 -11
- data/_layouts/disclaimer.html +28 -0
- data/_layouts/page.html +0 -45
- data/_layouts/page2.html +0 -44
- data/_layouts/post.html +3 -2
- data/_layouts/privacyPolicy.html +27 -0
- data/_layouts/termAndCondition.html +28 -4
- data/_layouts/tools.html +7 -1
- data/_layouts/wordMeaning.html +25 -17
- data/_layouts/xyzpages.html +2 -6
- data/assets/css/blog.css +128 -212
- data/assets/css/bootstrap.min.css +2521 -524
- data/assets/css/content.css +34 -49
- data/assets/css/game.css +60 -57
- data/assets/css/multiple-word-anagram-solver.css +14 -15
- data/assets/css/style.css +533 -285
- data/assets/css/wordGroup.css +380 -17
- data/assets/css/wordleSolver.css +22 -22
- data/assets/css/wordsInCertainPosition.css +14 -29
- data/assets/images/wordswithletters-logo.webp +0 -0
- data/assets/js/adBlocker.js +0 -1
- data/assets/js/words-starting-with.js +0 -4
- metadata +4 -32
- data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
- data/_data/wordgames/da/four_letter_word_finder.json +0 -196
- data/_data/wordgames/de/four_letter_word_finder.json +0 -196
- data/_data/wordgames/es/four_letter_word_finder.json +0 -196
- data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
- data/_data/wordgames/id/four_letter_word_finder.json +0 -196
- data/_data/wordgames/it/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
- data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
- data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
- data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
- data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
- data/_data/wordgames/th/four_letter_word_finder.json +0 -196
- data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
- data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
- data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
- data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
- data/_includes/section/home2.html +0 -174
- data/_layouts/other-lang-scrabble.html +0 -170
- data/assets/css/advancedFilter.css +0 -215
- data/assets/css/feature.css +0 -58
- data/assets/css/footer.css +0 -161
- data/assets/css/home.css +0 -538
- data/assets/css/news.css +0 -48
- data/assets/css/testhome.css +0 -417
- data/assets/css/wordScrabble.css +0 -4
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"h1": "
|
3
|
-
"h2": "
|
4
|
-
"title": "
|
5
|
-
"meta": "
|
2
|
+
"h1": "Find words with letters aaapcen",
|
3
|
+
"h2": "find the words with letters aaapcen. Find words with a single click.",
|
4
|
+
"title": "Find the words with letters aaapcen | words with letters",
|
5
|
+
"meta": "Want to unscramble the letters aaapcen and find how many words you can make from it? This word cheat finder will do the work for you. See the highest scoring word of aaapcen letters.",
|
6
6
|
"megaMenu": {
|
7
7
|
"nav-link-name": "Tools",
|
8
8
|
"dropdown": [
|
@@ -10,44 +10,44 @@
|
|
10
10
|
"categoryName": "Recommended Pages",
|
11
11
|
"links": [
|
12
12
|
{
|
13
|
-
"name": "
|
14
|
-
"url": "/
|
13
|
+
"name": "Words with letters cheat",
|
14
|
+
"url": "/words-with-letters/cheat"
|
15
15
|
},
|
16
16
|
{
|
17
|
-
"name": "
|
18
|
-
"url": "/
|
17
|
+
"name": "Words with letters fooling",
|
18
|
+
"url": "/words-with-letters/fooling"
|
19
19
|
},
|
20
20
|
{
|
21
|
-
"name": "
|
22
|
-
"url": "/
|
21
|
+
"name": "Words with letters jealous",
|
22
|
+
"url": "/words-with-letters/jealous"
|
23
23
|
},
|
24
24
|
{
|
25
|
-
"name": "
|
26
|
-
"url": "/
|
25
|
+
"name": "Words with letters listen",
|
26
|
+
"url": "/words-with-letters/listen"
|
27
27
|
},
|
28
28
|
{
|
29
|
-
"name": "
|
30
|
-
"url": "/
|
29
|
+
"name": "Words with letters sign",
|
30
|
+
"url": "/words-with-letters/sign"
|
31
31
|
},
|
32
32
|
{
|
33
|
-
"name": "
|
34
|
-
"url": "/
|
33
|
+
"name": "Words with letters binary",
|
34
|
+
"url": "/words-with-letters/binary"
|
35
35
|
},
|
36
36
|
{
|
37
|
-
"name": "
|
38
|
-
"url": "/
|
37
|
+
"name": "Words with letters devoted",
|
38
|
+
"url": "/words-with-letters/devoted"
|
39
39
|
},
|
40
40
|
{
|
41
|
-
"name": "
|
42
|
-
"url": "/
|
41
|
+
"name": "Words with letters survey",
|
42
|
+
"url": "/words-with-letters/survey"
|
43
43
|
},
|
44
44
|
{
|
45
|
-
"name": "
|
46
|
-
"url": "/
|
45
|
+
"name": "Words with letters lookout",
|
46
|
+
"url": "/words-with-letters/lookout"
|
47
47
|
},
|
48
48
|
{
|
49
|
-
"name": "
|
50
|
-
"url": "/
|
49
|
+
"name": "Words with letters skimmed",
|
50
|
+
"url": "/words-with-letters/skimmed"
|
51
51
|
}
|
52
52
|
]
|
53
53
|
},
|
@@ -55,52 +55,52 @@
|
|
55
55
|
"categoryName": "Users also visited",
|
56
56
|
"links": [
|
57
57
|
{
|
58
|
-
"name": "
|
59
|
-
"url": "/
|
58
|
+
"name": "Words with letters censor",
|
59
|
+
"url": "/words-with-letters/censor"
|
60
60
|
},
|
61
61
|
{
|
62
|
-
"name": "
|
63
|
-
"url": "/
|
62
|
+
"name": "Words with letters assign",
|
63
|
+
"url": "/words-with-letters/assign"
|
64
64
|
},
|
65
65
|
{
|
66
|
-
"name": "
|
67
|
-
"url": "/
|
66
|
+
"name": "Words with letters spoken",
|
67
|
+
"url": "/words-with-letters/spoken"
|
68
68
|
},
|
69
69
|
{
|
70
|
-
"name": "
|
71
|
-
"url": "/
|
70
|
+
"name": "Words with letters healing",
|
71
|
+
"url": "/words-with-letters/healing"
|
72
72
|
},
|
73
73
|
{
|
74
|
-
"name": "
|
75
|
-
"url": "/
|
74
|
+
"name": "Words with letters steeld",
|
75
|
+
"url": "/words-with-letters/steeld"
|
76
76
|
},
|
77
77
|
{
|
78
|
-
"name": "
|
79
|
-
"url": "/
|
78
|
+
"name": "Words with letters flicker",
|
79
|
+
"url": "/words-with-letters/flicker"
|
80
80
|
},
|
81
81
|
{
|
82
|
-
"name": "
|
83
|
-
"url": "/
|
82
|
+
"name": "Words with letters star",
|
83
|
+
"url": "/words-with-letters/star"
|
84
84
|
},
|
85
85
|
{
|
86
|
-
"name": "
|
87
|
-
"url": "/
|
86
|
+
"name": "Words with letters rfeepr",
|
87
|
+
"url": "/words-with-letters/rfeepr"
|
88
88
|
},
|
89
89
|
{
|
90
|
-
"name": "
|
91
|
-
"url": "/
|
90
|
+
"name": "Words with letters libeny",
|
91
|
+
"url": "/words-with-letters/libeny"
|
92
92
|
},
|
93
93
|
{
|
94
|
-
"name": "
|
95
|
-
"url": "/
|
94
|
+
"name": "Words with letters shaken",
|
95
|
+
"url": "/words-with-letters/shaken"
|
96
96
|
},
|
97
97
|
{
|
98
|
-
"name": "
|
99
|
-
"url": "/
|
98
|
+
"name": "Words with letters acquire",
|
99
|
+
"url": "/words-with-letters/acquire"
|
100
100
|
},
|
101
101
|
{
|
102
|
-
"name": "
|
103
|
-
"url": "/
|
102
|
+
"name": "Words with letters lumpced",
|
103
|
+
"url": "/words-with-letters/lumpced"
|
104
104
|
}
|
105
105
|
]
|
106
106
|
},
|
@@ -108,177 +108,335 @@
|
|
108
108
|
"categoryName": "Users also visited",
|
109
109
|
"links": [
|
110
110
|
{
|
111
|
-
"name": "
|
112
|
-
"url": "/
|
111
|
+
"name": "Words with letters lkthyci",
|
112
|
+
"url": "/words-with-letters/lkthyci"
|
113
113
|
},
|
114
114
|
{
|
115
|
-
"name": "
|
116
|
-
"url": "/
|
115
|
+
"name": "Words with letters aeihhnr",
|
116
|
+
"url": "/words-with-letters/aeihhnr"
|
117
117
|
},
|
118
118
|
{
|
119
|
-
"name": "
|
120
|
-
"url": "/
|
119
|
+
"name": "Words with letters bronzer",
|
120
|
+
"url": "/words-with-letters/bronzer"
|
121
121
|
},
|
122
122
|
{
|
123
|
-
"name": "
|
124
|
-
"url": "/
|
123
|
+
"name": "Words with letters tkreic",
|
124
|
+
"url": "/words-with-letters/tkreic"
|
125
125
|
},
|
126
126
|
{
|
127
|
-
"name": "
|
128
|
-
"url": "/
|
127
|
+
"name": "Words with letters tednr",
|
128
|
+
"url": "/words-with-letters/tednr"
|
129
129
|
},
|
130
130
|
{
|
131
|
-
"name": "
|
132
|
-
"url": "/
|
131
|
+
"name": "Words with letters loudap",
|
132
|
+
"url": "/words-with-letters/loudap"
|
133
133
|
},
|
134
134
|
{
|
135
|
-
"name": "
|
136
|
-
"url": "/
|
135
|
+
"name": "Words with letters nominal",
|
136
|
+
"url": "/words-with-letters/nominal"
|
137
137
|
},
|
138
138
|
{
|
139
|
-
"name": "
|
140
|
-
"url": "/
|
139
|
+
"name": "Words with letters cholmek",
|
140
|
+
"url": "/words-with-letters/cholmek"
|
141
141
|
},
|
142
142
|
{
|
143
|
-
"name": "
|
144
|
-
"url": "/
|
143
|
+
"name": "Words with letters sister",
|
144
|
+
"url": "/words-with-letters/sister"
|
145
145
|
},
|
146
146
|
{
|
147
|
-
"name": "
|
148
|
-
"url": "/
|
147
|
+
"name": "Words with letters impose",
|
148
|
+
"url": "/words-with-letters/impose"
|
149
149
|
},
|
150
150
|
{
|
151
|
-
"name": "
|
152
|
-
"url": "/
|
151
|
+
"name": "Words with letters devotee",
|
152
|
+
"url": "/words-with-letters/devotee"
|
153
153
|
},
|
154
154
|
{
|
155
|
-
"name": "
|
156
|
-
"url": "/
|
155
|
+
"name": "Words with letters meash",
|
156
|
+
"url": "/words-with-letters/meash"
|
157
157
|
},
|
158
158
|
{
|
159
|
-
"name": "
|
160
|
-
"url": "/
|
159
|
+
"name": "Words with letters sorcery",
|
160
|
+
"url": "/words-with-letters/sorcery"
|
161
161
|
}
|
162
162
|
]
|
163
163
|
}
|
164
164
|
]
|
165
165
|
},
|
166
|
-
"wordLength": "
|
166
|
+
"wordLength": "45 words with letters a,a,a,p,c,e,n",
|
167
167
|
"words": [
|
168
168
|
[
|
169
169
|
{
|
170
|
-
"word": "
|
171
|
-
"points":
|
170
|
+
"word": "panacea",
|
171
|
+
"points": 11,
|
172
|
+
"i": 7
|
173
|
+
}
|
174
|
+
],
|
175
|
+
[
|
176
|
+
{
|
177
|
+
"word": "canape",
|
178
|
+
"points": 10,
|
172
179
|
"i": 6
|
173
180
|
}
|
174
181
|
],
|
175
182
|
[
|
176
183
|
{
|
177
|
-
"word": "
|
184
|
+
"word": "apace",
|
185
|
+
"points": 9,
|
186
|
+
"i": 5
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"word": "apnea",
|
190
|
+
"points": 7,
|
191
|
+
"i": 5
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"word": "paean",
|
195
|
+
"points": 7,
|
196
|
+
"i": 5
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"word": "pance",
|
178
200
|
"points": 9,
|
179
201
|
"i": 5
|
180
202
|
},
|
181
203
|
{
|
182
|
-
"word": "
|
204
|
+
"word": "pecan",
|
183
205
|
"points": 9,
|
184
206
|
"i": 5
|
185
207
|
}
|
186
208
|
],
|
187
209
|
[
|
188
210
|
{
|
189
|
-
"word": "
|
211
|
+
"word": "acne",
|
212
|
+
"points": 6,
|
213
|
+
"i": 4
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"word": "ance",
|
217
|
+
"points": 6,
|
218
|
+
"i": 4
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"word": "cane",
|
222
|
+
"points": 6,
|
223
|
+
"i": 4
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"word": "capa",
|
227
|
+
"points": 8,
|
228
|
+
"i": 4
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"word": "cape",
|
232
|
+
"points": 8,
|
233
|
+
"i": 4
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"word": "napa",
|
237
|
+
"points": 6,
|
238
|
+
"i": 4
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"word": "nape",
|
190
242
|
"points": 6,
|
191
243
|
"i": 4
|
192
244
|
},
|
193
245
|
{
|
194
|
-
"word": "
|
195
|
-
"points":
|
246
|
+
"word": "neap",
|
247
|
+
"points": 6,
|
248
|
+
"i": 4
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"word": "paca",
|
252
|
+
"points": 8,
|
253
|
+
"i": 4
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"word": "pace",
|
257
|
+
"points": 8,
|
196
258
|
"i": 4
|
197
259
|
},
|
198
260
|
{
|
199
|
-
"word": "
|
261
|
+
"word": "pane",
|
200
262
|
"points": 6,
|
201
263
|
"i": 4
|
202
264
|
},
|
203
265
|
{
|
204
|
-
"word": "
|
266
|
+
"word": "pean",
|
205
267
|
"points": 6,
|
206
268
|
"i": 4
|
207
269
|
}
|
208
270
|
],
|
209
271
|
[
|
210
272
|
{
|
211
|
-
"word": "
|
273
|
+
"word": "ace",
|
212
274
|
"points": 5,
|
213
275
|
"i": 3
|
214
276
|
},
|
215
277
|
{
|
216
|
-
"word": "
|
217
|
-
"points":
|
278
|
+
"word": "ana",
|
279
|
+
"points": 3,
|
280
|
+
"i": 3
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"word": "ane",
|
284
|
+
"points": 3,
|
218
285
|
"i": 3
|
219
286
|
},
|
220
287
|
{
|
221
|
-
"word": "
|
288
|
+
"word": "ape",
|
222
289
|
"points": 5,
|
223
290
|
"i": 3
|
224
291
|
},
|
225
292
|
{
|
226
|
-
"word": "
|
293
|
+
"word": "caa",
|
227
294
|
"points": 5,
|
228
295
|
"i": 3
|
229
296
|
},
|
230
297
|
{
|
231
|
-
"word": "
|
232
|
-
"points":
|
298
|
+
"word": "can",
|
299
|
+
"points": 5,
|
300
|
+
"i": 3
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"word": "cap",
|
304
|
+
"points": 7,
|
305
|
+
"i": 3
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"word": "cep",
|
309
|
+
"points": 7,
|
310
|
+
"i": 3
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"word": "ean",
|
314
|
+
"points": 3,
|
233
315
|
"i": 3
|
234
316
|
},
|
235
317
|
{
|
236
|
-
"word": "
|
318
|
+
"word": "nae",
|
237
319
|
"points": 3,
|
238
320
|
"i": 3
|
239
321
|
},
|
240
322
|
{
|
241
|
-
"word": "
|
323
|
+
"word": "nap",
|
324
|
+
"points": 5,
|
325
|
+
"i": 3
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"word": "nep",
|
329
|
+
"points": 5,
|
330
|
+
"i": 3
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"word": "pac",
|
334
|
+
"points": 7,
|
335
|
+
"i": 3
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"word": "pan",
|
242
339
|
"points": 5,
|
243
340
|
"i": 3
|
244
341
|
},
|
245
342
|
{
|
246
|
-
"word": "
|
343
|
+
"word": "pea",
|
344
|
+
"points": 5,
|
345
|
+
"i": 3
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"word": "pec",
|
349
|
+
"points": 7,
|
350
|
+
"i": 3
|
351
|
+
},
|
352
|
+
{
|
353
|
+
"word": "pen",
|
247
354
|
"points": 5,
|
248
355
|
"i": 3
|
249
356
|
}
|
250
357
|
],
|
251
358
|
[
|
252
359
|
{
|
253
|
-
"word": "
|
254
|
-
"points":
|
360
|
+
"word": "aa",
|
361
|
+
"points": 2,
|
255
362
|
"i": 2
|
256
363
|
},
|
257
364
|
{
|
258
|
-
"word": "
|
365
|
+
"word": "ae",
|
259
366
|
"points": 2,
|
260
367
|
"i": 2
|
261
368
|
},
|
262
369
|
{
|
263
|
-
"word": "
|
264
|
-
"points":
|
370
|
+
"word": "an",
|
371
|
+
"points": 2,
|
265
372
|
"i": 2
|
266
373
|
},
|
267
374
|
{
|
268
|
-
"word": "
|
269
|
-
"points":
|
375
|
+
"word": "ea",
|
376
|
+
"points": 2,
|
377
|
+
"i": 2
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"word": "en",
|
381
|
+
"points": 2,
|
382
|
+
"i": 2
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"word": "na",
|
386
|
+
"points": 2,
|
387
|
+
"i": 2
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"word": "ne",
|
391
|
+
"points": 2,
|
270
392
|
"i": 2
|
271
393
|
},
|
272
394
|
{
|
273
|
-
"word": "
|
395
|
+
"word": "pa",
|
274
396
|
"points": 4,
|
275
397
|
"i": 2
|
276
398
|
},
|
277
399
|
{
|
278
|
-
"word": "
|
400
|
+
"word": "pe",
|
279
401
|
"points": 4,
|
280
402
|
"i": 2
|
281
403
|
}
|
282
404
|
]
|
405
|
+
],
|
406
|
+
"featureList": [
|
407
|
+
{
|
408
|
+
"feature_heading": "Free to use",
|
409
|
+
"feature_text": "This online tool is absolutely free to use with no hidden charges or such. This tool will help you without asking you to sign up or log in to our website. Use this tool unlimited amount of time without paying a single cent.",
|
410
|
+
"fa_class": "/assets/images/star.svg"
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"feature_heading": "Easy to use",
|
414
|
+
"feature_text": "This tool is very easy to use and will provide you with results with a single click. Easily surf through the website with easy navigation. Visit multiple times to make yourself familiar with the website so that you can be fast with using this tool.",
|
415
|
+
"fa_class": "/assets/images/star.svg"
|
416
|
+
},
|
417
|
+
{
|
418
|
+
"feature_heading": "Increases Vocabulary",
|
419
|
+
"feature_text": "This tool is best suited for people trying to discover new words as this tool will provide you with all the existing words in the dictionary so that you don't miss any words and become a better player at word games.",
|
420
|
+
"fa_class": "/assets/images/star.svg"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"feature_heading": "Completely online tool",
|
424
|
+
"feature_text": "This is an online web-based program so that it can be easily accessible at any time by anyone. No need to download any apps and fill your precious space, just use this tool online for free and get fast and reliable replies.",
|
425
|
+
"fa_class": "/assets/images/star.svg"
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"faqList": [
|
429
|
+
{
|
430
|
+
"Question": "What is \"Words with letters tool\" ?",
|
431
|
+
"Answer": "This online tool is better than any word finder available online. It helps you find words with a single click. It will create Word from the letters aaapcen. Tool unscrambles the letters of aaapcen and finds all the possible words of different word lengths. It also shows you the points you might get for using a particular word. This tool will help you in any word game you play like scrabble, wordle, text twist, or any other word game. It's most popularly used as a word with friends cheat as it simplifies the process of making words with these letters."
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"Question": "How many points will a letter get you",
|
435
|
+
"Answer": "The tool will provide you with the words with these letters but which word to choose? Don't worry although our tool tells you the point you would score using a particular word we have also made a list of letters and their points.\n 1P-E A I O N R T L S U\n 2P-D G\n 3P-B C M P\n 4P- F H V W Y\n 5P-K\n 8P-J X\n 10P-Q Z"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"Question": "Where should I use the words from these letters?",
|
439
|
+
"Answer": "\"If you are using this tool it's most likely that you are playing a word game. This tool was made for people like you who enjoy playing word games. You can use the resulting words in popular games like Scrabble, Wordle, or Word with friends, but this tool offers you more than that. Instead of using it as a words with friends cheat you can also use this in many other unpopular word games like Pictogram, Cryptogram, Boggle, Wordle, and many more other word games. You can also use this tool to improve your Vocabulary or remember frequently used words. This will not only save you time but will also strengthen your grip on the game. You can be less dependent on word finder cheat and win games on your own. If you're stuck somewhere in the game, we're always there to help!!.\""
|
440
|
+
}
|
283
441
|
]
|
284
442
|
}
|
@@ -26,12 +26,11 @@
|
|
26
26
|
<div class="row">
|
27
27
|
<div class="col-md-12 p-0 text-center">
|
28
28
|
<div class="feature">
|
29
|
-
<
|
29
|
+
<p class="title mb-0">High Scoring Words</p>
|
30
30
|
</div>
|
31
31
|
</div>
|
32
32
|
</div>
|
33
33
|
</div>
|
34
|
-
|
35
34
|
<div class="col-xl-9 col-lg-12 mx-auto text-center mt-5">
|
36
35
|
{%- assign fileName = {{page.fileName}} -%}
|
37
36
|
{%- for o in site.data.WordPointTables -%}
|
@@ -98,8 +97,6 @@
|
|
98
97
|
</div>
|
99
98
|
</div>
|
100
99
|
</div>
|
101
|
-
|
102
|
-
|
103
100
|
<script>
|
104
101
|
let joinString = document.getElementsByClassName("joinString")
|
105
102
|
Array.from(joinString).forEach((element) => {
|
data/_includes/footer/index.html
CHANGED
@@ -53,7 +53,7 @@
|
|
53
53
|
{% for data in dataToShow.social %}
|
54
54
|
<li>
|
55
55
|
<a id="{{data.url}}" href="{{data.url}}" target="_blank" aria-label="{{ data.url }}">
|
56
|
-
<img src="{{data.icon}}" width="
|
56
|
+
<img src="{{data.icon}}" width="20px" height="20px" alt="share_icon">
|
57
57
|
</img>
|
58
58
|
</a>
|
59
59
|
</li>
|