word-games-theme 2.6.2 → 2.6.3
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 +4 -4
- data/_data/wordgames/en/root.json +1 -1
- data/_includes/featurePageAuthors/featurePageAuthors.html +64 -96
- data/_includes/wordgames/advanced-filter/advanced-filter.html +2 -8
- data/_includes/wordgames/faqs/faqs.html +7 -18
- data/_includes/wordgames/featurehighlights/featurehighlights.html +26 -36
- data/_includes/wordgames/footer/footer.html +128 -152
- data/_includes/wordgames/header/header.html +11 -17
- data/_includes/wordgames/howto/howto.html +48 -61
- data/_includes/wordgames/infographics/infographics.html +7 -15
- data/_includes/wordgames/rating/rating.html +33 -47
- data/_includes/wordgames/recent-posts/recent-posts.html +58 -86
- data/_includes/wordgames/search-box/search-box.html +3 -14
- data/_includes/wordgames/words-data/words-data.html +1 -1
- data/_includes/wordgames/words-point-table/words-point-table.html +3 -28
- data/_layouts/wordgames-author.html +7 -5
- data/_layouts/wordgames-home.html +0 -12
- data/assets/css/wordgames-home.css +7 -3
- data/assets/css/wordgames-result.css +23 -1
- data/assets/css/wordgames-theme.css +6 -1
- data/assets/images/close-button.svg +10 -0
- data/assets/images/filter.svg +6 -0
- data/assets/images/hamburger-menu.svg +5 -0
- data/assets/images/langauge.svg +5 -0
- data/assets/images/left.svg +10 -0
- data/assets/images/right-icon.svg +10 -0
- data/assets/js/theme.js +1 -1
- metadata +8 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -286,6 +286,7 @@ files:
|
|
|
286
286
|
- assets/images/board-game.png
|
|
287
287
|
- assets/images/check.svg
|
|
288
288
|
- assets/images/close-btn.svg
|
|
289
|
+
- assets/images/close-button.svg
|
|
289
290
|
- assets/images/close.png
|
|
290
291
|
- assets/images/copy.svg
|
|
291
292
|
- assets/images/debosmita.jpeg
|
|
@@ -293,8 +294,10 @@ files:
|
|
|
293
294
|
- assets/images/facebook-square.svg
|
|
294
295
|
- assets/images/facebook.svg
|
|
295
296
|
- assets/images/facebooks.svg
|
|
297
|
+
- assets/images/filter.svg
|
|
296
298
|
- assets/images/footer.png
|
|
297
299
|
- assets/images/footer2-bg.webp
|
|
300
|
+
- assets/images/hamburger-menu.svg
|
|
298
301
|
- assets/images/header.svg
|
|
299
302
|
- assets/images/hero-media-illustration-dark.svg
|
|
300
303
|
- assets/images/hero-media-illustration-light.svg
|
|
@@ -307,6 +310,8 @@ files:
|
|
|
307
310
|
- assets/images/karuna.png
|
|
308
311
|
- assets/images/keshav.webp
|
|
309
312
|
- assets/images/krutika.jpeg
|
|
313
|
+
- assets/images/langauge.svg
|
|
314
|
+
- assets/images/left.svg
|
|
310
315
|
- assets/images/left_obj_01 (1).svg
|
|
311
316
|
- assets/images/left_obj_01.png
|
|
312
317
|
- assets/images/left_obj_01.svg
|
|
@@ -327,6 +332,7 @@ files:
|
|
|
327
332
|
- assets/images/questionmark.svg
|
|
328
333
|
- assets/images/rating.webp
|
|
329
334
|
- assets/images/ratingStar.png
|
|
335
|
+
- assets/images/right-icon.svg
|
|
330
336
|
- assets/images/right.png
|
|
331
337
|
- assets/images/right.svg
|
|
332
338
|
- assets/images/right2.svg
|