appscms-tools-theme 0.4.3 → 0.4.8
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 +52 -52
- data/_data/{pages → about/en}/about.json +19 -7
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/authors.yml +11 -11
- data/_data/blog/blog.yml +3 -3
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +28 -29
- data/_data/contact/en/contact.json +52 -0
- data/_data/disclaimer/en/disclaimer.json +49 -0
- data/_data/feature/en/compress-pdf.json +157 -79
- data/_data/feature/en/split-pdf.json +150 -79
- data/_data/feature/hi/compress-pdf.json +82 -30
- data/_data/footer/en/data.json +84 -84
- data/_data/footer/hi/data.json +85 -0
- data/_data/header/en/data.json +144 -58
- data/_data/header/hi/data.json +145 -0
- data/_data/{pages → help/en}/help.json +19 -7
- data/_data/home/en/en.json +88 -0
- data/_data/home/hi/hi.json +87 -0
- data/_data/languagesupport/compress-pdf-langs.json +12 -0
- data/_data/languagesupport/index-langs.json +12 -0
- data/_data/privacy/en/privacyPolicy.json +277 -0
- data/_data/termAndCondition/en/termAndCondition.json +370 -0
- data/_includes/author_bio.html +11 -11
- data/_includes/custom-head.html +29 -33
- data/_includes/disqus_comments.html +10 -10
- data/_includes/dropdown/langdropdown.html +22 -0
- data/_includes/footer/index.html +55 -75
- data/_includes/head/index.html +54 -49
- data/_includes/header/blogHeader.html +31 -31
- data/_includes/header/index.html +56 -33
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postbox.html +37 -37
- data/_includes/script.html +11 -4
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/count.html +23 -23
- data/_includes/share/socialshare.html +22 -0
- data/_layouts/aboutUs.html +22 -24
- data/_layouts/blog.html +71 -75
- data/_layouts/categories.html +24 -24
- data/_layouts/contactUs.html +49 -23
- data/_layouts/default.html +1 -1
- data/_layouts/disclaimer.html +50 -0
- data/_layouts/feature.html +120 -142
- data/_layouts/help.html +22 -23
- data/_layouts/home.html +44 -45
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +63 -68
- data/_layouts/privacyPolicy.html +51 -0
- data/_layouts/termAndCondition.html +49 -23
- data/assets/cross.svg +4 -4
- data/assets/css/blog.css +464 -464
- data/assets/css/tools.css +1427 -3085
- data/assets/facebook.svg +4 -4
- data/assets/instagram.svg +4 -4
- data/assets/js/TopScroll.js +8 -9
- data/assets/linkdin.svg +4 -4
- data/assets/pdf.svg +20 -20
- data/assets/star.svg +4 -4
- data/assets/twitter.svg +4 -4
- data/assets/youtube.svg +4 -4
- metadata +23 -14
- data/_data/home/en.json +0 -48
- data/_data/home/hi.json +0 -32
- data/_data/pages/contact.json +0 -8
- data/_data/pages/termAndCondition.json +0 -8
- data/_includes/uploader/index.html +0 -69
|
@@ -0,0 +1,85 @@
|
|
|
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
|
+
"networkSites":[
|
|
38
|
+
{
|
|
39
|
+
"name":"ABC.com",
|
|
40
|
+
"url":"/"
|
|
41
|
+
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name":"PQR.com",
|
|
45
|
+
"url":"/"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name":"XYZ.com",
|
|
49
|
+
"url":"/"
|
|
50
|
+
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"social":[
|
|
54
|
+
{
|
|
55
|
+
"logo":"/assets/facebook.svg",
|
|
56
|
+
"url": "/",
|
|
57
|
+
"title":"abc"
|
|
58
|
+
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"logo":"/assets/youtube.svg",
|
|
62
|
+
"url": "/",
|
|
63
|
+
"title":"abc"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"logo":"/assets/instagram.svg",
|
|
67
|
+
"url": "/",
|
|
68
|
+
"title":"abc"
|
|
69
|
+
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"logo":"/assets/linkdin.svg",
|
|
73
|
+
"url": "/",
|
|
74
|
+
"title":"abc"
|
|
75
|
+
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"logo":"/assets/twitter.svg",
|
|
79
|
+
"url": "/",
|
|
80
|
+
"title":"abc"
|
|
81
|
+
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"messege": "© 2021 pdf AG — Made with love for the people of the internet."
|
|
85
|
+
}
|
data/_data/header/en/data.json
CHANGED
|
@@ -1,58 +1,144 @@
|
|
|
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
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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": "Home",
|
|
113
|
+
"url": "/"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Blog",
|
|
117
|
+
"url": "/blog"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "Contact",
|
|
121
|
+
"url": "/contact"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "Our Story",
|
|
125
|
+
"url": "/about"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Legal",
|
|
129
|
+
"url": "/legal"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "Help",
|
|
133
|
+
"url": "/help"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "Disclaimer",
|
|
137
|
+
"url": "/disclaimer"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "Privacy",
|
|
141
|
+
"url": "/privacy-policy"
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
@@ -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": "Home",
|
|
113
|
+
"url": "/"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Blog",
|
|
117
|
+
"url": "/blog"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "Contact",
|
|
121
|
+
"url": "/contact"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "Our Story",
|
|
125
|
+
"url": "/about"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Legal",
|
|
129
|
+
"url": "/legal"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "Help",
|
|
133
|
+
"url": "/help"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "Disclaimer",
|
|
137
|
+
"url": "/disclaimer"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "Privacy",
|
|
141
|
+
"url": "/privacy-policy"
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
145
|
+
|
|
@@ -1,8 +1,20 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
1
|
+
{
|
|
2
|
+
"Language":"English",
|
|
3
|
+
"htmlLangAtt":"en",
|
|
4
|
+
"h1":"Help",
|
|
5
|
+
"h2":"Welcome to XYZ site",
|
|
6
|
+
"TITLE":"help",
|
|
7
|
+
"META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
|
|
8
|
+
"paragraph" : "Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).Company is registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at “Mohan Nagar, Tiwari Gali No 3, Pilkhuwa, Ghaziabad, Uttar Pradesh – 245 304, INDIA” represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).",
|
|
9
|
+
"StructuredDataorganization": {
|
|
10
|
+
"@type": "Organization",
|
|
11
|
+
"url": "http://www.appscms.com",
|
|
12
|
+
"logo": "http://www.example.com/images/logo.png"
|
|
13
|
+
},
|
|
14
|
+
"StructuredDataWebsite": {
|
|
15
|
+
"@type": "WebSite",
|
|
16
|
+
"name": "appscms",
|
|
17
|
+
"alternateName": "appscms",
|
|
18
|
+
"url": "www.appscms.com"
|
|
19
|
+
}
|
|
8
20
|
}
|