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
|
@@ -1,174 +1,174 @@
|
|
|
1
|
-
<section class="related-posts-section">
|
|
2
|
-
<div class="container">
|
|
3
|
-
<div class="relatedPosts">
|
|
4
|
-
|
|
5
|
-
<h2 class="pt-5 pb-0 related_post_heading">You might also like</h2>
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
{% assign maxRelated = 6 %}
|
|
10
|
-
{% assign minCommonTags = 1 %}
|
|
11
|
-
{% assign maxRelatedCounter = 0 %}
|
|
12
|
-
{% assign file = page.fileName %}
|
|
13
|
-
{% assign lang = "en" %}
|
|
14
|
-
{% assign folder = page.folderName %}
|
|
15
|
-
{%- if site.data[folder][lang][file].categories -%}
|
|
16
|
-
{% assign categories= site.data[folder][lang][file].categories %}
|
|
17
|
-
{%- else -%}
|
|
18
|
-
{% assign categories= page.categories %}
|
|
19
|
-
{%- endif -%}
|
|
20
|
-
{%- if site.data[folder][lang][file].tags -%}
|
|
21
|
-
{% assign tags= site.data[folder][lang][file].tags %}
|
|
22
|
-
{%- else -%}
|
|
23
|
-
{% assign tags= page.tags %}
|
|
24
|
-
{%- endif -%}
|
|
25
|
-
<div class="row">
|
|
26
|
-
{% for post in site.posts %}
|
|
27
|
-
{% assign sameTagCount = 0 %}
|
|
28
|
-
{% assign commonTags = '' %}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
{%- if categories -%}
|
|
32
|
-
{% for category in post.categories %}
|
|
33
|
-
{% if post.url != page.url %}
|
|
34
|
-
{% if categories contains category %}
|
|
35
|
-
{% assign sameTagCount = sameTagCount | plus: 1 %}
|
|
36
|
-
{% endif %}
|
|
37
|
-
{% endif %}
|
|
38
|
-
{% endfor %}
|
|
39
|
-
{%- endif -%}
|
|
40
|
-
|
|
41
|
-
{%- if tags -%}
|
|
42
|
-
{% for tag in post.tags %}
|
|
43
|
-
{% if post.url != page.url %}
|
|
44
|
-
{% if tags contains tag %}
|
|
45
|
-
{% assign sameTagCount = sameTagCount | plus: 1 %}
|
|
46
|
-
{% endif %}
|
|
47
|
-
{%- endif -%}
|
|
48
|
-
{% endfor %}
|
|
49
|
-
{%- endif -%}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
{% if sameTagCount >= minCommonTags %}
|
|
53
|
-
{%- include authors/authors.html-%}
|
|
54
|
-
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
55
|
-
<div class="card h-100">
|
|
56
|
-
<a href="{{ post.url }}">
|
|
57
|
-
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%"
|
|
58
|
-
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
59
|
-
</a>
|
|
60
|
-
<div class="card-body">
|
|
61
|
-
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
62
|
-
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
63
|
-
</a>
|
|
64
|
-
</div>
|
|
65
|
-
<div class="card-footer bg-white">
|
|
66
|
-
<div class="wrapfooter">
|
|
67
|
-
{% if post.author %}
|
|
68
|
-
<span class="meta-footer-thumb">
|
|
69
|
-
<img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}"
|
|
70
|
-
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
71
|
-
</span>
|
|
72
|
-
{% endif %}
|
|
73
|
-
|
|
74
|
-
<span class="author-meta">
|
|
75
|
-
<span class="post-name">
|
|
76
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
77
|
-
</span><br>
|
|
78
|
-
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
79
|
-
</span>
|
|
80
|
-
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
81
|
-
title="Read Story">Read
|
|
82
|
-
More</a></span>
|
|
83
|
-
</div>
|
|
84
|
-
</div>
|
|
85
|
-
</div>
|
|
86
|
-
</div>
|
|
87
|
-
{% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
|
|
88
|
-
{% if maxRelatedCounter >= maxRelated %}
|
|
89
|
-
{% break %}
|
|
90
|
-
{% endif %}
|
|
91
|
-
{%- else -%}
|
|
92
|
-
{%- endif -%}
|
|
93
|
-
{% endfor %}
|
|
94
|
-
{%- assign remamingPosts = maxRelated | minus: maxRelatedCounter -%}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
{%- if remamingPosts > 0 -%}
|
|
100
|
-
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
101
|
-
{% for post in posts %}
|
|
102
|
-
{%- if remamingPosts > 0 -%}
|
|
103
|
-
{%- assign tagData = true -%}
|
|
104
|
-
{%- assign catData = true -%}
|
|
105
|
-
{%- if tags -%}
|
|
106
|
-
{% for tag in post.tags %}
|
|
107
|
-
{% if post.url != page.url %}
|
|
108
|
-
{% if tags contains tag %}
|
|
109
|
-
{%- assign tagData = false -%}
|
|
110
|
-
{%- break -%}
|
|
111
|
-
{% endif %}
|
|
112
|
-
{%- endif -%}
|
|
113
|
-
{% endfor %}
|
|
114
|
-
{%- endif -%}
|
|
115
|
-
{%- if categories -%}
|
|
116
|
-
{%- if tagData == false -%}
|
|
117
|
-
{%- continue -%}
|
|
118
|
-
{%- else -%}
|
|
119
|
-
{% for category in post.categories %}
|
|
120
|
-
{% if post.url != page.url %}
|
|
121
|
-
{% if categories contains category %}
|
|
122
|
-
{%- assign catData = false -%}
|
|
123
|
-
{%- break -%}
|
|
124
|
-
{% endif %}
|
|
125
|
-
{% endif %}
|
|
126
|
-
{% endfor %}
|
|
127
|
-
{%- endif -%}
|
|
128
|
-
{%- if catData == false -%}
|
|
129
|
-
{%- continue -%}
|
|
130
|
-
{%- endif -%}
|
|
131
|
-
{%- assign remamingPosts = remamingPosts | minus: 1 -%}
|
|
132
|
-
{%- include authors/authors.html-%}
|
|
133
|
-
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
134
|
-
<div class="card h-100">
|
|
135
|
-
<a href="{{ post.url }}">
|
|
136
|
-
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
|
|
137
|
-
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
138
|
-
</a>
|
|
139
|
-
<div class="card-body">
|
|
140
|
-
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
141
|
-
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
142
|
-
</a>
|
|
143
|
-
</div>
|
|
144
|
-
<div class="card-footer bg-white">
|
|
145
|
-
<div class="wrapfooter">
|
|
146
|
-
{% if post.author %}
|
|
147
|
-
<span class="meta-footer-thumb">
|
|
148
|
-
<img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}" {%-
|
|
149
|
-
if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
150
|
-
</span>
|
|
151
|
-
{% endif %}
|
|
152
|
-
<span class="author-meta">
|
|
153
|
-
<span class="post-name">
|
|
154
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
155
|
-
</span><br>
|
|
156
|
-
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
157
|
-
</span>
|
|
158
|
-
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
159
|
-
title="Read Story">Read
|
|
160
|
-
More</a></span>
|
|
161
|
-
</div>
|
|
162
|
-
</div>
|
|
163
|
-
</div>
|
|
164
|
-
</div>
|
|
165
|
-
{%- endif -%}
|
|
166
|
-
{%- endif -%}
|
|
167
|
-
|
|
168
|
-
{% endfor %}
|
|
169
|
-
{%- endif -%}
|
|
170
|
-
|
|
171
|
-
</div>
|
|
172
|
-
</div>
|
|
173
|
-
</div>
|
|
1
|
+
<section class="related-posts-section">
|
|
2
|
+
<div class="container">
|
|
3
|
+
<div class="relatedPosts">
|
|
4
|
+
|
|
5
|
+
<h2 class="pt-5 pb-0 related_post_heading">You might also like</h2>
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
{% assign maxRelated = 6 %}
|
|
10
|
+
{% assign minCommonTags = 1 %}
|
|
11
|
+
{% assign maxRelatedCounter = 0 %}
|
|
12
|
+
{% assign file = page.fileName %}
|
|
13
|
+
{% assign lang = "en" %}
|
|
14
|
+
{% assign folder = page.folderName %}
|
|
15
|
+
{%- if site.data[folder][lang][file].categories -%}
|
|
16
|
+
{% assign categories= site.data[folder][lang][file].categories %}
|
|
17
|
+
{%- else -%}
|
|
18
|
+
{% assign categories= page.categories %}
|
|
19
|
+
{%- endif -%}
|
|
20
|
+
{%- if site.data[folder][lang][file].tags -%}
|
|
21
|
+
{% assign tags= site.data[folder][lang][file].tags %}
|
|
22
|
+
{%- else -%}
|
|
23
|
+
{% assign tags= page.tags %}
|
|
24
|
+
{%- endif -%}
|
|
25
|
+
<div class="row">
|
|
26
|
+
{% for post in site.posts %}
|
|
27
|
+
{% assign sameTagCount = 0 %}
|
|
28
|
+
{% assign commonTags = '' %}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
{%- if categories -%}
|
|
32
|
+
{% for category in post.categories %}
|
|
33
|
+
{% if post.url != page.url %}
|
|
34
|
+
{% if categories contains category %}
|
|
35
|
+
{% assign sameTagCount = sameTagCount | plus: 1 %}
|
|
36
|
+
{% endif %}
|
|
37
|
+
{% endif %}
|
|
38
|
+
{% endfor %}
|
|
39
|
+
{%- endif -%}
|
|
40
|
+
|
|
41
|
+
{%- if tags -%}
|
|
42
|
+
{% for tag in post.tags %}
|
|
43
|
+
{% if post.url != page.url %}
|
|
44
|
+
{% if tags contains tag %}
|
|
45
|
+
{% assign sameTagCount = sameTagCount | plus: 1 %}
|
|
46
|
+
{% endif %}
|
|
47
|
+
{%- endif -%}
|
|
48
|
+
{% endfor %}
|
|
49
|
+
{%- endif -%}
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
{% if sameTagCount >= minCommonTags %}
|
|
53
|
+
{%- include authors/authors.html-%}
|
|
54
|
+
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
55
|
+
<div class="card h-100">
|
|
56
|
+
<a href="{{ post.url }}">
|
|
57
|
+
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%"
|
|
58
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
59
|
+
</a>
|
|
60
|
+
<div class="card-body">
|
|
61
|
+
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
62
|
+
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
63
|
+
</a>
|
|
64
|
+
</div>
|
|
65
|
+
<div class="card-footer bg-white">
|
|
66
|
+
<div class="wrapfooter">
|
|
67
|
+
{% if post.author %}
|
|
68
|
+
<span class="meta-footer-thumb">
|
|
69
|
+
<img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}"
|
|
70
|
+
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
71
|
+
</span>
|
|
72
|
+
{% endif %}
|
|
73
|
+
|
|
74
|
+
<span class="author-meta">
|
|
75
|
+
<span class="post-name">
|
|
76
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
77
|
+
</span><br>
|
|
78
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
79
|
+
</span>
|
|
80
|
+
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
81
|
+
title="Read Story">Read
|
|
82
|
+
More</a></span>
|
|
83
|
+
</div>
|
|
84
|
+
</div>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
{% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
|
|
88
|
+
{% if maxRelatedCounter >= maxRelated %}
|
|
89
|
+
{% break %}
|
|
90
|
+
{% endif %}
|
|
91
|
+
{%- else -%}
|
|
92
|
+
{%- endif -%}
|
|
93
|
+
{% endfor %}
|
|
94
|
+
{%- assign remamingPosts = maxRelated | minus: maxRelatedCounter -%}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
{%- if remamingPosts > 0 -%}
|
|
100
|
+
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
101
|
+
{% for post in posts %}
|
|
102
|
+
{%- if remamingPosts > 0 -%}
|
|
103
|
+
{%- assign tagData = true -%}
|
|
104
|
+
{%- assign catData = true -%}
|
|
105
|
+
{%- if tags -%}
|
|
106
|
+
{% for tag in post.tags %}
|
|
107
|
+
{% if post.url != page.url %}
|
|
108
|
+
{% if tags contains tag %}
|
|
109
|
+
{%- assign tagData = false -%}
|
|
110
|
+
{%- break -%}
|
|
111
|
+
{% endif %}
|
|
112
|
+
{%- endif -%}
|
|
113
|
+
{% endfor %}
|
|
114
|
+
{%- endif -%}
|
|
115
|
+
{%- if categories -%}
|
|
116
|
+
{%- if tagData == false -%}
|
|
117
|
+
{%- continue -%}
|
|
118
|
+
{%- else -%}
|
|
119
|
+
{% for category in post.categories %}
|
|
120
|
+
{% if post.url != page.url %}
|
|
121
|
+
{% if categories contains category %}
|
|
122
|
+
{%- assign catData = false -%}
|
|
123
|
+
{%- break -%}
|
|
124
|
+
{% endif %}
|
|
125
|
+
{% endif %}
|
|
126
|
+
{% endfor %}
|
|
127
|
+
{%- endif -%}
|
|
128
|
+
{%- if catData == false -%}
|
|
129
|
+
{%- continue -%}
|
|
130
|
+
{%- endif -%}
|
|
131
|
+
{%- assign remamingPosts = remamingPosts | minus: 1 -%}
|
|
132
|
+
{%- include authors/authors.html-%}
|
|
133
|
+
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
134
|
+
<div class="card h-100">
|
|
135
|
+
<a href="{{ post.url }}">
|
|
136
|
+
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
|
|
137
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
138
|
+
</a>
|
|
139
|
+
<div class="card-body">
|
|
140
|
+
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
141
|
+
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
142
|
+
</a>
|
|
143
|
+
</div>
|
|
144
|
+
<div class="card-footer bg-white">
|
|
145
|
+
<div class="wrapfooter">
|
|
146
|
+
{% if post.author %}
|
|
147
|
+
<span class="meta-footer-thumb">
|
|
148
|
+
<img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}" {%-
|
|
149
|
+
if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
150
|
+
</span>
|
|
151
|
+
{% endif %}
|
|
152
|
+
<span class="author-meta">
|
|
153
|
+
<span class="post-name">
|
|
154
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
155
|
+
</span><br>
|
|
156
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
157
|
+
</span>
|
|
158
|
+
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
159
|
+
title="Read Story">Read
|
|
160
|
+
More</a></span>
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
</div>
|
|
164
|
+
</div>
|
|
165
|
+
{%- endif -%}
|
|
166
|
+
{%- endif -%}
|
|
167
|
+
|
|
168
|
+
{% endfor %}
|
|
169
|
+
{%- endif -%}
|
|
170
|
+
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
174
174
|
</section>
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
{% assign file = page.fileName %}
|
|
2
|
-
{% assign folder = page.folderName %}
|
|
3
|
-
{% assign lang = page.lang %}
|
|
4
|
-
{% assign shareData=site.data[folder][lang][file] %}
|
|
5
|
-
{%- if site.data.blog.share.platforms -%}
|
|
6
|
-
<div class="social-icons">
|
|
7
|
-
{% assign url = page.url | relative_url | prepend: site.url %}
|
|
8
|
-
{% for share in site.data.blog.share.platforms %}
|
|
9
|
-
{% assign link = share.link | replace: 'URL', url %}
|
|
10
|
-
{{page.title}}
|
|
11
|
-
<a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
|
|
12
|
-
onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
|
|
13
|
-
data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
|
|
14
|
-
<i class="fa-fw {{ share.icon }} mb-0 py-3"></i>
|
|
15
|
-
</a>
|
|
16
|
-
|
|
17
|
-
{% endfor %}
|
|
18
|
-
</ul>
|
|
19
|
-
</ul>
|
|
20
|
-
</div>
|
|
1
|
+
{% assign file = page.fileName %}
|
|
2
|
+
{% assign folder = page.folderName %}
|
|
3
|
+
{% assign lang = page.lang %}
|
|
4
|
+
{% assign shareData=site.data[folder][lang][file] %}
|
|
5
|
+
{%- if site.data.blog.share.platforms -%}
|
|
6
|
+
<div class="social-icons">
|
|
7
|
+
{% assign url = page.url | relative_url | prepend: site.url %}
|
|
8
|
+
{% for share in site.data.blog.share.platforms %}
|
|
9
|
+
{% assign link = share.link | replace: 'URL', url %}
|
|
10
|
+
{{page.title}}
|
|
11
|
+
<a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
|
|
12
|
+
onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
|
|
13
|
+
data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
|
|
14
|
+
<i class="fa-fw {{ share.icon }} mb-0 py-3"></i>
|
|
15
|
+
</a>
|
|
16
|
+
|
|
17
|
+
{% endfor %}
|
|
18
|
+
</ul>
|
|
19
|
+
</ul>
|
|
20
|
+
</div>
|
|
21
21
|
{%- endif -%}
|
data/_includes/staticfooter.html
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{% assign lang = page.lang %}
|
|
2
|
-
{% assign dataToShow = site.data.footer[lang].data %}
|
|
3
|
-
{%- assign networksitesData = site.data.footer.networksites -%}
|
|
4
|
-
{%- include languages/languages.html -%}
|
|
5
|
-
{% assign dataFile= site.data[folder][lang][file] %}
|
|
6
|
-
<footer class="footer">
|
|
7
|
-
<div class="container">
|
|
8
|
-
<div class="footer-wrapper">
|
|
9
|
-
{%- if dataToShow.logo -%}
|
|
10
|
-
<div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo" class="footer-logo"
|
|
11
|
-
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
12
|
-
<div class="footer-title">{{dataToShow.heading}}</div>
|
|
13
|
-
</div>
|
|
14
|
-
{%- endif -%}
|
|
15
|
-
<nav class="footer-nav">
|
|
16
|
-
<ul class="footer-ul">
|
|
17
|
-
<h2 class="footer-ul-title">{{dataToShow.companytitle | default: 'Company' }}</h2>
|
|
18
|
-
{% for data in dataToShow.company %}
|
|
19
|
-
<a class="footer-link" href="{{data.url}}">{{data.name}}</a>
|
|
20
|
-
{% endfor %}
|
|
21
|
-
</ul>
|
|
22
|
-
<ul class="footer-ul">
|
|
23
|
-
<h2 class="footer-ul-title">{{dataToShow.producttitle | default: 'Product' }}</h2>
|
|
24
|
-
{% for data in dataToShow.product %}
|
|
25
|
-
<a class="footer-link" href="{{data.url}}">{{data.name}}</a>
|
|
26
|
-
{% endfor %}
|
|
27
|
-
</ul>
|
|
28
|
-
<ul class="footer-ul">
|
|
29
|
-
<h2 class="footer-ul-title">{{dataToShow.networksitestitle | default: 'Network sites'}}</h2>
|
|
30
|
-
{% for data in networksitesData.networkSites %}
|
|
31
|
-
<a class="footer-link" href="{{data.url}}">{{data.name}}</a>
|
|
32
|
-
{% endfor %}
|
|
33
|
-
</ul>
|
|
34
|
-
</nav>
|
|
35
|
-
</div>
|
|
36
|
-
<div class="jKLUgT"></div>
|
|
37
|
-
<div class="d-flex py-4">
|
|
38
|
-
{% for data in dataToShow.social %}
|
|
39
|
-
<a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer" href="{{data.url}}" title="LinkedIn">
|
|
40
|
-
<div class="sDfHB" style="width:24px;height:24px">
|
|
41
|
-
<img loading="lazy" src="{{data.logo}}" title="{{data.title}}" {%- if site.crossorigin -%}
|
|
42
|
-
crossorigin {%- endif -%}>
|
|
43
|
-
</div>
|
|
44
|
-
</a>
|
|
45
|
-
{% endfor %}
|
|
46
|
-
</div>
|
|
47
|
-
<div class="privacy-footer">
|
|
48
|
-
<div class="footer-msg">{{dataToShow.messege}}
|
|
49
|
-
</div>
|
|
50
|
-
<div class="privacy-links">
|
|
51
|
-
{% for data in dataToShow.legal %}
|
|
52
|
-
<div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
|
|
53
|
-
{% endfor %}
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
1
|
+
{% assign lang = page.lang %}
|
|
2
|
+
{% assign dataToShow = site.data.footer[lang].data %}
|
|
3
|
+
{%- assign networksitesData = site.data.footer.networksites -%}
|
|
4
|
+
{%- include languages/languages.html -%}
|
|
5
|
+
{% assign dataFile= site.data[folder][lang][file] %}
|
|
6
|
+
<footer class="footer">
|
|
7
|
+
<div class="container">
|
|
8
|
+
<div class="footer-wrapper">
|
|
9
|
+
{%- if dataToShow.logo -%}
|
|
10
|
+
<div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo" class="footer-logo"
|
|
11
|
+
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
12
|
+
<div class="footer-title">{{dataToShow.heading}}</div>
|
|
13
|
+
</div>
|
|
14
|
+
{%- endif -%}
|
|
15
|
+
<nav class="footer-nav">
|
|
16
|
+
<ul class="footer-ul">
|
|
17
|
+
<h2 class="footer-ul-title">{{dataToShow.companytitle | default: 'Company' }}</h2>
|
|
18
|
+
{% for data in dataToShow.company %}
|
|
19
|
+
<a class="footer-link" href="{{data.url}}">{{data.name}}</a>
|
|
20
|
+
{% endfor %}
|
|
21
|
+
</ul>
|
|
22
|
+
<ul class="footer-ul">
|
|
23
|
+
<h2 class="footer-ul-title">{{dataToShow.producttitle | default: 'Product' }}</h2>
|
|
24
|
+
{% for data in dataToShow.product %}
|
|
25
|
+
<a class="footer-link" href="{{data.url}}">{{data.name}}</a>
|
|
26
|
+
{% endfor %}
|
|
27
|
+
</ul>
|
|
28
|
+
<ul class="footer-ul">
|
|
29
|
+
<h2 class="footer-ul-title">{{dataToShow.networksitestitle | default: 'Network sites'}}</h2>
|
|
30
|
+
{% for data in networksitesData.networkSites %}
|
|
31
|
+
<a class="footer-link" href="{{data.url}}">{{data.name}}</a>
|
|
32
|
+
{% endfor %}
|
|
33
|
+
</ul>
|
|
34
|
+
</nav>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="jKLUgT"></div>
|
|
37
|
+
<div class="d-flex py-4">
|
|
38
|
+
{% for data in dataToShow.social %}
|
|
39
|
+
<a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer" href="{{data.url}}" title="LinkedIn">
|
|
40
|
+
<div class="sDfHB" style="width:24px;height:24px">
|
|
41
|
+
<img loading="lazy" src="{{data.logo}}" title="{{data.title}}" {%- if site.crossorigin -%}
|
|
42
|
+
crossorigin {%- endif -%}>
|
|
43
|
+
</div>
|
|
44
|
+
</a>
|
|
45
|
+
{% endfor %}
|
|
46
|
+
</div>
|
|
47
|
+
<div class="privacy-footer">
|
|
48
|
+
<div class="footer-msg">{{dataToShow.messege}}
|
|
49
|
+
</div>
|
|
50
|
+
<div class="privacy-links">
|
|
51
|
+
{% for data in dataToShow.legal %}
|
|
52
|
+
<div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
|
|
53
|
+
{% endfor %}
|
|
54
|
+
</div>
|
|
55
|
+
</div>
|
|
56
56
|
</footer>
|
data/_layouts/aboutUs.html
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{% assign file = page.fileName %}
|
|
2
|
-
{% assign lang = page.lang %}
|
|
3
|
-
{% assign folder = page.folderName %}
|
|
4
|
-
{% assign aboutData = site.data[folder][lang][file] %}
|
|
5
|
-
<!DOCTYPE html>
|
|
6
|
-
<html lang="{{aboutData.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 about_layout">
|
|
13
|
-
<h1 class="about-h1 py-2">About us</h1>
|
|
14
|
-
<h2 class="about-h2"> Welcome to {{ page.companyName}}</h2>
|
|
15
|
-
<p class="about-para py-2">We are here to help you. Ping us your queries at care@{{
|
|
16
|
-
page.companyName}}.{{page.domain}}</p>
|
|
17
|
-
<div>
|
|
18
|
-
{{content}}
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
{% include staticfooter.html %}
|
|
22
|
-
{% include script.html %}
|
|
23
|
-
</body>
|
|
24
|
-
|
|
1
|
+
{% assign file = page.fileName %}
|
|
2
|
+
{% assign lang = page.lang %}
|
|
3
|
+
{% assign folder = page.folderName %}
|
|
4
|
+
{% assign aboutData = site.data[folder][lang][file] %}
|
|
5
|
+
<!DOCTYPE html>
|
|
6
|
+
<html lang="{{aboutData.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 about_layout">
|
|
13
|
+
<h1 class="about-h1 py-2">About us</h1>
|
|
14
|
+
<h2 class="about-h2"> Welcome to {{ page.companyName}}</h2>
|
|
15
|
+
<p class="about-para py-2">We are here to help you. Ping us your queries at care@{{
|
|
16
|
+
page.companyName}}.{{page.domain}}</p>
|
|
17
|
+
<div>
|
|
18
|
+
{{content}}
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
{% include staticfooter.html %}
|
|
22
|
+
{% include script.html %}
|
|
23
|
+
</body>
|
|
24
|
+
|
|
25
25
|
</html>
|