word-games-theme 0.1.9 → 0.2.0
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/LICENSE.txt +21 -21
- data/README.md +2 -2
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/blog.yml +2 -2
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +26 -27
- data/_data/footer/en/data.json +74 -74
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +68 -71
- data/_data/wordgames/en/anagram_word_finder.json +48 -48
- data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
- data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
- data/_data/wordgames/en/five_letter_word_finder.json +188 -188
- data/_data/wordgames/en/four_letter_word_finder.json +176 -176
- data/_data/wordgames/en/jumble_word_finder.json +54 -62
- data/_data/wordgames/en/lexical_word_finder.json +60 -60
- data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
- data/_data/wordgames/en/root.json +79 -79
- data/_data/wordgames/en/scrabble_word_finder_cheat.json +48 -48
- data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
- data/_data/wordgames/en/six_letter_word_finder.json +175 -175
- data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
- data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
- data/_data/wordgames/en/three_letter_word_finder.json +188 -188
- data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
- data/_data/wordgames/en/two_letter_word_finder.json +188 -188
- data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
- data/_includes/Rating/rating.html +91 -87
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/author_bio.html +15 -15
- data/_includes/authors/authors.html +27 -27
- data/_includes/custom-head.html +31 -31
- data/_includes/disqus_comments.html +10 -10
- data/_includes/filterWords/index.html +10 -10
- data/_includes/footer/index.html +47 -43
- data/_includes/google-analytics.html +22 -22
- data/_includes/head/index.html +108 -104
- data/_includes/header/blogHeader.html +28 -28
- data/_includes/header/index.html +41 -46
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postauthorbio.html +17 -17
- data/_includes/postbox.html +29 -29
- data/_includes/script.html +13 -13
- data/_includes/section/about.html +25 -25
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/blog.html +41 -41
- data/_includes/section/commonPage.html +99 -92
- data/_includes/section/count.html +23 -23
- data/_includes/section/feature.html +34 -34
- data/_includes/section/home.html +94 -89
- data/_includes/section/home2.html +90 -83
- data/_includes/section/news.html +32 -32
- data/_includes/section/recent_posts.html +42 -42
- data/_includes/section/related_categories_post.html +73 -73
- data/_includes/section/related_tag_post.html +59 -59
- data/_includes/section/wordGroup.html +6 -6
- data/_includes/seo.html +56 -57
- data/_includes/share/socialshare.html +49 -50
- data/_layouts/blog.html +66 -66
- data/_layouts/categories.html +25 -25
- data/_layouts/default.html +43 -43
- data/_layouts/disclaimer.html +115 -115
- data/_layouts/page.html +67 -67
- data/_layouts/page2.html +60 -60
- data/_layouts/post.html +69 -69
- data/_layouts/privacyPolicy.html +420 -420
- data/_layouts/termAndCondition.html +421 -421
- data/_layouts/wordMeaning.html +106 -106
- data/assets/css/HomePageblog.css +154 -154
- data/assets/css/about.css +51 -51
- data/assets/css/advancedFilter.css +160 -160
- data/assets/css/blog.css +481 -481
- data/assets/css/feature.css +69 -69
- data/assets/css/footer.css +95 -95
- data/assets/css/home.css +235 -234
- data/assets/css/news.css +62 -62
- data/assets/css/style.css +399 -386
- data/assets/css/wordGroup.css +62 -62
- data/assets/images/angle-arrow-down.svg +43 -43
- data/assets/images/facebook-square.svg +1 -0
- data/assets/images/facebook.svg +1 -0
- data/assets/images/instagram-square.svg +1 -0
- data/assets/images/linkedin.svg +1 -0
- data/assets/images/linkedin2.svg +1 -0
- data/assets/images/ratingStar.png +0 -0
- data/assets/images/right.svg +38 -38
- data/assets/images/right2.svg +38 -38
- data/assets/images/right3.svg +38 -38
- data/assets/images/star.svg +1 -0
- data/assets/images/twitter-square.svg +1 -0
- data/assets/images/twitter.svg +1 -0
- data/assets/images/twitter2.svg +1 -0
- data/assets/images/window-close.png +0 -0
- data/assets/images/window-close.svg +1 -0
- data/assets/images/word-games-logo.svg +52 -52
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/X-letter.js +359 -359
- data/assets/js/advancedFilter.js +5 -5
- data/assets/js/advancedFilter2.js +12 -12
- data/assets/js/advancedFilter3.js +2 -2
- data/assets/js/scrabbleDictonary.js +165 -165
- data/assets/js/wordScrabble.js +511 -510
- metadata +19 -8
- data/_data/header/hi/data.json +0 -145
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acf6c2aab2a03d9e3dc1ab3e51d265642f374eb9069a4a5cb5eefd98fed21455
|
|
4
|
+
data.tar.gz: 51110980f2794d68b681985661ed1ad603930183f4f17d00396361f5b354c159
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/_data/blog/alertbar.yml
CHANGED
|
@@ -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 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
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
#
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
#
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
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"
|
data/_data/footer/en/data.json
CHANGED
|
@@ -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
|
}
|
data/_data/footer/hi/data.json
CHANGED
|
@@ -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
|
}
|