appscms-tools-theme 0.4.2 → 0.4.7

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 +11 -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 +40 -0
  11. data/_data/disclaimer/en/disclaimer.json +36 -0
  12. data/_data/feature/en/compress-pdf.json +142 -77
  13. data/_data/feature/en/split-pdf.json +143 -0
  14. data/_data/feature/hi/compress-pdf.json +81 -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 +137 -0
  19. data/_data/{pages → help/en}/help.json +6 -7
  20. data/_data/home/en/en.json +80 -0
  21. data/_data/home/{hi.json → hi/hi.json} +48 -31
  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 +264 -0
  25. data/_data/termAndCondition/en/termAndCondition.json +357 -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 +44 -48
  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 +19 -24
  42. data/_layouts/blog.html +71 -75
  43. data/_layouts/categories.html +24 -24
  44. data/_layouts/contactUs.html +46 -23
  45. data/_layouts/default.html +1 -1
  46. data/_layouts/disclaimer.html +47 -0
  47. data/_layouts/feature.html +121 -138
  48. data/_layouts/help.html +20 -23
  49. data/_layouts/home.html +41 -45
  50. data/_layouts/page.html +5 -5
  51. data/_layouts/post.html +63 -68
  52. data/_layouts/privacyPolicy.html +48 -0
  53. data/_layouts/termAndCondition.html +46 -23
  54. data/assets/cross.svg +4 -4
  55. data/assets/css/blog.css +464 -464
  56. data/assets/css/tools.css +1426 -3052
  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 -15
  66. data/_data/head/en/data.json +0 -0
  67. data/_data/home/en.json +0 -48
  68. data/_data/pages/contact.json +0 -8
  69. data/_data/pages/termAndCondition.json +0 -8
  70. data/_includes/uploader/index.html +0 -69
@@ -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,137 @@
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": "Hindi",
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
+ }
137
+
@@ -1,8 +1,7 @@
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
+ "h1":"Help",
3
+ "h2":"Welcome to XYZ site",
4
+ "TITLE":"help",
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)."
8
7
  }
@@ -0,0 +1,80 @@
1
+ {
2
+ "Language":"English",
3
+ "h1":"We make PDF easy",
4
+ "h2":"All-in-one easy-to-use online PDF tools",
5
+ "TITLE":"List of all Android alarm libraries for use in your project",
6
+ "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
7
+ "features":[
8
+ {
9
+ "name":"Compress PDF",
10
+ "description":"Reduce the size of your PDF without losing quality",
11
+ "color": "#ff615c",
12
+ "icon": "/assets/star.svg",
13
+ "url":"/compress-pdf"
14
+
15
+ },
16
+ {
17
+ "name":"Delete PDF",
18
+ "description":"Reduce the size of your PDF without losing quality",
19
+ "color":"#FFFF00",
20
+ "icon": "/assets/star.svg",
21
+ "url":"/delete-pdf"
22
+
23
+ },
24
+ {
25
+ "name":"Split PDF",
26
+ "description":"Reduce the size of your PDF without losing quality",
27
+ "color":"#008000",
28
+ "icon": "/assets/star.svg",
29
+ "url":"/split-pdf"
30
+
31
+ },
32
+ {
33
+ "name":"Merge PDF",
34
+ "description":"Reduce the size of your PDF without losing quality",
35
+ "color":"#A52A2A",
36
+ "icon": "/assets/star.svg",
37
+ "url":"/merge-pdf"
38
+
39
+ },
40
+ {
41
+ "name":"Kartik PDF",
42
+ "description":"Reduce the size of your PDF without losing quality",
43
+ "color":"#808000",
44
+ "icon": "/assets/star.svg",
45
+ "url":"/kartik-pdf"
46
+
47
+ }
48
+ ],
49
+ "StructuredDataorganization": {
50
+ "@type": "Organization",
51
+ "url": "http://www.appscms.com",
52
+ "logo": "http://www.example.com/images/logo.png"
53
+ },
54
+ "StructuredDataBreadcrumb": {
55
+ "@type": "BreadcrumbList",
56
+ "itemListElement": [{
57
+ "@type": "ListItem",
58
+ "position": 1,
59
+ "name": "Compress PDF",
60
+ "item": "$variable/path"
61
+ },{
62
+ "@type": "ListItem",
63
+ "position": 2,
64
+ "name": "Delete PDF",
65
+ "item": "$variable/path"
66
+ },{
67
+ "@type": "ListItem",
68
+ "position": 3,
69
+ "name": "Split PDF",
70
+ "item": "$variable/path"
71
+ },
72
+ {
73
+ "@type": "ListItem",
74
+ "position": 4,
75
+ "name": "Kartik PDF",
76
+ "item": "$variable/path"
77
+ }
78
+ ]
79
+ }
80
+ }
@@ -1,32 +1,49 @@
1
- {
2
- "h1":"हम पीडीएफ को आसान बनाते हैं",
3
- "h2":"ऑल-इन-वन आसान ऑनलाइन पीडीएफ टूल का उपयोग करें",
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
- "features":[
7
- {
8
- "name":"पीडीएफ को संपीड़ित करें",
9
- "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
10
- "color":"blue",
11
- "icon": "",
12
- "url":"/hi/compress-pdf"
13
-
14
- },
15
- {
16
- "name":"पीडीएफ हटाएं",
17
- "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
18
- "color":"blue",
19
- "icon": "",
20
- "url":"/hi/compress-pdf"
21
-
22
- },
23
- {
24
- "name":"स्प्लिट पीडीएफ",
25
- "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
26
- "color":"blue",
27
- "icon": "",
28
- "url":"/hi/compress-pdf"
29
-
30
- }
31
- ]
1
+ {
2
+ "Language":"हिन्दी",
3
+ "h1":"हम पीडीएफ को आसान बनाते हैं",
4
+ "h2":"ऑल-इन-वन आसान ऑनलाइन पीडीएफ टूल का उपयोग करें",
5
+ "TITLE":"List of all Android alarm libraries for use in your project",
6
+ "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
7
+ "features":[
8
+ {
9
+ "name":"पीडीएफ को संपीड़ित करें",
10
+ "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
11
+ "color":"#b18be8",
12
+ "icon": "/assets/star.svg",
13
+ "url":"/hi/compress-pdf"
14
+
15
+ },
16
+ {
17
+ "name":"पीडीएफ हटाएं",
18
+ "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
19
+ "color":"#00ffff",
20
+ "icon": "/assets/star.svg",
21
+ "url":"/hi/compress-pdf"
22
+
23
+ },
24
+ {
25
+ "name":"स्प्लिट पीडीएफ",
26
+ "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
27
+ "color":"#ff4500",
28
+ "icon": "/assets/star.svg",
29
+ "url":"/hi/compress-pdf"
30
+
31
+ },
32
+ {
33
+ "name":"पीडीएफ हटाएं",
34
+ "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
35
+ "color":"#50c878",
36
+ "icon": "/assets/star.svg",
37
+ "url":"/hi/compress-pdf"
38
+
39
+ },
40
+ {
41
+ "name":"पीडीएफ हटाएं",
42
+ "description":"गुणवत्ता खोए बिना अपने पीडीएफ का आकार कम करें",
43
+ "color":"#f782c2",
44
+ "icon": "/assets/star.svg",
45
+ "url":"/hi/compress-pdf"
46
+
47
+ }
48
+ ]
32
49
  }