appscms-tools-theme 5.3.4 → 5.3.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fd78d79fcb563bcd6af3ff831034871153ddd5878ee5eb3b94718da6b371b64
4
- data.tar.gz: 056f7109354e8ca1756976ae15d8b3ec164eb6e9d6139f8c1860317a735c83a9
3
+ metadata.gz: 8fc4d5124d50380c71af921ebc34b4739b15dfed3328bec09d4976559b95f85b
4
+ data.tar.gz: f99bc110c91ee536f28f4404d1e7dc5872d49bdb50069175eb8932bddc1b2ea6
5
5
  SHA512:
6
- metadata.gz: d9499fb0005672ad3e2eea1b6103aa9a5f468cdc6df76fd25e45dab3cc62abeafdca9ae19f3209f9986c1a02b553665025f8f291c0b5dd329547c0637d16ff18
7
- data.tar.gz: c074d1ed762970dbf98b6c145ec52c4ad4bbbac610034f983fe05d2ef03b5c8b5af7db1f47eefc4878186b28922e621d43de5a1c3c94342e64b6d854d8d77fc5
6
+ metadata.gz: e58377a18b3478fb2c55e937c4b77a4b13ac58f82ef36b04ecf855b0bf977a9d95e3b002254847417c2d4e746ef966f8ee80d3179df60a6496c72668695f41e0
7
+ data.tar.gz: bd26a3229c6fbe27284a410c5fcf75756d63f068147da4ff299254ff99c83a5a4684f88c6db296561da05a3f972330230560f8420f4a48d0585b28accd61102d
@@ -0,0 +1,8 @@
1
+ <div class="row">
2
+ <div class="container">
3
+ <div class="col-md-10 mx-auto mb-5">
4
+ <script async="async" data-cfasync="false" src="https://pl29135409.profitablecpmratenetwork.com/af8e200646b63440856d2b6560b484a7/invoke.js"></script>
5
+ <div id="container-af8e200646b63440856d2b6560b484a7"></div>
6
+ </div>
7
+ </div>
8
+ </div>
@@ -383,7 +383,7 @@
383
383
  <script src="https://quge5.com/88/tag.min.js" data-zone="229067" async data-cfasync="false"></script>
384
384
  {%- endif -%}
385
385
 
386
- {% if jekyll.environment == 'production' and site.adsterra_enabled %}
386
+ {% if and site.adsterra_enabled %}
387
387
  <script src="https://pl29135408.profitablecpmratenetwork.com/d0/f8/69/d0f869f5725bd9c9a1f8a1f5c85773bc.js"></script>
388
388
  {%- endif -%}
389
389
 
@@ -87,6 +87,6 @@ if page.layout == "appscms-feature" -%}
87
87
  <script src="/js/ai-image.generator.js"></script>
88
88
  {%- endif -%}
89
89
 
90
- {% if jekyll.environment == 'production' and site.adsterra_enabled %}
90
+ {% if site.adsterra_enabled %}
91
91
  <script src="https://pl29135432.profitablecpmratenetwork.com/cc/4b/59/cc4b598064653e5208319058f7be9a1a.js"></script>
92
92
  {%- endif -%}
@@ -49,30 +49,15 @@
49
49
 
50
50
  {%- endif -%} {%- if page.layout == "aboutUs" -%}
51
51
 
52
- <meta
53
- name="description"
54
- content="{{site.name}} - About us | {{description}}"
55
- />
52
+ <meta name="description" content="{{site.name}} - About us | {{description}}" />
56
53
  {% elsif page.layout == "termAndCondition" %}
57
- <meta
58
- name="description"
59
- content="{{site.name}} - Terms and conditions | {{description}}"
60
- />
54
+ <meta name="description" content="{{site.name}} - Terms and conditions | {{description}}" />
61
55
  {% elsif page.layout == "disclaimer" %}
62
- <meta
63
- name="description"
64
- content="{{site.name}} - Disclaimer | {{description}}"
65
- />
56
+ <meta name="description" content="{{site.name}} - Disclaimer | {{description}}" />
66
57
  {% elsif page.layout == "privacyPolicy" %}
67
- <meta
68
- name="description"
69
- content="{{site.name}} - Privacy policy | {{description}}"
70
- />
58
+ <meta name="description" content="{{site.name}} - Privacy policy | {{description}}" />
71
59
  {% elsif page.layout == "contactUs" %}
72
- <meta
73
- name="description"
74
- content="{{site.name}} - Contact | {{description}}"
75
- />
60
+ <meta name="description" content="{{site.name}} - Contact | {{description}}" />
76
61
  {%- else -%}
77
62
  <meta name="description" content="{{description}}" />
78
63
 
@@ -86,307 +71,92 @@
86
71
 
87
72
  {%- if site.versioning -%}
88
73
 
89
- <link
90
- rel="stylesheet"
91
- href="{{ site.baseurl }}/{% ministamp assets/css/bootstrap.min.css assets/css/bootstrap.min.css %}"
92
- {%-
93
- if
94
- site.crossorigin
95
- -%}
96
- {{
97
- }}
98
- crossorigin="anonymous"
99
- {%-
100
- endif
101
- -%}
102
- />
74
+ <link rel="stylesheet"
75
+ href="{{ site.baseurl }}/{% ministamp assets/css/bootstrap.min.css assets/css/bootstrap.min.css %}" {%- if
76
+ site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
103
77
 
104
78
  {%- if dataToShow.css -%}
105
79
 
106
- <link
107
- rel="stylesheet"
108
- href="{{dataToShow.css}}"
109
- {%-
110
- if
111
- site.crossorigin
112
- -%}
113
- {{
114
- }}
115
- crossorigin="anonymous"
116
- {%-
117
- endif
118
- -%}
119
- />
80
+ <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
81
+ -%} />
120
82
  {%- else -%}
121
- <link
122
- rel="stylesheet"
123
- href="{{ site.baseurl }}/{% ministamp assets/css/tools.css assets/css/tools.css %}"
124
- {%-
125
- if
126
- site.crossorigin
127
- -%}
128
- {{
129
- }}
130
- crossorigin="anonymous"
131
- {%-
132
- endif
133
- -%}
134
- />
83
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/tools.css assets/css/tools.css %}" {%- if
84
+ site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
135
85
 
136
86
  {%- endif -%} {%- if site.monumetricId -%}
137
87
 
138
- <link
139
- rel="stylesheet"
140
- href="{{ site.baseurl }}/{% ministamp assets/css/responsive.css assets/css/responsive.css %}"
141
- {%-
142
- if
143
- site.crossorigin
144
- -%}
145
- {{
146
- }}
147
- crossorigin="anonymous"
148
- {%-
149
- endif
150
- -%}
151
- />
88
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/responsive.css assets/css/responsive.css %}"
89
+ {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
152
90
 
153
91
  {%- endif -%} {%- if page.layout == "calculator" -%}
154
92
 
155
- <link
156
- rel="stylesheet"
157
- href="{{ site.baseurl }}/{% ministamp assets/css/calculators.css assets/css/calculators.css %}"
158
- {%-
159
- if
160
- site.crossorigin
161
- -%}
162
- {{
163
- }}
164
- crossorigin="anonymous"
165
- {%-
166
- endif
167
- -%}
168
- />
93
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/calculators.css assets/css/calculators.css %}"
94
+ {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
169
95
 
170
96
  {%- endif -%} {%- if page.layout == "home-1" -%}
171
97
 
172
- <link
173
- rel="stylesheet"
174
- href="{{ site.baseurl }}/{% ministamp assets/css/home-1.css assets/css/home-1.css %}"
175
- {%-
176
- if
177
- site.crossorigin
178
- -%}
179
- {{
180
- }}
181
- crossorigin="anonymous"
182
- {%-
183
- endif
184
- -%}
185
- />
98
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/home-1.css assets/css/home-1.css %}" {%- if
99
+ site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
186
100
 
187
101
  {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
188
102
  == "feature-download" -%}
189
103
 
190
- <link
191
- rel="stylesheet"
192
- href="{{ site.baseurl }}/{% ministamp assets/css/feature-1.css assets/css/feature-1.css %}"
193
- {%-
194
- if
195
- site.crossorigin
196
- -%}
197
- {{
198
- }}
199
- crossorigin="anonymous"
200
- {%-
201
- endif
202
- -%}
203
- />
104
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/feature-1.css assets/css/feature-1.css %}" {%-
105
+ if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
204
106
 
205
107
  {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
206
108
 
207
- <link
208
- rel="stylesheet"
209
- href="{{ site.baseurl }}/{% ministamp assets/css/common.css assets/css/common.css %}"
210
- {%-
211
- if
212
- site.crossorigin
213
- -%}
214
- {{
215
- }}
216
- crossorigin="anonymous"
217
- {%-
218
- endif
219
- -%}
220
- />
109
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/common.css assets/css/common.css %}" {%- if
110
+ site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
221
111
 
222
112
  {%- endif -%} {%- if page.layout == 'imagekit' -%}
223
113
 
224
- <link
225
- rel="stylesheet"
226
- href="{{ site.baseurl }}/{% ministamp assets/css/imagekit.css assets/css/imagekit.css %}"
227
- {%-
228
- if
229
- site.crossorigin
230
- -%}
231
- {{
232
- }}
233
- crossorigin="anonymous"
234
- {%-
235
- endif
236
- -%}
237
- />
114
+ <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/imagekit.css assets/css/imagekit.css %}" {%-
115
+ if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif -%} />
238
116
 
239
117
  {%- endif -%} {%- else -%}
240
118
 
241
- <link
242
- rel="stylesheet"
243
- href="/assets/css/bootstrap.min.css"
244
- {%-
245
- if
246
- site.crossorigin
247
- -%}
248
- {{
249
- }}
250
- crossorigin="anonymous"
251
- {%-
252
- endif
253
- -%}
254
- />
119
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
120
+ {%- endif -%} />
255
121
 
256
122
  {%- if dataToShow.css -%}
257
123
 
258
- <link
259
- rel="stylesheet"
260
- href="{{dataToShow.css}}"
261
- {%-
262
- if
263
- site.crossorigin
264
- -%}
265
- {{
266
- }}
267
- crossorigin="anonymous"
268
- {%-
269
- endif
270
- -%}
271
- />
124
+ <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
125
+ -%} />
272
126
  {%- else -%}
273
- <link
274
- rel="stylesheet"
275
- href="/assets/css/tools.css"
276
- {%-
277
- if
278
- site.crossorigin
279
- -%}
280
- {{
281
- }}
282
- crossorigin="anonymous"
283
- {%-
284
- endif
285
- -%}
286
- />
127
+ <link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
128
+ endif -%} />
287
129
 
288
130
  {%- endif -%} {%- if site.monumetricId -%}
289
131
 
290
- <link
291
- rel="stylesheet"
292
- href="/assets/css/responsive.css"
293
- {%-
294
- if
295
- site.crossorigin
296
- -%}
297
- {{
298
- }}
299
- crossorigin="anonymous"
300
- {%-
301
- endif
302
- -%}
303
- />
132
+ <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
133
+ endif -%} />
304
134
 
305
135
  {%- endif -%} {%- if page.layout == "calculator" -%}
306
136
 
307
- <link
308
- rel="stylesheet"
309
- href="/assets/css/calculators.css"
310
- {%-
311
- if
312
- site.crossorigin
313
- -%}
314
- {{
315
- }}
316
- crossorigin="anonymous"
317
- {%-
318
- endif
319
- -%}
320
- />
137
+ <link rel="stylesheet" href="/assets/css/calculators.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
138
+ {%- endif -%} />
321
139
 
322
140
  {%- endif -%} {%- if page.layout == "home-1" -%}
323
141
 
324
- <link
325
- rel="stylesheet"
326
- href="/assets/css/home-1.css"
327
- {%-
328
- if
329
- site.crossorigin
330
- -%}
331
- {{
332
- }}
333
- crossorigin="anonymous"
334
- {%-
335
- endif
336
- -%}
337
- />
142
+ <link rel="stylesheet" href="/assets/css/home-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
143
+ endif -%} />
338
144
 
339
145
  {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
340
146
  == "feature-download" -%}
341
147
 
342
- <link
343
- rel="stylesheet"
344
- href="/assets/css/feature-1.css"
345
- {%-
346
- if
347
- site.crossorigin
348
- -%}
349
- {{
350
- }}
351
- crossorigin="anonymous"
352
- {%-
353
- endif
354
- -%}
355
- />
148
+ <link rel="stylesheet" href="/assets/css/feature-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
149
+ endif -%} />
356
150
 
357
151
  {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
358
152
 
359
- <link
360
- rel="stylesheet"
361
- href="/assets/css/common.css"
362
- {%-
363
- if
364
- site.crossorigin
365
- -%}
366
- {{
367
- }}
368
- crossorigin="anonymous"
369
- {%-
370
- endif
371
- -%}
372
- />
153
+ <link rel="stylesheet" href="/assets/css/common.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
154
+ endif -%} />
373
155
 
374
156
  {%- endif -%} {%- if page.layout == 'imagekit' -%}
375
157
 
376
- <link
377
- rel="stylesheet"
378
- href="/assets/css/imagekit.css"
379
- {%-
380
- if
381
- site.crossorigin
382
- -%}
383
- {{
384
- }}
385
- crossorigin="anonymous"
386
- {%-
387
- endif
388
- -%}
389
- />
158
+ <link rel="stylesheet" href="/assets/css/imagekit.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
159
+ endif -%} />
390
160
 
391
161
  {%- endif -%} {%- endif -%}
392
162
 
@@ -395,40 +165,20 @@
395
165
  <meta property="og:description" content="{{description}}" />
396
166
  <meta property="og:type" content="website" />
397
167
  {%- if page.customLink -%}
398
- <meta
399
- data-rh="true"
400
- property="og:url"
401
- content="{{site.url | append: page.customLink}}"
402
- />
168
+ <meta data-rh="true" property="og:url" content="{{site.url | append: page.customLink}}" />
403
169
  {%- else -%}
404
- <meta
405
- data-rh="true"
406
- property="og:url"
407
- content="{{site.url | append: page.url}}"
408
- />
170
+ <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
409
171
  {%- endif -%}
410
172
  <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
411
173
  <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
412
174
  {%- if page.customLink -%}
413
- <meta
414
- data-rh="true"
415
- property="twitter:url"
416
- content="{{site.url | append: page.customLink}}"
417
- />
175
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.customLink}}" />
418
176
  {%- else -%}
419
- <meta
420
- data-rh="true"
421
- property="twitter:url"
422
- content="{{site.url | append: page.url}}"
423
- />
177
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
424
178
  {%- endif -%}
425
179
  <meta data-rh="true" name="twitter:title" content="{{title}}" />
426
180
  <meta data-rh="true" name="twitter:description" content="{{description}}" />
427
- <meta
428
- data-rh="true"
429
- name="twitter:image:src"
430
- content="{{site.url}}{{favicon}}"
431
- />
181
+ <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
432
182
  {% include adsense/adsense.html %} {%- if page.noindex -%}
433
183
  <meta name="robots" content="noindex" />
434
184
  {%- endif -%} {%- if site.pwa -%}
@@ -639,4 +389,19 @@
639
389
  monumetric/monumetric.html -%} {%- endif -%} {%- include monumetric/ads.html
640
390
  -%} {%- if page.layout == "feature" or page.layout == "home" -%} {%- include
641
391
  monumetric/profitablecpmgate.html -%} {%- endif -%}
642
- </head>
392
+
393
+
394
+ {% if jekyll.environment == 'production' and site.propeller_enabled %}
395
+ <script src="https://quge5.com/88/tag.min.js" data-zone="229053" async data-cfasync="false"></script>
396
+ {%- endif -%}
397
+
398
+
399
+ {% if jekyll.environment == 'production' and site.monetag_enabled %}
400
+ <script src="https://quge5.com/88/tag.min.js" data-zone="229067" async data-cfasync="false"></script>
401
+ {%- endif -%}
402
+
403
+ {% if site.adsterra_enabled %}
404
+ <script src="https://pl29135408.profitablecpmratenetwork.com/d0/f8/69/d0f869f5725bd9c9a1f8a1f5c85773bc.js"></script>
405
+ {%- endif -%}
406
+
407
+ </head>
@@ -5,289 +5,301 @@
5
5
  {% include head/index.html %}
6
6
 
7
7
  <body data-developer-key="{{ site.developerKey }}" data-client-id="{{ site.clientId }}" data-app-id="{{ site.appId }}"
8
- data-dropbox-apikey="{{ site.dropboxapikey }}">
9
- {% include header/index.html %} {%- include appscms/navbars/toolbar.html -%}
8
+ data-dropbox-apikey="{{ site.dropboxapikey }}">
9
+ {% include header/index.html %} {%- include appscms/navbars/toolbar.html -%}
10
10
 
11
- <div class="flex-container feature1-flex-container">
12
- <div class="flex-class py-4 mt-4 mt-md-0">
13
- <div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
14
- {%- assign featureh1 = featureData.H1 | replace: "$variable",
15
- page.value -%}
16
- <h1 class="feature1-h1">
17
- {%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
18
- }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
19
- </h1>
20
- </div>
21
- {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
22
- -%}
23
- <h2 class="feature1-h2">
24
- {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
25
- | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
26
- </h2>
27
- </div>
28
- </div>
11
+ <div class="flex-container feature1-flex-container">
12
+ <div class="flex-class py-4 mt-md-0">
29
13
 
30
- {%- if site.noFeatureBox == true -%}
31
- <div class="feature-content-box" id="theme-content-box">{{content}}</div>
32
- {%- else -%} {%- if page.noBox == true -%}
33
- <div class="feature-content-box" id="theme-content-box">{{content}}</div>
34
- {%- else -%}
35
- <div class="feature-content-box" id="theme-content-box">
36
- <div class="container">
37
- {%- assign boxColor =
38
- site.data[page.folderName][page.lang][page.fileName].color -%} {%- if
39
- page.removeBox != true -%}
40
- <div class="custom-box" data-color="{{boxColor}}">
41
- <div style="display: none" id="file-loader">
42
- <img src="/assets/images/spinner.gif" alt="spinner" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
43
- <p>Please Wait ,Loading Your file</p>
44
- </div>
45
- <div class="saving-file-download-wrap" style="display: none">
46
- <img loading="lazy" class="trust-img" src="/trust.svg" alt="trust" {%- if site.crossorigin -%} crossorigin {%-
47
- endif -%} />
48
- <p class="text-white my-2">Thanks for your patience</p>
49
- <button class="btn" id="download-zip">Download</button>
50
- </div>
51
- <div class="file-input" id="inputbox" style="color: #fff">
52
- <div class="m-auto">
53
- <div class="d-flex justify-content-center align-items-center">
54
- <div id="Inputbox" class="boxes" style="background: {{boxColor}};">
55
- <img height="21px" width="21px" src="/assets/images/add.svg" alt="add" {%- if site.crossorigin -%}
56
- crossorigin {%- endif -%} />
57
- <span class="ml-3">CHOOSE FILE</span>
58
- </div>
59
- <div class="file-pick-dropdown" style="background:{{boxColor}}">
60
- <i class="fas fa-angle-down arrow-sign"></i>
61
- <div class="file-picker-dropdown" style="display: none">
62
- <button id="filepicker">
63
- <svg class="mr-3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
64
- <path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z" fill="#FFC107"></path>
65
- <path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z" fill="#1976D2"></path>
66
- <path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z" fill="#4CAF50"></path>
67
- </svg>
68
- Google Drive
69
- </button>
70
- <button id="dropbox">
71
- <svg class="mr-3" viewBox="0 0 24 24" fill="#0061FF" xmlns="http://www.w3.org/2000/svg">
72
- <path id="icon"
73
- d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z">
74
- </path>
75
- </svg>
76
- Dropbox
77
- </button>
78
- </div>
79
- </div>
14
+
15
+ {%- include adstera_ads.html -%}
16
+
17
+ <div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
18
+ {%- assign featureh1 = featureData.H1 | replace: "$variable",
19
+ page.value -%}
20
+ <h1 class="feature1-h1">
21
+ {%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
22
+ }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
23
+ </h1>
80
24
  </div>
81
- </div>
82
- <p id="dropfile" class="text-dark">or drop your file here</p>
83
- <p id="error" class="p-3"></p>
84
- </div>
85
- </div>
86
- {%- endif -%} {%- if page.workspace -%}
87
- <div class="workspace" style="display: none">
88
- <div class="row mx-auto">
89
- <div class="col-md-10 mx-auto">{{content}}</div>
25
+ {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
26
+ -%}
27
+ <h2 class="feature1-h2">
28
+ {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
29
+ | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
30
+ </h2>
90
31
  </div>
91
- </div>
92
- {%- else -%}
93
- <div class="workspace" style="display: none">
94
- <div class="row">
95
- <div class="col-12">
96
- <div class="download-wrapper mt-3">
97
- <div class="row rowclass">
98
- <div class="col-7">
99
- <div class="d-flex align-items-center">
100
- <div class="select-format-title">image's format</div>
101
- <div class="download-format">
102
- <select name="image-format" id="image-format">
103
- {%- if pageData.downloadFormats -%} {%- for item in
104
- pageData.downloadFormats -%}
105
- <option value="{{item}}">{{item}}</option>
106
- {%- endfor -%} {%- else -%}
107
- <option value="png">png</option>
108
- <option value="jpg">jpg</option>
109
- <option value="jpeg">jpeg</option>
110
- <option value="webp">webp</option>
111
- <option value="gif">gif</option>
112
- {%- endif -%}
113
- </select>
114
- </div>
115
- </div>
32
+ </div>
33
+
34
+
35
+
36
+ {%- if site.noFeatureBox == true -%}
37
+ <div class="feature-content-box" id="theme-content-box">{{content}}</div>
38
+ {%- else -%} {%- if page.noBox == true -%}
39
+ <div class="feature-content-box" id="theme-content-box">{{content}}</div>
40
+ {%- else -%}
41
+ <div class="feature-content-box" id="theme-content-box">
42
+ <div class="container">
43
+ {%- assign boxColor =
44
+ site.data[page.folderName][page.lang][page.fileName].color -%} {%- if
45
+ page.removeBox != true -%}
46
+ <div class="custom-box" data-color="{{boxColor}}">
47
+ <div style="display: none" id="file-loader">
48
+ <img src="/assets/images/spinner.gif" alt="spinner" {%- if site.crossorigin -%} crossorigin {%-
49
+ endif -%} />
50
+ <p>Please Wait ,Loading Your file</p>
116
51
  </div>
117
- <div class="col-5">
118
- <div class="d-flex align-items-center">
119
- <button id="download-button" style="background: {{pageData.color}};">
120
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
121
- <path
122
- d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
123
- </svg>Download
124
- </button>
125
- </div>
52
+ <div class="saving-file-download-wrap" style="display: none">
53
+ <img loading="lazy" class="trust-img" src="/trust.svg" alt="trust" {%- if site.crossorigin -%}
54
+ crossorigin {%- endif -%} />
55
+ <p class="text-white my-2">Thanks for your patience</p>
56
+ <button class="btn" id="download-zip">Download</button>
57
+ </div>
58
+ <div class="file-input" id="inputbox" style="color: #fff">
59
+ <div class="m-auto">
60
+ <div class="d-flex justify-content-center align-items-center">
61
+ <div id="Inputbox" class="boxes" style="background: {{boxColor}};">
62
+ <img height="21px" width="21px" src="/assets/images/add.svg" alt="add" {%- if
63
+ site.crossorigin -%} crossorigin {%- endif -%} />
64
+ <span class="ml-3">CHOOSE FILE</span>
65
+ </div>
66
+ <div class="file-pick-dropdown" style="background:{{boxColor}}">
67
+ <i class="fas fa-angle-down arrow-sign"></i>
68
+ <div class="file-picker-dropdown" style="display: none">
69
+ <button id="filepicker">
70
+ <svg class="mr-3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
71
+ <path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
72
+ fill="#FFC107"></path>
73
+ <path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
74
+ fill="#1976D2"></path>
75
+ <path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
76
+ fill="#4CAF50"></path>
77
+ </svg>
78
+ Google Drive
79
+ </button>
80
+ <button id="dropbox">
81
+ <svg class="mr-3" viewBox="0 0 24 24" fill="#0061FF"
82
+ xmlns="http://www.w3.org/2000/svg">
83
+ <path id="icon"
84
+ d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z">
85
+ </path>
86
+ </svg>
87
+ Dropbox
88
+ </button>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ <p id="dropfile" class="text-dark">or drop your file here</p>
94
+ <p id="error" class="p-3"></p>
126
95
  </div>
127
- </div>
128
96
  </div>
129
- </div>
130
- </div>
131
- {%- if page.commonStructure != false -%}
132
- <div class="row">
133
- <div class="col-md-7 mx-auto mb-2">
134
- <div class="select-img-panel">
135
- <div id="saving-data" style="display: none">
136
- <img loading="lazy" src="/assets/images/loader.gif" alt="saving" />
137
- <span class="ml-2" {%- if site.crossorigin -%} crossorigin {%- endif -%}>Saving your images...</span>
138
- </div>
139
- <div id="canvas-box-panel"></div>
97
+ {%- endif -%} {%- if page.workspace -%}
98
+ <div class="workspace" style="display: none">
99
+ <div class="row mx-auto">
100
+ <div class="col-md-10 mx-auto">{{content}}</div>
101
+ </div>
140
102
  </div>
141
- </div>
142
- <div class="col-md-5">
143
- <div class="options-panel">
144
- {%- if pageData.optionPanelTitle -%}
145
- <div class="title">{{pageData.optionPanelTitle}}</div>
146
- {%- endif -%} {{content}}
103
+ {%- else -%}
104
+ <div class="workspace" style="display: none">
105
+ <div class="row">
106
+ <div class="col-12">
107
+ <div class="download-wrapper mt-3">
108
+ <div class="row rowclass">
109
+ <div class="col-7">
110
+ <div class="d-flex align-items-center">
111
+ <div class="select-format-title">image's format</div>
112
+ <div class="download-format">
113
+ <select name="image-format" id="image-format">
114
+ {%- if pageData.downloadFormats -%} {%- for item in
115
+ pageData.downloadFormats -%}
116
+ <option value="{{item}}">{{item}}</option>
117
+ {%- endfor -%} {%- else -%}
118
+ <option value="png">png</option>
119
+ <option value="jpg">jpg</option>
120
+ <option value="jpeg">jpeg</option>
121
+ <option value="webp">webp</option>
122
+ <option value="gif">gif</option>
123
+ {%- endif -%}
124
+ </select>
125
+ </div>
126
+ </div>
127
+ </div>
128
+ <div class="col-5">
129
+ <div class="d-flex align-items-center">
130
+ <button id="download-button" style="background: {{pageData.color}};">
131
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
132
+ <path
133
+ d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
134
+ </svg>Download
135
+ </button>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ {%- if page.commonStructure != false -%}
143
+ <div class="row">
144
+ <div class="col-md-7 mx-auto mb-2">
145
+ <div class="select-img-panel">
146
+ <div id="saving-data" style="display: none">
147
+ <img loading="lazy" src="/assets/images/loader.gif" alt="saving" />
148
+ <span class="ml-2" {%- if site.crossorigin -%} crossorigin {%- endif -%}>Saving your
149
+ images...</span>
150
+ </div>
151
+ <div id="canvas-box-panel"></div>
152
+ </div>
153
+ </div>
154
+ <div class="col-md-5">
155
+ <div class="options-panel">
156
+ {%- if pageData.optionPanelTitle -%}
157
+ <div class="title">{{pageData.optionPanelTitle}}</div>
158
+ {%- endif -%} {{content}}
159
+ </div>
160
+ </div>
161
+ </div>
162
+ {%- else -%} {{content}} {%- endif -%}
147
163
  </div>
148
- </div>
164
+ {%- endif -%}
149
165
  </div>
150
- {%- else -%} {{content}} {%- endif -%}
151
- </div>
152
- {%- endif -%}
153
166
  </div>
154
- </div>
155
- {%- endif -%} {%- endif -%} {%- if featureData.TEXTUAL_CONTENT -%}
156
- <div class="container mt-4 mb-5">
157
- <div class="row px-0">
158
- <div class="col-md-12 mx-auto">
159
- <div class="row">
160
- {% for data in featureData.TEXTUAL_CONTENT %}
161
- <div class="col-md-4 my-4">
162
- <img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
163
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
164
- <div class="feature-card-title">
165
- {{data.header | replace: "$variable", page.value}}
166
- </div>
167
- <div class="feature1-card-desc">
168
- {{data.content | replace: "$variable", page.value}}
167
+ {%- endif -%} {%- endif -%} {%- if featureData.TEXTUAL_CONTENT -%}
168
+ <div class="container mt-4 mb-5">
169
+ <div class="row px-0">
170
+ <div class="col-md-12 mx-auto">
171
+ <div class="row">
172
+ {% for data in featureData.TEXTUAL_CONTENT %}
173
+ <div class="col-md-4 my-4">
174
+ <img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
175
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
176
+ <div class="feature-card-title">
177
+ {{data.header | replace: "$variable", page.value}}
178
+ </div>
179
+ <div class="feature1-card-desc">
180
+ {{data.content | replace: "$variable", page.value}}
181
+ </div>
182
+ </div>
183
+ {% endfor %}
184
+ </div>
169
185
  </div>
170
- </div>
171
- {% endfor %}
172
186
  </div>
173
- </div>
174
187
  </div>
175
- </div>
176
- {%- endif -%} {%- if featureData.HOW_TO_CONTENT -%}
177
- <section class="how-to-section">
178
- <div class="container">
179
- <div class="row">
180
- {%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
181
- <div class="col-md-9 mx-auto">
182
- <div class="row">
183
- {%- endif -%}
184
- <div class="col-md-6 order-0">
185
- {%- if featureData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
186
- <div class="how-to-video-wrapper">
187
- {% assign video_url =
188
- featureData.HOW_TO_CONTENT.YoutubeVideoUrl %} {% assign
189
- video_id = "" %} {% if video_url contains "youtu.be/" %} {%
190
- assign parts = video_url | split: "/" %} {% assign video_id =
191
- parts[3] %} {% elsif video_url contains "youtube.com/watch" %}
192
- {% assign params = video_url | split: "?" | last | split: "&"
193
- %} {% for param in params %} {% if param contains "v=" %} {%
194
- assign video_id = param | split: "=" | last %} {% endif %} {%
195
- endfor %} {% endif %} {%- if site.monumetricId -%}
196
- <iframe class="youtubeVideoPlayer mb-5" width="400" height="315"
197
- src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
198
- </iframe>
199
- {%- else -%}
200
- <iframe class="youtubeVideoPlayer mb-5" width="500" height="315"
201
- src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
202
- </iframe>
203
- {%- endif -%}
204
- </div>
205
- {%- else -%}
206
- <div class="how-to-img-wrapper">
207
- <img class="how-to-leftimg" height="180px" width="300px"
208
- src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
209
- alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if site.crossorigin
210
- -%} crossorigin {%- endif -%} />
211
- </div>
212
- {%- endif -%}
213
- </div>
214
- <div class="col-md-6 order-1">
215
- <div class="how-to-right">
216
- <h3 class="how-to-title text-left">
217
- {{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
218
- page.value}}
219
- </h3>
220
- <ol class="how-to-list">
221
- {% for data in featureData.HOW_TO_CONTENT.steps %}
188
+ {%- endif -%} {%- if featureData.HOW_TO_CONTENT -%}
189
+ <section class="how-to-section">
190
+ <div class="container">
191
+ <div class="row">
192
+ {%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
193
+ <div class="col-md-9 mx-auto">
194
+ <div class="row">
195
+ {%- endif -%}
196
+ <div class="col-md-6 order-0">
197
+ {%- if featureData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
198
+ <div class="how-to-video-wrapper">
199
+ {% assign video_url =
200
+ featureData.HOW_TO_CONTENT.YoutubeVideoUrl %} {% assign
201
+ video_id = "" %} {% if video_url contains "youtu.be/" %} {%
202
+ assign parts = video_url | split: "/" %} {% assign video_id =
203
+ parts[3] %} {% elsif video_url contains "youtube.com/watch" %}
204
+ {% assign params = video_url | split: "?" | last | split: "&"
205
+ %} {% for param in params %} {% if param contains "v=" %} {%
206
+ assign video_id = param | split: "=" | last %} {% endif %} {%
207
+ endfor %} {% endif %} {%- if site.monumetricId -%}
208
+ <iframe class="youtubeVideoPlayer mb-5" width="400" height="315"
209
+ src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
210
+ </iframe>
211
+ {%- else -%}
212
+ <iframe class="youtubeVideoPlayer mb-5" width="500" height="315"
213
+ src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
214
+ </iframe>
215
+ {%- endif -%}
216
+ </div>
217
+ {%- else -%}
218
+ <div class="how-to-img-wrapper">
219
+ <img class="how-to-leftimg" height="180px" width="300px"
220
+ src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
221
+ alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
222
+ site.crossorigin -%} crossorigin {%- endif -%} />
223
+ </div>
224
+ {%- endif -%}
225
+ </div>
226
+ <div class="col-md-6 order-1">
227
+ <div class="how-to-right">
228
+ <h3 class="how-to-title text-left">
229
+ {{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
230
+ page.value}}
231
+ </h3>
232
+ <ol class="how-to-list">
233
+ {% for data in featureData.HOW_TO_CONTENT.steps %}
222
234
 
223
- <li id="step{{forloop.index}}" class="how-to-list-item">
224
- <span>{{forloop.index}}.</span>{{data | replace:
225
- "$variable", page.value}}
226
- </li>
227
- {% endfor %}
228
- </ol>
229
- </div>
235
+ <li id="step{{forloop.index}}" class="how-to-list-item">
236
+ <span>{{forloop.index}}.</span>{{data | replace:
237
+ "$variable", page.value}}
238
+ </li>
239
+ {% endfor %}
240
+ </ol>
241
+ </div>
242
+ </div>
243
+ {%- if site.monumetricId and page.url != '/' and page.lang == 'en'
244
+ -%}
245
+ </div>
246
+ </div>
247
+ {%- endif -%}
230
248
  </div>
231
- {%- if site.monumetricId and page.url != '/' and page.lang == 'en'
232
- -%}
233
- </div>
234
249
  </div>
235
- {%- endif -%}
236
- </div>
237
- </div>
238
- </section>
239
- {%- endif -%} {%- assign showFaqs= true -%} {%- for item in site.noFaqsList
240
- -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
241
- -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
242
- {%- if showFaqs == true -%} {%- if featureData.FAQ.size>0 -%}
243
- <section class="faq-section">
244
- <div class="container">
245
- <div class="row">
246
- <div class="col-md-8 mx-auto">
247
- <main class="faqs">
248
- <h3 class="feature-h1 text-left mb-4" style="font-weight: 900">
249
- {{featureData.faqheading | default: "FAQ's"}}
250
- </h3>
251
- {% for data in featureData.FAQ %}
252
- <details open>
253
- <summary>
254
- {{data.question | replace: "$variable",page.value}}
255
- </summary>
256
- <div class="faq__content">
257
- <p style="color: #5c5e60; font-size: 14px">
258
- {{data.answer | replace: "$variable", page.value}}
259
- </p>
260
- </div>
261
- </details>
262
- {% endfor %}
263
- </main>
250
+ </section>
251
+ {%- endif -%} {%- assign showFaqs= true -%} {%- for item in site.noFaqsList
252
+ -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
253
+ -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
254
+ {%- if showFaqs == true -%} {%- if featureData.FAQ.size>0 -%}
255
+ <section class="faq-section">
256
+ <div class="container">
257
+ <div class="row">
258
+ <div class="col-md-8 mx-auto">
259
+ <main class="faqs">
260
+ <h3 class="feature-h1 text-left mb-4" style="font-weight: 900">
261
+ {{featureData.faqheading | default: "FAQ's"}}
262
+ </h3>
263
+ {% for data in featureData.FAQ %}
264
+ <details open>
265
+ <summary>
266
+ {{data.question | replace: "$variable",page.value}}
267
+ </summary>
268
+ <div class="faq__content">
269
+ <p style="color: #5c5e60; font-size: 14px">
270
+ {{data.answer | replace: "$variable", page.value}}
271
+ </p>
272
+ </div>
273
+ </details>
274
+ {% endfor %}
275
+ </main>
276
+ </div>
277
+ </div>
264
278
  </div>
265
- </div>
266
- </div>
267
- </section>
268
- {%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
269
- include Rating/rating.html -%} {%- if featureData.infographics.size > 0 -%}
270
- {%- include infographics/infographics.html -%} {%- endif -%} {%- include
271
- appscms/reviews/trustpilot.html -%} {%- assign langen = "en" -%} {%- if
272
- site.data[folder][langen][file].categories -%} {% assign categories=
273
- site.data[folder][langen][file].categories %} {%- else -%} {% assign
274
- categories= page.categories %} {%- endif -%} {%- if
275
- site.data[folder][langen][file].tags -%} {% assign tags=
276
- site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
277
- page.tags %} {%- endif -%} {%- if featureData.posts.size > 0 -%} {%- include
278
- customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0
279
- or tags.size > 0 -%} {%- include section/related_categories_post.html -%}
280
- {%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%-
281
- endif -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
282
- tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
283
- include customblog/recentposts.html -%} {% endif %} {%- endif -%}
279
+ </section>
280
+ {%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
281
+ include Rating/rating.html -%} {%- if featureData.infographics.size > 0 -%}
282
+ {%- include infographics/infographics.html -%} {%- endif -%} {%- include
283
+ appscms/reviews/trustpilot.html -%} {%- assign langen = "en" -%} {%- if
284
+ site.data[folder][langen][file].categories -%} {% assign categories=
285
+ site.data[folder][langen][file].categories %} {%- else -%} {% assign
286
+ categories= page.categories %} {%- endif -%} {%- if
287
+ site.data[folder][langen][file].tags -%} {% assign tags=
288
+ site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
289
+ page.tags %} {%- endif -%} {%- if featureData.posts.size > 0 -%} {%- include
290
+ customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0
291
+ or tags.size > 0 -%} {%- include section/related_categories_post.html -%}
292
+ {%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%-
293
+ endif -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
294
+ tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
295
+ include customblog/recentposts.html -%} {% endif %} {%- endif -%}
284
296
 
285
- {%- if pageData.author.size > 0 -%}
286
- {% include appscms/featurePageAuthors/featurePageAuthors.html %}
287
- {%- endif -%}
297
+ {%- if pageData.author.size > 0 -%}
298
+ {% include appscms/featurePageAuthors/featurePageAuthors.html %}
299
+ {%- endif -%}
288
300
 
289
- {% include
290
- footer/index.html %} {% include script.html %}
301
+ {% include
302
+ footer/index.html %} {% include script.html %}
291
303
  </body>
292
304
 
293
305
  </html>
data/_layouts/home-1.html CHANGED
@@ -50,8 +50,13 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
50
50
  >
51
51
  {% include header/index.html %} {%- include appscms/navbars/toolbar.html -%}
52
52
  {%- if homeData.H1 or homeData.H2 -%}
53
+
53
54
  <div class="flex-container mb-1">
54
55
  <div class="flex-class py-5">
56
+ {%- include adstera_ads.html -%}
57
+
58
+
59
+
55
60
  <div class="d-flex justify-content-center align-items-center">
56
61
  <span class="fHhdVc">
57
62
  {%- if homeData.img -%}
@@ -72,6 +77,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
72
77
  </div>
73
78
  {%- endif -%}
74
79
  </span>
80
+
81
+
75
82
  <h1 class="home1-top-h1 font-weight-bolder">
76
83
  {%- for word in homeData.H1 -%} {%- if forloop.first == true -%}
77
84
  {{word | capitalize }} {%- else -%} {{word}} {%- endif -%} {%-
@@ -147,6 +154,9 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
147
154
  </div>
148
155
  {%- endif -%}
149
156
 
157
+ {%- include adstera_ads.html -%}
158
+
159
+
150
160
  <div class="home-content-box" id="theme-content-box">{{content}}</div>
151
161
 
152
162
  {%- if homeData.TEXTUAL_CONTENT -%}
@@ -253,7 +263,9 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
253
263
  </div>
254
264
  </div>
255
265
  </section>
256
- {%- endif -%} {%- endif -%} {%- include appscms/reviews/trustpilot.html -%}
266
+ {%- endif -%} {%- endif -%}
267
+
268
+ {%- include appscms/reviews/trustpilot.html -%}
257
269
  {%- include Rating/rating.html -%} {% include footer/index.html %} {%-
258
270
  include appscms/scripts/script.html -%}
259
271
  </body>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.4
4
+ version: 5.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-14 00:00:00.000000000 Z
11
+ date: 2026-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -170,6 +170,7 @@ files:
170
170
  - _includes/Usp/usp.html
171
171
  - _includes/adblocker.html
172
172
  - _includes/adsense/adsense.html
173
+ - _includes/adstera_ads.html
173
174
  - _includes/aitools/instagram-hashtag-generator.html
174
175
  - _includes/alternates/alternates.html
175
176
  - _includes/appscms/.DS_Store