appscms-tools-theme 1.8.2 → 1.8.3
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/LICENSE.txt +21 -21
- data/README.md +50 -50
- data/_data/about/en/about.json +16 -16
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/authors.yml +11 -11
- data/_data/blog/blog.yml +3 -3
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +28 -28
- data/_data/contact/en/contact.json +38 -38
- data/_data/disclaimer/en/disclaimer.json +37 -37
- data/_data/download/en/download.json +35 -35
- data/_data/feature/en/split-pdf.json +115 -115
- data/_data/feature/hi/compress-pdf.json +81 -81
- data/_data/feature/tr/compress-pdf.json +80 -80
- data/_data/fileinfo/en/fileinfo.json +14 -14
- data/_data/files/.gitignore +4 -4
- data/_data/files/en/3gp.json +144 -144
- data/_data/files/en/acc.json +25 -25
- data/_data/files/en/aff.json +65 -65
- data/_data/files/en/cr2.json +169 -169
- data/_data/files/en/dvd.json +25 -25
- data/_data/files/en/mov.json +146 -146
- data/_data/files/en/ogg.json +163 -163
- data/_data/files/en/vmv.json +47 -47
- data/_data/footer/en/data.json +72 -72
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +134 -134
- data/_data/header/hi/data.json +144 -144
- data/_data/home/en/en.json +282 -282
- data/_data/home/hi/hi.json +86 -86
- data/_data/languagesupport/compress-pdf-langs.json +11 -11
- data/_data/languagesupport/index-langs.json +13 -13
- data/_data/privacy/en/privacyPolicy.json +265 -265
- data/_data/termAndCondition/en/termAndCondition.json +358 -358
- data/_includes/Rating/rating.html +92 -92
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/Usp/usp.html +86 -86
- data/_includes/adsense/adsense.html +7 -7
- data/_includes/alternates/alternates.html +45 -45
- data/_includes/author_bio.html +16 -16
- data/_includes/cssfile/links.html +11 -11
- data/_includes/custom-head.html +33 -33
- data/_includes/customblog/recentposts.html +46 -46
- data/_includes/customblog/relatedposts.html +174 -174
- data/_includes/disqus_comments.html +10 -10
- data/_includes/dropdown/langdropdown.html +22 -22
- data/_includes/feature.html +37 -37
- data/_includes/fileformat/comparisonfiles.html +151 -151
- data/_includes/fileformat/fileformatdetail.html +101 -101
- data/_includes/fileformat/fileinfoformat.html +93 -93
- data/_includes/footer/index.html +249 -249
- data/_includes/google-analytics.html +22 -22
- data/_includes/header/blogHeader.html +29 -29
- data/_includes/header/index.html +95 -95
- data/_includes/languages/languages.html +61 -33
- data/_includes/monumetric/monumetric.html +60 -60
- data/_includes/nofiletransfer/nofiletransfer.html +38 -38
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postauthorbio.html +17 -17
- data/_includes/postbox.html +31 -31
- data/_includes/script.html +27 -26
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/count.html +23 -23
- data/_includes/section/recent_posts.html +46 -46
- data/_includes/section/related_categories_post.html +173 -173
- data/_includes/share/socialshare.html +20 -20
- data/_includes/staticfooter.html +55 -55
- data/_layouts/aboutUs.html +24 -24
- data/_layouts/blog.html +70 -70
- data/_layouts/categories.html +25 -25
- data/_layouts/contactUs.html +78 -78
- data/_layouts/default.html +1 -1
- data/_layouts/disclaimer.html +78 -78
- data/_layouts/download.html +285 -280
- data/_layouts/feature.html +209 -209
- data/_layouts/fileInfo.html +39 -39
- data/_layouts/help.html +23 -23
- data/_layouts/home.html +208 -208
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +144 -144
- data/_layouts/privacyPolicy.html +402 -402
- data/_layouts/termAndCondition.html +406 -406
- data/assets/cross.svg +4 -4
- data/assets/css/blog.css +491 -491
- data/assets/css/bootstrap.min.css +6 -6
- data/assets/css/tools.css +1260 -1212
- data/assets/facebook.svg +4 -4
- data/assets/images/safevideoconverter.svg +23 -23
- data/assets/instagram.svg +4 -4
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/googledrive.js +155 -155
- data/assets/js/manifest.json +16 -16
- data/assets/js/multiselect.js +157 -157
- data/assets/linkdin.svg +4 -4
- data/assets/pdf.svg +20 -20
- data/assets/secure.svg +43 -43
- data/assets/star.svg +4 -4
- data/assets/twitter.svg +4 -4
- data/assets/youtube.svg +4 -4
- metadata +2 -2
data/_layouts/feature.html
CHANGED
|
@@ -1,210 +1,210 @@
|
|
|
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">
|
|
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 pb-3">
|
|
31
|
-
<div class="flex-class py-4 mt-4 mt-md-0 ">
|
|
32
|
-
<div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
|
|
33
|
-
<div class="div-cont feature-img mr-2">
|
|
34
|
-
{%- if featureData.img -%}
|
|
35
|
-
<img style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}};
|
|
36
|
-
src="{{featureData.img}}" alt="{{featureData.imgalt}}" {%- if site.crossorigin -%}
|
|
37
|
-
crossorigin {%- endif -%}>
|
|
38
|
-
{%- else -%}
|
|
39
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
40
|
-
viewBox="0 0 36 36" fill="#000">
|
|
41
|
-
<path
|
|
42
|
-
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">
|
|
43
|
-
</path>
|
|
44
|
-
</svg>
|
|
45
|
-
{%- endif -%}
|
|
46
|
-
</div>
|
|
47
|
-
</span>
|
|
48
|
-
<h1 class="feature-h1">{{featureData.H1 | replace: "$variable", page.value}}</h1>
|
|
49
|
-
</div>
|
|
50
|
-
<h2 class="feature-h2">{{featureData.H2 | replace: "$variable", page.value}}</h2>
|
|
51
|
-
</div>
|
|
52
|
-
</div>
|
|
53
|
-
{%- if site.noFeatureBox == true -%}
|
|
54
|
-
<div class="feature-content-box">
|
|
55
|
-
{{content}}
|
|
56
|
-
</div>
|
|
57
|
-
{%- else -%}
|
|
58
|
-
{%- if page.noBox == true -%}
|
|
59
|
-
<div class="feature-content-box">
|
|
60
|
-
{{content}}
|
|
61
|
-
</div>
|
|
62
|
-
{%- else -%}
|
|
63
|
-
<div class="box-padding">
|
|
64
|
-
<div class="d-flex" id="__cond-922051">
|
|
65
|
-
<div class="flex-container">
|
|
66
|
-
<div class="flex-class">
|
|
67
|
-
<div class="d-flex flex-column">
|
|
68
|
-
<div class="box"
|
|
69
|
-
style=background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}>
|
|
70
|
-
<div class="box-border"></div>
|
|
71
|
-
<div class="content-box">
|
|
72
|
-
{{content}}
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
</div>
|
|
78
|
-
</div>
|
|
79
|
-
</div>
|
|
80
|
-
{%- endif -%}
|
|
81
|
-
|
|
82
|
-
{%- endif -%}
|
|
83
|
-
|
|
84
|
-
<div class="container mt-4 mb-5">
|
|
85
|
-
<div class="row px-0">
|
|
86
|
-
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
87
|
-
<div class="col-lg-4 col-md-6 my-4">
|
|
88
|
-
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
|
|
89
|
-
alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
90
|
-
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
91
|
-
<div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
92
|
-
</div>
|
|
93
|
-
</div>
|
|
94
|
-
{% endfor %}
|
|
95
|
-
</div>
|
|
96
|
-
</div>
|
|
97
|
-
<section class="how-to-section">
|
|
98
|
-
<div class="container">
|
|
99
|
-
<div class="row">
|
|
100
|
-
<div class="col-md-6 order-0 ">
|
|
101
|
-
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
102
|
-
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
|
|
103
|
-
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
104
|
-
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
|
|
105
|
-
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
106
|
-
</div>
|
|
107
|
-
{%- endif -%}
|
|
108
|
-
</div>
|
|
109
|
-
<div class="col-md-6 order-1">
|
|
110
|
-
<div class="how-to-right">
|
|
111
|
-
<h3 class="how-to-title text-left">{{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
112
|
-
page.value}}</h3>
|
|
113
|
-
<ol class="how-to-list">
|
|
114
|
-
{% for data in featureData.HOW_TO_CONTENT.steps %}
|
|
115
|
-
|
|
116
|
-
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
117
|
-
<span>{{forloop.index}}.</span>{{data |
|
|
118
|
-
replace: "$variable",
|
|
119
|
-
page.value}}
|
|
120
|
-
</li>
|
|
121
|
-
{% endfor %}
|
|
122
|
-
</ol>
|
|
123
|
-
</div>
|
|
124
|
-
</div>
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
</div>
|
|
128
|
-
</section>
|
|
129
|
-
{%- assign showFaqs= true -%}
|
|
130
|
-
{%- for item in site.noFaqsList -%}
|
|
131
|
-
{%- if item == page.lang -%}
|
|
132
|
-
{%- assign showFaqs = false -%}
|
|
133
|
-
{%- break -%}
|
|
134
|
-
{%- else -%}
|
|
135
|
-
{%- assign showFaqs = true -%}
|
|
136
|
-
{%- endif -%}
|
|
137
|
-
{%- endfor -%}
|
|
138
|
-
{%- if showFaqs == true -%}
|
|
139
|
-
{%- if featureData.FAQ.size>0 -%}
|
|
140
|
-
<section class="faq-section">
|
|
141
|
-
<div class="container">
|
|
142
|
-
<div class="row">
|
|
143
|
-
<div class="col-md-8 mx-auto">
|
|
144
|
-
<div class="faq">
|
|
145
|
-
<h2 class="feature-h1 text-center mb-4">{{featureData.faqheading | default: 'Frequently Asked
|
|
146
|
-
Questions'}}</h2>
|
|
147
|
-
<ul class="list-unstyled">
|
|
148
|
-
{% for data in featureData.FAQ %}
|
|
149
|
-
<li>
|
|
150
|
-
<h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable",
|
|
151
|
-
page.value}}<em style="transform: rotate(-135deg);">
|
|
152
|
-
<i></i></em>
|
|
153
|
-
</h3>
|
|
154
|
-
<div style="display: block;">
|
|
155
|
-
<p class="faq-answer" itemprop="text">{{data.answer | replace: "$variable",
|
|
156
|
-
page.value}}
|
|
157
|
-
</p>
|
|
158
|
-
</div>
|
|
159
|
-
</li>
|
|
160
|
-
<hr>
|
|
161
|
-
{% endfor %}
|
|
162
|
-
</ul>
|
|
163
|
-
</div>
|
|
164
|
-
</div>
|
|
165
|
-
</div>
|
|
166
|
-
</div>
|
|
167
|
-
</section>
|
|
168
|
-
{%- endif -%}
|
|
169
|
-
{%- endif -%}
|
|
170
|
-
{%- include share/socialshare.html -%}
|
|
171
|
-
{%- include Rating/rating.html -%}
|
|
172
|
-
{%- include /Usp/usp.html -%}
|
|
173
|
-
{%- if featureData.display_formats -%}
|
|
174
|
-
<div class="container compare-table ">
|
|
175
|
-
{%- include fileformat/fileformatdetail.html -%}
|
|
176
|
-
</div>
|
|
177
|
-
{%- endif -%}
|
|
178
|
-
{%- if featureData.compare_formats -%}
|
|
179
|
-
<div class="container file-detail-table ">
|
|
180
|
-
{%- include fileformat/comparisonfiles.html -%}
|
|
181
|
-
</div>
|
|
182
|
-
{%- endif -%}
|
|
183
|
-
{%- assign langen = "en" -%}
|
|
184
|
-
{%- if site.data[folder][langen][file].categories -%}
|
|
185
|
-
{% assign categories= site.data[folder][langen][file].categories %}
|
|
186
|
-
{%- else -%}
|
|
187
|
-
{% assign categories= page.categories %}
|
|
188
|
-
{%- endif -%}
|
|
189
|
-
{%- if site.data[folder][langen][file].tags -%}
|
|
190
|
-
{% assign tags= site.data[folder][langen][file].tags %}
|
|
191
|
-
{%- else -%}
|
|
192
|
-
{% assign tags= page.tags %}
|
|
193
|
-
{%- endif -%}
|
|
194
|
-
{%- if categories.size> 0 or tags.size>0-%}
|
|
195
|
-
{%- include section/related_categories_post.html -%}
|
|
196
|
-
{%- else -%}
|
|
197
|
-
{%- include section/recent_posts.html -%}
|
|
198
|
-
{% endif %}
|
|
199
|
-
{%- if site.customblogdata -%}
|
|
200
|
-
{%- if categories.size> 0 or tags.size>0-%}
|
|
201
|
-
{%- include customblog/relatedposts.html -%}
|
|
202
|
-
{%- else -%}
|
|
203
|
-
{%- include customblog/recentposts.html -%}
|
|
204
|
-
{% endif %}
|
|
205
|
-
{%- endif -%}
|
|
206
|
-
{% include footer/index.html %}
|
|
207
|
-
{% include script.html %}
|
|
208
|
-
</body>
|
|
209
|
-
|
|
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">
|
|
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 pb-3">
|
|
31
|
+
<div class="flex-class py-4 mt-4 mt-md-0 ">
|
|
32
|
+
<div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
|
|
33
|
+
<div class="div-cont feature-img mr-2">
|
|
34
|
+
{%- if featureData.img -%}
|
|
35
|
+
<img style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}};
|
|
36
|
+
src="{{featureData.img}}" alt="{{featureData.imgalt}}" {%- if site.crossorigin -%}
|
|
37
|
+
crossorigin {%- endif -%}>
|
|
38
|
+
{%- else -%}
|
|
39
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
40
|
+
viewBox="0 0 36 36" fill="#000">
|
|
41
|
+
<path
|
|
42
|
+
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">
|
|
43
|
+
</path>
|
|
44
|
+
</svg>
|
|
45
|
+
{%- endif -%}
|
|
46
|
+
</div>
|
|
47
|
+
</span>
|
|
48
|
+
<h1 class="feature-h1">{{featureData.H1 | replace: "$variable", page.value}}</h1>
|
|
49
|
+
</div>
|
|
50
|
+
<h2 class="feature-h2">{{featureData.H2 | replace: "$variable", page.value}}</h2>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
{%- if site.noFeatureBox == true -%}
|
|
54
|
+
<div class="feature-content-box">
|
|
55
|
+
{{content}}
|
|
56
|
+
</div>
|
|
57
|
+
{%- else -%}
|
|
58
|
+
{%- if page.noBox == true -%}
|
|
59
|
+
<div class="feature-content-box">
|
|
60
|
+
{{content}}
|
|
61
|
+
</div>
|
|
62
|
+
{%- else -%}
|
|
63
|
+
<div class="box-padding">
|
|
64
|
+
<div class="d-flex" id="__cond-922051">
|
|
65
|
+
<div class="flex-container">
|
|
66
|
+
<div class="flex-class">
|
|
67
|
+
<div class="d-flex flex-column">
|
|
68
|
+
<div class="box"
|
|
69
|
+
style=background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}>
|
|
70
|
+
<div class="box-border"></div>
|
|
71
|
+
<div class="content-box">
|
|
72
|
+
{{content}}
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
{%- endif -%}
|
|
81
|
+
|
|
82
|
+
{%- endif -%}
|
|
83
|
+
|
|
84
|
+
<div class="container mt-4 mb-5">
|
|
85
|
+
<div class="row px-0">
|
|
86
|
+
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
87
|
+
<div class="col-lg-4 col-md-6 my-4">
|
|
88
|
+
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
|
|
89
|
+
alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
90
|
+
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
91
|
+
<div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
92
|
+
</div>
|
|
93
|
+
</div>
|
|
94
|
+
{% endfor %}
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
<section class="how-to-section">
|
|
98
|
+
<div class="container">
|
|
99
|
+
<div class="row">
|
|
100
|
+
<div class="col-md-6 order-0 ">
|
|
101
|
+
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
102
|
+
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
|
|
103
|
+
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
104
|
+
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
|
|
105
|
+
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
106
|
+
</div>
|
|
107
|
+
{%- endif -%}
|
|
108
|
+
</div>
|
|
109
|
+
<div class="col-md-6 order-1">
|
|
110
|
+
<div class="how-to-right">
|
|
111
|
+
<h3 class="how-to-title text-left">{{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
112
|
+
page.value}}</h3>
|
|
113
|
+
<ol class="how-to-list">
|
|
114
|
+
{% for data in featureData.HOW_TO_CONTENT.steps %}
|
|
115
|
+
|
|
116
|
+
<li id="step{{forloop.index}}" class="how-to-list-item">
|
|
117
|
+
<span>{{forloop.index}}.</span>{{data |
|
|
118
|
+
replace: "$variable",
|
|
119
|
+
page.value}}
|
|
120
|
+
</li>
|
|
121
|
+
{% endfor %}
|
|
122
|
+
</ol>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
|
|
127
|
+
</div>
|
|
128
|
+
</section>
|
|
129
|
+
{%- assign showFaqs= true -%}
|
|
130
|
+
{%- for item in site.noFaqsList -%}
|
|
131
|
+
{%- if item == page.lang -%}
|
|
132
|
+
{%- assign showFaqs = false -%}
|
|
133
|
+
{%- break -%}
|
|
134
|
+
{%- else -%}
|
|
135
|
+
{%- assign showFaqs = true -%}
|
|
136
|
+
{%- endif -%}
|
|
137
|
+
{%- endfor -%}
|
|
138
|
+
{%- if showFaqs == true -%}
|
|
139
|
+
{%- if featureData.FAQ.size>0 -%}
|
|
140
|
+
<section class="faq-section">
|
|
141
|
+
<div class="container">
|
|
142
|
+
<div class="row">
|
|
143
|
+
<div class="col-md-8 mx-auto">
|
|
144
|
+
<div class="faq">
|
|
145
|
+
<h2 class="feature-h1 text-center mb-4">{{featureData.faqheading | default: 'Frequently Asked
|
|
146
|
+
Questions'}}</h2>
|
|
147
|
+
<ul class="list-unstyled">
|
|
148
|
+
{% for data in featureData.FAQ %}
|
|
149
|
+
<li>
|
|
150
|
+
<h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable",
|
|
151
|
+
page.value}}<em style="transform: rotate(-135deg);">
|
|
152
|
+
<i></i></em>
|
|
153
|
+
</h3>
|
|
154
|
+
<div style="display: block;">
|
|
155
|
+
<p class="faq-answer" itemprop="text">{{data.answer | replace: "$variable",
|
|
156
|
+
page.value}}
|
|
157
|
+
</p>
|
|
158
|
+
</div>
|
|
159
|
+
</li>
|
|
160
|
+
<hr>
|
|
161
|
+
{% endfor %}
|
|
162
|
+
</ul>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
</section>
|
|
168
|
+
{%- endif -%}
|
|
169
|
+
{%- endif -%}
|
|
170
|
+
{%- include share/socialshare.html -%}
|
|
171
|
+
{%- include Rating/rating.html -%}
|
|
172
|
+
{%- include /Usp/usp.html -%}
|
|
173
|
+
{%- if featureData.display_formats -%}
|
|
174
|
+
<div class="container compare-table ">
|
|
175
|
+
{%- include fileformat/fileformatdetail.html -%}
|
|
176
|
+
</div>
|
|
177
|
+
{%- endif -%}
|
|
178
|
+
{%- if featureData.compare_formats -%}
|
|
179
|
+
<div class="container file-detail-table ">
|
|
180
|
+
{%- include fileformat/comparisonfiles.html -%}
|
|
181
|
+
</div>
|
|
182
|
+
{%- endif -%}
|
|
183
|
+
{%- assign langen = "en" -%}
|
|
184
|
+
{%- if site.data[folder][langen][file].categories -%}
|
|
185
|
+
{% assign categories= site.data[folder][langen][file].categories %}
|
|
186
|
+
{%- else -%}
|
|
187
|
+
{% assign categories= page.categories %}
|
|
188
|
+
{%- endif -%}
|
|
189
|
+
{%- if site.data[folder][langen][file].tags -%}
|
|
190
|
+
{% assign tags= site.data[folder][langen][file].tags %}
|
|
191
|
+
{%- else -%}
|
|
192
|
+
{% assign tags= page.tags %}
|
|
193
|
+
{%- endif -%}
|
|
194
|
+
{%- if categories.size> 0 or tags.size>0-%}
|
|
195
|
+
{%- include section/related_categories_post.html -%}
|
|
196
|
+
{%- else -%}
|
|
197
|
+
{%- include section/recent_posts.html -%}
|
|
198
|
+
{% endif %}
|
|
199
|
+
{%- if site.customblogdata -%}
|
|
200
|
+
{%- if categories.size> 0 or tags.size>0-%}
|
|
201
|
+
{%- include customblog/relatedposts.html -%}
|
|
202
|
+
{%- else -%}
|
|
203
|
+
{%- include customblog/recentposts.html -%}
|
|
204
|
+
{% endif %}
|
|
205
|
+
{%- endif -%}
|
|
206
|
+
{% include footer/index.html %}
|
|
207
|
+
{% include script.html %}
|
|
208
|
+
</body>
|
|
209
|
+
|
|
210
210
|
</html>
|
data/_layouts/fileInfo.html
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
{% assign file = page.fileName %}
|
|
2
|
-
{% assign lang = page.lang %}
|
|
3
|
-
{% assign folder = page.folderName %}
|
|
4
|
-
{% assign fileinfoData= site.data[folder][lang][file] %}
|
|
5
|
-
<!DOCTYPE html>
|
|
6
|
-
<html lang="{{fileinfoData.htmlLangAtt}}">
|
|
7
|
-
{% include head/index.html %}
|
|
8
|
-
|
|
9
|
-
<body>
|
|
10
|
-
{% include header/index.html %}
|
|
11
|
-
<div class="file-info-page-wrap container">
|
|
12
|
-
<div class="row">
|
|
13
|
-
<div class="col-lg-11 mx-auto text-left">
|
|
14
|
-
|
|
15
|
-
<div class=" mt-5">
|
|
16
|
-
{%- if fileinfoData.H1 -%}
|
|
17
|
-
<h1 class="file-info-h1 mb-2">{{fileinfoData.H1}}</h1>
|
|
18
|
-
{%- endif -%}
|
|
19
|
-
{%- if fileinfoData.H2 -%}
|
|
20
|
-
<h2 class="file-info-h2 mb-4">{{fileinfoData.H2}}</h2>
|
|
21
|
-
{%- endif -%}
|
|
22
|
-
{%- if fileinfoData.img -%}
|
|
23
|
-
<img {%- if site.crossorigin -%} crossorigin {%- endif -%} class="file-info-img w-100 h-100 "
|
|
24
|
-
src="{{fileinfoData.img}}" alt="img">
|
|
25
|
-
{%- endif -%}
|
|
26
|
-
</div>
|
|
27
|
-
{%- if fileinfoData.display_formats -%}
|
|
28
|
-
<div>
|
|
29
|
-
{%- include fileformat/fileinfoformat.html -%}
|
|
30
|
-
</div>
|
|
31
|
-
{%- endif -%}
|
|
32
|
-
{% include footer/index.html %}
|
|
33
|
-
{% include script.html %}
|
|
34
|
-
</div>
|
|
35
|
-
</div>
|
|
36
|
-
|
|
37
|
-
</div>
|
|
38
|
-
</body>
|
|
39
|
-
|
|
1
|
+
{% assign file = page.fileName %}
|
|
2
|
+
{% assign lang = page.lang %}
|
|
3
|
+
{% assign folder = page.folderName %}
|
|
4
|
+
{% assign fileinfoData= site.data[folder][lang][file] %}
|
|
5
|
+
<!DOCTYPE html>
|
|
6
|
+
<html lang="{{fileinfoData.htmlLangAtt}}">
|
|
7
|
+
{% include head/index.html %}
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
{% include header/index.html %}
|
|
11
|
+
<div class="file-info-page-wrap container">
|
|
12
|
+
<div class="row">
|
|
13
|
+
<div class="col-lg-11 mx-auto text-left">
|
|
14
|
+
|
|
15
|
+
<div class=" mt-5">
|
|
16
|
+
{%- if fileinfoData.H1 -%}
|
|
17
|
+
<h1 class="file-info-h1 mb-2">{{fileinfoData.H1}}</h1>
|
|
18
|
+
{%- endif -%}
|
|
19
|
+
{%- if fileinfoData.H2 -%}
|
|
20
|
+
<h2 class="file-info-h2 mb-4">{{fileinfoData.H2}}</h2>
|
|
21
|
+
{%- endif -%}
|
|
22
|
+
{%- if fileinfoData.img -%}
|
|
23
|
+
<img {%- if site.crossorigin -%} crossorigin {%- endif -%} class="file-info-img w-100 h-100 "
|
|
24
|
+
src="{{fileinfoData.img}}" alt="img">
|
|
25
|
+
{%- endif -%}
|
|
26
|
+
</div>
|
|
27
|
+
{%- if fileinfoData.display_formats -%}
|
|
28
|
+
<div>
|
|
29
|
+
{%- include fileformat/fileinfoformat.html -%}
|
|
30
|
+
</div>
|
|
31
|
+
{%- endif -%}
|
|
32
|
+
{% include footer/index.html %}
|
|
33
|
+
{% include script.html %}
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
</div>
|
|
38
|
+
</body>
|
|
39
|
+
|
|
40
40
|
</html>
|
data/_layouts/help.html
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
{% assign file = page.fileName %}
|
|
2
|
-
{% assign folder = page.folderName %}
|
|
3
|
-
{% assign lang = page.lang %}
|
|
4
|
-
{% assign helpData = site.data[folder][lang][file] %}
|
|
5
|
-
<!DOCTYPE html>
|
|
6
|
-
<html lang="{{helpData.htmlLangAtt}}">
|
|
7
|
-
{% include head/index.html %}
|
|
8
|
-
|
|
9
|
-
<body>
|
|
10
|
-
{% include header/index.html %}
|
|
11
|
-
{%- include dropdown/langdropdown.html -%}
|
|
12
|
-
<div class="container py-4">
|
|
13
|
-
<h1 class="about-h1 py-2">Help</h1>
|
|
14
|
-
<h2 class="about-h2"> Welcome to {{page.companyName}}.{{page.domain}}</h2>
|
|
15
|
-
<p class="py-2">We are here to help you. Ping us your queries at care@{{ page.companyName}}.{{page.domain}}</p>
|
|
16
|
-
<div>
|
|
17
|
-
{{content}}
|
|
18
|
-
</div>
|
|
19
|
-
</div>
|
|
20
|
-
{% include staticfooter.html %}
|
|
21
|
-
{% include script.html %}
|
|
22
|
-
</body>
|
|
23
|
-
|
|
1
|
+
{% assign file = page.fileName %}
|
|
2
|
+
{% assign folder = page.folderName %}
|
|
3
|
+
{% assign lang = page.lang %}
|
|
4
|
+
{% assign helpData = site.data[folder][lang][file] %}
|
|
5
|
+
<!DOCTYPE html>
|
|
6
|
+
<html lang="{{helpData.htmlLangAtt}}">
|
|
7
|
+
{% include head/index.html %}
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
{% include header/index.html %}
|
|
11
|
+
{%- include dropdown/langdropdown.html -%}
|
|
12
|
+
<div class="container py-4">
|
|
13
|
+
<h1 class="about-h1 py-2">Help</h1>
|
|
14
|
+
<h2 class="about-h2"> Welcome to {{page.companyName}}.{{page.domain}}</h2>
|
|
15
|
+
<p class="py-2">We are here to help you. Ping us your queries at care@{{ page.companyName}}.{{page.domain}}</p>
|
|
16
|
+
<div>
|
|
17
|
+
{{content}}
|
|
18
|
+
</div>
|
|
19
|
+
</div>
|
|
20
|
+
{% include staticfooter.html %}
|
|
21
|
+
{% include script.html %}
|
|
22
|
+
</body>
|
|
23
|
+
|
|
24
24
|
</html>
|