appscms-tools-theme 4.0.2 → 4.0.4

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 (107) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +13 -13
  4. data/_data/blog/relatedblogs.json +6932 -6932
  5. data/_data/download/en/download.json +73 -73
  6. data/_data/feature/en/3_shop_posters.json +361 -361
  7. data/_data/feature/en/allele-frequency.json +321 -321
  8. data/_data/feature/en/batch-conversion.json +153 -153
  9. data/_data/feature/en/compress-pdf.json +308 -308
  10. data/_data/feature/en/devtools.json +299 -299
  11. data/_data/feature/en/face-detection.json +123 -123
  12. data/_data/feature/en/split-pdf.json +176 -176
  13. data/_data/feature/en/theframe.json +126 -126
  14. data/_data/feature/hi/compress-pdf.json +162 -162
  15. data/_data/feature/tr/compress-pdf.json +161 -161
  16. data/_data/footer/en/data.json +167 -167
  17. data/_data/header/en/data.json +174 -174
  18. data/_data/home/en/en.json +381 -381
  19. data/_data/home/en/photoeffects.json +97 -97
  20. data/_data/home/en/posters.json +322 -322
  21. data/_data/home-1/en/en.json +308 -308
  22. data/_includes/appscms/customblog/pageRelatedPosts.html +84 -84
  23. data/_includes/appscms/customblog/recentposts.html +67 -67
  24. data/_includes/appscms/customblog/relatedBlogs.html +83 -83
  25. data/_includes/appscms/customblog/relatedposts.html +196 -200
  26. data/_includes/appscms/extras/appscms-postbox.html +65 -0
  27. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +97 -97
  28. data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
  29. data/_includes/appscms/head/bloghead.html +238 -238
  30. data/_includes/appscms/infographics/infographics.html +109 -109
  31. data/_includes/appscms/recent-posts/recent_posts.html +92 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +198 -198
  33. data/_includes/author_bio.html +41 -41
  34. data/_includes/authorpagehead/index.html +47 -47
  35. data/_includes/authors/authors.html +117 -117
  36. data/_includes/batch-conversion.html +141 -141
  37. data/_includes/cssfile/links.html +54 -54
  38. data/_includes/custom-head.html +138 -138
  39. data/_includes/customCode.html +1 -1
  40. data/_includes/customScripts.html +1 -1
  41. data/_includes/customblog/pageRelatedPosts.html +87 -87
  42. data/_includes/customblog/relatedBlogs.html +86 -86
  43. data/_includes/dropdown/langdropdown.html +32 -32
  44. data/_includes/feature.html +39 -39
  45. data/_includes/featurePageAuthors/featurePageAuthors.html +97 -97
  46. data/_includes/footer/index.html +538 -538
  47. data/_includes/google-analytics.html +32 -32
  48. data/_includes/head/index.html +623 -623
  49. data/_includes/header/blogHeader.html +34 -34
  50. data/_includes/header/index.html +192 -192
  51. data/_includes/infographics/infographics.html +230 -230
  52. data/_includes/paginationBlogPage.html +70 -70
  53. data/_includes/script.html +557 -557
  54. data/_includes/share/socialshare.html +21 -21
  55. data/_includes/userTracking.html +43 -43
  56. data/_layouts/aboutUs.html +98 -98
  57. data/_layouts/allAuthors.html +131 -131
  58. data/_layouts/appscms-about.html +163 -163
  59. data/_layouts/appscms-audio.html +33 -33
  60. data/_layouts/appscms-author.html +408 -408
  61. data/_layouts/appscms-authors.html +132 -132
  62. data/_layouts/appscms-calculator.html +93 -93
  63. data/_layouts/appscms-categories.html +26 -0
  64. data/_layouts/appscms-contact.html +132 -132
  65. data/_layouts/appscms-disclaimer.html +124 -124
  66. data/_layouts/appscms-download.html +289 -289
  67. data/_layouts/appscms-feature-result.html +94 -94
  68. data/_layouts/appscms-help.html +25 -25
  69. data/_layouts/appscms-imagekit.html +113 -113
  70. data/_layouts/appscms-post.html +243 -243
  71. data/_layouts/appscms-privacy-policy.html +781 -781
  72. data/_layouts/appscms-terms-and-conditions.html +646 -646
  73. data/_layouts/appscms-video.html +33 -33
  74. data/_layouts/audio.html +33 -33
  75. data/_layouts/author.html +408 -408
  76. data/_layouts/batch.html +177 -177
  77. data/_layouts/blog.html +131 -131
  78. data/_layouts/calculator.html +99 -99
  79. data/_layouts/devtools.html +57 -57
  80. data/_layouts/feature-1.html +406 -406
  81. data/_layouts/feature.html +434 -434
  82. data/_layouts/featureResultPage.html +80 -80
  83. data/_layouts/frame.html +222 -222
  84. data/_layouts/home.html +300 -300
  85. data/_layouts/imagekit.html +303 -303
  86. data/_layouts/photo-effects-home.html +190 -190
  87. data/_layouts/post.html +233 -233
  88. data/assets/app.js +75 -75
  89. data/assets/css/appscms-blog.css +500 -500
  90. data/assets/css/appscms-home.css +5 -5
  91. data/assets/css/appscms-imagekit.css +854 -854
  92. data/assets/css/appscms-variables.css +18 -18
  93. data/assets/css/blog.css +509 -509
  94. data/assets/css/calculators.css +46 -46
  95. data/assets/css/devtools.css +105 -105
  96. data/assets/css/feature-1.css +293 -293
  97. data/assets/css/imagekit copy.css +848 -848
  98. data/assets/css/tools.css +1817 -1817
  99. data/assets/images/digipaint.svg +6 -6
  100. data/assets/images/logo.svg +2 -2
  101. data/assets/images/manthink.svg +3552 -3552
  102. data/assets/js/batch.js +256 -256
  103. data/assets/js/devtools.js +81 -81
  104. data/assets/js/sharePage.js +65 -65
  105. data/assets/js/usageTracking.js +143 -143
  106. data/assets/js/usageTrackingEvents.js +6 -6
  107. metadata +4 -2
@@ -1,244 +1,244 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- {% include appscms/head/bloghead.html %}
4
-
5
- <style>
6
- p {
7
- margin-bottom: 3rem;
8
- font-size: 17px;
9
- color: var(--mid-gray);
10
- }
11
-
12
- .mainThings {
13
- padding-left: 40px;
14
- position: sticky;
15
- top: 80px;
16
- background:var(--white-color);
17
- border-radius: 20px;
18
- padding: 20px;
19
- box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
20
- }
21
-
22
- .mainThings ul li a{
23
- color: var(--mid-gray);
24
- margin-bottom: 5px;
25
- display: block;
26
-
27
- }
28
- .theseFeatures .featureLink:hover {
29
- text-decoration: underline !important;
30
- }
31
-
32
- .contributors {
33
- border-bottom: 1px solid hsla(210, 18%, 87%, 1);
34
- padding-bottom: 10px;
35
- }
36
-
37
-
38
- @media (max-width:768px) {
39
- .theseFeatures {
40
- text-align: center !important;
41
- padding-left: 0;
42
- position: static;
43
- top: auto;
44
- }
45
-
46
- }
47
- </style>
48
-
49
- <body>
50
- {%- include appscms/navbars/navbar.html -%}
51
- {%- include appscms/navbars/toolbar.html -%}
52
- {%- if site.newFeatureBox -%}
53
- <div class="appscms-sidebar-left"></div>
54
- <div class="appscms-sidebar-right"></div>
55
- {%- endif -%}
56
- <section class="section_post">
57
- <div class="container">
58
- <div class="row section-title-wrap">
59
- <div class="
60
- {%- if site.monumetricId -%}
61
- col-8 mt-5 mx-auto
62
- {%- else -%}
63
- col-md-12 mt-5
64
- {%- endif -%}
65
-
66
-
67
- ">
68
-
69
- <h1 class="appscms-h1">{{ title }}</h1>
70
- </div>
71
- </div>
72
- <div class="row mt-5">
73
- <div class="
74
- {%- if site.monumetricId -%}
75
- col-md-8 mx-auto
76
- {%- else -%}
77
- col-md-8
78
- {%- endif -%}
79
-
80
-
81
- ">
82
- {%- include authors/authors.html -%}
83
- {%- include postauthorbio.html -%}
84
- {% if page.author %}
85
- {%- include author_bio.html -%}
86
- {% endif %}
87
- <div class="post-content mt-5">
88
- {{ content }}
89
- </div>
90
-
91
- {%- include paginationPostPage.html -%}
92
- </div>
93
- <div class="
94
- {%- if site.monumetricId -%}
95
- col-md-8 mx-auto
96
- {%- else -%}
97
- col-md-4
98
- {%- endif -%}
99
-
100
-
101
- ">
102
- <div class="mainThings">
103
- {% assign all_contributors = page.contributors.size %}
104
- {%- if page.contributors.size > 0 -%}
105
- <div class="contributors mt-5">
106
- <h3 class="website-label"><strong>Contributors</strong> <span
107
- class="contributors-count">{{all_contributors}}</span></h3>
108
- <div class="d-flex mt-4" style="gap:5px; flex-wrap: wrap;">
109
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
110
- {% for contributor in page.contributors %}
111
- {% for post in posts %}
112
- {%- include /authors/authors.html -%}
113
- {%- assign contributorAuthor = contributor | downcase -%}
114
- {%- assign name = authorName | downcase -%}
115
- {%- if name contains contributorAuthor -%}
116
- <div class="d-flex align-items-center mb-3" style="gap:10px">
117
- <a href="/authors/{{name | downcase | replace: ' ' , '-' }}">
118
- <img class="contributor-image" src="{{image}}" alt="{{name}}">
119
- </a>
120
- </div>
121
- {%- break -%}
122
- {%- endif -%}
123
- {% endfor %}
124
- {% endfor %}
125
- </div>
126
- </div>
127
- {%- endif -%}
128
- <div class="mt-3 socialIons">
129
- <ul class="list-unstyled item-lists2">
130
- <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
131
- {% capture title %}{{ page.title }}{% endcapture %}
132
- {% assign url = page.url | relative_url | prepend: site.url %}
133
- {% for share in site.data.blog.share.platforms %}
134
- {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
135
- <li> <a href=" {{ link }}" data-toggle="tooltip"
136
- onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
137
- data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
138
- <i class="fa-fw {{ share.icon }}"></i>
139
- </a>
140
- </li>
141
- {% endfor %}
142
- </span>
143
- </ul>
144
- <!-- <div class="sep"></div> -->
145
- <div class="comments-count">
146
- <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
147
- </div>
148
- </ul>
149
- </div>
150
-
151
- <div class="theseFeatures">
152
- {%- if page.URLS -%}
153
- <h3 class="font-weight-bolder">Checkout out these features</h3>
154
- <br>
155
- {%- for item in page.URLS -%}
156
- <p class="mb-3"> <a class="featureLink" style="font-size: 13px"
157
- href="{{item.url}}">{{item.name}}</a></p>
158
- {%- endfor -%}
159
- {%- elsif site.relatedPages -%}
160
- {% assign blogPostPath = page.path %}
161
-
162
-
163
- {% for entry in site.data.blog.relatedblogs %}
164
- {% if entry.path == blogPostPath %}
165
- <h2 class="mb-3">Related Features:</h2>
166
- <ul class="list-unstyled">
167
- {% for feature in entry.relatedFeatures %}
168
- {% assign parts = feature.webpageUrl | split: '/' %}
169
- {% assign lastPart = parts | last %}
170
- {% assign subParts = lastPart | split: '-' %}
171
- <li><a class="featureLink" style="font-size: 13px" href="{{ site.baseurl }}{{ feature.webpageUrl }}">{{ subParts[0] | capitalize }} {{ subParts[1] }}</a></li>
172
-
173
- {% endfor %}
174
- </ul>
175
- {% endif %}
176
- {% endfor %}
177
- {% else %}
178
- <h3 class="font-weight-bolder">Checkout out these features</h3>
179
- <br>
180
-
181
- {% assign tools = site.pages | where_exp:"item","item.tool" %}
182
- {% assign allRandomUrls = "" | split: ',' %}
183
- {%- for item in tools -%}
184
- {%- if item.lang=="en" -%}
185
- {% assign allRandomUrls = allRandomUrls | push: item.url %}
186
- {%- endif -%}
187
- {%- endfor -%}
188
-
189
- {%- for url in allRandomUrls limit: 10-%}
190
- {% if url %}
191
- <p class="mb-3">
192
- <a class="featureLink" style="font-size: 13px" href="{{url }}">
193
- {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
194
- {{ name }}
195
- </a>
196
- </p>
197
- {%- endif -%}
198
- {%- endfor -%}
199
- {%- endif -%}
200
-
201
- </div>
202
- </div>
203
- </div>
204
- {%- if site.relatedPages -%}
205
- {%- include appscms/customblog/relatedBlogs.html -%}
206
- {%- else -%}
207
- <div class="col-md-12">
208
- {%- if page.categories.size> 0 or page.tags.size>0-%}
209
- {%- include appscms/recent-posts/related_categories_post.html -%}
210
- {%- else -%}
211
- {%- include appscms/recent-posts/recent_posts.html -%}
212
- {% endif %}
213
- <div class="commentsection my-5">
214
- {%- if site.disqus.shortname -%}
215
- {%- if site.monumetricId -%}
216
- <div class="row">
217
- <div class="col-md-9 mx-auto">
218
- {%- endif -%}
219
- {%- include disqus_comments.html -%}
220
- {%- if site.monumetricId -%}
221
- </div>
222
- </div>
223
- {%- endif -%}
224
- {%- endif -%}
225
- </div>
226
- </div>
227
- {%- endif -%}
228
- </div>
229
- </div>
230
- </section>
231
- {%- include section/count.html -%}
232
- {%- include appscms/scripts/script.html -%}
233
- {%- if site.crossorigin -%}
234
- <script>
235
- const getImages = document.getElementsByTagName('img')
236
- Array.from(getImages).map(item => {
237
- item.crossOrigin = 'anonymous'
238
- })
239
- </script>
240
- {%- endif -%}
241
-
242
- </body>
243
-
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include appscms/head/bloghead.html %}
4
+
5
+ <style>
6
+ p {
7
+ margin-bottom: 3rem;
8
+ font-size: 17px;
9
+ color: var(--mid-gray);
10
+ }
11
+
12
+ .mainThings {
13
+ padding-left: 40px;
14
+ position: sticky;
15
+ top: 80px;
16
+ background:var(--white-color);
17
+ border-radius: 20px;
18
+ padding: 20px;
19
+ box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
20
+ }
21
+
22
+ .mainThings ul li a{
23
+ color: var(--mid-gray);
24
+ margin-bottom: 5px;
25
+ display: block;
26
+
27
+ }
28
+ .theseFeatures .featureLink:hover {
29
+ text-decoration: underline !important;
30
+ }
31
+
32
+ .contributors {
33
+ border-bottom: 1px solid hsla(210, 18%, 87%, 1);
34
+ padding-bottom: 10px;
35
+ }
36
+
37
+
38
+ @media (max-width:768px) {
39
+ .theseFeatures {
40
+ text-align: center !important;
41
+ padding-left: 0;
42
+ position: static;
43
+ top: auto;
44
+ }
45
+
46
+ }
47
+ </style>
48
+
49
+ <body>
50
+ {%- include appscms/navbars/navbar.html -%}
51
+ {%- include appscms/navbars/toolbar.html -%}
52
+ {%- if site.newFeatureBox -%}
53
+ <div class="appscms-sidebar-left"></div>
54
+ <div class="appscms-sidebar-right"></div>
55
+ {%- endif -%}
56
+ <section class="section_post">
57
+ <div class="container">
58
+ <div class="row section-title-wrap">
59
+ <div class="
60
+ {%- if site.monumetricId -%}
61
+ col-8 mt-5 mx-auto
62
+ {%- else -%}
63
+ col-md-12 mt-5
64
+ {%- endif -%}
65
+
66
+
67
+ ">
68
+
69
+ <h1 class="appscms-h1">{{ title }}</h1>
70
+ </div>
71
+ </div>
72
+ <div class="row mt-5">
73
+ <div class="
74
+ {%- if site.monumetricId -%}
75
+ col-md-8 mx-auto
76
+ {%- else -%}
77
+ col-md-8
78
+ {%- endif -%}
79
+
80
+
81
+ ">
82
+ {%- include authors/authors.html -%}
83
+ {%- include postauthorbio.html -%}
84
+ {% if page.author %}
85
+ {%- include author_bio.html -%}
86
+ {% endif %}
87
+ <div class="post-content mt-5">
88
+ {{ content }}
89
+ </div>
90
+
91
+ {%- include paginationPostPage.html -%}
92
+ </div>
93
+ <div class="
94
+ {%- if site.monumetricId -%}
95
+ col-md-8 mx-auto
96
+ {%- else -%}
97
+ col-md-4
98
+ {%- endif -%}
99
+
100
+
101
+ ">
102
+ <div class="mainThings">
103
+ {% assign all_contributors = page.contributors.size %}
104
+ {%- if page.contributors.size > 0 -%}
105
+ <div class="contributors mt-5">
106
+ <h3 class="website-label"><strong>Contributors</strong> <span
107
+ class="contributors-count">{{all_contributors}}</span></h3>
108
+ <div class="d-flex mt-4" style="gap:5px; flex-wrap: wrap;">
109
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
110
+ {% for contributor in page.contributors %}
111
+ {% for post in posts %}
112
+ {%- include /authors/authors.html -%}
113
+ {%- assign contributorAuthor = contributor | downcase -%}
114
+ {%- assign name = authorName | downcase -%}
115
+ {%- if name contains contributorAuthor -%}
116
+ <div class="d-flex align-items-center mb-3" style="gap:10px">
117
+ <a href="/authors/{{name | downcase | replace: ' ' , '-' }}">
118
+ <img class="contributor-image" src="{{image}}" alt="{{name}}">
119
+ </a>
120
+ </div>
121
+ {%- break -%}
122
+ {%- endif -%}
123
+ {% endfor %}
124
+ {% endfor %}
125
+ </div>
126
+ </div>
127
+ {%- endif -%}
128
+ <div class="mt-3 socialIons">
129
+ <ul class="list-unstyled item-lists2">
130
+ <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
131
+ {% capture title %}{{ page.title }}{% endcapture %}
132
+ {% assign url = page.url | relative_url | prepend: site.url %}
133
+ {% for share in site.data.blog.share.platforms %}
134
+ {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
135
+ <li> <a href=" {{ link }}" data-toggle="tooltip"
136
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
137
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
138
+ <i class="fa-fw {{ share.icon }}"></i>
139
+ </a>
140
+ </li>
141
+ {% endfor %}
142
+ </span>
143
+ </ul>
144
+ <!-- <div class="sep"></div> -->
145
+ <div class="comments-count">
146
+ <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
147
+ </div>
148
+ </ul>
149
+ </div>
150
+
151
+ <div class="theseFeatures">
152
+ {%- if page.URLS -%}
153
+ <h3 class="font-weight-bolder">Checkout out these features</h3>
154
+ <br>
155
+ {%- for item in page.URLS -%}
156
+ <p class="mb-3"> <a class="featureLink" style="font-size: 13px"
157
+ href="{{item.url}}">{{item.name}}</a></p>
158
+ {%- endfor -%}
159
+ {%- elsif site.relatedPages -%}
160
+ {% assign blogPostPath = page.path %}
161
+
162
+
163
+ {% for entry in site.data.blog.relatedblogs %}
164
+ {% if entry.path == blogPostPath %}
165
+ <h2 class="mb-3">Related Features:</h2>
166
+ <ul class="list-unstyled">
167
+ {% for feature in entry.relatedFeatures %}
168
+ {% assign parts = feature.webpageUrl | split: '/' %}
169
+ {% assign lastPart = parts | last %}
170
+ {% assign subParts = lastPart | split: '-' %}
171
+ <li><a class="featureLink" style="font-size: 13px" href="{{ site.baseurl }}{{ feature.webpageUrl }}">{{ subParts[0] | capitalize }} {{ subParts[1] }}</a></li>
172
+
173
+ {% endfor %}
174
+ </ul>
175
+ {% endif %}
176
+ {% endfor %}
177
+ {% else %}
178
+ <h3 class="font-weight-bolder">Checkout out these features</h3>
179
+ <br>
180
+
181
+ {% assign tools = site.pages | where_exp:"item","item.tool" %}
182
+ {% assign allRandomUrls = "" | split: ',' %}
183
+ {%- for item in tools -%}
184
+ {%- if item.lang=="en" -%}
185
+ {% assign allRandomUrls = allRandomUrls | push: item.url %}
186
+ {%- endif -%}
187
+ {%- endfor -%}
188
+
189
+ {%- for url in allRandomUrls limit: 10-%}
190
+ {% if url %}
191
+ <p class="mb-3">
192
+ <a class="featureLink" style="font-size: 13px" href="{{url }}">
193
+ {%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
194
+ {{ name }}
195
+ </a>
196
+ </p>
197
+ {%- endif -%}
198
+ {%- endfor -%}
199
+ {%- endif -%}
200
+
201
+ </div>
202
+ </div>
203
+ </div>
204
+ {%- if site.relatedPages -%}
205
+ {%- include appscms/customblog/relatedBlogs.html -%}
206
+ {%- else -%}
207
+ <div class="col-md-12">
208
+ {%- if page.categories.size> 0 or page.tags.size>0-%}
209
+ {%- include appscms/recent-posts/related_categories_post.html -%}
210
+ {%- else -%}
211
+ {%- include appscms/recent-posts/recent_posts.html -%}
212
+ {% endif %}
213
+ <div class="commentsection my-5">
214
+ {%- if site.disqus.shortname -%}
215
+ {%- if site.monumetricId -%}
216
+ <div class="row">
217
+ <div class="col-md-9 mx-auto">
218
+ {%- endif -%}
219
+ {%- include disqus_comments.html -%}
220
+ {%- if site.monumetricId -%}
221
+ </div>
222
+ </div>
223
+ {%- endif -%}
224
+ {%- endif -%}
225
+ </div>
226
+ </div>
227
+ {%- endif -%}
228
+ </div>
229
+ </div>
230
+ </section>
231
+ {%- include section/count.html -%}
232
+ {%- include appscms/scripts/script.html -%}
233
+ {%- if site.crossorigin -%}
234
+ <script>
235
+ const getImages = document.getElementsByTagName('img')
236
+ Array.from(getImages).map(item => {
237
+ item.crossOrigin = 'anonymous'
238
+ })
239
+ </script>
240
+ {%- endif -%}
241
+
242
+ </body>
243
+
244
244
  </html>