appscms-tools-theme 1.8.2 → 1.8.5
Sign up to get free protection for your applications and to get access to all the features.
- 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/adblocker.html +136 -0
- 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/adblocker.css +187 -0
- 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/abp.svg +41 -0
- data/assets/images/adblock.svg +266 -0
- data/assets/images/safevideoconverter.svg +23 -23
- data/assets/images/uo.svg +41 -0
- data/assets/instagram.svg +4 -4
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/adBlocker.js +45 -0
- 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 +8 -2
data/_layouts/blog.html
CHANGED
@@ -1,71 +1,71 @@
|
|
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
|
-
<div class="row justify-content-center section-title-wrap">
|
11
|
-
<div class="col-lg-12">
|
12
|
-
<h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
|
13
|
-
</h1>
|
14
|
-
<p class="lead mb-5 mt-1" style="font-size: 18px;">
|
15
|
-
{{ site.data.blog.blog.description }}
|
16
|
-
</p>
|
17
|
-
</div>
|
18
|
-
</div>
|
19
|
-
<div class="main-content">
|
20
|
-
{{content}}
|
21
|
-
</div>
|
22
|
-
<div class="row">
|
23
|
-
{% for post in paginator.posts %}
|
24
|
-
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
25
|
-
<div class="card h-100">
|
26
|
-
<a href="{{ post.url }}">
|
27
|
-
<img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top"
|
28
|
-
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
29
|
-
</a>
|
30
|
-
<div class="card-body">
|
31
|
-
<a href="{{ post.url }}" class="anchor_link">
|
32
|
-
<h4 class="card-title mb-4">{{ post.title }}</h4>
|
33
|
-
</a>
|
34
|
-
</div>
|
35
|
-
{%- include authors/authors.html -%}
|
36
|
-
<div class="card-footer bg-white">
|
37
|
-
<div class="wrapfooter">
|
38
|
-
{% if post.author %}
|
39
|
-
<span class="meta-footer-thumb">
|
40
|
-
<img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}"
|
41
|
-
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
42
|
-
</span>
|
43
|
-
{% endif %}
|
44
|
-
|
45
|
-
<span class="author-meta">
|
46
|
-
<span class="post-name">
|
47
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
48
|
-
</span><br>
|
49
|
-
<span class="post-date">{{post.date | date_to_string }}</span>
|
50
|
-
</span>
|
51
|
-
<span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
|
52
|
-
title="Read Story">Read More</a></span>
|
53
|
-
</div>
|
54
|
-
</div>
|
55
|
-
</div>
|
56
|
-
</div>
|
57
|
-
{% endfor %}
|
58
|
-
</div>
|
59
|
-
{%- include paginationBlogPage.html -%}
|
60
|
-
</div>
|
61
|
-
|
62
|
-
{% include section/count.html %}
|
63
|
-
</section>
|
64
|
-
{%- include section/alertbar.html -%}
|
65
|
-
|
66
|
-
{% include script.html %}
|
67
|
-
<script src="{{ '/assets/js/TopScroll.js' | relative_url }}" {%- if site.crossorigin -%} crossorigin {%- endif
|
68
|
-
-%}></script>
|
69
|
-
</body>
|
70
|
-
|
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
|
+
<div class="row justify-content-center section-title-wrap">
|
11
|
+
<div class="col-lg-12">
|
12
|
+
<h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
|
13
|
+
</h1>
|
14
|
+
<p class="lead mb-5 mt-1" style="font-size: 18px;">
|
15
|
+
{{ site.data.blog.blog.description }}
|
16
|
+
</p>
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
<div class="main-content">
|
20
|
+
{{content}}
|
21
|
+
</div>
|
22
|
+
<div class="row">
|
23
|
+
{% for post in paginator.posts %}
|
24
|
+
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
25
|
+
<div class="card h-100">
|
26
|
+
<a href="{{ post.url }}">
|
27
|
+
<img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top"
|
28
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
29
|
+
</a>
|
30
|
+
<div class="card-body">
|
31
|
+
<a href="{{ post.url }}" class="anchor_link">
|
32
|
+
<h4 class="card-title mb-4">{{ post.title }}</h4>
|
33
|
+
</a>
|
34
|
+
</div>
|
35
|
+
{%- include authors/authors.html -%}
|
36
|
+
<div class="card-footer bg-white">
|
37
|
+
<div class="wrapfooter">
|
38
|
+
{% if post.author %}
|
39
|
+
<span class="meta-footer-thumb">
|
40
|
+
<img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}"
|
41
|
+
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
42
|
+
</span>
|
43
|
+
{% endif %}
|
44
|
+
|
45
|
+
<span class="author-meta">
|
46
|
+
<span class="post-name">
|
47
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
48
|
+
</span><br>
|
49
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
50
|
+
</span>
|
51
|
+
<span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
|
52
|
+
title="Read Story">Read More</a></span>
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
</div>
|
56
|
+
</div>
|
57
|
+
{% endfor %}
|
58
|
+
</div>
|
59
|
+
{%- include paginationBlogPage.html -%}
|
60
|
+
</div>
|
61
|
+
|
62
|
+
{% include section/count.html %}
|
63
|
+
</section>
|
64
|
+
{%- include section/alertbar.html -%}
|
65
|
+
|
66
|
+
{% include script.html %}
|
67
|
+
<script src="{{ '/assets/js/TopScroll.js' | relative_url }}" {%- if site.crossorigin -%} crossorigin {%- endif
|
68
|
+
-%}></script>
|
69
|
+
</body>
|
70
|
+
|
71
71
|
</html>
|
data/_layouts/categories.html
CHANGED
@@ -1,26 +1,26 @@
|
|
1
|
-
---
|
2
|
-
layout: blog
|
3
|
-
---
|
4
|
-
|
5
|
-
<div class="container">
|
6
|
-
<div class="row listrecent">
|
7
|
-
{% for category in site.categories %}
|
8
|
-
<div class="section-title col-md-12 mt-4">
|
9
|
-
<h2 id="{{ category[0] | replace: ' ', '-' }}">Category
|
10
|
-
<span class="text-capitalize">{{ category[0]
|
11
|
-
}}</span>
|
12
|
-
</h2>
|
13
|
-
</div>
|
14
|
-
{% assign pages_list = category[1] %}
|
15
|
-
{% for post in pages_list %}
|
16
|
-
{% if post.title != null %}
|
17
|
-
{% if group == null or group == post.group %}
|
18
|
-
{% include postbox.html %}
|
19
|
-
{% endif %}
|
20
|
-
{% endif %}
|
21
|
-
{% endfor %}
|
22
|
-
{% assign pages_list = nil %}
|
23
|
-
{% assign group = nil %}
|
24
|
-
{% endfor %}
|
25
|
-
</div>
|
1
|
+
---
|
2
|
+
layout: blog
|
3
|
+
---
|
4
|
+
|
5
|
+
<div class="container">
|
6
|
+
<div class="row listrecent">
|
7
|
+
{% for category in site.categories %}
|
8
|
+
<div class="section-title col-md-12 mt-4">
|
9
|
+
<h2 id="{{ category[0] | replace: ' ', '-' }}">Category
|
10
|
+
<span class="text-capitalize">{{ category[0]
|
11
|
+
}}</span>
|
12
|
+
</h2>
|
13
|
+
</div>
|
14
|
+
{% assign pages_list = category[1] %}
|
15
|
+
{% for post in pages_list %}
|
16
|
+
{% if post.title != null %}
|
17
|
+
{% if group == null or group == post.group %}
|
18
|
+
{% include postbox.html %}
|
19
|
+
{% endif %}
|
20
|
+
{% endif %}
|
21
|
+
{% endfor %}
|
22
|
+
{% assign pages_list = nil %}
|
23
|
+
{% assign group = nil %}
|
24
|
+
{% endfor %}
|
25
|
+
</div>
|
26
26
|
</div>
|
data/_layouts/contactUs.html
CHANGED
@@ -1,79 +1,79 @@
|
|
1
|
-
{% assign file = page.fileName %}
|
2
|
-
{% assign folder = page.folderName %}
|
3
|
-
{% assign lang = page.lang %}
|
4
|
-
{% assign contactData = site.data[folder][lang][file] %}
|
5
|
-
<!DOCTYPE html>
|
6
|
-
<html lang="{{contactData.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 contact_layout">
|
13
|
-
<h1 class="contact-h1 py-2">Contact us</h1>
|
14
|
-
<h2 class="contact-h2">Welcome to {{page.companyName}}</h2>
|
15
|
-
<div class="py-3">
|
16
|
-
<div class="py-3">
|
17
|
-
<p>We, <b>{{page.companyName}}</b> LLP, registered under the provisions of the Limited Liability
|
18
|
-
Partnership Act 2008, having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA"
|
19
|
-
represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall,
|
20
|
-
unless repugnant to the context thereof, be deemed to include its respective legal heirs,
|
21
|
-
representatives, administrators, permitted successors and assigns).</p>
|
22
|
-
<p>The Firm will not be responsible for any damage suffered by users from use of the Platform. This
|
23
|
-
includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
|
24
|
-
deliveries, or service interruptions as may occur because of any act/omission of parties. This
|
25
|
-
disclaimer of liability also applies to any damages or injury caused by any failure of performance,
|
26
|
-
error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
|
27
|
-
communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
|
28
|
-
record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
|
29
|
-
action.</p>
|
30
|
-
<p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience
|
31
|
-
caused to the User through the course of the provision of Services or as a result of the Users’
|
32
|
-
actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm
|
33
|
-
takes no responsibility for any content that Users send or receive from other Users or Third-Party
|
34
|
-
posts through the Website or Platform. Any material downloaded or otherwise obtained through use of
|
35
|
-
the service is accessed at the Users own discretion and risk.</p>
|
36
|
-
<p>The services on the Platform are intended to be subject to availability, without any promises or
|
37
|
-
guarantees on the same by the Firm, and while certain information available on the Platform is the
|
38
|
-
property of the Firm and the Firm endeavours to keep the said information updated and accurate, the
|
39
|
-
Firm shall not make any representations or warranties of any kind, express or implied, about the
|
40
|
-
completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
|
41
|
-
information, services, or related graphics contained on the Platform for any purpose. Any reliance
|
42
|
-
you place on such information is therefore strictly at your own risk.</p>
|
43
|
-
<p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
|
44
|
-
Services by Users. The use of the Services in the Platform is the sole responsibility of the User
|
45
|
-
(or legally authorised person on behalf of the User), and in case of any negligence on the part of
|
46
|
-
the User is acting on the same shall not be construed as imposing any liability, direct or indirect,
|
47
|
-
on the Firm /Platform.</p>
|
48
|
-
<p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
|
49
|
-
(incidental, direct, indirect or otherwise) from the use of the Platform or any such services under
|
50
|
-
the platform. In no event will the Firm be liable for any loss or damage including without
|
51
|
-
limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from
|
52
|
-
loss of data or profits arising out of, or in connection with, the use of the Platform.</p>
|
53
|
-
<p>Through this Platform, You may be able to access the link of other Platforms which are not under the
|
54
|
-
control of the Firm or the Platform. We have no control over the nature, content and availability of
|
55
|
-
those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the
|
56
|
-
views expressed within them. Every effort is made to keep the Platform up and running smoothly.
|
57
|
-
However, the Firm takes no responsibility for, and will not be liable for, the Platform being
|
58
|
-
temporarily unavailable due to technical issues beyond our control.</p>
|
59
|
-
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
|
60
|
-
ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
|
61
|
-
WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR
|
62
|
-
UNAVAILABILITY OF ANY USER CONTENT.</p>
|
63
|
-
<p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH
|
64
|
-
THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
|
65
|
-
RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE
|
66
|
-
DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING.
|
67
|
-
PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED
|
68
|
-
TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES.</p>
|
69
|
-
<p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE
|
70
|
-
AND SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
|
71
|
-
</div>
|
72
|
-
<div>
|
73
|
-
</div>
|
74
|
-
</div>
|
75
|
-
{% include staticfooter.html %}
|
76
|
-
{% include script.html %}
|
77
|
-
</body>
|
78
|
-
|
1
|
+
{% assign file = page.fileName %}
|
2
|
+
{% assign folder = page.folderName %}
|
3
|
+
{% assign lang = page.lang %}
|
4
|
+
{% assign contactData = site.data[folder][lang][file] %}
|
5
|
+
<!DOCTYPE html>
|
6
|
+
<html lang="{{contactData.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 contact_layout">
|
13
|
+
<h1 class="contact-h1 py-2">Contact us</h1>
|
14
|
+
<h2 class="contact-h2">Welcome to {{page.companyName}}</h2>
|
15
|
+
<div class="py-3">
|
16
|
+
<div class="py-3">
|
17
|
+
<p>We, <b>{{page.companyName}}</b> LLP, registered under the provisions of the Limited Liability
|
18
|
+
Partnership Act 2008, having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA"
|
19
|
+
represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall,
|
20
|
+
unless repugnant to the context thereof, be deemed to include its respective legal heirs,
|
21
|
+
representatives, administrators, permitted successors and assigns).</p>
|
22
|
+
<p>The Firm will not be responsible for any damage suffered by users from use of the Platform. This
|
23
|
+
includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
|
24
|
+
deliveries, or service interruptions as may occur because of any act/omission of parties. This
|
25
|
+
disclaimer of liability also applies to any damages or injury caused by any failure of performance,
|
26
|
+
error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
|
27
|
+
communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
|
28
|
+
record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
|
29
|
+
action.</p>
|
30
|
+
<p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience
|
31
|
+
caused to the User through the course of the provision of Services or as a result of the Users’
|
32
|
+
actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm
|
33
|
+
takes no responsibility for any content that Users send or receive from other Users or Third-Party
|
34
|
+
posts through the Website or Platform. Any material downloaded or otherwise obtained through use of
|
35
|
+
the service is accessed at the Users own discretion and risk.</p>
|
36
|
+
<p>The services on the Platform are intended to be subject to availability, without any promises or
|
37
|
+
guarantees on the same by the Firm, and while certain information available on the Platform is the
|
38
|
+
property of the Firm and the Firm endeavours to keep the said information updated and accurate, the
|
39
|
+
Firm shall not make any representations or warranties of any kind, express or implied, about the
|
40
|
+
completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
|
41
|
+
information, services, or related graphics contained on the Platform for any purpose. Any reliance
|
42
|
+
you place on such information is therefore strictly at your own risk.</p>
|
43
|
+
<p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
|
44
|
+
Services by Users. The use of the Services in the Platform is the sole responsibility of the User
|
45
|
+
(or legally authorised person on behalf of the User), and in case of any negligence on the part of
|
46
|
+
the User is acting on the same shall not be construed as imposing any liability, direct or indirect,
|
47
|
+
on the Firm /Platform.</p>
|
48
|
+
<p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
|
49
|
+
(incidental, direct, indirect or otherwise) from the use of the Platform or any such services under
|
50
|
+
the platform. In no event will the Firm be liable for any loss or damage including without
|
51
|
+
limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from
|
52
|
+
loss of data or profits arising out of, or in connection with, the use of the Platform.</p>
|
53
|
+
<p>Through this Platform, You may be able to access the link of other Platforms which are not under the
|
54
|
+
control of the Firm or the Platform. We have no control over the nature, content and availability of
|
55
|
+
those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the
|
56
|
+
views expressed within them. Every effort is made to keep the Platform up and running smoothly.
|
57
|
+
However, the Firm takes no responsibility for, and will not be liable for, the Platform being
|
58
|
+
temporarily unavailable due to technical issues beyond our control.</p>
|
59
|
+
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
|
60
|
+
ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
|
61
|
+
WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR
|
62
|
+
UNAVAILABILITY OF ANY USER CONTENT.</p>
|
63
|
+
<p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH
|
64
|
+
THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
|
65
|
+
RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE
|
66
|
+
DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING.
|
67
|
+
PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED
|
68
|
+
TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES.</p>
|
69
|
+
<p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE
|
70
|
+
AND SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
|
71
|
+
</div>
|
72
|
+
<div>
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
{% include staticfooter.html %}
|
76
|
+
{% include script.html %}
|
77
|
+
</body>
|
78
|
+
|
79
79
|
</html>
|
data/_layouts/default.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{{ content }}
|
1
|
+
{{ content }}
|
data/_layouts/disclaimer.html
CHANGED
@@ -1,79 +1,79 @@
|
|
1
|
-
{% assign file = page.fileName %}
|
2
|
-
{% assign folder = page.folderName %}
|
3
|
-
{% assign lang = page.lang %}
|
4
|
-
{% assign disclaimerData = site.data[folder][lang][file] %}
|
5
|
-
<!DOCTYPE html>
|
6
|
-
<html lang="{{disclaimerData.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-4">Disclaimer</h1>
|
14
|
-
<div class="py-3">
|
15
|
-
<p>We, {{page.companyName}}, hereinafter referred to as the “FIRM” (where such expression shall, unless
|
16
|
-
repugnant to the context thereof, be deemed to include its respective legal heirs, representatives,
|
17
|
-
administrators, permitted successors and assigns).
|
18
|
-
</p>
|
19
|
-
<p>
|
20
|
-
The Firm will not be responsible for any damage suffered by users from use of the Platform. This
|
21
|
-
includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
|
22
|
-
deliveries, or service interruptions as may occur because of any act/omission of parties. This
|
23
|
-
disclaimer of liability also applies to any damages or injury caused by any failure of performance,
|
24
|
-
error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
|
25
|
-
communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
|
26
|
-
record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
|
27
|
-
action.
|
28
|
-
</p>
|
29
|
-
<p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to
|
30
|
-
the User through the course of the provision of Services or as a result of the Users’ actions. The Firm
|
31
|
-
makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility
|
32
|
-
for any content that Users send or receive from other Users or Third-Party posts through the Website or
|
33
|
-
Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the
|
34
|
-
Users own discretion and risk.</p>
|
35
|
-
<p>The services on the Platform are intended to be subject to availability, without any promises or
|
36
|
-
guarantees on the same by the Firm, and while certain information available on the Platform is the
|
37
|
-
property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm
|
38
|
-
shall not make any representations or warranties of any kind, express or implied, about the
|
39
|
-
completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
|
40
|
-
information, services, or related graphics contained on the Platform for any purpose. Any reliance you
|
41
|
-
place on such information is therefore strictly at your own risk.</p>
|
42
|
-
<p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
|
43
|
-
Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or
|
44
|
-
legally authorised person on behalf of the User), and in case of any negligence on the part of the User
|
45
|
-
is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm
|
46
|
-
/Platform.</p>
|
47
|
-
<p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental,
|
48
|
-
direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In
|
49
|
-
no event will the Firm be liable for any loss or damage including without limitation, indirect or
|
50
|
-
consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits
|
51
|
-
arising out of, or in connection with, the use of the Platform.</p>
|
52
|
-
<p>Through this Platform, You may be able to access the link of other Platforms which are not under the
|
53
|
-
control of the Firm or the Platform. We have no control over the nature, content and availability of
|
54
|
-
those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views
|
55
|
-
expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the
|
56
|
-
Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable
|
57
|
-
due to technical issues beyond our control.</p>
|
58
|
-
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
|
59
|
-
ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE
|
60
|
-
ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY
|
61
|
-
USER CONTENT.</p>
|
62
|
-
<p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE
|
63
|
-
PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR
|
64
|
-
ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL
|
65
|
-
OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR
|
66
|
-
ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR
|
67
|
-
THIRD PARTIES.</p>
|
68
|
-
<p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND
|
69
|
-
SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
|
70
|
-
</div>
|
71
|
-
<div>
|
72
|
-
{{content}}
|
73
|
-
</div>
|
74
|
-
</div>
|
75
|
-
{% include staticfooter.html %}
|
76
|
-
{% include script.html %}
|
77
|
-
</body>
|
78
|
-
|
1
|
+
{% assign file = page.fileName %}
|
2
|
+
{% assign folder = page.folderName %}
|
3
|
+
{% assign lang = page.lang %}
|
4
|
+
{% assign disclaimerData = site.data[folder][lang][file] %}
|
5
|
+
<!DOCTYPE html>
|
6
|
+
<html lang="{{disclaimerData.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-4">Disclaimer</h1>
|
14
|
+
<div class="py-3">
|
15
|
+
<p>We, {{page.companyName}}, hereinafter referred to as the “FIRM” (where such expression shall, unless
|
16
|
+
repugnant to the context thereof, be deemed to include its respective legal heirs, representatives,
|
17
|
+
administrators, permitted successors and assigns).
|
18
|
+
</p>
|
19
|
+
<p>
|
20
|
+
The Firm will not be responsible for any damage suffered by users from use of the Platform. This
|
21
|
+
includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
|
22
|
+
deliveries, or service interruptions as may occur because of any act/omission of parties. This
|
23
|
+
disclaimer of liability also applies to any damages or injury caused by any failure of performance,
|
24
|
+
error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
|
25
|
+
communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
|
26
|
+
record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
|
27
|
+
action.
|
28
|
+
</p>
|
29
|
+
<p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to
|
30
|
+
the User through the course of the provision of Services or as a result of the Users’ actions. The Firm
|
31
|
+
makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility
|
32
|
+
for any content that Users send or receive from other Users or Third-Party posts through the Website or
|
33
|
+
Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the
|
34
|
+
Users own discretion and risk.</p>
|
35
|
+
<p>The services on the Platform are intended to be subject to availability, without any promises or
|
36
|
+
guarantees on the same by the Firm, and while certain information available on the Platform is the
|
37
|
+
property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm
|
38
|
+
shall not make any representations or warranties of any kind, express or implied, about the
|
39
|
+
completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
|
40
|
+
information, services, or related graphics contained on the Platform for any purpose. Any reliance you
|
41
|
+
place on such information is therefore strictly at your own risk.</p>
|
42
|
+
<p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
|
43
|
+
Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or
|
44
|
+
legally authorised person on behalf of the User), and in case of any negligence on the part of the User
|
45
|
+
is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm
|
46
|
+
/Platform.</p>
|
47
|
+
<p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental,
|
48
|
+
direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In
|
49
|
+
no event will the Firm be liable for any loss or damage including without limitation, indirect or
|
50
|
+
consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits
|
51
|
+
arising out of, or in connection with, the use of the Platform.</p>
|
52
|
+
<p>Through this Platform, You may be able to access the link of other Platforms which are not under the
|
53
|
+
control of the Firm or the Platform. We have no control over the nature, content and availability of
|
54
|
+
those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views
|
55
|
+
expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the
|
56
|
+
Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable
|
57
|
+
due to technical issues beyond our control.</p>
|
58
|
+
<p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
|
59
|
+
ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE
|
60
|
+
ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY
|
61
|
+
USER CONTENT.</p>
|
62
|
+
<p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE
|
63
|
+
PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR
|
64
|
+
ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL
|
65
|
+
OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR
|
66
|
+
ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR
|
67
|
+
THIRD PARTIES.</p>
|
68
|
+
<p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND
|
69
|
+
SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
|
70
|
+
</div>
|
71
|
+
<div>
|
72
|
+
{{content}}
|
73
|
+
</div>
|
74
|
+
</div>
|
75
|
+
{% include staticfooter.html %}
|
76
|
+
{% include script.html %}
|
77
|
+
</body>
|
78
|
+
|
79
79
|
</html>
|