word-games-theme 2.1.6 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/share.yml +1 -1
  3. data/_data/footer/en/data.json +20 -18
  4. data/_data/header/en/data.json +1 -0
  5. data/_data/rating/rating.json +47 -0
  6. data/_data/wordgames/en/root.json +5 -2
  7. data/_includes/script.html +0 -2
  8. data/_includes/wordgames/advanced-filter/advanced-filter.html +56 -0
  9. data/_includes/wordgames/authorpagehead/authorpagehead.html +40 -0
  10. data/_includes/wordgames/faqs/faqs.html +44 -0
  11. data/_includes/wordgames/featurehighlights/featurehighlights.html +76 -0
  12. data/_includes/wordgames/footer/footer.html +277 -0
  13. data/_includes/wordgames/head/bloghead.html +78 -0
  14. data/_includes/wordgames/head/head.html +148 -0
  15. data/_includes/wordgames/header/blog-header.html +51 -0
  16. data/_includes/wordgames/header/header.html +51 -0
  17. data/_includes/wordgames/headings/headings.html +14 -0
  18. data/_includes/wordgames/howto/howto.html +73 -0
  19. data/_includes/wordgames/infographics/infographics.html +131 -0
  20. data/_includes/wordgames/paginations/blog-pagination.html +44 -0
  21. data/_includes/wordgames/paginations/post-pagination.html +24 -0
  22. data/_includes/wordgames/rating/rating.html +124 -0
  23. data/_includes/wordgames/rating/structureddata.html +53 -0
  24. data/_includes/wordgames/recent-posts/recent-posts.html +104 -0
  25. data/_includes/wordgames/related-posts/related-posts.html +203 -0
  26. data/_includes/wordgames/result-page/result-page.html +95 -0
  27. data/_includes/wordgames/scripts/scripts.html +66 -0
  28. data/_includes/wordgames/search-box/search-box.html +49 -0
  29. data/_includes/wordgames/seo/seo.html +58 -0
  30. data/_includes/wordgames/words-data/words-data.html +58 -0
  31. data/_includes/wordgames/words-point-table/words-point-table.html +106 -0
  32. data/_layouts/wordgames-about.html +194 -0
  33. data/_layouts/wordgames-author.html +408 -0
  34. data/_layouts/wordgames-authors.html +138 -0
  35. data/_layouts/wordgames-autogencontent.html +0 -0
  36. data/_layouts/wordgames-blog.html +94 -0
  37. data/_layouts/wordgames-disclaimer.html +148 -0
  38. data/_layouts/wordgames-home.html +78 -0
  39. data/_layouts/wordgames-post.html +215 -0
  40. data/_layouts/wordgames-privacy-policy.html +640 -0
  41. data/_layouts/wordgames-result.html +38 -0
  42. data/_layouts/wordgames-terms-and-conditions.html +569 -0
  43. data/_layouts/wordgames-tools.html +0 -0
  44. data/_layouts/wordgames-word-meaning.html +180 -0
  45. data/_layouts/wordgames-xyz.html +0 -0
  46. data/_layouts/wordgames.categories.html +0 -0
  47. data/assets/css/wordgames-blog.css +431 -0
  48. data/assets/css/wordgames-home.css +948 -0
  49. data/assets/css/wordgames-result.css +498 -0
  50. data/assets/css/wordgames-theme.css +227 -0
  51. data/assets/css/wordgames-variables.css +20 -0
  52. data/assets/images/background.svg +80 -0
  53. data/assets/images/close-btn.svg +16 -0
  54. data/assets/images/facebook-icon.svg +9 -0
  55. data/assets/images/facebook.svg +10 -1
  56. data/assets/images/how-to.svg +1 -0
  57. data/assets/images/idea.svg +113 -0
  58. data/assets/images/instagram.svg +1 -1
  59. data/assets/images/logo wordswithletter final black.svg +95 -0
  60. data/assets/images/logo.svg +106 -0
  61. data/assets/images/minus-btn.svg +14 -0
  62. data/assets/images/plus btn.svg +16 -0
  63. data/assets/images/questionmark.svg +17 -0
  64. data/assets/images/search.svg +16 -1
  65. data/assets/images/twitter.svg +1 -1
  66. data/assets/images/wordfinder-favicon.svg +69 -0
  67. data/assets/images/wordfinder-pink.svg +82 -0
  68. data/assets/images/wordfinder-result-logo.svg +105 -0
  69. data/assets/images/words with letters logo white text.svg +95 -0
  70. data/assets/js/X-letter-test.js +2 -2
  71. data/assets/js/default.js +2 -2
  72. data/assets/js/repeat-letters.js +2 -2
  73. data/assets/js/scrabble-words.js +885 -0
  74. data/assets/js/theme.js +2 -1
  75. data/assets/js/wordScrabble-test.js +2 -2
  76. data/assets/js/wordgames-home.js +82 -0
  77. data/assets/js/wordgames-result.js +885 -0
  78. data/assets/js/wordgames-xletter.js +740 -0
  79. metadata +65 -2
@@ -0,0 +1,180 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {% assign folderName = page.folderName %}
5
+ {% assign file = page.fileName %}
6
+ {% assign lang = page.lang %}
7
+ {% assign dataToShow = site.data[folderName][lang][file] %}
8
+
9
+ <head>
10
+ <!-- Mobile Specific Meta -->
11
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
13
+ <meta name="theme-color" content="#000000" />
14
+ <meta name="robots" content="noindex" />
15
+
16
+ <!-- meta character set -->
17
+ <meta charset="UTF-8">
18
+
19
+ {% include seo.html %}
20
+
21
+ <link rel="canonical" href="{{site.url | append: page.url}}">
22
+
23
+ <!-- Favicon-->
24
+ <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
25
+ <link rel="apple-touch-icon" href="{{ site.favicon | relative_url }}" />
26
+
27
+
28
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
29
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
30
+
31
+ <link rel="stylesheet" href="/assets/css/wordgames-variables.css">
32
+ <link rel="stylesheet" href="/assets/css/wordgames-home.css">
33
+ <link rel="stylesheet" href="/assets/css/wordgames-theme.css">
34
+
35
+
36
+ {%- include google-analytics.html -%}
37
+
38
+ <title>
39
+ {{dataToShow.title }}
40
+ </title>
41
+
42
+ <style>
43
+ /* dictonary css */
44
+ .dictionary-item {
45
+ padding: 5px 0;
46
+ }
47
+
48
+ .dictionary-item .font16px {
49
+ font-size: 16px;
50
+ font-weight: 500;
51
+ line-height: 1.19;
52
+ color: #1c1107;
53
+ }
54
+
55
+ .dictionary-item .found-word {
56
+ border-radius: 3px;
57
+ background: #B3DC7E;
58
+ color: #000;
59
+ padding: 3px;
60
+ border: 1px solid black;
61
+ border: 2px solid black;
62
+ font-size: 14px;
63
+ line-height: 25px;
64
+ }
65
+
66
+ .dictionary-item .word-score {
67
+ font-style: italic;
68
+ opacity: 0.7;
69
+ font-size: 14px;
70
+ }
71
+
72
+
73
+ .list-group-item {
74
+ background-color: transparent !important;
75
+ border: none !important
76
+ }
77
+ .word-meaning-heading{
78
+ background: var(--primary-color);
79
+ width: 150px;
80
+ padding: 5px 10px;
81
+ text-align: center;
82
+ }
83
+ </style>
84
+
85
+ </head>
86
+
87
+ <body>
88
+ {%- include wordgames/header/header.html -%}
89
+ {% assign folderName = page.folderName %}
90
+ {% assign file = page.fileName %}
91
+ {% assign lang = page.lang %}
92
+ {% assign dataToShow = site.data[folderName][lang][file] %}
93
+
94
+ <div style="padding-top: 100px;">
95
+ <div class="container">
96
+ <div class="pageHeading text-center">
97
+ <h1 class="heading font-weight-bolder pb-">
98
+ {{dataToShow.h1}}</h1>
99
+ {%- if dataToShow.h2 != "" -%}
100
+ <h2>
101
+ {{dataToShow.h2}}</h2>
102
+ {%- endif -%}
103
+ </div>
104
+ </div>
105
+ <div class="container-fluid" id="containerWd">
106
+ <div class="serachSection">
107
+ <div class="position-relative serachBox">
108
+ <form action="/word-meaning" id='form' method="GET">
109
+ <input type="text" class="txtBox" value='' name="search" maxlength="15" required>
110
+ <input type="submit" class="serachBtn" id="serach" value>
111
+ </form>
112
+ </div>
113
+ </div>
114
+ <div class="dictionary-word-container p-0 container" style="position: relative;top: 50px;">
115
+ <div class="padding15px">
116
+ <div class="medium-heading">
117
+ <h2 class="word-meaning-heading font-weight-bolder">Dictionary</h2>
118
+ </div>
119
+ <div class="dictionary">
120
+ <div class="dictionary-item">
121
+ <span class="font16px">TWL06 (US, Canada and Thailand)</span>
122
+
123
+ <span class="found-word"></span>
124
+ <span class="word-score"></span>
125
+ </div>
126
+ <div class="dictionary-item">
127
+ <span class="font16px">SOWPODS (UK and Others)</span>
128
+
129
+ <span class="found-word"></span>
130
+ <span class="word-score"></span>
131
+ </div>
132
+
133
+ <div class="dictionary-item">
134
+ <span class="font16px">Enable (Words with Friends)</span>
135
+
136
+ <span class="found-word"></span>
137
+ <span class="word-score"></span>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ <div class="container p-0" id="defintions" style="margin-top: 100px;">
143
+ <h3 class="word-meaning-heading"><b>Defintion(s)</b></h3>
144
+ <br>
145
+ <span id="loaderMeaning" style="font-size: 20px">Loading &nbsp; </span>
146
+ <div class="spinner-border" id="loaderMeaning1"></div>
147
+ <h2 id="err" style="display: none;">No Definition Found!</h2>
148
+ <h4 id="noun" style="display: none;"><b>Noun</b></h4>
149
+ <h4 id="verb" style="display: none;"><b>Verb</b></h4>
150
+ <h4 id="adj" style="display: none;"><b>Adjective</b></h4>
151
+ <h4 id="adv" style="display: none;"><b>Adverb</b></h4>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ {%- assign langen = "en" -%}
157
+ {%- if site.data[folder][langen][file].categories -%}
158
+ {% assign categories= site.data[folder][langen][file].categories %}
159
+ {%- else -%}
160
+ {% assign categories= page.categories %}
161
+ {%- endif -%}
162
+ {%- if site.data[folder][langen][file].tags -%}
163
+ {% assign tags= site.data[folder][langen][file].tags %}
164
+ {%- else -%}
165
+ {% assign tags= page.tags %}
166
+ {%- endif -%}
167
+ {%- if categories.size> 0 or tags.size>0-%}
168
+ {%- include wordgames/related-posts/related-posts.html -%}
169
+ {%- else -%}
170
+ {%- include wordgames/recent-posts/recent-posts.html -%}
171
+ {% endif %}
172
+
173
+
174
+ {% include adBlocker/adBlocker.html %}
175
+ {%- include wordgames/footer/footer.html -%}
176
+ {%- include script.html -%}
177
+ <script src="/assets/js/scrabbleDictonary.js"></script>
178
+ </body>
179
+
180
+ </html>
File without changes
File without changes
@@ -0,0 +1,431 @@
1
+ .wordgametheme-sidebar-right,
2
+ .wordgametheme-sidebar-left {
3
+ min-width: 220px;
4
+ max-width: fit-content;
5
+ height: 100vh;
6
+ min-height: 300px;
7
+ max-height: fit-content;
8
+ top: 65px;
9
+ position: fixed;
10
+ }
11
+
12
+ .wordgametheme-sidebar-left {
13
+ left: 75px;
14
+ }
15
+
16
+ .wordgametheme-sidebar-right {
17
+ right: 75px;
18
+ }
19
+
20
+ /* default css */
21
+ a {
22
+ text-decoration: none !important;
23
+ }
24
+
25
+ .blog-card {
26
+ box-shadow: 3px 6px 1px 0px var(--primary-color);
27
+ padding: 1rem;
28
+ border: 3px solid var(--black-color);
29
+ border-radius: 10px;
30
+ }
31
+
32
+ img {
33
+ width: 100%;
34
+ height: 100%;
35
+ }
36
+
37
+
38
+ html {
39
+ scroll-behavior: smooth;
40
+ font-size: 62.5%;
41
+ }
42
+
43
+ body {
44
+ font-family: 'Open Sans', sans-serif !important;
45
+ }
46
+
47
+
48
+ /* header and navbar css */
49
+ header {
50
+ width: 100%;
51
+ position: relative;
52
+ }
53
+
54
+ .navbar {
55
+ width: 100%;
56
+ padding: 1.2rem 9% !important;
57
+ position: fixed;
58
+ top: 0;
59
+ left: 0;
60
+ z-index: 999;
61
+ }
62
+
63
+ .navbar-dark .navbar-toggler {
64
+ outline: none !important;
65
+ }
66
+
67
+ .navbar-toggler .bars {
68
+ position: relative;
69
+ top: 3px;
70
+ color: #000;
71
+ font-size: 35px;
72
+ }
73
+
74
+ .navbar-nav {
75
+ align-items: center;
76
+ }
77
+
78
+ /* section post css */
79
+ .section_post {
80
+ margin-top: 100px;
81
+ }
82
+ .card-body{
83
+ padding: 1rem !important;
84
+ }
85
+
86
+ .card-body .anchor_link {
87
+ text-decoration: none !important;
88
+ color: #343a40 !important;
89
+ }
90
+
91
+ .card-body .anchor_link:hover {
92
+ transition: all 0.5s linear;
93
+ color: #000 !important;
94
+ }
95
+
96
+ .card-body .anchor_link .card-title {
97
+ font-weight: 600;
98
+ font-size: 35px;
99
+ background-color: var(--primary-color);
100
+ line-height: 43px;
101
+ border-radius: 10px;
102
+ height: 166px;
103
+ padding: 15px;
104
+ }
105
+ .author_image, .meta-footer-thumb{
106
+ border-radius: 100%;
107
+ border: 2px solid #000;
108
+ }
109
+
110
+ .post-desc{
111
+ font-size: 16px;
112
+ color: #3E3E3E;
113
+ line-height: 24px;
114
+ }
115
+ .card-footer {
116
+ border: none;
117
+ }
118
+
119
+ .wrapfooter {
120
+ display: flex;
121
+ align-items: center;
122
+ margin-bottom: 15px;
123
+ }
124
+
125
+ .wrapfooter img {
126
+ width: 35px;
127
+ height: 35px;
128
+ border-radius: 50%;
129
+ }
130
+
131
+ .wrapfooter .author-meta {
132
+ flex: 1 1 auto;
133
+ padding: 0 15px;
134
+ }
135
+
136
+ .wrapfooter .author-meta a {
137
+ font-size: 15px;
138
+ color: #000;
139
+ text-transform: capitalize;
140
+ }
141
+
142
+ .wrapfooter .span.post-read-more {
143
+ align-items: center;
144
+ display: inline-block;
145
+ margin-top: 8px;
146
+ }
147
+
148
+ .wrapfooter .post-date {
149
+ color: rgba(0, 0, 0, 0.44);
150
+ font-size: 13px;
151
+ }
152
+
153
+ /* pagination css */
154
+ .bottompagination .pointerup {
155
+ margin-bottom: -9px;
156
+ margin-left: 49%;
157
+ font-size: 30px;
158
+ }
159
+
160
+ .bottompagination .pointerup i.fa {
161
+ color: #eaeaea;
162
+ }
163
+
164
+ .bottompagination span.navigation {
165
+ display: block;
166
+ font-size: 0.93rem;
167
+ padding: 15px 0 0 0;
168
+ text-align: center;
169
+ margin-bottom: 0rem;
170
+ color: #999;
171
+ border-top: 1px solid #ddd;
172
+ }
173
+
174
+ .blog-pagination {
175
+ text-align: center;
176
+ font-size: 18px;
177
+ }
178
+
179
+ .blog-pagination a,
180
+ .blog-pagination span {
181
+ padding: 7px 16px;
182
+ margin-left: -2px;
183
+ color: #000;
184
+ margin-right: -2px;
185
+ background-color: #ffffff;
186
+ display: inline-block;
187
+ text-decoration: none;
188
+ }
189
+
190
+ .blog-pagination a:hover {
191
+ background-color: #f1f1f1;
192
+ color: #333;
193
+ }
194
+
195
+ /* explore box css */
196
+ .explore {
197
+ padding: 25px;
198
+ color: #fff;
199
+ margin-bottom: 100px;
200
+ margin-top: 60px;
201
+ width: 100%;
202
+ background: var(--primary-color);
203
+ height: 250px;
204
+ align-items: center;
205
+ display: flex;
206
+ justify-content: space-around;
207
+ }
208
+
209
+ .explore ul {
210
+ display: flex;
211
+ list-style: none;
212
+ flex-wrap: wrap;
213
+ }
214
+
215
+ .explore .cat {
216
+ display: inline-block;
217
+ padding: 5px 10px;
218
+ text-decoration: none !important;
219
+ color: #000 !important;
220
+ font-weight: 600;
221
+ font-size: 16px;
222
+ background: #fff;
223
+ border-radius: 1.5px;
224
+ margin: 0 15px;
225
+ line-height: 24px;
226
+ font-weight: 400;
227
+ border: 2px solid #1E1E1E;
228
+ }
229
+
230
+ /* categories page css */
231
+ .section-title h2 {
232
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
233
+ font-weight: 700;
234
+ font-size: 1.5rem;
235
+ margin-bottom: 27px;
236
+ }
237
+
238
+ .section-title span {
239
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
240
+ display: inline-block;
241
+ padding-bottom: 20px;
242
+ margin-bottom: -1px;
243
+ }
244
+
245
+
246
+ /* post page content css */
247
+ .author_image .author-thumb {
248
+ width: 60px;
249
+ height: 60px;
250
+ object-fit: cover;
251
+ }
252
+
253
+ .author-meta .postName {
254
+ font-size: 18px !important;
255
+ color: rgba(0, 0, 0, 0.8) !important;
256
+ text-decoration: none !important;
257
+ font-family: 'Merriweather', serif;
258
+ }
259
+
260
+ .btn_follow {
261
+ margin-left: 5px;
262
+ margin-bottom: 10px;
263
+ border-color: #02b875;
264
+ color: #1c9963 !important;
265
+ padding: 3px 10px;
266
+ text-align: center;
267
+ border-radius: 999em;
268
+ font-size: 1.5rem;
269
+ display: inline-block;
270
+ border: 1px solid;
271
+ }
272
+
273
+ .author_bio {
274
+ font-family: 'Merriweather', serif;
275
+ color: rgba(0, 0, 0, 0.44);
276
+ font-size: 13px;
277
+ line-height: 20px;
278
+ }
279
+
280
+ .post-content {
281
+ font-size: 20px;
282
+ }
283
+
284
+ /* social icons css */
285
+ .socialIons>.item-lists2 {
286
+ display: flex;
287
+ width: 100%;
288
+ }
289
+
290
+ .socialIons>.item-lists2>li:nth-child(1) {
291
+ margin: 0;
292
+ }
293
+
294
+ .socialIons>.item-lists2>li {
295
+ list-style: none;
296
+ padding: 8px 0px;
297
+ margin: 0 auto;
298
+ }
299
+
300
+ .socialIons .item-lists2 li a {
301
+ color: rgba(95, 21, 21, 0.44);
302
+ fill: rgba(0, 0, 0, 0.44);
303
+ font-size: 15px;
304
+ cursor: pointer;
305
+ text-decoration: none !important;
306
+ }
307
+
308
+ .socialIons>.item-lists2>li i {
309
+ font-size: 18px;
310
+ color: rgba(0, 0, 0, 0.44);
311
+ fill: rgba(0, 0, 0, 0.44);
312
+ }
313
+
314
+ /* post page pagination css */
315
+ .pagination {
316
+ display: -ms-flexbox;
317
+ display: flex;
318
+ padding-left: 0;
319
+ list-style: none;
320
+ border-radius: 0.25rem;
321
+ display: block;
322
+ color: green;
323
+ font-size: 15px;
324
+ margin-bottom: 30px;
325
+ }
326
+
327
+ .pagination .pageUrl {
328
+ color: var(--primary-color);
329
+ font-size: 18px;
330
+ font-weight: 900;
331
+ text-decoration: none;
332
+ margin-right: 10px;
333
+ }
334
+
335
+ .pagination .pageUrl:hover {
336
+ text-decoration: none;
337
+ color: green;
338
+ }
339
+
340
+
341
+ /* related and recent post heading css */
342
+ .related_post_heading,
343
+ .recent_post_heading {
344
+ /* width: 100%; */
345
+ font-size: 35px;
346
+ /* text-align: center; */
347
+ font-weight: 800;
348
+ font-stretch: normal;
349
+ font-style: normal;
350
+ line-height: 1.24;
351
+ letter-spacing: normal;
352
+ color: #11304e;
353
+ margin-bottom: 15px;
354
+ padding-top: 75px;
355
+ display: inline-block;
356
+ }
357
+
358
+ @media (max-width: 768px) {
359
+
360
+ .wordgametheme-sidebar-right,
361
+ .wordgametheme-sidebar-left {
362
+ display: none;
363
+ }
364
+
365
+ .navbar {
366
+ padding-left: 7% !important;
367
+ padding-right: 7% !important;
368
+ }
369
+
370
+ .navbar-nav {
371
+ align-items: unset;
372
+ }
373
+
374
+ .nav-item {
375
+ padding: 0 !important;
376
+ }
377
+
378
+ .author-meta {
379
+ padding-left: 15px;
380
+ }
381
+
382
+ .small_description {
383
+ font-size: 25px;
384
+ }
385
+
386
+ .socialIons>.item-lists2 {
387
+ justify-content: center;
388
+ }
389
+
390
+ .socialIons>.item-lists2 {
391
+ flex-direction: row;
392
+ align-items: center;
393
+ }
394
+
395
+ .socialIons>.item-lists2>li {
396
+ padding-right: 30px;
397
+ margin: 0;
398
+ }
399
+
400
+ .socialIons>.item-lists2 {
401
+ flex-direction: row;
402
+ align-items: center;
403
+ }
404
+
405
+ .socialIons>.item-lists2>li {
406
+ padding-right: 30px;
407
+ margin: 0;
408
+ }
409
+
410
+
411
+ }
412
+
413
+ @media screen and (min-width: 1450px) {
414
+ .wordgametheme-sidebar-left {
415
+ left: 194px !important;
416
+ }
417
+
418
+ .wordgametheme-sidebar-right {
419
+ right: 194px !important;
420
+ }
421
+ }
422
+
423
+ @media screen and (min-width: 1920px) {
424
+ .wordgametheme-sidebar-left {
425
+ left: 313px !important;
426
+ }
427
+
428
+ .wordgametheme-sidebar-right {
429
+ right: 313px !important;
430
+ }
431
+ }