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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c32864e6df62aff2fa0ed8e117c62462f5bcb27e77eb48d116fdd5b1f9793c2
4
- data.tar.gz: 580f28ac910ca74bad294625d54b8eee457892cf2729b9624a0e43eff125154e
3
+ metadata.gz: a3ab4826e34704a7c72f970f2c11cf2632970d7d82ae07579a7b16f8ddec0dda
4
+ data.tar.gz: f093bd351f6e340f958d08974cf281e3cb3a445efd112a9bb0544a9d35f636af
5
5
  SHA512:
6
- metadata.gz: 3e25752d6d2438e400d0d711e7cf85cfcb15f9fb0755f8d03007864070bb391bf4c416f7323fb73e31bec3207104804b9a020723052410d4e73ea506b9f49a07
7
- data.tar.gz: 96d04e1af7374d20be68b617f33d8f682db12b6f50d37c400c99b62e224ed481e4cb7fd0d03b6c09a69d288f8d1ac031c2b91b7261e752e1baebb4c0093ef0b8
6
+ metadata.gz: eacf110172f193b08c8bbfaa338ace0bef2cf3e1d6aa1579994aa84efcdd4650a9beabdd97133aff29513c347d71706b7d4d4d2db52cc96a48ad19c0ec1c4516
7
+ data.tar.gz: 04cfdcdd0fb89f8d1d8356dcefb22295c75f58dba08ec7788815788899367d9dea90888db7aced38e2d5d177ffb00083ec0d7a8c446ae7a538c112c45cc72a3b
@@ -30,4 +30,5 @@
30
30
  endif -%} />
31
31
 
32
32
  {%- include google-analytics.html -%}
33
+ {%- include monumetric/monumetric.html -%}
33
34
  </head>
@@ -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>
@@ -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
- <title>{{title}}</title>
13
- {%- if dataToShow.keywords -%}
14
- <meta name="keywords" content="{{keywords}}" />
15
- {%- endif -%}
16
- <meta name="description" content="{{description}}" />
17
- <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
18
- <link rel="canonical" href="{{site.url | append: page.url}}" />
19
-
20
- {%- if dataToShow.css -%}
21
- <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
22
- {%- else -%}
23
- <link rel="stylesheet" href="/assets/css/tools.css" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
24
- {%- endif -%}
25
- <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
26
- <meta property="og:title" content="{{title}}" />
27
- <meta property="og:description" content="{{description}}" />
28
- <meta property="og:type" content="website" />
29
- <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
30
- <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
31
- <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
32
- <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
33
- <meta data-rh="true" name="twitter:title" content="{{title}}" />
34
- <meta data-rh="true" name="twitter:description" content="{{description}}" />
35
- <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
36
- {% include adsense/adsense.html %} {%- if page.noindex -%}
37
- <meta name="robots" content="noindex" />
38
- {%- endif -%} {%- if site.pwa -%}
39
- <link rel="manifest" href="/assets/js/manifest.json" />
40
- {%- endif -%}
41
- {%- if site.internationalization -%}
42
- {%- include alternates/alternates.html -%}
43
- {%- endif -%}
44
- {% include cssfile/links.html %}
45
- <script type="application/ld+json">
46
- {
47
- "@context": "http://schema.org",
48
- "@type": "Organization",
49
- "url": "{{site.siteurl}}",
50
- "logo": "{{site.siteurl}}{{site.logo}}"
51
- }
52
- </script>
53
- <script type="application/ld+json">
54
- {
55
- "@context": "http://schema.org",
56
- "@type": "WebSite",
57
- "name": "{{site.name}}",
58
- "alternateName": "{{site.alternateName}}",
59
- "url": "{{site.siteurl}}"
60
- }
61
- </script>
62
- {%- if dataToShow.HOW_TO_CONTENT -%} {%- if dataToShow.HOW_TO_CONTENT.heading
63
- != '' -%}
64
- <script type="application/ld+json">
65
- {
66
- "@context": "http://schema.org",
67
- "@type": "HowTo",
68
- "name": "{{dataToShow.HOW_TO_CONTENT.heading | replace:'"', "'" }}",
69
- "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
70
- "step": [
71
- {%- for item in dataToShow.HOW_TO_CONTENT.steps-%}
72
- {%- if forloop.last == true -%}
73
- { "@type": "HowToStep",
74
- "text": "{{item | replace:'"', "'" }}",
75
- "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
76
- "url": "{{site.url | append: page.url}}#step{{ forloop.index }}"
77
- }
78
- {%- else -%}
79
- { "@type": "HowToStep",
80
- "text": "{{item | replace:'"', "'" }}",
81
- "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
82
- "url": "{{site.url | append: page.url}}#step{{ forloop.index}}"
83
- },
84
- {%- endif -%}
85
- {%- endfor -%}
86
- ]
87
- }
88
- </script>
89
- {%- endif -%} {%- endif -%} {%- if dataToShow.FAQ -%} {%- if
90
- dataToShow.FAQ.first.question !='' -%}
91
- <script type="application/ld+json">
92
- {
93
- "@context": "http://schema.org",
94
- "@type": "FAQPage",
95
- "mainEntity": [
96
- {%- for item in dataToShow.FAQ-%}
97
- {%- if forloop.last == true -%}
98
- {"@type": "Question",
99
- "name": "{{item.question | replace:'"', "'" }}",
100
- "acceptedAnswer": {
101
- "@type": "Answer",
102
- "text": "{{item.answer | replace:'"', "'" }}"
103
- }
104
- }
105
- {%- else -%}
106
- {"@type": "Question",
107
- "name": "{{item.question | replace:'"', "'" }}",
108
- "acceptedAnswer": {
109
- "@type": "Answer",
110
- "text": "{{item.answer | replace:'"', "'" }}"
111
- }
112
- },
113
- {%- endif -%}
114
- {%- endfor -%}
115
- ]
116
- }
117
- </script>
118
- {%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
119
- Rating/structureddata.html -%} {%- endif -%} {%- include google-analytics.html
120
- -%} {%- if site.pwa -%}
121
- <script>
122
- if ('serviceWorker' in navigator) {
123
- window.addEventListener('load', () => {
124
- navigator.serviceWorker
125
- .register('/serviceworker.js')
126
- .then((reg) => console.log('Success: ', reg.scope))
127
- .catch((err) => console.log('Failure: ', err))
128
- })
129
- }
130
- </script>
131
- {%- endif -%}
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>
@@ -4,19 +4,22 @@
4
4
  {% assign aboutData = site.data[folder][lang][file] %}
5
5
  <!DOCTYPE html>
6
6
  <html lang="{{aboutData.htmlLangAtt}}">
7
- {% include head/index.html %}
8
- <body>
9
- {% include header/index.html %}
10
- {%- include dropdown/langdropdown.html -%}
11
- <div class="container py-4 about_layout">
12
- <h1 class="about-h1 py-2">About us</h1>
13
- <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2>
14
- <p class="about-para py-2">We are here to help you. Ping us your queries at care@{{ page.companyName}}.{{page.domain}}</p>
15
- <div>
16
- {{content}}
17
- </div>
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
- {% include footer/index.html %}
20
- {% include script.html %}
21
- </body>
22
- </html>
20
+ </div>
21
+ {% include staticfooter.html %}
22
+ {% include script.html %}
23
+ </body>
24
+
25
+ </html>
@@ -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
- {% include header/index.html %}
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"><p>We, <b>{{page.companyName}}</b> LLP, registered under the provisions of the Limited Liability Partnership Act 2008, having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA" represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall, unless repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).</p><p>The Firm will not be responsible for any damage suffered by users from use of the Platform. This includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed deliveries, or service interruptions as may occur because of any act/omission of parties. This disclaimer of liability also applies to any damages or injury caused by any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communication line failure, theft or destruction or unauthorized access to, alteration of, or use of record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of action.</p><p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to the User through the course of the provision of Services or as a result of the Users’ actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility for any content that Users send or receive from other Users or Third-Party posts through the Website or Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the Users own discretion and risk.</p><p>The services on the Platform are intended to be subject to availability, without any promises or guarantees on the same by the Firm, and while certain information available on the Platform is the property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm shall not make any representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the Platform or the information, services, or related graphics contained on the Platform for any purpose. Any reliance you place on such information is therefore strictly at your own risk.</p><p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or legally authorised person on behalf of the User), and in case of any negligence on the part of the User is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm /Platform.</p><p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In no event will the Firm be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of the Platform.</p><p>Through this Platform, You may be able to access the link of other Platforms which are not under the control of the Firm or the Platform. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable due to technical issues beyond our control.</p><p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT.</p><p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES.</p><p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p></div>
16
- <div>
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
- </div>
19
- {% include footer/index.html %}
20
- {% include script.html %}
74
+ </div>
75
+ {% include staticfooter.html %}
76
+ {% include script.html %}
21
77
  </body>
22
78
 
23
79
  </html>
@@ -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
- {% include header/index.html %}
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 repugnant to the context thereof, be deemed to include its respective legal heirs, representatives, administrators, permitted successors and assigns).
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 includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed deliveries, or service interruptions as may occur because of any act/omission of parties. This disclaimer of liability also applies to any damages or injury caused by any failure of performance, error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus, communication line failure, theft or destruction or unauthorized access to, alteration of, or use of record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of action.
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 the User through the course of the provision of Services or as a result of the Users’ actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility for any content that Users send or receive from other Users or Third-Party posts through the Website or Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the Users own discretion and risk.</p>
20
- <p>The services on the Platform are intended to be subject to availability, without any promises or guarantees on the same by the Firm, and while certain information available on the Platform is the property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm shall not make any representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the Platform or the information, services, or related graphics contained on the Platform for any purpose. Any reliance you place on such information is therefore strictly at your own risk.</p>
21
- <p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or legally authorised person on behalf of the User), and in case of any negligence on the part of the User is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm /Platform.</p>
22
- <p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In no event will the Firm be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of the Platform.</p>
23
- <p>Through this Platform, You may be able to access the link of other Platforms which are not under the control of the Firm or the Platform. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable due to technical issues beyond our control.</p>
24
- <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY USER CONTENT.</p>
25
- <p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES.</p>
26
- <p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
27
- </div>
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
- </div>
32
- {% include footer/index.html %}
74
+ </div>
75
+ {% include staticfooter.html %}
33
76
  {% include script.html %}
34
77
  </body>
35
78
 
@@ -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
- {% include header/index.html %}
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
- </div>
19
- {% include footer/index.html %}
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 -%}
@@ -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 limited
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 }} if
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 footer/index.html %}
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 Act 2008,
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” ).</p>
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 @{{page.companyName}}.{{page.domain}} LLP which is a limited liability
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 care@{{page.companyName}}.{{page.domain}} if they
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 care@{{page.companyName}}.{{page.domain}}.
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 footer/index.html %}
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.1
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: 2021-12-09 00:00:00.000000000 Z
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