word-games-theme 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -0
  3. data/_data/footer/en/data.json +5 -1
  4. data/_data/header/en/data.json +174 -52
  5. data/_data/wordgames/en/five_letter_word_finder.json +449 -93
  6. data/_data/wordgames/en/root.json +222 -229
  7. data/_data/wordleSolver/en/resultData.json +2 -1
  8. data/_data/xyzPagesData/en/unscramble-letters-jumble.json +261 -103
  9. data/_includes/WordPointTables/table.html +1 -4
  10. data/_includes/author_bio.html +39 -18
  11. data/_includes/authorpagehead/index.html +37 -0
  12. data/_includes/autogenerated/content.html +1 -3
  13. data/_includes/custom-head.html +9 -1
  14. data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
  15. data/_includes/find-words-in-certain-positions/words-in-certain-positions.html +1 -1
  16. data/_includes/footer/index.html +7 -9
  17. data/_includes/head/index.html +45 -10
  18. data/_includes/header/blogHeader.html +1 -1
  19. data/_includes/header/index.html +4 -4
  20. data/_includes/howto.html +1 -1
  21. data/_includes/repeat-letters.html +50 -186
  22. data/_includes/script.html +9 -2
  23. data/_includes/section/commonPage.html +13 -18
  24. data/_includes/section/{news.html → faq.html} +2 -2
  25. data/_includes/section/feature.html +18 -4
  26. data/_includes/section/home.html +57 -62
  27. data/_includes/section/wordGroup.html +2 -7
  28. data/_includes/section/xyzGroup.html +1 -1
  29. data/_includes/wordfinderstrategy/content.html +1 -5
  30. data/_includes/xyzpages/xyz.html +12 -8
  31. data/_layouts/aboutUs.html +136 -0
  32. data/_layouts/allAuthors.html +121 -0
  33. data/_layouts/allpages.html +0 -1
  34. data/_layouts/author.html +410 -0
  35. data/_layouts/autogencontent.html +0 -3
  36. data/_layouts/default.html +1 -11
  37. data/_layouts/disclaimer.html +28 -0
  38. data/_layouts/page.html +0 -45
  39. data/_layouts/page2.html +0 -44
  40. data/_layouts/post.html +28 -2
  41. data/_layouts/privacyPolicy.html +27 -0
  42. data/_layouts/termAndCondition.html +28 -4
  43. data/_layouts/tools.html +7 -1
  44. data/_layouts/wordMeaning.html +25 -17
  45. data/_layouts/xyzpages.html +2 -6
  46. data/assets/css/blog.css +128 -212
  47. data/assets/css/bootstrap-icons.css +42 -0
  48. data/assets/css/bootstrap.min.css +2521 -524
  49. data/assets/css/content.css +34 -49
  50. data/assets/css/font/bootstrap-icons.css +1981 -0
  51. data/assets/css/font/bootstrap-icons.json +1955 -0
  52. data/assets/css/font/bootstrap-icons.scss +1993 -0
  53. data/assets/css/fonts/bootstrap-icons.woff +0 -0
  54. data/assets/css/fonts/bootstrap-icons.woff2 +0 -0
  55. data/assets/css/game.css +60 -57
  56. data/assets/css/multiple-word-anagram-solver.css +14 -15
  57. data/assets/css/style.css +583 -285
  58. data/assets/css/wordGroup.css +380 -17
  59. data/assets/css/wordleSolver.css +22 -22
  60. data/assets/css/wordsInCertainPosition.css +20 -32
  61. data/assets/images/wordswithletters-logo.webp +0 -0
  62. data/assets/js/adBlocker.js +0 -1
  63. data/assets/js/default.js +3 -6
  64. data/assets/js/theme.js +45 -0
  65. data/assets/js/wordScrabble-test.js +0 -3
  66. data/assets/js/words-starting-with.js +0 -4
  67. metadata +21 -37
  68. data/_data/wordgames/ar/four_letter_word_finder.json +0 -196
  69. data/_data/wordgames/da/four_letter_word_finder.json +0 -196
  70. data/_data/wordgames/de/four_letter_word_finder.json +0 -196
  71. data/_data/wordgames/es/four_letter_word_finder.json +0 -196
  72. data/_data/wordgames/fr/four_letter_word_finder.json +0 -197
  73. data/_data/wordgames/id/four_letter_word_finder.json +0 -196
  74. data/_data/wordgames/it/four_letter_word_finder.json +0 -196
  75. data/_data/wordgames/ja/four_letter_word_finder.json +0 -196
  76. data/_data/wordgames/ko/four_letter_word_finder.json +0 -196
  77. data/_data/wordgames/nl/four_letter_word_finder.json +0 -196
  78. data/_data/wordgames/pl/four_letter_word_finder.json +0 -196
  79. data/_data/wordgames/pt/four_letter_word_finder.json +0 -196
  80. data/_data/wordgames/ru/four_letter_word_finder.json +0 -196
  81. data/_data/wordgames/sv/four_letter_word_finder.json +0 -196
  82. data/_data/wordgames/th/four_letter_word_finder.json +0 -196
  83. data/_data/wordgames/tr/four_letter_word_finder.json +0 -196
  84. data/_data/wordgames/uk/four_letter_word_finder.json +0 -196
  85. data/_data/wordgames/vi/four_letter_word_finder.json +0 -196
  86. data/_data/wordgames/zh/four_letter_word_finder.json +0 -196
  87. data/_data/wordgames/zh-TW/four_letter_word_finder.json +0 -196
  88. data/_includes/section/home2.html +0 -174
  89. data/_layouts/other-lang-scrabble.html +0 -170
  90. data/assets/css/advancedFilter.css +0 -215
  91. data/assets/css/feature.css +0 -58
  92. data/assets/css/footer.css +0 -161
  93. data/assets/css/home.css +0 -538
  94. data/assets/css/news.css +0 -48
  95. data/assets/css/testhome.css +0 -417
  96. data/assets/css/wordScrabble.css +0 -4
@@ -1,8 +1,8 @@
1
1
  {
2
- "h1": "jumble unscrambled",
3
- "h2": "All Unscrambled words with letters jumble",
4
- "title": "Unscramble jumble | All possible words by unscrambling jumble",
5
- "meta": "Wondering how to unscramble jumble ? Not to worry, as we have made your work easier by unscrambling and writing all the words with given letters\n To enable screen reader support, press Ctrl+Alt+Z To learn about keyboard shortcuts, press Ctrl+slash",
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": "Unscramble letters wanting",
14
- "url": "/unscramble-letters/wanting"
13
+ "name": "Words with letters cheat",
14
+ "url": "/words-with-letters/cheat"
15
15
  },
16
16
  {
17
- "name": "Unscramble letters asure",
18
- "url": "/unscramble-letters/asure"
17
+ "name": "Words with letters fooling",
18
+ "url": "/words-with-letters/fooling"
19
19
  },
20
20
  {
21
- "name": "Unscramble letters decline",
22
- "url": "/unscramble-letters/decline"
21
+ "name": "Words with letters jealous",
22
+ "url": "/words-with-letters/jealous"
23
23
  },
24
24
  {
25
- "name": "Unscramble letters develop",
26
- "url": "/unscramble-letters/develop"
25
+ "name": "Words with letters listen",
26
+ "url": "/words-with-letters/listen"
27
27
  },
28
28
  {
29
- "name": "Unscramble letters solver",
30
- "url": "/unscramble-letters/solver"
29
+ "name": "Words with letters sign",
30
+ "url": "/words-with-letters/sign"
31
31
  },
32
32
  {
33
- "name": "Unscramble letters helper",
34
- "url": "/unscramble-letters/helper"
33
+ "name": "Words with letters binary",
34
+ "url": "/words-with-letters/binary"
35
35
  },
36
36
  {
37
- "name": "Unscramble letters scrabble",
38
- "url": "/unscramble-letters/scrabble"
37
+ "name": "Words with letters devoted",
38
+ "url": "/words-with-letters/devoted"
39
39
  },
40
40
  {
41
- "name": "Unscramble letters jumble",
42
- "url": "/unscramble-letters/jumble"
41
+ "name": "Words with letters survey",
42
+ "url": "/words-with-letters/survey"
43
43
  },
44
44
  {
45
- "name": "Unscramble letters ascion",
46
- "url": "/unscramble-letters/ascion"
45
+ "name": "Words with letters lookout",
46
+ "url": "/words-with-letters/lookout"
47
47
  },
48
48
  {
49
- "name": "Unscramble letters bridge",
50
- "url": "/unscramble-letters/bridge"
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": "Unscramble letters phlass",
59
- "url": "/unscramble-letters/phlass"
58
+ "name": "Words with letters censor",
59
+ "url": "/words-with-letters/censor"
60
60
  },
61
61
  {
62
- "name": "Unscramble letters senders",
63
- "url": "/unscramble-letters/senders"
62
+ "name": "Words with letters assign",
63
+ "url": "/words-with-letters/assign"
64
64
  },
65
65
  {
66
- "name": "Unscramble letters esfeud",
67
- "url": "/unscramble-letters/esfeud"
66
+ "name": "Words with letters spoken",
67
+ "url": "/words-with-letters/spoken"
68
68
  },
69
69
  {
70
- "name": "Unscramble letters rubyl",
71
- "url": "/unscramble-letters/rubyl"
70
+ "name": "Words with letters healing",
71
+ "url": "/words-with-letters/healing"
72
72
  },
73
73
  {
74
- "name": "Unscramble letters forceii",
75
- "url": "/unscramble-letters/forceii"
74
+ "name": "Words with letters steeld",
75
+ "url": "/words-with-letters/steeld"
76
76
  },
77
77
  {
78
- "name": "Unscramble letters kabbe",
79
- "url": "/unscramble-letters/kabbe"
78
+ "name": "Words with letters flicker",
79
+ "url": "/words-with-letters/flicker"
80
80
  },
81
81
  {
82
- "name": "Unscramble letters amoral",
83
- "url": "/unscramble-letters/amoral"
82
+ "name": "Words with letters star",
83
+ "url": "/words-with-letters/star"
84
84
  },
85
85
  {
86
- "name": "Unscramble letters stiffly",
87
- "url": "/unscramble-letters/stiffly"
86
+ "name": "Words with letters rfeepr",
87
+ "url": "/words-with-letters/rfeepr"
88
88
  },
89
89
  {
90
- "name": "Unscramble letters riddle",
91
- "url": "/unscramble-letters/riddle"
90
+ "name": "Words with letters libeny",
91
+ "url": "/words-with-letters/libeny"
92
92
  },
93
93
  {
94
- "name": "Unscramble letters wishful",
95
- "url": "/unscramble-letters/wishful"
94
+ "name": "Words with letters shaken",
95
+ "url": "/words-with-letters/shaken"
96
96
  },
97
97
  {
98
- "name": "Unscramble letters acorno",
99
- "url": "/unscramble-letters/acorno"
98
+ "name": "Words with letters acquire",
99
+ "url": "/words-with-letters/acquire"
100
100
  },
101
101
  {
102
- "name": "Unscramble letters topic",
103
- "url": "/unscramble-letters/topic"
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": "Unscramble letters minceo",
112
- "url": "/unscramble-letters/minceo"
111
+ "name": "Words with letters lkthyci",
112
+ "url": "/words-with-letters/lkthyci"
113
113
  },
114
114
  {
115
- "name": "Unscramble letters cured",
116
- "url": "/unscramble-letters/cured"
115
+ "name": "Words with letters aeihhnr",
116
+ "url": "/words-with-letters/aeihhnr"
117
117
  },
118
118
  {
119
- "name": "Unscramble letters shuffle",
120
- "url": "/unscramble-letters/shuffle"
119
+ "name": "Words with letters bronzer",
120
+ "url": "/words-with-letters/bronzer"
121
121
  },
122
122
  {
123
- "name": "Unscramble letters cafeda",
124
- "url": "/unscramble-letters/cafeda"
123
+ "name": "Words with letters tkreic",
124
+ "url": "/words-with-letters/tkreic"
125
125
  },
126
126
  {
127
- "name": "Unscramble letters awkward",
128
- "url": "/unscramble-letters/awkward"
127
+ "name": "Words with letters tednr",
128
+ "url": "/words-with-letters/tednr"
129
129
  },
130
130
  {
131
- "name": "Unscramble letters council",
132
- "url": "/unscramble-letters/council"
131
+ "name": "Words with letters loudap",
132
+ "url": "/words-with-letters/loudap"
133
133
  },
134
134
  {
135
- "name": "Unscramble letters veranda",
136
- "url": "/unscramble-letters/veranda"
135
+ "name": "Words with letters nominal",
136
+ "url": "/words-with-letters/nominal"
137
137
  },
138
138
  {
139
- "name": "Unscramble letters winner",
140
- "url": "/unscramble-letters/winner"
139
+ "name": "Words with letters cholmek",
140
+ "url": "/words-with-letters/cholmek"
141
141
  },
142
142
  {
143
- "name": "Unscramble letters mite",
144
- "url": "/unscramble-letters/mite"
143
+ "name": "Words with letters sister",
144
+ "url": "/words-with-letters/sister"
145
145
  },
146
146
  {
147
- "name": "Unscramble letters noisess",
148
- "url": "/unscramble-letters/noisess"
147
+ "name": "Words with letters impose",
148
+ "url": "/words-with-letters/impose"
149
149
  },
150
150
  {
151
- "name": "Unscramble letters rattle",
152
- "url": "/unscramble-letters/rattle"
151
+ "name": "Words with letters devotee",
152
+ "url": "/words-with-letters/devotee"
153
153
  },
154
154
  {
155
- "name": "Unscramble letters stench",
156
- "url": "/unscramble-letters/stench"
155
+ "name": "Words with letters meash",
156
+ "url": "/words-with-letters/meash"
157
157
  },
158
158
  {
159
- "name": "Unscramble letters four",
160
- "url": "/unscramble-letters/four"
159
+ "name": "Words with letters sorcery",
160
+ "url": "/words-with-letters/sorcery"
161
161
  }
162
162
  ]
163
163
  }
164
164
  ]
165
165
  },
166
- "wordLength": "21 words with letters j,u,m,b,l,e",
166
+ "wordLength": "45 words with letters a,a,a,p,c,e,n",
167
167
  "words": [
168
168
  [
169
169
  {
170
- "word": "jumble",
171
- "points": 17,
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": "blume",
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": "umbel",
204
+ "word": "pecan",
183
205
  "points": 9,
184
206
  "i": 5
185
207
  }
186
208
  ],
187
209
  [
188
210
  {
189
- "word": "blue",
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": "jube",
195
- "points": 13,
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": "lube",
261
+ "word": "pane",
200
262
  "points": 6,
201
263
  "i": 4
202
264
  },
203
265
  {
204
- "word": "mule",
266
+ "word": "pean",
205
267
  "points": 6,
206
268
  "i": 4
207
269
  }
208
270
  ],
209
271
  [
210
272
  {
211
- "word": "bel",
273
+ "word": "ace",
212
274
  "points": 5,
213
275
  "i": 3
214
276
  },
215
277
  {
216
- "word": "bum",
217
- "points": 7,
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": "elm",
288
+ "word": "ape",
222
289
  "points": 5,
223
290
  "i": 3
224
291
  },
225
292
  {
226
- "word": "emu",
293
+ "word": "caa",
227
294
  "points": 5,
228
295
  "i": 3
229
296
  },
230
297
  {
231
- "word": "jeu",
232
- "points": 10,
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": "leu",
318
+ "word": "nae",
237
319
  "points": 3,
238
320
  "i": 3
239
321
  },
240
322
  {
241
- "word": "lum",
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": "mel",
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": "be",
254
- "points": 4,
360
+ "word": "aa",
361
+ "points": 2,
255
362
  "i": 2
256
363
  },
257
364
  {
258
- "word": "el",
365
+ "word": "ae",
259
366
  "points": 2,
260
367
  "i": 2
261
368
  },
262
369
  {
263
- "word": "em",
264
- "points": 4,
370
+ "word": "an",
371
+ "points": 2,
265
372
  "i": 2
266
373
  },
267
374
  {
268
- "word": "me",
269
- "points": 4,
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": "mu",
395
+ "word": "pa",
274
396
  "points": 4,
275
397
  "i": 2
276
398
  },
277
399
  {
278
- "word": "um",
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
- <h5 class="title">High Scoring Words</h5>
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) => {
@@ -1,20 +1,41 @@
1
1
  {%- include /authors/authors.html -%}
2
+ <style>
3
+ .contributor-image {
4
+ width: 40px;
5
+ border-radius: 100%;
6
+ }
7
+
8
+ .contributors-count {
9
+ background: rgba(175, 184, 193, 0.2);
10
+ padding: 5px;
11
+ font-size: 15px;
12
+ border-radius: 100%;
13
+ display: inline-block;
14
+ width: 30px;
15
+ text-align: center;
16
+ }
17
+ </style>
2
18
  <div class="wrapfooter">
3
- <div class="author_image">
4
- <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}"
5
- id="author_img">
6
- </div>
7
- <div class="author-meta">
8
- <div class="post-name">
9
- {%- if twitter != 'N/A' -%}
10
- <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
11
- {%- else -%}
12
- <p class="mb-0 postName">{{authorName}}</p>
13
- {%- endif -%}
14
- {%- if twitter != 'N/A' -%}
15
- <a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
16
- {%- endif -%}
17
- </div>
18
- <p class="author_bio mb-0">{{bio}}</p>
19
- </div>
20
- </div>
19
+ <a href="/author/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
20
+ <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}"
21
+ id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
22
+ </a>
23
+
24
+ <span class="author-meta">
25
+ {%- if twitter != 'N/A' -%}
26
+ <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
27
+ {%- else -%}
28
+ <p class="mb-0 postName">
29
+ <a target="_blank" href="/author/{{authorName | downcase | replace: ' ' , '-'' }}">
30
+ {{authorName}}
31
+ </a>
32
+ </p>
33
+ {%- endif -%}
34
+ {%- if twitter != 'N/A' -%}
35
+ <a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
36
+ {%- endif -%}
37
+ <p class="author_bio mb-0">{{bio}}</p>
38
+ </span>
39
+ </div>
40
+
41
+