word-games-theme 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +60 -60
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +48 -48
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +175 -175
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +99 -92
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -89
  54. data/_includes/section/home2.html +90 -83
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -43
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -67
  67. data/_layouts/page2.html +60 -60
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -160
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -69
  77. data/assets/css/footer.css +95 -95
  78. data/assets/css/home.css +235 -234
  79. data/assets/css/news.css +62 -62
  80. data/assets/css/style.css +399 -386
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/star.svg +1 -0
  93. data/assets/images/twitter-square.svg +1 -0
  94. data/assets/images/twitter.svg +1 -0
  95. data/assets/images/twitter2.svg +1 -0
  96. data/assets/images/window-close.png +0 -0
  97. data/assets/images/window-close.svg +1 -0
  98. data/assets/images/word-games-logo.svg +52 -52
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/X-letter.js +359 -359
  101. data/assets/js/advancedFilter.js +5 -5
  102. data/assets/js/advancedFilter2.js +12 -12
  103. data/assets/js/advancedFilter3.js +2 -2
  104. data/assets/js/scrabbleDictonary.js +165 -165
  105. data/assets/js/wordScrabble.js +511 -510
  106. metadata +19 -8
  107. data/_data/header/hi/data.json +0 -145
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91f38cd796c14426590d0dc108f0921d9c0dc39643699296e752dbd3c06b692e
4
- data.tar.gz: 43ac03ec85f3b26a7f1b2fe49facdcfcdb794f3ec045234d78bd7d6f03218dd4
3
+ metadata.gz: acf6c2aab2a03d9e3dc1ab3e51d265642f374eb9069a4a5cb5eefd98fed21455
4
+ data.tar.gz: 51110980f2794d68b681985661ed1ad603930183f4f17d00396361f5b354c159
5
5
  SHA512:
6
- metadata.gz: 02f73c0acae6290d166309a05033502939839536dc5114d3707ab4df35639203c5fe6d1f18c71aebae09464e307045cb2c60cce2e571311cf5bba67788571e0b
7
- data.tar.gz: a3f83e7746743e0d4ae6b26bdf6e389b73068a2bf2cd79ce0f404a8ea3d3610c8eb48e3f2493927262972543d6e77e8af6b15afb8031a0713a59c4e1090766c7
6
+ metadata.gz: e7cf462a7ab981b5c3af0585a513be9f3613146c308326e57444d015840b2dfbb455b673ebbc01c856ef0ba7871342542c8528883877d68e9f905b67f7a640a5
7
+ data.tar.gz: 15882a9e8430cd8b63b2081300506c1d7137fa215c30b85eef71badcf856e926c62ebf29badf39983b19bd99d4dac15e7b242b64c9b47a0b5dd249bd730a5cb1
data/LICENSE.txt CHANGED
@@ -1,21 +1,21 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2021 vivek-appscms
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2021 vivek-appscms
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # word-games-theme
2
- common theme for all word-games sites
1
+ # word-games-theme
2
+ common theme for all word-games sites
@@ -1,3 +1,3 @@
1
- ---
2
- span: word-games.com   Never miss a
3
- <b>story</b> from us, subscribe to our newsletter
1
+ ---
2
+ span: word-games.com &nbsp; Never miss a
3
+ <b>story</b> from us, subscribe to our newsletter
data/_data/blog/blog.yml CHANGED
@@ -1,2 +1,2 @@
1
- ---
2
- h1: Wordfinders Blog
1
+ ---
2
+ h1: Wordfinders Blog
data/_data/blog/nav.json CHANGED
@@ -1,14 +1,14 @@
1
- {
2
- "navbarBrandText": "",
3
- "navbarBrandLogo": "/assets/images/word-games-logo.svg",
4
- "navItems": [
5
- {
6
- "name": "Blog",
7
- "url": "blog"
8
- },
9
- {
10
- "name": "",
11
- "url": ""
12
- }
13
- ]
1
+ {
2
+ "navbarBrandText": "",
3
+ "navbarBrandLogo": "/assets/images/word-games-logo.svg",
4
+ "navItems": [
5
+ {
6
+ "name": "Blog",
7
+ "url": "blog"
8
+ },
9
+ {
10
+ "name": "",
11
+ "url": ""
12
+ }
13
+ ]
14
14
  }
data/_data/blog/share.yml CHANGED
@@ -1,27 +1,26 @@
1
-
2
- label: 'Share'
3
-
4
- platforms:
5
- - type: Twitter
6
- icon: 'fab fa-twitter'
7
- link: 'https://twitter.com/intent/tweet?text=TITLE&url=URL'
8
- - type: Facebook
9
- icon: 'fab fa-facebook-square'
10
- link: 'https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL'
11
- - type: Linkedin
12
- icon: 'fab fa-linkedin'
13
- link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
14
-
15
- # Uncomment below if you need to.
16
- # -
17
- # type: Linkedin
18
- # icon: "fab fa-linkedin"
19
- # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
20
- #
21
- # -
22
- # type: Weibo
23
- # icon: "fab fa-weibo"
24
- # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
25
- # type: Telegram
26
- # icon: "fab fa-telegram"
27
- # link: "https://telegram.me/share?text=TITLE&url=URL"
1
+ label: 'Share'
2
+
3
+ platforms:
4
+ - type: Twitter
5
+ icon: '/assets/images/twitter2.svg'
6
+ link: 'https://twitter.com/intent/tweet?text=TITLE&url=URL'
7
+ - type: Facebook
8
+ icon: '/assets/images/facebook.svg'
9
+ link: 'https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL'
10
+ - type: Linkedin
11
+ icon: '/assets/images/linkedin2.svg'
12
+ link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
13
+
14
+ # Uncomment below if you need to.
15
+ # -
16
+ # type: Linkedin
17
+ # icon: "fab fa-linkedin"
18
+ # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
19
+ #
20
+ # -
21
+ # type: Weibo
22
+ # icon: "fab fa-weibo"
23
+ # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
24
+ # type: Telegram
25
+ # icon: "fab fa-telegram"
26
+ # link: "https://telegram.me/share?text=TITLE&url=URL"
@@ -1,75 +1,75 @@
1
- {
2
- "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
- "heading":"We make PDF easy.",
4
- "company":[
5
- {
6
- "name":"About",
7
- "url":"/about"
8
- },
9
- {
10
- "name":"Help",
11
- "url":"/help"
12
- },
13
- {
14
- "name":"Blog",
15
- "url":"/blog"
16
- }
17
- ],
18
- "product":[
19
- {
20
- "name":"Pricing",
21
- "url":"/pricing"
22
- },
23
- {
24
- "name":"Team",
25
- "url":"/team"
26
- },
27
- {
28
- "name":"Developers",
29
- "url":"/developers"
30
- }
31
- ],
32
- "social":[
33
- {
34
- "logo":"/assets/facebook.svg",
35
- "url": "/",
36
- "title":"abc"
37
-
38
- },
39
- {
40
- "logo":"/assets/youtube.svg",
41
- "url": "/",
42
- "title":"abc"
43
- },
44
- {
45
- "logo":"/assets/instagram.svg",
46
- "url": "/",
47
- "title":"abc"
48
-
49
- },
50
- {
51
- "logo":"/assets/linkdin.svg",
52
- "url": "/",
53
- "title":"abc"
54
-
55
- },
56
- {
57
- "logo":"/assets/twitter.svg",
58
- "url": "/",
59
- "title":"abc"
60
-
61
- }
62
- ],
63
- "messege": "© 2021 pdf AG — Made with love for the people of the internet.",
64
- "legal":[
65
- {
66
- "name":"Terms and conditions",
67
- "url":"/terms-and-conditions"
68
- },
69
- {
70
- "name":"Privacy Policy",
71
- "url":"/privacy-policy"
72
- }
73
- ]
74
-
1
+ {
2
+ "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
+ "heading":"We make PDF easy.",
4
+ "company":[
5
+ {
6
+ "name":"About",
7
+ "url":"/about"
8
+ },
9
+ {
10
+ "name":"Help",
11
+ "url":"/help"
12
+ },
13
+ {
14
+ "name":"Blog",
15
+ "url":"/blog"
16
+ }
17
+ ],
18
+ "product":[
19
+ {
20
+ "name":"Pricing",
21
+ "url":"/pricing"
22
+ },
23
+ {
24
+ "name":"Team",
25
+ "url":"/team"
26
+ },
27
+ {
28
+ "name":"Developers",
29
+ "url":"/developers"
30
+ }
31
+ ],
32
+ "social":[
33
+ {
34
+ "logo":"/assets/facebook.svg",
35
+ "url": "/",
36
+ "title":"abc"
37
+
38
+ },
39
+ {
40
+ "logo":"/assets/youtube.svg",
41
+ "url": "/",
42
+ "title":"abc"
43
+ },
44
+ {
45
+ "logo":"/assets/instagram.svg",
46
+ "url": "/",
47
+ "title":"abc"
48
+
49
+ },
50
+ {
51
+ "logo":"/assets/linkdin.svg",
52
+ "url": "/",
53
+ "title":"abc"
54
+
55
+ },
56
+ {
57
+ "logo":"/assets/twitter.svg",
58
+ "url": "/",
59
+ "title":"abc"
60
+
61
+ }
62
+ ],
63
+ "messege": "© 2021 pdf AG — Made with love for the people of the internet.",
64
+ "legal":[
65
+ {
66
+ "name":"Terms and conditions",
67
+ "url":"/terms-and-conditions"
68
+ },
69
+ {
70
+ "name":"Privacy Policy",
71
+ "url":"/privacy-policy"
72
+ }
73
+ ]
74
+
75
75
  }
@@ -1,69 +1,69 @@
1
- {
2
- "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
- "heading":"We make PDF easy.",
4
- "company":[
5
- {
6
- "name":"About",
7
- "url":"/about"
8
-
9
- },
10
- {
11
- "name":"Help",
12
- "url":"/help"
13
-
14
- },
15
- {
16
- "name":"Blog",
17
- "url":"/blog"
18
-
19
- }
20
- ],
21
- "product":[
22
- {
23
- "name":"Pricing",
24
- "url":"/pricing"
25
-
26
- },
27
- {
28
- "name":"Team",
29
- "url":"/team"
30
- },
31
- {
32
- "name":"Developers",
33
- "url":"/developers"
34
-
35
- }
36
- ],
37
- "social":[
38
- {
39
- "logo":"/assets/facebook.svg",
40
- "url": "/",
41
- "title":"abc"
42
-
43
- },
44
- {
45
- "logo":"/assets/youtube.svg",
46
- "url": "/",
47
- "title":"abc"
48
- },
49
- {
50
- "logo":"/assets/instagram.svg",
51
- "url": "/",
52
- "title":"abc"
53
-
54
- },
55
- {
56
- "logo":"/assets/linkdin.svg",
57
- "url": "/",
58
- "title":"abc"
59
-
60
- },
61
- {
62
- "logo":"/assets/twitter.svg",
63
- "url": "/",
64
- "title":"abc"
65
-
66
- }
67
- ],
68
- "messege": "© 2021 pdf AG — Made with love for the people of the internet."
1
+ {
2
+ "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
+ "heading":"We make PDF easy.",
4
+ "company":[
5
+ {
6
+ "name":"About",
7
+ "url":"/about"
8
+
9
+ },
10
+ {
11
+ "name":"Help",
12
+ "url":"/help"
13
+
14
+ },
15
+ {
16
+ "name":"Blog",
17
+ "url":"/blog"
18
+
19
+ }
20
+ ],
21
+ "product":[
22
+ {
23
+ "name":"Pricing",
24
+ "url":"/pricing"
25
+
26
+ },
27
+ {
28
+ "name":"Team",
29
+ "url":"/team"
30
+ },
31
+ {
32
+ "name":"Developers",
33
+ "url":"/developers"
34
+
35
+ }
36
+ ],
37
+ "social":[
38
+ {
39
+ "logo":"/assets/facebook.svg",
40
+ "url": "/",
41
+ "title":"abc"
42
+
43
+ },
44
+ {
45
+ "logo":"/assets/youtube.svg",
46
+ "url": "/",
47
+ "title":"abc"
48
+ },
49
+ {
50
+ "logo":"/assets/instagram.svg",
51
+ "url": "/",
52
+ "title":"abc"
53
+
54
+ },
55
+ {
56
+ "logo":"/assets/linkdin.svg",
57
+ "url": "/",
58
+ "title":"abc"
59
+
60
+ },
61
+ {
62
+ "logo":"/assets/twitter.svg",
63
+ "url": "/",
64
+ "title":"abc"
65
+
66
+ }
67
+ ],
68
+ "messege": "© 2021 pdf AG — Made with love for the people of the internet."
69
69
  }