word-games-theme 2.9.1 → 2.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/header/en/data.json +96 -73
- data/_data/wordgames/en/root.json +308 -156
- data/_data/wordgames/hi/words-with-these-letters-and-2-blanks.json +197 -0
- data/_includes/alternates/alternates.html +77 -7
- data/_includes/wordgames/head/head.html +10 -0
- data/_includes/wordgames/header/blog-header.html +80 -25
- data/_includes/wordgames/header/new-header.html +132 -0
- data/_layouts/wordgames-blog.html +1 -1
- data/_layouts/wordgames-home.html +1 -1
- data/_layouts/wordgames-word-meaning.html +43 -27
- data/assets/css/wordgames-theme.css +497 -171
- data/assets/css/wordgames-variables.css +1 -1
- data/assets/images/close-menu.svg +2 -2
- data/assets/js/scrabbleDictonary.js +7 -4
- data/assets/js/theme.js +128 -51
- data/assets/js/wordleSolver.js +290 -11
- data/assets/js/wordleSolverResult.js +0 -23
- metadata +4 -2
@@ -17,163 +17,315 @@
|
|
17
17
|
"megaMenu": {
|
18
18
|
"nav-link-name": "Tools",
|
19
19
|
"dropdown": [
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
20
|
+
{
|
21
|
+
"categoryName": "Recommended Pages",
|
22
|
+
"links": [
|
23
|
+
{
|
24
|
+
"name": "two letter words ending with j",
|
25
|
+
"url": "/words-collections/two-letter-words-ending-with-j"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"name": "two letter words ending with z",
|
29
|
+
"url": "/words-collections/two-letter-words-ending-with-z"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"name": "three letter words ending with q",
|
33
|
+
"url": "/words-collections/three-letter-words-ending-with-q"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"name": "three letter words ending with j",
|
37
|
+
"url": "/words-collections/three-letter-words-ending-with-j"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"name": "four letter words ending with j",
|
41
|
+
"url": "/words-collections/four-letter-words-ending-with-j"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"name": "four letter words ending with o",
|
45
|
+
"url": "/words-collections/four-letter-words-ending-with-o"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"name": "five letter words ending with a",
|
49
|
+
"url": "/words-collections/five-letter-words-ending-with-a"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"name": "five letter words ending with o",
|
53
|
+
"url": "/words-collections/five-letter-words-ending-with-o"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"name": "six letter words ending with e",
|
57
|
+
"url": "/words-collections/six-letter-words-ending-with-e"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"name": "six letter words ending with a",
|
61
|
+
"url": "/words-collections/six-letter-words-ending-with-a"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"name": "two letter words ending with f",
|
65
|
+
"url": "/words-collections/two-letter-words-ending-with-f"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"name": "two letter words ending with n",
|
69
|
+
"url": "/words-collections/two-letter-words-ending-with-n"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"name": "three letter words ending with a",
|
73
|
+
"url": "/words-collections/three-letter-words-ending-with-a"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"name": "three letter words ending with i",
|
77
|
+
"url": "/words-collections/three-letter-words-ending-with-i"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"name": "four letter words ending with u",
|
81
|
+
"url": "/words-collections/four-letter-words-ending-with-u"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"name": "four letter words ending with h",
|
85
|
+
"url": "/words-collections/four-letter-words-ending-with-h"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"name": "five letter words ending with u",
|
89
|
+
"url": "/words-collections/five-letter-words-ending-with-u"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"name": "five letter words ending with x",
|
93
|
+
"url": "/words-collections/five-letter-words-ending-with-x"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"name": "five letter words ending with ex",
|
97
|
+
"url": "/words-collections/five-letter-words-ending-with-ex"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"name": "five letter words ending with in",
|
101
|
+
"url": "/words-collections/five-letter-words-ending-with-in"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"name": "six letter words ending with is",
|
105
|
+
"url": "/words-collections/six-letter-words-ending-with-is"
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"name": "six letter words ending with na",
|
109
|
+
"url": "/words-collections/six-letter-words-ending-with-na"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"name": "six letter words ending with so",
|
113
|
+
"url": "/words-collections/six-letter-words-ending-with-so"
|
114
|
+
}
|
115
|
+
]
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"categoryName": "Users also visited",
|
119
|
+
"links": [
|
120
|
+
{
|
121
|
+
"name": "five letter words ending with de",
|
122
|
+
"url": "/words-collections/five-letter-words-ending-with-de"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"name": "four letter words ending with ch",
|
126
|
+
"url": "/words-collections/four-letter-words-ending-with-ch"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"name": "five letter words ending with be",
|
130
|
+
"url": "/words-collections/five-letter-words-ending-with-be"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"name": "six letter words ending with na",
|
134
|
+
"url": "/words-collections/six-letter-words-ending-with-na"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"name": "five letter words ending with ve",
|
138
|
+
"url": "/words-collections/five-letter-words-ending-with-ve"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"name": "six letter words ending with ja",
|
142
|
+
"url": "/words-collections/six-letter-words-ending-with-ja"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"name": "five letter words ending with up",
|
146
|
+
"url": "/words-collections/five-letter-words-ending-with-up"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"name": "six letter words ending with ze",
|
150
|
+
"url": "/words-collections/six-letter-words-ending-with-ze"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"name": "five letter words ending with ya",
|
154
|
+
"url": "/words-collections/five-letter-words-ending-with-ya"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"name": "two letter words ending with w",
|
158
|
+
"url": "/words-collections/two-letter-words-ending-with-w"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"name": "five letter words ending with ll",
|
162
|
+
"url": "/words-collections/five-letter-words-ending-with-ll"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"name": "seven letter words ending with te",
|
166
|
+
"url": "/words-collections/seven-letter-words-ending-with-te"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"name": "three letter words ending with w",
|
170
|
+
"url": "/words-collections/three-letter-words-ending-with-w"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"name": "five letter words ending with ah",
|
174
|
+
"url": "/words-collections/five-letter-words-ending-with-ah"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"name": "seven letter words ending with n",
|
178
|
+
"url": "/words-collections/seven-letter-words-ending-with-n"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"name": "six letter words ending with l",
|
182
|
+
"url": "/words-collections/six-letter-words-ending-with-l"
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"name": "six letter words ending with in",
|
186
|
+
"url": "/words-collections/six-letter-words-ending-with-in"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"name": "three letter words ending with ar",
|
190
|
+
"url": "/words-collections/three-letter-words-ending-with-ar"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"name": "two letter words ending with t",
|
194
|
+
"url": "/words-collections/two-letter-words-ending-with-t"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"name": "five letter words ending with us",
|
198
|
+
"url": "/words-collections/five-letter-words-ending-with-us"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"name": "five letter words ending with hi",
|
202
|
+
"url": "/words-collections/five-letter-words-ending-with-hi"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"name": "four letter words ending with oy",
|
206
|
+
"url": "/words-collections/four-letter-words-ending-with-oy"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"name": "six letter words ending with ow",
|
210
|
+
"url": "/words-collections/six-letter-words-ending-with-ow"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"name": "three letter words ending with un",
|
214
|
+
"url": "/words-collections/three-letter-words-ending-with-un"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"name": "five letter words ending with is",
|
218
|
+
"url": "/words-collections/five-letter-words-ending-with-is"
|
219
|
+
}
|
220
|
+
]
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"categoryName": "Users also visited",
|
224
|
+
"links": [
|
225
|
+
{
|
226
|
+
"name": "nine letter words ending with o",
|
227
|
+
"url": "/words-collections/nine-letter-words-ending-with-o"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"name": "four letter words ending with ar",
|
231
|
+
"url": "/words-collections/four-letter-words-ending-with-ar"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"name": "seven letter words ending with k",
|
235
|
+
"url": "/words-collections/seven-letter-words-ending-with-k"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"name": "six letter words ending with k",
|
239
|
+
"url": "/words-collections/six-letter-words-ending-with-k"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"name": "six letter words ending with id",
|
243
|
+
"url": "/words-collections/six-letter-words-ending-with-id"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"name": "five letter words ending with i",
|
247
|
+
"url": "/words-collections/five-letter-words-ending-with-i"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"name": "eight letter words ending with o",
|
251
|
+
"url": "/words-collections/eight-letter-words-ending-with-o"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"name": "five letter words ending with at",
|
255
|
+
"url": "/words-collections/five-letter-words-ending-with-at"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"name": "four letter words ending with en",
|
259
|
+
"url": "/words-collections/four-letter-words-ending-with-en"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"name": "three letter words ending with ed",
|
263
|
+
"url": "/words-collections/three-letter-words-ending-with-ed"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"name": "five letter words ending with ra",
|
267
|
+
"url": "/words-collections/five-letter-words-ending-with-ra"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"name": "five letter words ending with it",
|
271
|
+
"url": "/words-collections/five-letter-words-ending-with-it"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"name": "six letter words ending with so",
|
275
|
+
"url": "/words-collections/six-letter-words-ending-with-so"
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"name": "three letter words ending with up",
|
279
|
+
"url": "/words-collections/three-letter-words-ending-with-up"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"name": "four letter words ending with il",
|
283
|
+
"url": "/words-collections/four-letter-words-ending-with-il"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"name": "four letter words ending with nt",
|
287
|
+
"url": "/words-collections/four-letter-words-ending-with-nt"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"name": "five letter words ending with on",
|
291
|
+
"url": "/words-collections/five-letter-words-ending-with-on"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"name": "seven letter words ending with in",
|
295
|
+
"url": "/words-collections/seven-letter-words-ending-with-in"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"name": "four letter words ending with y",
|
299
|
+
"url": "/words-collections/four-letter-words-ending-with-y"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"name": "three letter words ending with i",
|
303
|
+
"url": "/words-collections/three-letter-words-ending-with-i"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"name": "six letter words ending with ge",
|
307
|
+
"url": "/words-collections/six-letter-words-ending-with-ge"
|
308
|
+
},
|
309
|
+
{
|
310
|
+
"name": "five letter words ending with ti",
|
311
|
+
"url": "/words-collections/five-letter-words-ending-with-ti"
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"name": "three letter words ending with m",
|
315
|
+
"url": "/words-collections/three-letter-words-ending-with-m"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"name": "seven letter words ending with ie",
|
319
|
+
"url": "/words-collections/seven-letter-words-ending-with-ie"
|
320
|
+
},
|
321
|
+
{
|
322
|
+
"name": "four letter words ending with en",
|
323
|
+
"url": "/words-collections/four-letter-words-ending-with-en"
|
324
|
+
}
|
325
|
+
]
|
326
|
+
}
|
175
327
|
]
|
176
|
-
},
|
328
|
+
},
|
177
329
|
"infographics": [
|
178
330
|
{
|
179
331
|
"image": "/assets/images/1.png",
|