appscms-tools-theme 0.4.4 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +52 -52
  4. data/_data/{pages → about/en}/about.json +19 -7
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -29
  10. data/_data/contact/en/contact.json +52 -0
  11. data/_data/disclaimer/en/disclaimer.json +49 -0
  12. data/_data/feature/en/compress-pdf.json +157 -79
  13. data/_data/feature/en/split-pdf.json +150 -79
  14. data/_data/feature/hi/compress-pdf.json +82 -30
  15. data/_data/footer/en/data.json +84 -84
  16. data/_data/footer/hi/data.json +85 -0
  17. data/_data/header/en/data.json +144 -58
  18. data/_data/header/hi/data.json +145 -0
  19. data/_data/{pages → help/en}/help.json +19 -7
  20. data/_data/home/en/en.json +222 -0
  21. data/_data/home/hi/hi.json +87 -0
  22. data/_data/languagesupport/compress-pdf-langs.json +12 -0
  23. data/_data/languagesupport/index-langs.json +12 -0
  24. data/_data/privacy/en/privacyPolicy.json +277 -0
  25. data/_data/termAndCondition/en/termAndCondition.json +370 -0
  26. data/_includes/author_bio.html +11 -11
  27. data/_includes/custom-head.html +29 -33
  28. data/_includes/disqus_comments.html +10 -10
  29. data/_includes/dropdown/langdropdown.html +22 -0
  30. data/_includes/footer/index.html +55 -75
  31. data/_includes/head/index.html +54 -49
  32. data/_includes/header/blogHeader.html +31 -31
  33. data/_includes/header/index.html +56 -33
  34. data/_includes/paginationBlogPage.html +34 -34
  35. data/_includes/paginationPostPage.html +14 -14
  36. data/_includes/postbox.html +37 -37
  37. data/_includes/script.html +11 -4
  38. data/_includes/section/alertbar.html +11 -11
  39. data/_includes/section/count.html +23 -23
  40. data/_includes/share/socialshare.html +22 -0
  41. data/_layouts/aboutUs.html +22 -24
  42. data/_layouts/blog.html +71 -75
  43. data/_layouts/categories.html +24 -24
  44. data/_layouts/contactUs.html +49 -23
  45. data/_layouts/default.html +1 -1
  46. data/_layouts/disclaimer.html +50 -0
  47. data/_layouts/feature.html +120 -142
  48. data/_layouts/help.html +22 -23
  49. data/_layouts/home.html +100 -45
  50. data/_layouts/page.html +5 -5
  51. data/_layouts/post.html +63 -68
  52. data/_layouts/privacyPolicy.html +51 -0
  53. data/_layouts/termAndCondition.html +49 -23
  54. data/assets/cross.svg +4 -4
  55. data/assets/css/blog.css +464 -464
  56. data/assets/css/tools.css +1427 -3085
  57. data/assets/facebook.svg +4 -4
  58. data/assets/instagram.svg +4 -4
  59. data/assets/js/TopScroll.js +8 -9
  60. data/assets/linkdin.svg +4 -4
  61. data/assets/pdf.svg +20 -20
  62. data/assets/star.svg +4 -4
  63. data/assets/twitter.svg +4 -4
  64. data/assets/youtube.svg +4 -4
  65. metadata +23 -14
  66. data/_data/home/en.json +0 -48
  67. data/_data/home/hi.json +0 -32
  68. data/_data/pages/contact.json +0 -8
  69. data/_data/pages/termAndCondition.json +0 -8
  70. 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
+ }
@@ -1,58 +1,144 @@
1
- {
2
- "navbarBrandText": "",
3
- "navbarBrandLogo": "/assets/images/logo.png",
4
- "firstCat":[
5
- {
6
- "item": "item1",
7
- "item2": "item2",
8
- "item3": "item3",
9
- "item4": "item4"
10
- }
11
- ],
12
- "secondCat":[
13
- {
14
- "item": "item1",
15
- "item2": "item2",
16
- "item3": "item3",
17
- "item4": "item4"
18
- }
19
- ],
20
- "thirdCat":[
21
- {
22
- "item": "item1",
23
- "item2": "item2",
24
- "item3": "item3",
25
- "item4": "item4"
26
- }
27
- ],
28
- "fourCat":[
29
- {
30
- "item": "item1",
31
- "item2": "item2",
32
- "item3": "item3",
33
- "item4": "item4"
34
- }
35
- ],
36
- "fiveCat":[
37
- {
38
- "item": "item1",
39
- "item2": "item2",
40
- "item3": "item3",
41
- "item4": "item4"
42
- }
43
- ],
44
- "navItems":[
45
- {
46
- "name":"Alarm Clock",
47
- "url":"/alarm-clock"
48
- },
49
- {
50
- "name":"Timer",
51
- "url":"/timer"
52
- },
53
- {
54
- "name":"Stopwatch",
55
- "url":"/stopwatch"
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
- "h1":"Help",
3
- "h2":"Welcome to XYZ site",
4
- "title":"List of all Android alarm libraries for use in your project",
5
- "meta":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
6
- "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)."
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
  }