appscms-tools-theme 2.3.0 → 2.3.1

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.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/_data/feature/en/allele-frequency.json +242 -242
  3. data/_data/feature/en/compress-pdf.json +27 -25
  4. data/_data/feature/en/theframe.json +55 -55
  5. data/_data/footer/en/data.json +93 -1
  6. data/_data/header/en/data.json +47 -9
  7. data/_data/home/en/photoeffects.json +23 -23
  8. data/_data/home-1/en/en.json +58 -0
  9. data/_data/photo-categories.json +334 -334
  10. data/_data/photoeffects.json +116 -116
  11. data/_includes/batch-conversion.html +42 -13
  12. data/_includes/custom-head.html +5 -0
  13. data/_includes/footer/index.html +263 -2
  14. data/_includes/head/index.html +13 -0
  15. data/_includes/header/index.html +124 -5
  16. data/_includes/monumetric/ads.html +57 -57
  17. data/_includes/monumetric/profitablecpmgate.html +51 -51
  18. data/_includes/script.html +8 -0
  19. data/_layouts/batch.html +19 -13
  20. data/_layouts/blog-1.html +100 -0
  21. data/_layouts/calculator.html +69 -69
  22. data/_layouts/feature-1.html +283 -0
  23. data/_layouts/feature-download.html +309 -0
  24. data/_layouts/frame.html +205 -205
  25. data/_layouts/home-1.html +267 -0
  26. data/_layouts/home.html +4 -4
  27. data/_layouts/photo-effects-home.html +83 -83
  28. data/assets/css/batch.css +32 -17
  29. data/assets/css/blog-1.css +66 -0
  30. data/assets/css/calculators.css +40 -40
  31. data/assets/css/common-page.css +180 -0
  32. data/assets/css/feature-1.css +426 -0
  33. data/assets/css/frame.css +695 -695
  34. data/assets/css/home-1.css +225 -0
  35. data/assets/images/add.png +0 -0
  36. data/assets/images/add.svg +1 -0
  37. data/assets/images/bulb.png +0 -0
  38. data/assets/images/bulb.svg +1 -0
  39. data/assets/images/convert.png +0 -0
  40. data/assets/images/convert.svg +9 -0
  41. data/assets/js/ads.js +8 -8
  42. data/assets/js/append-div.js +10 -10
  43. data/assets/js/batch.js +3 -1
  44. data/assets/js/photo-effects.json +32 -32
  45. data/assets/js/testing-batch.js +12 -4
  46. data/assets/js/theme.js +11 -11
  47. metadata +20 -7
@@ -1,56 +1,56 @@
1
- {
2
- "Language": "English",
3
- "htmlLangAtt": "en",
4
- "H1": "The frame",
5
- "H2": "Upload the image and apply your favourite border",
6
- "color": "#ff6131",
7
- "imgwidth": "35px",
8
- "imgheight": "35px",
9
- "imgalt": "altvalue",
10
- "nofileupload": true,
11
- "variant": "primary",
12
- "TITLE": "Image border tool- Surround your images with a border",
13
- "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
- "TEXTUAL_CONTENT": [],
15
- "FAQ": [
16
- {
17
- "question": "",
18
- "answer": ""
19
- }
20
- ],
21
- "jsfilepaths": [
22
- "/assets/js/googledrive.js",
23
- "https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js",
24
- "/assets/js/frame.js"
25
- ],
26
- "cssfilepaths": [
27
- "https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.css",
28
- "/assets/css/frame.css"
29
- ],
30
- "mainPreviewImage": "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
31
- "imageSamples": [
32
- "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
33
- "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
34
- "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
35
- "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg"
36
- ],
37
- "image": {
38
- "src": "/assets/images/gallary.png",
39
- "height": 277,
40
- "width": 378,
41
- "x": 110,
42
- "y": 180
43
- },
44
- "effectImagePath": "/assets/images/gallary.png",
45
- "elements": [
46
- {
47
- "type": "image",
48
- "label": "Choose Your Image"
49
- },
50
- {
51
- "type": "text",
52
- "id": "text-1",
53
- "label": "text"
54
- }
55
- ]
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "H1": "The frame",
5
+ "H2": "Upload the image and apply your favourite border",
6
+ "color": "#ff6131",
7
+ "imgwidth": "35px",
8
+ "imgheight": "35px",
9
+ "imgalt": "altvalue",
10
+ "nofileupload": true,
11
+ "variant": "primary",
12
+ "TITLE": "Image border tool- Surround your images with a border",
13
+ "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
+ "TEXTUAL_CONTENT": [],
15
+ "FAQ": [
16
+ {
17
+ "question": "",
18
+ "answer": ""
19
+ }
20
+ ],
21
+ "jsfilepaths": [
22
+ "/assets/js/googledrive.js",
23
+ "https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js",
24
+ "/assets/js/frame.js"
25
+ ],
26
+ "cssfilepaths": [
27
+ "https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.css",
28
+ "/assets/css/frame.css"
29
+ ],
30
+ "mainPreviewImage": "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
31
+ "imageSamples": [
32
+ "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
33
+ "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
34
+ "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg",
35
+ "https://cdn.photofunia.com/effects/balloon/icons/medium.jpg"
36
+ ],
37
+ "image": {
38
+ "src": "/assets/images/gallary.png",
39
+ "height": 277,
40
+ "width": 378,
41
+ "x": 110,
42
+ "y": 180
43
+ },
44
+ "effectImagePath": "/assets/images/gallary.png",
45
+ "elements": [
46
+ {
47
+ "type": "image",
48
+ "label": "Choose Your Image"
49
+ },
50
+ {
51
+ "type": "text",
52
+ "id": "text-1",
53
+ "label": "text"
54
+ }
55
+ ]
56
56
  }
@@ -59,7 +59,95 @@
59
59
  "title": "abc"
60
60
  }
61
61
  ],
62
- "messege": "© 2021 pdf AG — Made with love for the people of the internet.",
62
+ "footer1": [
63
+ {
64
+ "name": "Feature 1",
65
+ "url": "/feature-1",
66
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
67
+ },
68
+ {
69
+ "name": "Feature 1",
70
+ "url": "/feature-1",
71
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
72
+ },
73
+ {
74
+ "name": "Feature 1",
75
+ "url": "/feature-1",
76
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
77
+ },
78
+ {
79
+ "name": "Feature 1",
80
+ "url": "/feature-1",
81
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
82
+ }
83
+ ],
84
+ "footer2": [
85
+ {
86
+ "name": "Feature 2",
87
+ "url": "/feature-1",
88
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
89
+ },
90
+ {
91
+ "name": "Feature 2",
92
+ "url": "/feature-1",
93
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
94
+ },
95
+ {
96
+ "name": "Feature 2",
97
+ "url": "/feature-1",
98
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
99
+ },
100
+ {
101
+ "name": "Feature 2",
102
+ "url": "/feature-1",
103
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
104
+ }
105
+ ],
106
+ "footer3": [
107
+ {
108
+ "name": "Feature 3",
109
+ "url": "/feature-1",
110
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
111
+ },
112
+ {
113
+ "name": "Feature 3",
114
+ "url": "/feature-1",
115
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
116
+ },
117
+ {
118
+ "name": "Feature 3",
119
+ "url": "/feature-1",
120
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
121
+ },
122
+ {
123
+ "name": "Feature 3",
124
+ "url": "/feature-1",
125
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
126
+ }
127
+ ],
128
+ "footer4": [
129
+ {
130
+ "name": "Feature 4",
131
+ "url": "/feature-1",
132
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
133
+ },
134
+ {
135
+ "name": "Feature 4",
136
+ "url": "/feature-1",
137
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
138
+ },
139
+ {
140
+ "name": "Feature 4",
141
+ "url": "/feature-1",
142
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
143
+ },
144
+ {
145
+ "name": "Feature 4",
146
+ "url": "/feature-1",
147
+ "logo": "https://d33wubrfki0l68.cloudfront.net/5efb10ca0c99eb2bc2a3a9d4dfb12d3342f40486/28036/assets/protect.svg"
148
+ }
149
+ ],
150
+ "messege": "© 2020-2022 Safepngtools.com All rights reserved.",
63
151
  "legal": [
64
152
  {
65
153
  "name": "Terms and conditions",
@@ -68,6 +156,10 @@
68
156
  {
69
157
  "name": "Privacy Policy",
70
158
  "url": "/privacy-policy"
159
+ },
160
+ {
161
+ "name": "Disclaimer",
162
+ "url": "/disclaimer"
71
163
  }
72
164
  ]
73
165
  }
@@ -1,9 +1,55 @@
1
1
  {
2
2
  "navbarBrandText": "",
3
- "navbarBrandLogo": "/assets/images/logo.png",
3
+ "navbarBrandLogo": "/image.png",
4
4
  "megaMenu": {
5
5
  "nav-link-name": "Tools",
6
6
  "dropdown": [
7
+ {
8
+ "categoryName": "Compress Pdfs",
9
+ "links": [
10
+ {
11
+ "iconSrc": "/assets/cloud.svg",
12
+ "name": "Compress",
13
+ "url": "/",
14
+ "hover": "red"
15
+ },
16
+ {
17
+ "iconSrc": "/assets/cloud.svg",
18
+ "name": "Split",
19
+ "url": "/",
20
+ "hover": "blue"
21
+ },
22
+ {
23
+ "iconSrc": "/assets/easy.svg",
24
+ "name": "Merge Pdf",
25
+ "url": "/",
26
+ "hover": "green"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "categoryName": "Compress Pdf",
32
+ "links": [
33
+ {
34
+ "iconSrc": "/assets/cloud.svg",
35
+ "name": "Compress",
36
+ "url": "/",
37
+ "hover": "red"
38
+ },
39
+ {
40
+ "iconSrc": "/assets/cloud.svg",
41
+ "name": "Split",
42
+ "url": "/",
43
+ "hover": "blue"
44
+ },
45
+ {
46
+ "iconSrc": "/assets/easy.svg",
47
+ "name": "Merge Pdf",
48
+ "url": "/",
49
+ "hover": "green"
50
+ }
51
+ ]
52
+ },
7
53
  {
8
54
  "categoryName": "Compress Pdf",
9
55
  "links": [
@@ -115,14 +161,6 @@
115
161
  "name": "Our Story",
116
162
  "url": "/about"
117
163
  },
118
- {
119
- "name": "Terms and Conditions",
120
- "url": "/terms-and-conditions"
121
- },
122
- {
123
- "name": "Help",
124
- "url": "/help"
125
- },
126
164
  {
127
165
  "name": "Disclaimer",
128
166
  "url": "/disclaimer"
@@ -1,24 +1,24 @@
1
- {
2
- "Language": "English",
3
- "htmlLangAtt": "en",
4
- "H1": "All effects",
5
- "H2": "Largest and best collection of photo effects",
6
- "color": "#ff6131",
7
- "imgwidth": "35px",
8
- "imgheight": "35px",
9
- "imgalt": "altvalue",
10
- "nofileupload": true,
11
- "variant": "primary",
12
- "TITLE": "Image border tool- Surround your images with a border",
13
- "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
- "TEXTUAL_CONTENT": [],
15
- "FAQ": [
16
- {
17
- "question": "",
18
- "answer": ""
19
- }
20
- ],
21
- "cssfilepaths": [
22
- "/assets/css/frame.css"
23
- ]
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "H1": "All effects",
5
+ "H2": "Largest and best collection of photo effects",
6
+ "color": "#ff6131",
7
+ "imgwidth": "35px",
8
+ "imgheight": "35px",
9
+ "imgalt": "altvalue",
10
+ "nofileupload": true,
11
+ "variant": "primary",
12
+ "TITLE": "Image border tool- Surround your images with a border",
13
+ "META": "Image border tool helps you to add a simple border frame to your image. You can customize border colour and width. Border sets the focal subject.",
14
+ "TEXTUAL_CONTENT": [],
15
+ "FAQ": [
16
+ {
17
+ "question": "",
18
+ "answer": ""
19
+ }
20
+ ],
21
+ "cssfilepaths": [
22
+ "/assets/css/frame.css"
23
+ ]
24
24
  }
@@ -0,0 +1,58 @@
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "h1": "All png tools for safepngkit",
5
+ "h2": "All-in-one easy-to-use online png tools",
6
+ "TITLE": "Home Title",
7
+ "META": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
8
+ "keywords": "key1,key2,key3,key4",
9
+ "imgwidth": "40px",
10
+ "imgheight": "40px",
11
+ "imgalt": "altvalue",
12
+ "nofileupload": false,
13
+ "color": "#dc3c2c",
14
+ "features": [
15
+ {
16
+ "name": "Feature 1",
17
+ "description": "Reduce the size of your PDF without losing quality",
18
+ "icon": "/assets/images/bulb.png",
19
+ "url": "/feature-1"
20
+ },
21
+ {
22
+ "name": "Feature 2",
23
+ "description": "Reduce the size of your PDF without losing quality",
24
+ "icon": "/assets/images/bulb.png",
25
+ "url": "/feature-2"
26
+ },
27
+ {
28
+ "name": "Feature 3",
29
+ "description": "Reduce the size of your PDF without losing quality",
30
+ "icon": "/assets/images/bulb.png",
31
+ "url": "/feature-3"
32
+ },
33
+ {
34
+ "name": "Feature 4",
35
+ "description": "Reduce the size of your PDF without losing quality",
36
+ "icon": "/assets/images/bulb.png",
37
+ "url": "/feature-4"
38
+ },
39
+ {
40
+ "name": "Feature 5",
41
+ "description": "Reduce the size of your PDF without losing quality",
42
+ "icon": "/assets/images/bulb.png",
43
+ "url": "/feature-5"
44
+ },
45
+ {
46
+ "name": "Feature 6",
47
+ "description": "Reduce the size of your PDF without losing quality",
48
+ "icon": "/assets/images/bulb.png",
49
+ "url": "/feature-6"
50
+ },
51
+ {
52
+ "name": "Feature 7",
53
+ "description": "Reduce the size of your PDF without losing quality",
54
+ "icon": "/assets/images/bulb.png",
55
+ "url": "/feature-7"
56
+ }
57
+ ]
58
+ }