appscms-tools-theme 4.7.4 → 4.7.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/footer/en/data.json +264 -2
- data/_data/header/en/data.json +1 -5
- data/_data/home/en/en.json +1 -169
- data/_data/home-1/en/en.json +237 -1
- data/_includes/alternates/alternates.html +25 -72
- data/_includes/appscms/head/head.html +7 -7
- data/_includes/appscms/navbars/toolbar.html +205 -213
- data/_includes/head/index.html +4 -0
- data/_includes/header/index.html +28 -68
- data/_includes/script.html +1 -1
- data/_layouts/feature-1.html +241 -361
- data/_layouts/home-1.html +3 -46
- data/assets/css/appscms-variables.css +1 -1
- data/assets/css/common.css +395 -1
- data/assets/css/home-1.css +1 -0
- metadata +3 -3
data/_layouts/feature-1.html
CHANGED
@@ -2,405 +2,285 @@
|
|
2
2
|
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
3
3
|
<!DOCTYPE html>
|
4
4
|
<html lang="{{page.lang}}">
|
5
|
-
|
5
|
+
{% include head/index.html %}
|
6
6
|
|
7
|
-
|
8
|
-
|
7
|
+
<body>
|
8
|
+
{% include header/index.html %}
|
9
|
+
{%- include appscms/navbars/toolbar.html -%}
|
9
10
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
>
|
16
|
-
{%-
|
17
|
-
|
18
|
-
|
19
|
-
{%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
|
20
|
-
}} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
21
|
-
</h1>
|
22
|
-
</div>
|
23
|
-
{%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
|
24
|
-
-%}
|
25
|
-
<h2 class="feature1-h2">
|
26
|
-
{%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
|
27
|
-
| capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
28
|
-
</h2>
|
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>
|
29
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>
|
30
27
|
</div>
|
28
|
+
</div>
|
31
29
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
class="
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
id="Inputbox"
|
81
|
-
class="boxes"
|
82
|
-
style="background: {{boxColor}};"
|
83
|
-
>
|
84
|
-
<img
|
85
|
-
height="21px"
|
86
|
-
width="21px"
|
87
|
-
src="/assets/images/add.svg"
|
88
|
-
alt="add"
|
89
|
-
{%-
|
90
|
-
if
|
91
|
-
site.crossorigin
|
92
|
-
-%}
|
93
|
-
crossorigin
|
94
|
-
{%-
|
95
|
-
endif
|
96
|
-
-%}
|
97
|
-
/>
|
98
|
-
<span class="ml-3">CHOOSE FILE</span>
|
99
|
-
</div>
|
100
|
-
<div class="file-pick-dropdown" style="background:{{boxColor}}">
|
101
|
-
<i class="fas fa-angle-down arrow-sign"></i>
|
102
|
-
<div class="file-picker-dropdown" style="display: none">
|
103
|
-
<button id="filepicker">
|
104
|
-
<svg
|
105
|
-
class="mr-3"
|
106
|
-
viewBox="0 0 24 24"
|
107
|
-
xmlns="http://www.w3.org/2000/svg"
|
108
|
-
>
|
109
|
-
<path
|
110
|
-
id="Path"
|
111
|
-
d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
|
112
|
-
fill="#FFC107"
|
113
|
-
></path>
|
114
|
-
<path
|
115
|
-
id="Path_2"
|
116
|
-
d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
|
117
|
-
fill="#1976D2"
|
118
|
-
></path>
|
119
|
-
<path
|
120
|
-
id="Path_3"
|
121
|
-
d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
|
122
|
-
fill="#4CAF50"
|
123
|
-
></path>
|
124
|
-
</svg>
|
125
|
-
Google Drive
|
126
|
-
</button>
|
127
|
-
<button id="dropbox">
|
128
|
-
<svg
|
129
|
-
class="mr-3"
|
130
|
-
viewBox="0 0 24 24"
|
131
|
-
fill="#0061FF"
|
132
|
-
xmlns="http://www.w3.org/2000/svg"
|
133
|
-
>
|
134
|
-
<path
|
135
|
-
id="icon"
|
136
|
-
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"
|
137
|
-
></path>
|
138
|
-
</svg>
|
139
|
-
Dropbox
|
140
|
-
</button>
|
141
|
-
</div>
|
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>
|
142
78
|
</div>
|
143
79
|
</div>
|
144
80
|
</div>
|
145
|
-
<p id="dropfile" class="text-dark">or drop your file here</p>
|
146
|
-
<p id="error" class="p-3"></p>
|
147
81
|
</div>
|
82
|
+
<p id="dropfile" class="text-dark">or drop your file here</p>
|
83
|
+
<p id="error" class="p-3"></p>
|
148
84
|
</div>
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
</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>
|
154
90
|
</div>
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
</
|
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>
|
178
114
|
</div>
|
179
115
|
</div>
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
>
|
190
|
-
<path
|
191
|
-
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"
|
192
|
-
/></svg
|
193
|
-
>Download
|
194
|
-
</button>
|
195
|
-
</div>
|
116
|
+
</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>
|
196
125
|
</div>
|
197
126
|
</div>
|
198
127
|
</div>
|
199
128
|
</div>
|
200
129
|
</div>
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
alt="saving"
|
210
|
-
/>
|
211
|
-
<span
|
212
|
-
class="ml-2"
|
213
|
-
{%-
|
214
|
-
if
|
215
|
-
site.crossorigin
|
216
|
-
-%}
|
217
|
-
crossorigin
|
218
|
-
{%-
|
219
|
-
endif
|
220
|
-
-%}
|
221
|
-
>Saving your images...</span
|
222
|
-
>
|
223
|
-
</div>
|
224
|
-
<div id="canvas-box-panel"></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>
|
225
138
|
</div>
|
139
|
+
<div id="canvas-box-panel"></div>
|
226
140
|
</div>
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
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}}
|
233
147
|
</div>
|
234
148
|
</div>
|
235
|
-
{%- else -%} {{content}} {%- endif -%}
|
236
149
|
</div>
|
237
|
-
{%- endif -%}
|
150
|
+
{%- else -%} {{content}} {%- endif -%}
|
238
151
|
</div>
|
152
|
+
{%- endif -%}
|
239
153
|
</div>
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
if
|
256
|
-
site.crossorigin
|
257
|
-
-%}
|
258
|
-
crossorigin
|
259
|
-
{%-
|
260
|
-
endif
|
261
|
-
-%}
|
262
|
-
/>
|
263
|
-
<div class="feature-card-title">
|
264
|
-
{{data.header | replace: "$variable", page.value}}
|
265
|
-
</div>
|
266
|
-
<div class="feature1-card-desc">
|
267
|
-
{{data.content | replace: "$variable", page.value}}
|
268
|
-
</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}}
|
269
169
|
</div>
|
270
|
-
{% endfor %}
|
271
170
|
</div>
|
171
|
+
{% endfor %}
|
272
172
|
</div>
|
273
173
|
</div>
|
274
174
|
</div>
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1"
|
300
|
-
allowfullscreen
|
301
|
-
>
|
302
|
-
</iframe>
|
303
|
-
{%- else -%}
|
304
|
-
<iframe
|
305
|
-
class="youtubeVideoPlayer mb-5"
|
306
|
-
width="500"
|
307
|
-
height="315"
|
308
|
-
src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1"
|
309
|
-
allowfullscreen
|
310
|
-
>
|
311
|
-
</iframe>
|
312
|
-
{%- endif -%}
|
313
|
-
</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>
|
314
199
|
{%- else -%}
|
315
|
-
<
|
316
|
-
|
317
|
-
|
318
|
-
height="180px"
|
319
|
-
width="300px"
|
320
|
-
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}"
|
321
|
-
loading="lazy"
|
322
|
-
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}"
|
323
|
-
{%-
|
324
|
-
if
|
325
|
-
site.crossorigin
|
326
|
-
-%}
|
327
|
-
crossorigin
|
328
|
-
{%-
|
329
|
-
endif
|
330
|
-
-%}
|
331
|
-
/>
|
332
|
-
</div>
|
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>
|
333
203
|
{%- endif -%}
|
334
204
|
</div>
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
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 %}
|
343
222
|
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
</div>
|
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>
|
351
229
|
</div>
|
352
|
-
{%- if site.monumetricId and page.url != '/' and page.lang == 'en'
|
353
|
-
-%}
|
354
230
|
</div>
|
231
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en'
|
232
|
+
-%}
|
355
233
|
</div>
|
356
|
-
{%- endif -%}
|
357
234
|
</div>
|
235
|
+
{%- endif -%}
|
358
236
|
</div>
|
359
|
-
</
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
</
|
382
|
-
</
|
383
|
-
|
384
|
-
|
385
|
-
</
|
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>
|
386
264
|
</div>
|
387
265
|
</div>
|
388
|
-
</
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
</
|
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 -%} {%- assign
|
271
|
+
langen = "en" -%} {%- if site.data[folder][langen][file].categories -%} {%
|
272
|
+
assign categories= site.data[folder][langen][file].categories %} {%- else
|
273
|
+
-%} {% assign categories= page.categories %} {%- endif -%} {%- if
|
274
|
+
site.data[folder][langen][file].tags -%} {% assign tags=
|
275
|
+
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
276
|
+
page.tags %} {%- endif -%} {%- if featureData.posts.size > 0 -%} {%- include
|
277
|
+
customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0
|
278
|
+
or tags.size > 0 -%} {%- include section/related_categories_post.html -%}
|
279
|
+
{%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%-
|
280
|
+
endif -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
281
|
+
tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
|
282
|
+
include customblog/recentposts.html -%} {% endif %} {%- endif -%} {% include
|
283
|
+
footer/index.html %} {% include script.html %}
|
284
|
+
</body>
|
285
|
+
|
286
|
+
</html>
|