appscms-tools-theme 3.3.5 → 3.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 +4 -4
- data/_data/blog/nav.json +1 -1
- data/_data/feature/en/3_shop_posters.json +1 -0
- data/_data/feature/en/batch-conversion.json +6 -0
- data/_data/feature/en/compress-pdf.json +16 -1
- data/_data/feature/en/devtools.json +6 -0
- data/_data/feature/en/split-pdf.json +5 -0
- data/_data/feature/en/theframe.json +1 -0
- data/_data/header/en/data.json +1 -1
- data/_data/home/en/en.json +1 -0
- data/_includes/author_bio.html +31 -27
- data/_includes/custom-head.html +13 -0
- data/_includes/feature.html +10 -26
- data/_includes/featurePageAuthors/featurePageAuthors.html +107 -0
- data/_layouts/aboutUs.html +65 -4
- data/_layouts/allAuthors.html +122 -0
- data/_layouts/author.html +369 -0
- data/_layouts/blog.html +4 -4
- data/_layouts/devtools.html +2 -1
- data/_layouts/feature.html +321 -341
- data/_layouts/home.html +10 -2
- data/_layouts/post.html +30 -1
- data/assets/css/blog.css +1 -0
- metadata +6 -3
data/_layouts/feature.html
CHANGED
|
@@ -2,387 +2,367 @@
|
|
|
2
2
|
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
|
3
3
|
<!DOCTYPE html>
|
|
4
4
|
<html lang="{{page.lang}}">
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
<div class="container">
|
|
15
|
-
{%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We
|
|
16
|
-
do not upload any files to server, hence your data is 100% secure. {%-
|
|
17
|
-
endif -%}
|
|
18
|
-
</div>
|
|
5
|
+
{% include head/index.html %}
|
|
6
|
+
<body>
|
|
7
|
+
{% include header/index.html %} {%- if site.safeui -%}
|
|
8
|
+
<div class="alert alert-{{featureData.variant | default: 'info'}} fade show text-center" role="alert"
|
|
9
|
+
id="safeui-alert">
|
|
10
|
+
<div class="container">
|
|
11
|
+
{%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We
|
|
12
|
+
do not upload any files to server, hence your data is 100% secure. {%-
|
|
13
|
+
endif -%}
|
|
19
14
|
</div>
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
15
|
+
</div>
|
|
16
|
+
{%- endif -%} {%- if page.layout != "frame" and page.layout !=
|
|
17
|
+
"photo-effects-home" and page.layout != "video" and page.layout != "audio"
|
|
18
|
+
-%} {%- if site.newFeatureBox -%}
|
|
19
|
+
<div class="appscms-sidebar-left"></div>
|
|
20
|
+
<div class="appscms-sidebar-right"></div>
|
|
21
|
+
{%- endif -%}
|
|
26
22
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
class="
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
{%- else -%}
|
|
50
|
-
<svg
|
|
51
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
52
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
53
|
-
viewBox="0 0 36 36"
|
|
54
|
-
fill="#000"
|
|
55
|
-
>
|
|
56
|
-
<path
|
|
57
|
-
d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z"
|
|
58
|
-
></path>
|
|
59
|
-
</svg>
|
|
60
|
-
{%- endif -%}
|
|
61
|
-
</div>
|
|
62
|
-
</span>
|
|
63
|
-
{%- assign featureh1 = featureData.H1 | replace: "$variable",
|
|
64
|
-
page.value -%}
|
|
65
|
-
<h1 id="feature-h1" class="feature-h1">
|
|
66
|
-
{%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
|
|
67
|
-
| capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
|
68
|
-
</h1>
|
|
69
|
-
</div>
|
|
70
|
-
{%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
|
|
71
|
-
-%}
|
|
72
|
-
<h2 id="feature-h2" class="feature-h2">
|
|
73
|
-
{%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
|
|
23
|
+
<div class="flex-container pb-3">
|
|
24
|
+
<div class="flex-class py-4 mt-4 mt-md-0">
|
|
25
|
+
<div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
|
|
26
|
+
<span id="h1-img" class="fHhdVc">
|
|
27
|
+
<div class="div-cont feature-img mr-2">
|
|
28
|
+
{%- if featureData.img -%}
|
|
29
|
+
<img style="width:{{featureData.imgwidth}};height:{{featureData.imgheight}};" src="{{featureData.img}}"
|
|
30
|
+
alt="{{featureData.imgalt}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
|
31
|
+
{%- else -%}
|
|
32
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36"
|
|
33
|
+
fill="#000">
|
|
34
|
+
<path
|
|
35
|
+
d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
|
|
36
|
+
</path>
|
|
37
|
+
</svg>
|
|
38
|
+
{%- endif -%}
|
|
39
|
+
</div>
|
|
40
|
+
</span>
|
|
41
|
+
{%- assign featureh1 = featureData.H1 | replace: "$variable",
|
|
42
|
+
page.value -%}
|
|
43
|
+
<h1 id="feature-h1" class="feature-h1">
|
|
44
|
+
{%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
|
|
74
45
|
| capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
|
75
|
-
</
|
|
46
|
+
</h1>
|
|
76
47
|
</div>
|
|
48
|
+
{%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
|
|
49
|
+
-%}
|
|
50
|
+
<h2 id="feature-h2" class="feature-h2">
|
|
51
|
+
{%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
|
|
52
|
+
| capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
|
53
|
+
</h2>
|
|
77
54
|
</div>
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
<
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
55
|
+
</div>
|
|
56
|
+
{%- endif -%} {%- if site.noFeatureBox == true -%}
|
|
57
|
+
<div class="feature-content-box" id="theme-content-box">{{content}}</div>
|
|
58
|
+
{%- elsif site.newFeatureBox -%}
|
|
59
|
+
<div class="feature-content-box" id="theme-content-box">
|
|
60
|
+
<div class="container">
|
|
61
|
+
{%- assign boxColor =
|
|
62
|
+
site.data[page.folderName][page.lang][page.fileName].color -%} {%- if
|
|
63
|
+
page.removeBox != true -%}
|
|
64
|
+
<div class="custom-box" data-color="{{boxColor}}">
|
|
65
|
+
<div style="display: none" id="file-loader">
|
|
66
|
+
<img src="/spinner.gif" alt="spinner" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
|
67
|
+
<p>Please Wait ,Loading Your file</p>
|
|
68
|
+
</div>
|
|
69
|
+
<div class="saving-file-download-wrap" style="display: none">
|
|
70
|
+
<img loading="lazy" class="trust-img" src="/trust.svg" alt="trust" {%- if site.crossorigin -%} crossorigin {%-
|
|
71
|
+
endif -%} />
|
|
72
|
+
<p class="text-white my-2">Thanks for your patience</p>
|
|
73
|
+
<button class="btn" id="download-zip">Download</button>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="file-input" id="inputbox" style="color: #fff">
|
|
76
|
+
<div class="m-auto">
|
|
77
|
+
<div class="d-flex justify-content-center align-items-center">
|
|
78
|
+
<div id="Inputbox" class="boxes" style="background-color: {{boxColor}};">
|
|
79
|
+
<img height="21px" width="21px" src="/assets/images/add.svg" alt="add" {%- if site.crossorigin -%}
|
|
80
|
+
crossorigin {%- endif -%} />
|
|
81
|
+
<span class="ml-3">CHOOSE FILE</span>
|
|
82
|
+
</div>
|
|
83
|
+
<div class="file-pick-dropdown" style="background-color:{{boxColor}}">
|
|
84
|
+
<i class="fas fa-angle-down arrow-sign"></i>
|
|
85
|
+
<div class="file-picker-dropdown" style="display: none">
|
|
86
|
+
<button id="filepicker">
|
|
87
|
+
<svg class="mr-3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
88
|
+
<path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z" fill="#FFC107"></path>
|
|
89
|
+
<path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z" fill="#1976D2"></path>
|
|
90
|
+
<path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z" fill="#4CAF50"></path>
|
|
91
|
+
</svg>
|
|
92
|
+
Google Drive
|
|
93
|
+
</button>
|
|
94
|
+
<button id="dropbox">
|
|
95
|
+
<svg class="mr-3" viewBox="0 0 24 24" fill="#0061FF" xmlns="http://www.w3.org/2000/svg">
|
|
96
|
+
<path id="icon"
|
|
97
|
+
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">
|
|
98
|
+
</path>
|
|
99
|
+
</svg>
|
|
100
|
+
Dropbox
|
|
101
|
+
</button>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
119
105
|
</div>
|
|
120
|
-
<
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
106
|
+
<p id="dropfile" class="text-dark">or drop your file here</p>
|
|
107
|
+
<p id="error" class="p-3"></p>
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
{%- endif -%} {%- if page.workspace -%}
|
|
111
|
+
<div class="workspace" style="display: none">
|
|
112
|
+
<div class="row mx-auto">
|
|
113
|
+
<div class="col-md-10 mx-auto">{{content}}</div>
|
|
114
|
+
</div>
|
|
115
|
+
</div>
|
|
116
|
+
{%- else -%}
|
|
117
|
+
<div class="workspace" style="display: none">
|
|
118
|
+
<div class="row">
|
|
119
|
+
<div class="col-12">
|
|
120
|
+
<div class="download-wrapper mt-3">
|
|
121
|
+
<div class="row rowclass">
|
|
122
|
+
<div class="col-7">
|
|
123
|
+
<div class="d-flex align-items-center">
|
|
124
|
+
<div class="select-format-title">image's format</div>
|
|
125
|
+
<div class="download-format">
|
|
126
|
+
<select name="image-format" id="image-format">
|
|
127
|
+
{%- if pageData.downloadFormats -%} {%- for item in
|
|
128
|
+
pageData.downloadFormats -%}
|
|
129
|
+
<option value="{{item}}">{{item}}</option>
|
|
130
|
+
{%- endfor -%} {%- else -%}
|
|
131
|
+
<option value="png">png</option>
|
|
132
|
+
<option value="jpg">jpg</option>
|
|
133
|
+
<option value="jpeg">jpeg</option>
|
|
134
|
+
<option value="webp">webp</option>
|
|
135
|
+
<option value="gif">gif</option>
|
|
136
|
+
{%- endif -%}
|
|
137
|
+
</select>
|
|
138
|
+
</div>
|
|
139
|
+
</div>
|
|
143
140
|
</div>
|
|
144
|
-
<div
|
|
145
|
-
class="
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
<i class="fas fa-angle-down arrow-sign"></i>
|
|
149
|
-
<div class="file-picker-dropdown" style="display: none">
|
|
150
|
-
<button id="filepicker">
|
|
151
|
-
<svg
|
|
152
|
-
class="mr-3"
|
|
153
|
-
viewBox="0 0 24 24"
|
|
154
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
155
|
-
>
|
|
156
|
-
<path
|
|
157
|
-
id="Path"
|
|
158
|
-
d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
|
|
159
|
-
fill="#FFC107"
|
|
160
|
-
></path>
|
|
161
|
-
<path
|
|
162
|
-
id="Path_2"
|
|
163
|
-
d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
|
|
164
|
-
fill="#1976D2"
|
|
165
|
-
></path>
|
|
166
|
-
<path
|
|
167
|
-
id="Path_3"
|
|
168
|
-
d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
|
|
169
|
-
fill="#4CAF50"
|
|
170
|
-
></path>
|
|
171
|
-
</svg>
|
|
172
|
-
Google Drive
|
|
173
|
-
</button>
|
|
174
|
-
<button id="dropbox">
|
|
175
|
-
<svg
|
|
176
|
-
class="mr-3"
|
|
177
|
-
viewBox="0 0 24 24"
|
|
178
|
-
fill="#0061FF"
|
|
179
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
180
|
-
>
|
|
141
|
+
<div class="col-5">
|
|
142
|
+
<div class="d-flex align-items-center">
|
|
143
|
+
<button id="download-button" style="background-color: {{pageData.color}};">
|
|
144
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
181
145
|
<path
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
></path>
|
|
185
|
-
</svg>
|
|
186
|
-
Dropbox
|
|
146
|
+
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" />
|
|
147
|
+
</svg>Download
|
|
187
148
|
</button>
|
|
188
149
|
</div>
|
|
189
150
|
</div>
|
|
190
151
|
</div>
|
|
191
152
|
</div>
|
|
192
|
-
<p id="dropfile" class="text-dark">or drop your file here</p>
|
|
193
|
-
<p id="error" class="p-3"></p>
|
|
194
153
|
</div>
|
|
195
154
|
</div>
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
155
|
+
{%- if page.commonStructure != false -%}
|
|
156
|
+
<div class="row">
|
|
157
|
+
<div class="col-md-7 mx-auto mb-2">
|
|
158
|
+
<div class="select-img-panel">
|
|
159
|
+
<div id="saving-data" style="display: none">
|
|
160
|
+
<img loading="lazy" src="/assets/images/loader.gif" alt="saving" />
|
|
161
|
+
<span class="ml-2" {%- if site.crossorigin -%} crossorigin {%- endif -%}>Saving your images...</span>
|
|
162
|
+
</div>
|
|
163
|
+
<div id="canvas-box-panel"></div>
|
|
164
|
+
</div>
|
|
165
|
+
</div>
|
|
166
|
+
<div class="col-md-5">
|
|
167
|
+
<div class="options-panel">
|
|
168
|
+
{%- if pageData.optionPanelTitle -%}
|
|
169
|
+
<div class="title">{{pageData.optionPanelTitle}}</div>
|
|
170
|
+
{%- endif -%} {{content}}
|
|
171
|
+
</div>
|
|
199
172
|
</div>
|
|
200
173
|
</div>
|
|
201
|
-
{%- endif -%}
|
|
174
|
+
{%- else -%} {{content}} {%- endif -%}
|
|
202
175
|
</div>
|
|
176
|
+
{%- endif -%}
|
|
203
177
|
</div>
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
>
|
|
216
|
-
|
|
217
|
-
<div class="content-box">{{content}}</div>
|
|
218
|
-
</div>
|
|
178
|
+
</div>
|
|
179
|
+
{%- else -%} {%- if page.noBox == true -%}
|
|
180
|
+
<div class="feature-content-box" id="theme-content-box">{{content}}</div>
|
|
181
|
+
{%- else -%}
|
|
182
|
+
<div class="box-padding" id="theme-content-box">
|
|
183
|
+
<div class="d-flex" id="__cond-922051">
|
|
184
|
+
<div class="flex-container">
|
|
185
|
+
<div class="flex-class">
|
|
186
|
+
<div class="d-flex flex-column">
|
|
187
|
+
<div class="box"
|
|
188
|
+
style="background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}">
|
|
189
|
+
<div class="box-border"></div>
|
|
190
|
+
<div class="content-box">{{content}}</div>
|
|
219
191
|
</div>
|
|
220
192
|
</div>
|
|
221
193
|
</div>
|
|
222
194
|
</div>
|
|
223
195
|
</div>
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
<div class="row px-0">
|
|
232
|
-
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
196
|
+
</div>
|
|
197
|
+
{%- endif -%} {%- endif -%} {%- if page.layout == "batch" -%}
|
|
198
|
+
<div class="w-100 line" style="border-top: 1px solid rgb(224, 224, 224)"></div>
|
|
199
|
+
{%- endif -%}
|
|
200
|
+
<div class="container mt-4 mb-5">
|
|
201
|
+
<div class="row px-0">
|
|
202
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
233
203
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
<div class="feature-card-title">
|
|
258
|
-
{{data.header | replace: "$variable", page.value}}
|
|
259
|
-
</div>
|
|
260
|
-
<div class="feature-card-desc">
|
|
261
|
-
{{data.content | replace: "$variable", page.value}}
|
|
262
|
-
</div>
|
|
204
|
+
<div class="col-md-9 mx-auto">
|
|
205
|
+
<div class="row">
|
|
206
|
+
{%- endif -%}
|
|
207
|
+
{% assign totalHeaderCount = 0 %}
|
|
208
|
+
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
209
|
+
{% assign totalHeaderCount = totalHeaderCount | plus: data.header.size %}
|
|
210
|
+
{% endfor %}
|
|
211
|
+
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
212
|
+
<div
|
|
213
|
+
class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%} col-md-6 my-4 {%- else -%} col-md-4 my-4 {%- endif -%}">
|
|
214
|
+
<div>
|
|
215
|
+
<img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
|
|
216
|
+
alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
|
217
|
+
<div class="feature-card-title">
|
|
218
|
+
{%- if totalHeaderCount > site.count_of_words_in_headings -%}
|
|
219
|
+
{%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
|
|
220
|
+
| capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
|
|
221
|
+
{%- else -%}
|
|
222
|
+
{{data.header | replace: "$variable", page.value}}
|
|
223
|
+
{%- endif -%}
|
|
224
|
+
</div>
|
|
225
|
+
<div class="feature-card-desc">
|
|
226
|
+
{{data.content | replace: "$variable", page.value}}
|
|
263
227
|
</div>
|
|
264
228
|
</div>
|
|
265
|
-
{% endfor %} {%- if site.monumetricId and page.url != '/' and
|
|
266
|
-
page.lang == 'en' -%}
|
|
267
229
|
</div>
|
|
230
|
+
{% endfor %}
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
{%- if site.monumetricId and page.url != '/' and
|
|
240
|
+
page.lang == 'en' -%}
|
|
268
241
|
</div>
|
|
269
|
-
{%- endif -%}
|
|
270
242
|
</div>
|
|
243
|
+
{%- endif -%}
|
|
271
244
|
</div>
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
245
|
+
</div>
|
|
246
|
+
<section class="how-to-section">
|
|
247
|
+
<div class="container">
|
|
248
|
+
<div class="row">
|
|
249
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
276
250
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}"
|
|
288
|
-
loading="lazy"
|
|
289
|
-
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}"
|
|
290
|
-
{%-
|
|
291
|
-
if
|
|
292
|
-
site.crossorigin
|
|
293
|
-
-%}
|
|
294
|
-
crossorigin
|
|
295
|
-
{%-
|
|
296
|
-
endif
|
|
297
|
-
-%}
|
|
298
|
-
/>
|
|
299
|
-
</div>
|
|
300
|
-
{%- endif -%}
|
|
251
|
+
<div class="col-md-9 mx-auto">
|
|
252
|
+
<div class="row">
|
|
253
|
+
{%- endif -%}
|
|
254
|
+
<div class="col-md-6 order-0">
|
|
255
|
+
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
256
|
+
<div class="how-to-img-wrapper">
|
|
257
|
+
<img class="how-to-leftimg" height="180px" width="300px"
|
|
258
|
+
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
259
|
+
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if site.crossorigin
|
|
260
|
+
-%} crossorigin {%- endif -%} />
|
|
301
261
|
</div>
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
262
|
+
{%- endif -%}
|
|
263
|
+
</div>
|
|
264
|
+
<div class="col-md-6 order-1">
|
|
265
|
+
<div class="how-to-right">
|
|
266
|
+
<h3 class="how-to-title text-left">
|
|
267
|
+
{{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
268
|
+
page.value}}
|
|
269
|
+
</h3>
|
|
270
|
+
<ol class="how-to-list">
|
|
271
|
+
{% for data in featureData.HOW_TO_CONTENT.steps %}
|
|
310
272
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
</div>
|
|
273
|
+
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
274
|
+
<span>{{forloop.index}}.</span>{{data | replace:
|
|
275
|
+
"$variable", page.value}}
|
|
276
|
+
</li>
|
|
277
|
+
{% endfor %}
|
|
278
|
+
</ol>
|
|
318
279
|
</div>
|
|
319
|
-
{%- if site.monumetricId and page.url != '/' and page.lang == 'en'
|
|
320
|
-
-%}
|
|
321
280
|
</div>
|
|
281
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en'
|
|
282
|
+
-%}
|
|
322
283
|
</div>
|
|
323
|
-
{%- endif -%}
|
|
324
284
|
</div>
|
|
285
|
+
{%- endif -%}
|
|
325
286
|
</div>
|
|
326
|
-
</
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
>
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
{% endfor %}
|
|
358
|
-
</ul>
|
|
359
|
-
</div>
|
|
287
|
+
</div>
|
|
288
|
+
</section>
|
|
289
|
+
{%- if page.layout == "feature" -%} {%- include bookmark.html -%} {%- endif
|
|
290
|
+
-%} {%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if
|
|
291
|
+
item == page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else
|
|
292
|
+
-%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if
|
|
293
|
+
showFaqs == true -%} {%- if featureData.FAQ.size>0 -%}
|
|
294
|
+
<section class="faq-section">
|
|
295
|
+
<div class="container">
|
|
296
|
+
<div class="row">
|
|
297
|
+
<div class="col-md-8 mx-auto">
|
|
298
|
+
<div class="faq">
|
|
299
|
+
<h3 class="feature-h1 text-center mb-4">
|
|
300
|
+
{{featureData.faqheading | default: 'Frequently Asked
|
|
301
|
+
Questions'}}
|
|
302
|
+
</h3>
|
|
303
|
+
<ul class="list-unstyled">
|
|
304
|
+
{% for data in featureData.FAQ %}
|
|
305
|
+
<li>
|
|
306
|
+
<h3 class="faq-question" itemprop="name">
|
|
307
|
+
{{data.question | replace: "$variable", page.value}}<em style="transform: rotate(-135deg)">
|
|
308
|
+
<i></i></em>
|
|
309
|
+
</h3>
|
|
310
|
+
<div style="display: block">
|
|
311
|
+
<p class="faq-answer" itemprop="text">
|
|
312
|
+
{{data.answer | replace: "$variable", page.value}}
|
|
313
|
+
</p>
|
|
314
|
+
</div>
|
|
315
|
+
</li>
|
|
316
|
+
{% endfor %}
|
|
317
|
+
</ul>
|
|
360
318
|
</div>
|
|
361
319
|
</div>
|
|
362
320
|
</div>
|
|
363
|
-
</section>
|
|
364
|
-
{%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
|
|
365
|
-
include Rating/rating.html -%} {%- include /Usp/usp.html -%} {%- if
|
|
366
|
-
featureData.display_formats -%}
|
|
367
|
-
<div class="container compare-table">
|
|
368
|
-
{%- include fileformat/fileformatdetail.html -%}
|
|
369
|
-
</div>
|
|
370
|
-
{%- endif -%} {%- if featureData.compare_formats -%}
|
|
371
|
-
<div class="container file-detail-table">
|
|
372
|
-
{%- include fileformat/comparisonfiles.html -%}
|
|
373
321
|
</div>
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
322
|
+
</section>
|
|
323
|
+
{%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
|
|
324
|
+
include Rating/rating.html -%} {%- include /Usp/usp.html -%} {%- if
|
|
325
|
+
featureData.display_formats -%}
|
|
326
|
+
<div class="container compare-table">
|
|
327
|
+
{%- include fileformat/fileformatdetail.html -%}
|
|
328
|
+
</div>
|
|
329
|
+
{%- endif -%} {%- if featureData.compare_formats -%}
|
|
330
|
+
<div class="container file-detail-table">
|
|
331
|
+
{%- include fileformat/comparisonfiles.html -%}
|
|
332
|
+
</div>
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
{%- endif -%}
|
|
336
|
+
{%- assign langen = "en" -%}
|
|
337
|
+
{%- if site.data[folder][langen][file].categories -%}
|
|
338
|
+
{% assign categories= site.data[folder][langen][file].categories %}
|
|
339
|
+
{%- else -%}
|
|
340
|
+
{% assign categories= page.categories %}
|
|
341
|
+
{%- endif -%}
|
|
342
|
+
{%- if site.data[folder][langen][file].tags -%}
|
|
343
|
+
{% assign tags= site.data[folder][langen][file].tags %}
|
|
344
|
+
{%- else -%}
|
|
345
|
+
{% assign tags= page.tags %}
|
|
346
|
+
{%- endif -%}
|
|
347
|
+
{%- if categories.size> 0 or tags.size>0-%}
|
|
348
|
+
{%- include section/related_categories_post.html -%}
|
|
349
|
+
{%- else -%}
|
|
350
|
+
{%- include section/recent_posts.html -%}
|
|
351
|
+
{% endif %}
|
|
352
|
+
{%- if site.customblogdata -%}
|
|
353
|
+
{%- if categories.size> 0 or tags.size>0-%}
|
|
354
|
+
{%- include customblog/relatedposts.html -%}
|
|
355
|
+
{%- else -%}
|
|
356
|
+
{%- include customblog/recentposts.html -%}
|
|
357
|
+
{% endif %}
|
|
358
|
+
{%- endif -%}
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
{%- if featureData.author.size > 0 -%}
|
|
362
|
+
{% include featurePageAuthors/featurePageAuthors.html %}
|
|
363
|
+
{%- endif -%}
|
|
364
|
+
{% include footer/index.html %} {% include script.html %}
|
|
365
|
+
|
|
366
|
+
</body>
|
|
367
|
+
|
|
368
|
+
</html>
|