word-games-theme 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +2 -0
- data/_data/blog/alertbar.yml +3 -0
- data/_data/blog/blog.yml +2 -0
- data/_data/blog/nav.json +14 -0
- data/_data/blog/share.yml +27 -0
- data/_data/footer/en/data.json +75 -0
- data/_data/footer/hi/data.json +69 -0
- data/_data/footer/networksites.json +16 -0
- data/_data/header/en/data.json +71 -0
- data/_data/header/hi/data.json +145 -0
- data/_data/wordgames/en/anagram_word_finder.json +55 -0
- data/_data/wordgames/en/eight_letter_word_finder.json +224 -0
- data/_data/wordgames/en/eleven_letter_word_finder.json +184 -0
- data/_data/wordgames/en/five_letter_word_finder.json +188 -0
- data/_data/wordgames/en/four_letter_word_finder.json +176 -0
- data/_data/wordgames/en/jumble_word_finder.json +62 -0
- data/_data/wordgames/en/lexical_word_finder.json +54 -0
- data/_data/wordgames/en/nine_letter_word_finder.json +184 -0
- data/_data/wordgames/en/root.json +88 -0
- data/_data/wordgames/en/scrabble_word_finder_cheat.json +55 -0
- data/_data/wordgames/en/seven_letter_word_finder.json +184 -0
- data/_data/wordgames/en/six_letter_word_finder.json +176 -0
- data/_data/wordgames/en/ten_letter_word_finder.json +184 -0
- data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -0
- data/_data/wordgames/en/three_letter_word_finder.json +188 -0
- data/_data/wordgames/en/twelve_letter_word_finder.json +184 -0
- data/_data/wordgames/en/two_letter_word_finder.json +188 -0
- data/_data/wordgames/en/words_with_friends_word_finder.json +56 -0
- data/_includes/Rating/rating.html +88 -0
- data/_includes/Rating/structureddata.html +53 -0
- data/_includes/author_bio.html +16 -0
- data/_includes/authors/authors.html +27 -0
- data/_includes/custom-head.html +32 -0
- data/_includes/disqus_comments.html +11 -0
- data/_includes/filterWords/index.html +11 -0
- data/_includes/footer/index.html +40 -0
- data/_includes/google-analytics.html +23 -0
- data/_includes/head/index.html +105 -0
- data/_includes/header/blogHeader.html +28 -0
- data/_includes/header/index.html +48 -0
- data/_includes/paginationBlogPage.html +35 -0
- data/_includes/paginationPostPage.html +15 -0
- data/_includes/postauthorbio.html +18 -0
- data/_includes/postbox.html +30 -0
- data/_includes/script.html +14 -0
- data/_includes/section/about.html +26 -0
- data/_includes/section/alertbar.html +12 -0
- data/_includes/section/blog.html +39 -0
- data/_includes/section/commonPage.html +119 -0
- data/_includes/section/count.html +24 -0
- data/_includes/section/feature.html +35 -0
- data/_includes/section/home.html +68 -0
- data/_includes/section/home2.html +93 -0
- data/_includes/section/news.html +33 -0
- data/_includes/section/recent_posts.html +43 -0
- data/_includes/section/related_categories_post.html +74 -0
- data/_includes/section/related_tag_post.html +60 -0
- data/_includes/section/wordGroup.html +7 -0
- data/_includes/seo.html +57 -0
- data/_includes/share/socialshare.html +50 -0
- data/_layouts/blog.html +67 -0
- data/_layouts/categories.html +26 -0
- data/_layouts/default.html +35 -0
- data/_layouts/disclaimer.html +116 -0
- data/_layouts/page.html +14 -0
- data/_layouts/post.html +69 -0
- data/_layouts/privacyPolicy.html +421 -0
- data/_layouts/termAndCondition.html +421 -0
- data/_layouts/wordMeaning.html +107 -0
- data/assets/css/HomePageblog.css +154 -0
- data/assets/css/about.css +51 -0
- data/assets/css/advancedFilter.css +134 -0
- data/assets/css/blog.css +481 -0
- data/assets/css/feature.css +67 -0
- data/assets/css/footer.css +94 -0
- data/assets/css/home.css +186 -0
- data/assets/css/news.css +59 -0
- data/assets/css/style.css +374 -0
- data/assets/css/wordGroup.css +62 -0
- data/assets/images/Ankita.webp +0 -0
- data/assets/images/Anushka.webp +0 -0
- data/assets/images/Arjyahi.webp +0 -0
- data/assets/images/Nikita.webp +0 -0
- data/assets/images/alka.webp +0 -0
- data/assets/images/angle-arrow-down.svg +43 -0
- data/assets/images/bg_elements.png +0 -0
- data/assets/images/footer.png +0 -0
- data/assets/images/footer2-bg.webp +0 -0
- data/assets/images/keshav.webp +0 -0
- data/assets/images/left_obj_01.png +0 -0
- data/assets/images/left_obj_02.png +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.webp +0 -0
- data/assets/images/paavan.webp +0 -0
- data/assets/images/prev.webp +0 -0
- data/assets/images/rating.webp +0 -0
- data/assets/images/right.png +0 -0
- data/assets/images/right.svg +38 -0
- data/assets/images/right2.svg +38 -0
- data/assets/images/right3.svg +38 -0
- data/assets/images/right_obj_01.png +0 -0
- data/assets/images/word-games-logo.svg +52 -0
- data/assets/images/yellow_bg.png +0 -0
- data/assets/js/TopScroll.js +8 -0
- data/assets/js/X-letter.js +200 -0
- data/assets/js/advancedFilter.js +5 -0
- data/assets/js/advancedFilter2.js +5 -0
- data/assets/js/advancedFilter3.js +2 -0
- data/assets/js/manifest.json +17 -0
- data/assets/js/scrabbleDictonary.js +162 -0
- data/assets/js/serviceworker.js +42 -0
- data/assets/js/wordScrabble.js +363 -0
- metadata +198 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 0ef193a53629d5b7833a957488fad5ce8a47311563a21240cccc7ad5fe5b211d
|
4
|
+
data.tar.gz: 0d7d088da35dd1bb0f62a5954d97dc23f3bb01728b913c42f04f673f828c399e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 43cf90a56fe43e90ac5ddcb4010a0c7ca60e03e8c2dc1ac774461bd7cd4ddd10c5fba2e3b51ee5318d14ce690f614ca6ada7c9e9438996285c15d21ba048c265
|
7
|
+
data.tar.gz: a0055d141661541f4f8a6ca38b90b80758ef99d3a8cc7cdd558344602e5bd81074c3aba4f9be97455e5f511f07f0f1e5d3bbf577584a2c8f2404b62cbf0b1f9c
|
data/LICENSE.txt
ADDED
@@ -0,0 +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.
|
data/README.md
ADDED
data/_data/blog/blog.yml
ADDED
data/_data/blog/nav.json
ADDED
@@ -0,0 +1,27 @@
|
|
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"
|
@@ -0,0 +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
|
+
|
75
|
+
}
|
@@ -0,0 +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."
|
69
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"networkSites": [
|
3
|
+
{
|
4
|
+
"name": "wordswithletters",
|
5
|
+
"url": "http://wordswithletters.org/"
|
6
|
+
},
|
7
|
+
{
|
8
|
+
"name": "alarmsetter",
|
9
|
+
"url": "https://alarmsetter.com/"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"name": "safepdfkit",
|
13
|
+
"url": "http://safepdfkit.com/"
|
14
|
+
}
|
15
|
+
]
|
16
|
+
}
|
@@ -0,0 +1,71 @@
|
|
1
|
+
{
|
2
|
+
"navbarBrandText": "",
|
3
|
+
"navbarBrandLogo": "/assets/images/word-games-logo.svg",
|
4
|
+
|
5
|
+
"more": [
|
6
|
+
{
|
7
|
+
"name": "Anagram word finder",
|
8
|
+
"url": "/anagram-word-finder"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"name": "Jumble word finder",
|
12
|
+
"url": "/jumble-word-finder"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"name": "Lexical word finder",
|
16
|
+
"url": "/lexical-word-finder"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"name": "Scrabble word finder cheat",
|
20
|
+
"url": "/scrabble-word-finder-cheat"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"name": "Words with friends word",
|
24
|
+
"url": "/words-with-friends-word-finder"
|
25
|
+
},
|
26
|
+
{
|
27
|
+
"name": "Thirteen letter word finder",
|
28
|
+
"url": "/thirteen-letter-word-finder"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"name": "Twelve letter word finder",
|
32
|
+
"url": "/twelve-letter-word-finder"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"name": "Ten letter word finder",
|
36
|
+
"url": "/ten-letter-word-finder"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"name": "Nine letter word finder",
|
40
|
+
"url": "/nine-letter-word-finder"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"name": "Eight letter word finder",
|
44
|
+
"url": "/eight-letter-word-finder"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"name": "Seven letter word finder",
|
48
|
+
"url": "/seven-letter-word-finder"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"name": "Six letter word finder",
|
52
|
+
"url": "/six-letter-word-finder"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"name": "Five letter word finder",
|
56
|
+
"url": "/five-letter-word-finder"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"name": "Four letter word finder",
|
60
|
+
"url": "/four-letter-word-finder"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"name": "Three letter word finder",
|
64
|
+
"url": "/three-letter-word-finder"
|
65
|
+
},
|
66
|
+
{
|
67
|
+
"name": "Two letter word finder",
|
68
|
+
"url": "/two-letter-word-finder"
|
69
|
+
},
|
70
|
+
]
|
71
|
+
}
|
@@ -0,0 +1,145 @@
|
|
1
|
+
{
|
2
|
+
"navbarBrandText": "",
|
3
|
+
"navbarBrandLogo": "/assets/images/logo.png",
|
4
|
+
"megaMenu": {
|
5
|
+
"nav-link-name": "Tools",
|
6
|
+
"dropdown": [{
|
7
|
+
"categoryName":"Compress Pdf",
|
8
|
+
"links": [
|
9
|
+
{
|
10
|
+
"iconSrc": "/assets/cloud.svg",
|
11
|
+
"name": "Compress",
|
12
|
+
"url":"/",
|
13
|
+
"hover": "red"
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"iconSrc": "/assets/cloud.svg",
|
17
|
+
"name": "Split",
|
18
|
+
"url":"/",
|
19
|
+
"hover": "blue"
|
20
|
+
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"iconSrc": "/assets/easy.svg",
|
24
|
+
"name": "Merge Pdf",
|
25
|
+
"url":"/",
|
26
|
+
"hover": "green"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"categoryName":"Compress Pdf",
|
33
|
+
"links": [
|
34
|
+
{
|
35
|
+
"iconSrc": "/assets/cloud.svg",
|
36
|
+
"name": "Compress",
|
37
|
+
"url":"/",
|
38
|
+
"hover": "red"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"iconSrc": "/assets/cloud.svg",
|
42
|
+
"name": "Split",
|
43
|
+
"url":"/",
|
44
|
+
"hover": "blue"
|
45
|
+
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"iconSrc": "/assets/easy.svg",
|
49
|
+
"name": "Merge Pdf",
|
50
|
+
"url":"/",
|
51
|
+
"hover": "green"
|
52
|
+
}
|
53
|
+
]
|
54
|
+
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"categoryName":"Compress Pdf",
|
58
|
+
"links": [
|
59
|
+
{
|
60
|
+
"iconSrc": "/assets/cloud.svg",
|
61
|
+
"name": "Compress",
|
62
|
+
"url":"/",
|
63
|
+
"hover": "red"
|
64
|
+
},
|
65
|
+
{
|
66
|
+
"iconSrc": "/assets/cloud.svg",
|
67
|
+
"name": "Split",
|
68
|
+
"url":"/",
|
69
|
+
"hover": "blue"
|
70
|
+
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"iconSrc": "/assets/easy.svg",
|
74
|
+
"name": "Merge Pdf",
|
75
|
+
"url":"/",
|
76
|
+
"hover": "green"
|
77
|
+
}
|
78
|
+
]
|
79
|
+
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"categoryName":"Compress Pdf",
|
83
|
+
"links": [
|
84
|
+
{
|
85
|
+
"iconSrc": "/assets/cloud.svg",
|
86
|
+
"name": "Compress",
|
87
|
+
"url":"/",
|
88
|
+
"hover": "red"
|
89
|
+
},
|
90
|
+
{
|
91
|
+
"iconSrc": "/assets/cloud.svg",
|
92
|
+
"name": "Split",
|
93
|
+
"url":"/",
|
94
|
+
"hover": "blue"
|
95
|
+
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"iconSrc": "/assets/easy.svg",
|
99
|
+
"name": "Merge Pdf",
|
100
|
+
"url":"/",
|
101
|
+
"hover": "green"
|
102
|
+
}
|
103
|
+
]
|
104
|
+
|
105
|
+
}
|
106
|
+
|
107
|
+
]
|
108
|
+
},
|
109
|
+
|
110
|
+
"navItems": [
|
111
|
+
{
|
112
|
+
"name": "होम",
|
113
|
+
"url": "/hi"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"name": "ब्लॉाग",
|
117
|
+
"url": "/blog"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"name": "संपर्क करें",
|
121
|
+
"url": "/contact"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"name": "के बारे में",
|
125
|
+
"url": "/about"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"name": "नियम एवं शर्तें",
|
129
|
+
"url": "/terms-and-conditions"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"name": "सहायत",
|
133
|
+
"url": "/help"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"name": "अस्वीकरण",
|
137
|
+
"url": "/hi/disclaimer"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"name": "गोपनीयता सूचना",
|
141
|
+
"url": "/hi/privacy-policy"
|
142
|
+
}
|
143
|
+
]
|
144
|
+
}
|
145
|
+
|