appscms-tools-theme 1.7.1 → 1.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/custom-head.html +1 -0
- data/_includes/footer/index.html +5 -0
- data/_includes/head/index.html +176 -131
- data/_includes/staticfooter.html +56 -0
- data/_layouts/aboutUs.html +18 -15
- data/_layouts/contactUs.html +62 -6
- data/_layouts/disclaimer.html +57 -14
- data/_layouts/feature.html +4 -1
- data/_layouts/help.html +4 -3
- data/_layouts/home.html +4 -0
- data/_layouts/privacyPolicy.html +5 -3
- data/_layouts/termAndCondition.html +12 -7
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3ab4826e34704a7c72f970f2c11cf2632970d7d82ae07579a7b16f8ddec0dda
|
4
|
+
data.tar.gz: f093bd351f6e340f958d08974cf281e3cb3a445efd112a9bb0544a9d35f636af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eacf110172f193b08c8bbfaa338ace0bef2cf3e1d6aa1579994aa84efcdd4650a9beabdd97133aff29513c347d71706b7d4d4d2db52cc96a48ad19c0ec1c4516
|
7
|
+
data.tar.gz: 04cfdcdd0fb89f8d1d8356dcefb22295c75f58dba08ec7788815788899367d9dea90888db7aced38e2d5d177ffb00083ec0d7a8c446ae7a538c112c45cc72a3b
|
data/_includes/custom-head.html
CHANGED
data/_includes/footer/index.html
CHANGED
@@ -153,6 +153,9 @@
|
|
153
153
|
</div>
|
154
154
|
</div>
|
155
155
|
{%- endif -%}
|
156
|
+
{%- if page.nointernationalization -%}
|
157
|
+
<div></div>
|
158
|
+
{%- else -%}
|
156
159
|
{%- if site.internationalizationall -%}
|
157
160
|
<div class="privacy-links-item">
|
158
161
|
<button type="button" class="drop-down-btn" data-toggle="modal" data-target="#staticBackdrop">
|
@@ -234,6 +237,8 @@
|
|
234
237
|
</div>
|
235
238
|
</div>
|
236
239
|
{%- endif -%}
|
240
|
+
{%- endif -%}
|
241
|
+
|
237
242
|
|
238
243
|
</div>
|
239
244
|
</div>
|
data/_includes/head/index.html
CHANGED
@@ -1,132 +1,177 @@
|
|
1
|
-
<head>
|
2
|
-
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign
|
3
|
-
dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
|
4
|
-
dataArr %} {% assign title = dataToShow.TITLE | replace:"$variable",
|
5
|
-
page.value | default:page.title | default: site.title %} {% assign description
|
6
|
-
= dataToShow.META | replace:"$variable", page.value | default: page.description | default:
|
7
|
-
site.description %} {% assign keywords = dataToShow.keywords %} {% assign
|
8
|
-
favicon = site.favicon %}
|
9
|
-
<meta charset="utf-8" />
|
10
|
-
<link rel="shortcut icon" href="{{favicon}}" />
|
11
|
-
<meta name="viewport" content="width=device-width" />
|
12
|
-
|
13
|
-
{
|
14
|
-
|
15
|
-
{
|
16
|
-
|
17
|
-
<
|
18
|
-
|
19
|
-
|
20
|
-
{
|
21
|
-
<
|
22
|
-
{
|
23
|
-
<
|
24
|
-
{%-
|
25
|
-
<
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
<meta
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
{
|
41
|
-
{
|
42
|
-
|
43
|
-
{
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
{
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
}
|
130
|
-
|
131
|
-
|
1
|
+
<head>
|
2
|
+
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign
|
3
|
+
dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
|
4
|
+
dataArr %} {% assign title = dataToShow.TITLE | replace:"$variable",
|
5
|
+
page.value | default:page.title | default: site.title %} {% assign description
|
6
|
+
= dataToShow.META | replace:"$variable", page.value | default: page.description | default:
|
7
|
+
site.description %} {% assign keywords = dataToShow.keywords %} {% assign
|
8
|
+
favicon = site.favicon %}
|
9
|
+
<meta charset="utf-8" />
|
10
|
+
<link rel="shortcut icon" href="{{favicon}}" />
|
11
|
+
<meta name="viewport" content="width=device-width" />
|
12
|
+
{%- if page.layout == "aboutUs" -%}
|
13
|
+
<title>{{site.name}} - About us | {{site.title}}</title>
|
14
|
+
{% elsif page.layout == "termAndCondition" %}
|
15
|
+
<title>{{site.name}} - Terms and conditions | {{site.title}}</title>
|
16
|
+
{% elsif page.layout == "disclaimer" %}
|
17
|
+
<title>{{site.name}} - Disclaimer | {{site.title}}</title>
|
18
|
+
{% elsif page.layout == "privacyPolicy" %}
|
19
|
+
<title>{{site.name}} - Privacy policy | {{site.title}}</title>
|
20
|
+
{% elsif page.layout == "contactUs" %}
|
21
|
+
<title>{{site.name}} - Contact | {{site.title}}</title>
|
22
|
+
{% elsif page.layout == "help" %}
|
23
|
+
<title>{{site.name}} - Help | {{site.title}}</title>
|
24
|
+
{%- else -%}
|
25
|
+
<title>{{title}}</title>
|
26
|
+
{%- endif -%}
|
27
|
+
|
28
|
+
|
29
|
+
{%- if dataToShow.keywords -%}
|
30
|
+
<meta name="keywords" content="{{keywords}}" />
|
31
|
+
{%- endif -%}
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
{%- if page.layout == "aboutUs" -%}
|
38
|
+
<meta name="description" content="{{site.name}} - About us | {{description}}" />
|
39
|
+
{% elsif page.layout == "termAndCondition" %}
|
40
|
+
<meta name="description" content="{{site.name}} - Terms and conditions | {{description}}" />
|
41
|
+
{% elsif page.layout == "disclaimer" %}
|
42
|
+
<meta name="description" content="{{site.name}} - Disclaimer | {{description}}" />
|
43
|
+
{% elsif page.layout == "privacyPolicy" %}
|
44
|
+
<meta name="description" content="{{site.name}} - Privacy policy | {{description}}" />
|
45
|
+
{% elsif page.layout == "contactUs" %}
|
46
|
+
<meta name="description" content="{{site.name}} - Contact | {{description}}" />
|
47
|
+
{%- else -%}
|
48
|
+
<meta name="description" content="{{description}}" />
|
49
|
+
{%- endif -%}
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
62
|
+
<link rel="canonical" href="{{site.url | append: page.url}}" />
|
63
|
+
|
64
|
+
{%- if dataToShow.css -%}
|
65
|
+
<link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
66
|
+
{%- else -%}
|
67
|
+
<link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
68
|
+
{%- endif -%}
|
69
|
+
<meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
|
70
|
+
<meta property="og:title" content="{{title}}" />
|
71
|
+
<meta property="og:description" content="{{description}}" />
|
72
|
+
<meta property="og:type" content="website" />
|
73
|
+
<meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
|
74
|
+
<meta data-rh="true" property="og:site_name" content="{{site.name}}" />
|
75
|
+
<meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
|
76
|
+
<meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
|
77
|
+
<meta data-rh="true" name="twitter:title" content="{{title}}" />
|
78
|
+
<meta data-rh="true" name="twitter:description" content="{{description}}" />
|
79
|
+
<meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
|
80
|
+
{% include adsense/adsense.html %} {%- if page.noindex -%}
|
81
|
+
<meta name="robots" content="noindex" />
|
82
|
+
{%- endif -%} {%- if site.pwa -%}
|
83
|
+
<link rel="manifest" href="/assets/js/manifest.json" />
|
84
|
+
{%- endif -%}
|
85
|
+
{%- if site.internationalization -%}
|
86
|
+
{%- include alternates/alternates.html -%}
|
87
|
+
{%- endif -%}
|
88
|
+
{% include cssfile/links.html %}
|
89
|
+
<script type="application/ld+json">
|
90
|
+
{
|
91
|
+
"@context": "http://schema.org",
|
92
|
+
"@type": "Organization",
|
93
|
+
"url": "{{site.siteurl}}",
|
94
|
+
"logo": "{{site.siteurl}}{{site.logo}}"
|
95
|
+
}
|
96
|
+
</script>
|
97
|
+
<script type="application/ld+json">
|
98
|
+
{
|
99
|
+
"@context": "http://schema.org",
|
100
|
+
"@type": "WebSite",
|
101
|
+
"name": "{{site.name}}",
|
102
|
+
"alternateName": "{{site.alternateName}}",
|
103
|
+
"url": "{{site.siteurl}}"
|
104
|
+
}
|
105
|
+
</script>
|
106
|
+
{%- if dataToShow.HOW_TO_CONTENT -%} {%- if dataToShow.HOW_TO_CONTENT.heading
|
107
|
+
!= '' -%}
|
108
|
+
<script type="application/ld+json">
|
109
|
+
{
|
110
|
+
"@context": "http://schema.org",
|
111
|
+
"@type": "HowTo",
|
112
|
+
"name": "{{dataToShow.HOW_TO_CONTENT.heading | replace:'"', "'" }}",
|
113
|
+
"image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
|
114
|
+
"step": [
|
115
|
+
{%- for item in dataToShow.HOW_TO_CONTENT.steps-%}
|
116
|
+
{%- if forloop.last == true -%}
|
117
|
+
{ "@type": "HowToStep",
|
118
|
+
"text": "{{item | replace:'"', "'" }}",
|
119
|
+
"image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
|
120
|
+
"url": "{{site.url | append: page.url}}#step{{ forloop.index }}"
|
121
|
+
}
|
122
|
+
{%- else -%}
|
123
|
+
{ "@type": "HowToStep",
|
124
|
+
"text": "{{item | replace:'"', "'" }}",
|
125
|
+
"image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
|
126
|
+
"url": "{{site.url | append: page.url}}#step{{ forloop.index}}"
|
127
|
+
},
|
128
|
+
{%- endif -%}
|
129
|
+
{%- endfor -%}
|
130
|
+
]
|
131
|
+
}
|
132
|
+
</script>
|
133
|
+
{%- endif -%} {%- endif -%} {%- if dataToShow.FAQ -%} {%- if
|
134
|
+
dataToShow.FAQ.first.question !='' -%}
|
135
|
+
<script type="application/ld+json">
|
136
|
+
{
|
137
|
+
"@context": "http://schema.org",
|
138
|
+
"@type": "FAQPage",
|
139
|
+
"mainEntity": [
|
140
|
+
{%- for item in dataToShow.FAQ-%}
|
141
|
+
{%- if forloop.last == true -%}
|
142
|
+
{"@type": "Question",
|
143
|
+
"name": "{{item.question | replace:'"', "'" }}",
|
144
|
+
"acceptedAnswer": {
|
145
|
+
"@type": "Answer",
|
146
|
+
"text": "{{item.answer | replace:'"', "'" }}"
|
147
|
+
}
|
148
|
+
}
|
149
|
+
{%- else -%}
|
150
|
+
{"@type": "Question",
|
151
|
+
"name": "{{item.question | replace:'"', "'" }}",
|
152
|
+
"acceptedAnswer": {
|
153
|
+
"@type": "Answer",
|
154
|
+
"text": "{{item.answer | replace:'"', "'" }}"
|
155
|
+
}
|
156
|
+
},
|
157
|
+
{%- endif -%}
|
158
|
+
{%- endfor -%}
|
159
|
+
]
|
160
|
+
}
|
161
|
+
</script>
|
162
|
+
{%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
|
163
|
+
Rating/structureddata.html -%} {%- endif -%} {%- include google-analytics.html
|
164
|
+
-%} {%- if site.pwa -%}
|
165
|
+
<script>
|
166
|
+
if ('serviceWorker' in navigator) {
|
167
|
+
window.addEventListener('load', () => {
|
168
|
+
navigator.serviceWorker
|
169
|
+
.register('/serviceworker.js')
|
170
|
+
.then((reg) => console.log('Success: ', reg.scope))
|
171
|
+
.catch((err) => console.log('Failure: ', err))
|
172
|
+
})
|
173
|
+
}
|
174
|
+
</script>
|
175
|
+
{%- endif -%}
|
176
|
+
{%- include monumetric/monumetric.html -%}
|
132
177
|
</head>
|
@@ -0,0 +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>
|
56
|
+
</footer>
|
data/_layouts/aboutUs.html
CHANGED
@@ -4,19 +4,22 @@
|
|
4
4
|
{% assign aboutData = site.data[folder][lang][file] %}
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{aboutData.htmlLangAtt}}">
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
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}}
|
18
19
|
</div>
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
</
|
20
|
+
</div>
|
21
|
+
{% include staticfooter.html %}
|
22
|
+
{% include script.html %}
|
23
|
+
</body>
|
24
|
+
|
25
|
+
</html>
|
data/_layouts/contactUs.html
CHANGED
@@ -5,19 +5,75 @@
|
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{contactData.htmlLangAtt}}">
|
7
7
|
{% include head/index.html %}
|
8
|
+
|
8
9
|
<body>
|
9
|
-
|
10
|
+
{% include header/index.html %}
|
10
11
|
{%- include dropdown/langdropdown.html -%}
|
11
12
|
<div class="container py-4 contact_layout">
|
12
13
|
<h1 class="contact-h1 py-2">Contact us</h1>
|
13
14
|
<h2 class="contact-h2">Welcome to {{page.companyName}}</h2>
|
14
15
|
<div class="py-3">
|
15
|
-
<div class="py-3"
|
16
|
-
|
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>
|
17
73
|
</div>
|
18
|
-
|
19
|
-
|
20
|
-
|
74
|
+
</div>
|
75
|
+
{% include staticfooter.html %}
|
76
|
+
{% include script.html %}
|
21
77
|
</body>
|
22
78
|
|
23
79
|
</html>
|
data/_layouts/disclaimer.html
CHANGED
@@ -5,31 +5,74 @@
|
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{disclaimerData.htmlLangAtt}}">
|
7
7
|
{% include head/index.html %}
|
8
|
+
|
8
9
|
<body>
|
9
|
-
|
10
|
+
{% include header/index.html %}
|
10
11
|
{%- include dropdown/langdropdown.html -%}
|
11
12
|
<div class="container py-4">
|
12
13
|
<h1 class="about-h1 py-4">Disclaimer</h1>
|
13
14
|
<div class="py-3">
|
14
|
-
<p>We, {{page.companyName}}, hereinafter referred to as the “FIRM” (where such expression shall, unless
|
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).
|
15
18
|
</p>
|
16
19
|
<p>
|
17
|
-
The Firm will not be responsible for any damage suffered by users from use of the Platform. This
|
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.
|
18
28
|
</p>
|
19
|
-
<p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
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>
|
28
71
|
<div>
|
29
72
|
{{content}}
|
30
73
|
</div>
|
31
|
-
|
32
|
-
{% include
|
74
|
+
</div>
|
75
|
+
{% include staticfooter.html %}
|
33
76
|
{% include script.html %}
|
34
77
|
</body>
|
35
78
|
|
data/_layouts/feature.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
</div>
|
107
107
|
</div>
|
108
|
-
|
108
|
+
{%- if site.noFaqs != true or page.lang == 'en' -%}
|
109
109
|
<div class="container">
|
110
110
|
<div class="row">
|
111
111
|
<div class="col-md-8 mx-auto">
|
@@ -133,6 +133,9 @@
|
|
133
133
|
</div>
|
134
134
|
</div>
|
135
135
|
</div>
|
136
|
+
{%- endif -%}
|
137
|
+
|
138
|
+
|
136
139
|
{%- include share/socialshare.html -%}
|
137
140
|
{%- include Rating/rating.html -%}
|
138
141
|
{%- include /Usp/usp.html -%}
|
data/_layouts/help.html
CHANGED
@@ -5,8 +5,9 @@
|
|
5
5
|
<!DOCTYPE html>
|
6
6
|
<html lang="{{helpData.htmlLangAtt}}">
|
7
7
|
{% include head/index.html %}
|
8
|
+
|
8
9
|
<body>
|
9
|
-
|
10
|
+
{% include header/index.html %}
|
10
11
|
{%- include dropdown/langdropdown.html -%}
|
11
12
|
<div class="container py-4">
|
12
13
|
<h1 class="about-h1 py-2">Help</h1>
|
@@ -15,8 +16,8 @@
|
|
15
16
|
<div>
|
16
17
|
{{content}}
|
17
18
|
</div>
|
18
|
-
|
19
|
-
{% include
|
19
|
+
</div>
|
20
|
+
{% include staticfooter.html %}
|
20
21
|
{% include script.html %}
|
21
22
|
</body>
|
22
23
|
|
data/_layouts/home.html
CHANGED
@@ -108,6 +108,7 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
{%- endif -%}
|
111
|
+
{%- if site.noFaqs != true or page.lang == 'en' -%}
|
111
112
|
{%- if homeData.FAQ -%}
|
112
113
|
<div class="container">
|
113
114
|
<div class="row">
|
@@ -138,6 +139,9 @@
|
|
138
139
|
|
139
140
|
</div>
|
140
141
|
{%- endif -%}
|
142
|
+
{%- endif -%}
|
143
|
+
|
144
|
+
|
141
145
|
{%- include share/socialshare.html -%}
|
142
146
|
{%- include Rating/rating.html -%}
|
143
147
|
{%- if homeData.USPS -%}
|
data/_layouts/privacyPolicy.html
CHANGED
@@ -67,7 +67,8 @@
|
|
67
67
|
under your account, whether or not you have authorized such activities or actions. You will
|
68
68
|
immediately notify us of any hereinbelow use of your account.</p>
|
69
69
|
<h3> PLATFORM OVERVIEW </h3>
|
70
|
-
<p>@{{ page.companyName }} is a platform owned and operated by @{{ page.companyName }} LLP which is a
|
70
|
+
<p>@{{ page.companyName }} is a platform owned and operated by @{{ page.companyName }} LLP which is a
|
71
|
+
limited
|
71
72
|
liability partnership registered under the provisions of the Limited Liability Partnership Act,
|
72
73
|
2008.</p>
|
73
74
|
<p>Servers for this website are hosted on Firebase. User is not required to install any software on his
|
@@ -125,7 +126,8 @@
|
|
125
126
|
the User shall not have the right to terminate these Terms till the expiry of the same.</p>
|
126
127
|
<p>COMMUNICATION By using this Platform and providing his/her identity and contact information to the
|
127
128
|
Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS from
|
128
|
-
the Firm and/or any of its representatives at any time. User can report to care@{{ page.companyName
|
129
|
+
the Firm and/or any of its representatives at any time. User can report to care@{{ page.companyName
|
130
|
+
}} if
|
129
131
|
they find any discrepancy with regard to Platform or content-related information and the Firm will
|
130
132
|
take necessary action after an investigation. The response with resolution (if any issues found)
|
131
133
|
shall be dependent on the time is taken for investigation. The User expressly agrees that
|
@@ -394,7 +396,7 @@
|
|
394
396
|
{{content}}
|
395
397
|
</div>
|
396
398
|
</div>
|
397
|
-
{% include
|
399
|
+
{% include staticfooter.html %}
|
398
400
|
{% include script.html %}
|
399
401
|
</body>
|
400
402
|
|
@@ -11,16 +11,18 @@
|
|
11
11
|
{%- include dropdown/langdropdown.html -%}
|
12
12
|
<div class="container py-4">
|
13
13
|
<h1 class="about-h1 py-4">Terms and condtions</h1>
|
14
|
-
<div class="py-3">
|
14
|
+
<div class="py-3">
|
15
15
|
<div class="py-3">
|
16
|
-
<p>We,<b>{{page.companyName}}</b>, registered under the provisions of the Limited Liability Partnership
|
16
|
+
<p>We,<b>{{page.companyName}}</b>, registered under the provisions of the Limited Liability Partnership
|
17
|
+
Act 2008,
|
17
18
|
having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA"
|
18
19
|
represented by its Directors, hereinafter referred to as the <b>“FIRM”</b> (where such expression
|
19
20
|
shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs,
|
20
21
|
representatives, administrators, permitted successors and assigns).</p>
|
21
22
|
<p>The Firm ensures steady commitment to Your usage of the Platform and privacy with regard to the
|
22
23
|
protection of Your invaluable information. This document contains information about the Website and
|
23
|
-
domain https://{{page.companyName}}.{{page.domain}} (hereinafter referred to as the “Platform” )
|
24
|
+
domain https://{{page.companyName}}.{{page.domain}} (hereinafter referred to as the “Platform” ).
|
25
|
+
</p>
|
24
26
|
<p>For the purpose of these Terms of Use (“Terms”), wherever the context so requires,</p>
|
25
27
|
<p>1. “We”, “Our”, and “Us” shall mean and refer to the Domain and/or the Firm, as the context so
|
26
28
|
requires.</p>
|
@@ -69,7 +71,8 @@
|
|
69
71
|
under your account, whether or not you have authorized such activities or actions. You will
|
70
72
|
immediately notify us of any hereinbelow use of your account.</p>
|
71
73
|
<h3> PLATFORM OVERVIEW </h3>
|
72
|
-
<p>@{{page.companyName}}.{{page.domain}} is a platform owned and operated by
|
74
|
+
<p>@{{page.companyName}}.{{page.domain}} is a platform owned and operated by
|
75
|
+
@{{page.companyName}}.{{page.domain}} LLP which is a limited liability
|
73
76
|
partnership registered under the provisions of the Limited Liability Partnership Act, 2008.</p>
|
74
77
|
<p>Servers for this website are hosted on Firebase. User is not required to install any software on his
|
75
78
|
machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
|
@@ -126,7 +129,8 @@
|
|
126
129
|
the User shall not have the right to terminate these Terms till the expiry of the same.</p>
|
127
130
|
<p>COMMUNICATION By using this Platform and providing his/her identity and contact information to the
|
128
131
|
Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS from
|
129
|
-
the Firm and/or any of its representatives at any time. User can report to
|
132
|
+
the Firm and/or any of its representatives at any time. User can report to
|
133
|
+
care@{{page.companyName}}.{{page.domain}} if they
|
130
134
|
find any discrepancy with regard to Platform or content-related information and the Firm will take
|
131
135
|
necessary action after an investigation. The response with resolution (if any issues found) shall be
|
132
136
|
dependent on the time is taken for investigation. The User expressly agrees that notwithstanding
|
@@ -386,7 +390,8 @@
|
|
386
390
|
maximum extent the original rights, intentions and commercial expectations of the Parties hereto, as
|
387
391
|
expressed herein.</p>
|
388
392
|
<p>4.<b> Contact Us</b>: If you have any questions about this Policy, the practices of the Platform, or
|
389
|
-
your experience with the Service provided by the Platform, you can contact us at
|
393
|
+
your experience with the Service provided by the Platform, you can contact us at
|
394
|
+
care@{{page.companyName}}.{{page.domain}}.
|
390
395
|
</p>
|
391
396
|
</div>
|
392
397
|
<div>
|
@@ -395,7 +400,7 @@
|
|
395
400
|
{{content}}
|
396
401
|
</div>
|
397
402
|
</div>
|
398
|
-
{% include
|
403
|
+
{% include staticfooter.html %}
|
399
404
|
{% include script.html %}
|
400
405
|
</body>
|
401
406
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appscms-tools-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vivek-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -163,6 +163,7 @@ files:
|
|
163
163
|
- _includes/section/recent_posts.html
|
164
164
|
- _includes/section/related_categories_post.html
|
165
165
|
- _includes/share/socialshare.html
|
166
|
+
- _includes/staticfooter.html
|
166
167
|
- _layouts/aboutUs.html
|
167
168
|
- _layouts/blog.html
|
168
169
|
- _layouts/categories.html
|