appscms-tools-theme 2.2.9 → 2.3.2
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/feature/en/compress-pdf.json +27 -25
- data/_data/feature/en/theframe.json +2 -2
- data/_data/footer/en/data.json +93 -1
- data/_data/header/en/data.json +47 -9
- data/_data/home/en/photoeffects.json +24 -0
- data/_data/home-1/en/en.json +58 -0
- data/_data/photo-categories.json +0 -117
- data/_data/photoeffects.json +117 -0
- data/_includes/batch-conversion.html +42 -13
- data/_includes/custom-head.html +7 -2
- data/_includes/footer/index.html +263 -2
- data/_includes/head/index.html +13 -0
- data/_includes/header/index.html +124 -5
- data/_includes/script.html +11 -0
- data/_layouts/batch.html +19 -13
- data/_layouts/blog-1.html +100 -0
- data/_layouts/feature-1.html +283 -0
- data/_layouts/feature-download.html +309 -0
- data/_layouts/feature.html +1 -1
- data/_layouts/frame.html +54 -44
- data/_layouts/home-1.html +267 -0
- data/_layouts/home.html +4 -4
- data/_layouts/photo-effects-home.html +84 -0
- data/assets/css/batch.css +32 -17
- data/assets/css/blog-1.css +66 -0
- data/assets/css/common-page.css +180 -0
- data/assets/css/feature-1.css +426 -0
- data/assets/css/frame.css +207 -31
- data/assets/css/home-1.css +225 -0
- data/assets/images/add.png +0 -0
- data/assets/images/add.svg +1 -0
- data/assets/images/bulb.png +0 -0
- data/assets/images/bulb.svg +1 -0
- data/assets/images/convert.png +0 -0
- data/assets/images/convert.svg +9 -0
- data/assets/images/loader.gif +0 -0
- data/assets/js/batch.js +3 -1
- data/assets/js/frame.js +8 -3
- data/assets/js/testing-batch.js +12 -4
- metadata +19 -2
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
{% include custom-head.html %}
|
|
4
|
+
|
|
5
|
+
<body>
|
|
6
|
+
{%- include header/blogHeader.html -%}
|
|
7
|
+
|
|
8
|
+
<section class="section_post">
|
|
9
|
+
<div class="container">
|
|
10
|
+
{%- if site.monumetricId -%}
|
|
11
|
+
<div class="row">
|
|
12
|
+
<div class="col-md-9 mx-auto">
|
|
13
|
+
{%- endif -%}
|
|
14
|
+
<div class="row justify-content-center section-title-wrap">
|
|
15
|
+
<div class="col-lg-12">
|
|
16
|
+
<h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{
|
|
17
|
+
site.data.blog.blog.h1 }}
|
|
18
|
+
</h1>
|
|
19
|
+
<p class="lead mb-5 mt-1" style="font-size: 18px;">
|
|
20
|
+
{{ site.data.blog.blog.description }}
|
|
21
|
+
</p>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
{%- if site.monumetricId -%}
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
{%- endif -%}
|
|
28
|
+
<div class="main-content">
|
|
29
|
+
{{content}}
|
|
30
|
+
</div>
|
|
31
|
+
<div class="row">
|
|
32
|
+
{%- if site.monumetricId -%}
|
|
33
|
+
<div class="col-md-9 mx-auto">
|
|
34
|
+
<div class="row">
|
|
35
|
+
{%- endif -%}
|
|
36
|
+
{% for post in paginator.posts %}
|
|
37
|
+
<div class="
|
|
38
|
+
{%- if site.monumetricId -%}
|
|
39
|
+
col-md-6 mb-4 card-group
|
|
40
|
+
{%- else -%}
|
|
41
|
+
col-lg-4 col-md-6 mb-4 card-group
|
|
42
|
+
{%- endif -%}
|
|
43
|
+
|
|
44
|
+
">
|
|
45
|
+
<div class="blog1-card h-100">
|
|
46
|
+
<a href="{{ post.url }}">
|
|
47
|
+
<img src="{{ post.image }}" loading="lazy" height="215px" width="100%"
|
|
48
|
+
class="blog1-card-img-top" alt="{{post.title}}" {%- if site.crossorigin -%}
|
|
49
|
+
crossorigin="anonymous" {%- endif -%}>
|
|
50
|
+
</a>
|
|
51
|
+
<div class="blog1-card-body">
|
|
52
|
+
<a href="{{ post.url }}" class="anchor_link">
|
|
53
|
+
<h4 class="blog1-card-title">{{ post.title }}</h4>
|
|
54
|
+
<p class="blog-card-desc">{{post.description}}</p>
|
|
55
|
+
</a>
|
|
56
|
+
{%- include authors/authors.html -%}
|
|
57
|
+
<div class="card-footer bg-white pl-0 mt-3">
|
|
58
|
+
<div class="wrapfooter blog1-wrapfooter mb-0">
|
|
59
|
+
{% if post.author %}
|
|
60
|
+
<span class="meta-footer-thumb">
|
|
61
|
+
<img class="author-thumb" loading="lazy" src="{{ image }}"
|
|
62
|
+
alt="{{ authorName }}" {%- if site.crossorigin -%}
|
|
63
|
+
crossorigin="anonymous" {%- endif -%}>
|
|
64
|
+
</span>
|
|
65
|
+
{% endif %}
|
|
66
|
+
|
|
67
|
+
<span class="author-meta">
|
|
68
|
+
<span class="post-name">
|
|
69
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
70
|
+
</span><br>
|
|
71
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
72
|
+
</span>
|
|
73
|
+
<!-- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
|
|
74
|
+
title="Read Story">Read More</a></span> -->
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
{% endfor %}
|
|
83
|
+
{%- if site.monumetricId -%}
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
{%- endif -%}
|
|
87
|
+
</div>
|
|
88
|
+
{%- include paginationBlogPage.html -%}
|
|
89
|
+
</div>
|
|
90
|
+
|
|
91
|
+
{% include section/count.html %}
|
|
92
|
+
</section>
|
|
93
|
+
{%- include section/alertbar.html -%}
|
|
94
|
+
|
|
95
|
+
{% include script.html %}
|
|
96
|
+
<script src="{{ '/assets/js/TopScroll.js' | relative_url }}" {%- if site.crossorigin -%} crossorigin="anonymous" {%-
|
|
97
|
+
endif -%}></script>
|
|
98
|
+
</body>
|
|
99
|
+
|
|
100
|
+
</html>
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
{% assign file = page.fileName %}
|
|
2
|
+
{% assign lang = page.lang %}
|
|
3
|
+
{% assign folder = page.folderName %}
|
|
4
|
+
{% assign featureData= site.data[folder][lang][file] %}
|
|
5
|
+
<!DOCTYPE html>
|
|
6
|
+
<html lang="{{page.lang}}">
|
|
7
|
+
{% include head/index.html %}
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
{% include header/index.html %}
|
|
11
|
+
<!-- {%- if site.safeui -%}
|
|
12
|
+
<div class="alert alert-{{featureData.variant | default: 'info'}} alert-dismissible fade show text-center"
|
|
13
|
+
role="alert" id="safeui-alert">
|
|
14
|
+
<div class="container">
|
|
15
|
+
<img src="/assets/secure.svg" height="23px" width="18px" alt="secure" {%- if site.crossorigin -%}
|
|
16
|
+
crossorigin {%- endif -%}>
|
|
17
|
+
{%- if featureData.alertmsg -%}
|
|
18
|
+
{{featureData.alertmsg}}
|
|
19
|
+
{%- else -%}
|
|
20
|
+
We do not upload any files to server, hence your data is 100% secure.
|
|
21
|
+
{%- endif -%}
|
|
22
|
+
<img src="/assets/noserverupload.svg" height="23px" width="20px" alt="no server upload" {%- if
|
|
23
|
+
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
24
|
+
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
|
|
25
|
+
<span aria-hidden="true">×</span>
|
|
26
|
+
</button>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
{%- endif -%} -->
|
|
30
|
+
<div class="flex-container feature1-flex-container">
|
|
31
|
+
<div class="flex-class">
|
|
32
|
+
<div class="d-flex justify-content-center align-items-center">
|
|
33
|
+
{%- if featureData.img -%}
|
|
34
|
+
<span class="fHhdVc">
|
|
35
|
+
<div class="div-cont feature-img mr-2">
|
|
36
|
+
<img style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}};
|
|
37
|
+
src="{{featureData.img}}" alt="{{featureData.imgalt}}" {%- if site.crossorigin -%}
|
|
38
|
+
crossorigin {%- endif -%}>
|
|
39
|
+
</div>
|
|
40
|
+
</span>
|
|
41
|
+
{%- else -%}
|
|
42
|
+
{%- endif -%}
|
|
43
|
+
{%- assign featureh1 = featureData.H1 | replace: "$variable", page.value -%}
|
|
44
|
+
<h1 class="feature1-h1 pb-2">{%- for word in featureh1-%}
|
|
45
|
+
{%- if forloop.first == true -%}
|
|
46
|
+
{{word }}
|
|
47
|
+
{%- else -%}
|
|
48
|
+
{{word}}
|
|
49
|
+
{%- endif -%}
|
|
50
|
+
{%- endfor -%}</h1>
|
|
51
|
+
</div>
|
|
52
|
+
{%- assign featureh2 = featureData.H2 | replace: "$variable", page.value -%}
|
|
53
|
+
<h2 class="feature1-h2">
|
|
54
|
+
{%- for word in featureh2 -%}
|
|
55
|
+
{%- if forloop.first == true -%}
|
|
56
|
+
{{word | capitalize }}
|
|
57
|
+
{%- else -%}
|
|
58
|
+
{{word}}
|
|
59
|
+
{%- endif -%}
|
|
60
|
+
{%- endfor -%}
|
|
61
|
+
</h2>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
{%- if site.noFeatureBox == true -%}
|
|
65
|
+
<div class="feature-content-box" id="theme-content-box">
|
|
66
|
+
{{content}}
|
|
67
|
+
</div>
|
|
68
|
+
{%- else -%}
|
|
69
|
+
{%- if page.noBox == true -%}
|
|
70
|
+
<div class="feature-content-box" id="theme-content-box">
|
|
71
|
+
{{content}}
|
|
72
|
+
</div>
|
|
73
|
+
{%- else -%}
|
|
74
|
+
<div class="box-padding" id="theme-content-box">
|
|
75
|
+
<div class="container">
|
|
76
|
+
{%- assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
77
|
+
<div class="feature-content-box">
|
|
78
|
+
<div style="display:none;" id="file-loader">
|
|
79
|
+
<img src="/spinner.gif" alt="">
|
|
80
|
+
<p>Please Wait ,Loading Your file </p>
|
|
81
|
+
</div>
|
|
82
|
+
<div class="saving-file-download-wrap" style="display: none;">
|
|
83
|
+
<img loading="lazy" class="trust-img" src="/trust.svg" alt="trust">
|
|
84
|
+
<p class="text-white my-2">Thanks for your patience</p>
|
|
85
|
+
<button class="btn" id="download-zip">Download</button>
|
|
86
|
+
</div>
|
|
87
|
+
<div class="file-input" id="inputbox" style="color:#fff">
|
|
88
|
+
<div class="m-auto">
|
|
89
|
+
<div class="d-flex justify-content-center align-items-center">
|
|
90
|
+
<div id="Inputbox" class="boxes" style="background-color: {{boxColor}};">
|
|
91
|
+
<img height="21px" width="21px" src="/assets/images/add.svg" />
|
|
92
|
+
<span class="ml-3">CHOOSE FILE</span>
|
|
93
|
+
</div>
|
|
94
|
+
<div class="file-pick-dropdown" style="background-color:{{boxColor}}">
|
|
95
|
+
<i class="fas fa-angle-down arrow-sign"></i>
|
|
96
|
+
<div class="file-picker-dropdown" style="display: none">
|
|
97
|
+
<button id="filepicker">
|
|
98
|
+
<svg class="mr-3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
99
|
+
<path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
|
|
100
|
+
fill="#FFC107">
|
|
101
|
+
</path>
|
|
102
|
+
<path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
|
|
103
|
+
fill="#1976D2"></path>
|
|
104
|
+
<path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
|
|
105
|
+
fill="#4CAF50"></path>
|
|
106
|
+
</svg>
|
|
107
|
+
Google Drive
|
|
108
|
+
</button>
|
|
109
|
+
<button id="dropbox">
|
|
110
|
+
<svg class="mr-3" viewBox="0 0 24 24" fill="#0061FF"
|
|
111
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
112
|
+
<path id="icon"
|
|
113
|
+
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">
|
|
114
|
+
</path>
|
|
115
|
+
</svg>
|
|
116
|
+
Dropbox
|
|
117
|
+
</button>
|
|
118
|
+
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
<p id="dropfile" class="text-dark">or drop your file here</p>
|
|
124
|
+
<p id="error" class="p-3"></p>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
<div class="workspace" style="display: none;">
|
|
128
|
+
{{content}}
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
<input class="d-none" onchange="fileOnChange()" type="file" id="file" accept=".jpg,.jpeg,.png,.webp"
|
|
132
|
+
class="file" />
|
|
133
|
+
</div>
|
|
134
|
+
{%- endif -%}
|
|
135
|
+
{%- endif -%}
|
|
136
|
+
<div class="container mt-4 mb-5">
|
|
137
|
+
<div class="row px-0">
|
|
138
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
139
|
+
<div class="col-md-9 mx-auto">
|
|
140
|
+
<div class="row">
|
|
141
|
+
{%- endif -%}
|
|
142
|
+
|
|
143
|
+
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
144
|
+
<div class="{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
145
|
+
col-md-6 my-4
|
|
146
|
+
{%- else -%}
|
|
147
|
+
col-md-4 my-4
|
|
148
|
+
{%- endif -%}">
|
|
149
|
+
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px"
|
|
150
|
+
width="48px" alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif
|
|
151
|
+
-%}>
|
|
152
|
+
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
153
|
+
<div class="feature1-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
154
|
+
</div>
|
|
155
|
+
</div>
|
|
156
|
+
{% endfor %}
|
|
157
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
158
|
+
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
{%- endif -%}
|
|
162
|
+
</div>
|
|
163
|
+
</div>
|
|
164
|
+
<section class="how-to-section">
|
|
165
|
+
<div class="container">
|
|
166
|
+
<div class="row">
|
|
167
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
168
|
+
<div class="col-md-9 mx-auto">
|
|
169
|
+
<div class="row">
|
|
170
|
+
{%- endif -%}
|
|
171
|
+
<h4 class="feature1-how-to-heading w-100 text-center mb-5">
|
|
172
|
+
{{featureData.HOW_TO_CONTENT.mainHeading |
|
|
173
|
+
replace:
|
|
174
|
+
"$variable",
|
|
175
|
+
page.value}}</h4>
|
|
176
|
+
|
|
177
|
+
{%- for data in featureData.HOW_TO_CONTENT.steps -%}
|
|
178
|
+
<div class="col-md-4 d-flex justify-content-center order-{{forloop.index}}">
|
|
179
|
+
<div class="feature1-how-to-right">
|
|
180
|
+
<span class="feature1-howto-steps" style="color: {{boxColor}} ">Step
|
|
181
|
+
{{forloop.index}}</span>
|
|
182
|
+
<h3 class="feature1-how-to-title">{{data.heading | replace:
|
|
183
|
+
"$variable",
|
|
184
|
+
page.value}}</h3>
|
|
185
|
+
<ol class="how-to-list">
|
|
186
|
+
<li id="step{{forloop.index}}" class="feature1-how-to-list-item">
|
|
187
|
+
{{data.desc |
|
|
188
|
+
replace: "$variable",
|
|
189
|
+
page.value}}
|
|
190
|
+
</li>
|
|
191
|
+
|
|
192
|
+
</ol>
|
|
193
|
+
</div>
|
|
194
|
+
</div>
|
|
195
|
+
{%- endfor -%}
|
|
196
|
+
{%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
|
|
197
|
+
|
|
198
|
+
</div>
|
|
199
|
+
</div>
|
|
200
|
+
{%- endif -%}
|
|
201
|
+
</div>
|
|
202
|
+
|
|
203
|
+
</div>
|
|
204
|
+
</section>
|
|
205
|
+
{%- assign showFaqs= true -%}
|
|
206
|
+
{%- for item in site.noFaqsList -%}
|
|
207
|
+
{%- if item == page.lang -%}
|
|
208
|
+
{%- assign showFaqs = false -%}
|
|
209
|
+
{%- break -%}
|
|
210
|
+
{%- else -%}
|
|
211
|
+
{%- assign showFaqs = true -%}
|
|
212
|
+
{%- endif -%}
|
|
213
|
+
{%- endfor -%}
|
|
214
|
+
{%- if showFaqs == true -%}
|
|
215
|
+
{%- if featureData.FAQ.size>0 -%}
|
|
216
|
+
<section class="faq-section">
|
|
217
|
+
<div class="container">
|
|
218
|
+
<div class="row">
|
|
219
|
+
<div class="col-md-8 mx-auto">
|
|
220
|
+
<main class="faqs">
|
|
221
|
+
<h3 class="feature-h1 text-left mb-4" style="font-weight:900">{{featureData.faqheading |
|
|
222
|
+
default: "FAQ's"}}</h3>
|
|
223
|
+
{% for data in featureData.FAQ %}
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
<details open>
|
|
227
|
+
<summary>{{data.question | replace: "$variable",page.value}}</summary>
|
|
228
|
+
<div class="faq__content">
|
|
229
|
+
<p style="color:#5c5e60; font-size:14px">{{data.answer | replace: "$variable",
|
|
230
|
+
page.value}}</p>
|
|
231
|
+
</div>
|
|
232
|
+
</details>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
{% endfor %}
|
|
236
|
+
</main>
|
|
237
|
+
</div>
|
|
238
|
+
</div>
|
|
239
|
+
</div>
|
|
240
|
+
</section>
|
|
241
|
+
{%- endif -%}
|
|
242
|
+
{%- endif -%}
|
|
243
|
+
{%- include share/socialshare.html -%}
|
|
244
|
+
{%- include Rating/rating.html -%}
|
|
245
|
+
{%- include /Usp/usp.html -%}
|
|
246
|
+
{%- if featureData.display_formats -%}
|
|
247
|
+
<div class="container compare-table ">
|
|
248
|
+
{%- include fileformat/fileformatdetail.html -%}
|
|
249
|
+
</div>
|
|
250
|
+
{%- endif -%}
|
|
251
|
+
{%- if featureData.compare_formats -%}
|
|
252
|
+
<div class="container file-detail-table ">
|
|
253
|
+
{%- include fileformat/comparisonfiles.html -%}
|
|
254
|
+
</div>
|
|
255
|
+
{%- endif -%}
|
|
256
|
+
{%- assign langen = "en" -%}
|
|
257
|
+
{%- if site.data[folder][langen][file].categories -%}
|
|
258
|
+
{% assign categories= site.data[folder][langen][file].categories %}
|
|
259
|
+
{%- else -%}
|
|
260
|
+
{% assign categories= page.categories %}
|
|
261
|
+
{%- endif -%}
|
|
262
|
+
{%- if site.data[folder][langen][file].tags -%}
|
|
263
|
+
{% assign tags= site.data[folder][langen][file].tags %}
|
|
264
|
+
{%- else -%}
|
|
265
|
+
{% assign tags= page.tags %}
|
|
266
|
+
{%- endif -%}
|
|
267
|
+
{%- if categories.size> 0 or tags.size>0-%}
|
|
268
|
+
{%- include section/related_categories_post.html -%}
|
|
269
|
+
{%- else -%}
|
|
270
|
+
{%- include section/recent_posts.html -%}
|
|
271
|
+
{% endif %}
|
|
272
|
+
{%- if site.customblogdata -%}
|
|
273
|
+
{%- if categories.size> 0 or tags.size>0-%}
|
|
274
|
+
{%- include customblog/relatedposts.html -%}
|
|
275
|
+
{%- else -%}
|
|
276
|
+
{%- include customblog/recentposts.html -%}
|
|
277
|
+
{% endif %}
|
|
278
|
+
{%- endif -%}
|
|
279
|
+
{% include footer/index.html %}
|
|
280
|
+
{% include script.html %}
|
|
281
|
+
</body>
|
|
282
|
+
|
|
283
|
+
</html>
|