appscms-tools-theme 1.7.0 → 1.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/authors/authors.html +2 -0
- data/_includes/footer/index.html +5 -0
- data/_includes/head/index.html +175 -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/help.html +4 -3
- data/_layouts/privacyPolicy.html +5 -3
- data/_layouts/termAndCondition.html +12 -7
- data/assets/images/krutika.jpeg +0 -0
- data/assets/images/safevideoconverter.svg +23 -0
- data/assets/images/siddhika.jpeg +0 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c63132d072a54902b29f64603298e7014e044fad6298e2d2e98be6d6fa0eebf6
|
4
|
+
data.tar.gz: '034348221a24773a6847bd01777827c789d430f4cbc467ddd38acfae44da15bf'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 864fd2d0c2e7305956683baa7a9a347ecd258a5e60d935f3e10857293d5886866a274f896b860cf13219d54b448042d0f5b4272e0cfdbac70170f40266d4d531
|
7
|
+
data.tar.gz: 4451a0e5c9ec3de331cdf7439e42a75505a05fdadcc0dd90eb595a32ccf1039d0ee1e556788a11e22414ccee7f29b334baaa6d3d95f11c95dedaf7a6f6a87e12
|
@@ -7,6 +7,8 @@
|
|
7
7
|
{% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
|
8
8
|
{% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
|
9
9
|
{% assign alka = "Alka Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
|
10
|
+
{% assign siddhika = "Siddhika Prajapati&&/assets/images/siddhika.jpeg&&Siddhika Prajapati is an English Honors graduate and postgraduate in journalism. A freelance writer and a nutritionist, she is a fashion, fitness, art, tech, culture and travel writer, who loves to explore and experiment through words with an add-on of personal touch. Her enthusiasm for fashion, lifestyle, tech and fitness is what prompts her to write regularly.&&N/A" | split: '&&' %}
|
11
|
+
{% assign krutika = "Krutika&&/assets/images/krutika.jpeg&&I am from an IT background along with being a techno geek, a writer is hidden in me. You can found me with my laptop either coding or writing journals.&&N/A" | split: '&&' %}
|
10
12
|
{%- assign postAuthor = post.author | split: " " -%}
|
11
13
|
{%- assign author = postAuthor.first | downcase -%}
|
12
14
|
{%- assign collection = [author] -%}
|
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,176 @@
|
|
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 -%}
|
132
176
|
</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/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/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
|
|
Binary file
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<svg width="28" height="36" viewBox="0 0 27 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g filter="url(#filter0_d)">
|
3
|
+
<path d="M13.4999 33.5323C13.3311 33.5323 13.196 33.495 13.0274 33.4576C5.36632 31.0357 0 23.2117 0 14.3817V5.58884C0 4.76905 0.506357 4.0239 1.21499 3.80035L13.0364 0.0717211C13.3394 -0.023907 13.6605 -0.023907 13.9636 0.0717211L25.785 3.80035C26.4936 4.0239 27 4.76905 27 5.58884V14.3817C27 23.2117 21.6337 31.0357 13.9726 33.4576C13.8036 33.495 13.6685 33.5323 13.4999 33.5323Z" fill="url(#paint0_angular)"/>
|
4
|
+
<path d="M13.0815 0.214774L13.0815 0.214764C13.3551 0.128414 13.6448 0.128409 13.9185 0.214769L13.9185 0.214774L25.7399 3.9434C26.3778 4.14464 26.85 4.8254 26.85 5.58884V14.3817C26.85 23.1521 21.5215 30.9105 13.9337 33.3126C13.91 33.3179 13.8875 33.323 13.8658 33.3279C13.7283 33.3591 13.6261 33.3823 13.4999 33.3823C13.3734 33.3823 13.2711 33.359 13.1335 33.3278C13.112 33.3229 13.0897 33.3178 13.0664 33.3126C5.47851 30.9106 0.15 23.1522 0.15 14.3817V5.58884C0.15 4.82541 0.622175 4.14465 1.26011 3.9434C1.26011 3.9434 1.26011 3.9434 1.26012 3.9434L13.0815 0.214774Z" stroke="#5E5E5E" stroke-width="0.3"/>
|
5
|
+
</g>
|
6
|
+
<path d="M8.59927 15.0607C8.75728 15.2974 9.02148 15.4348 9.29895 15.4348C9.35349 15.4348 9.40853 15.4295 9.46336 15.4187C9.79721 15.3522 10.0583 15.0912 10.1246 14.7573L11.0622 10.0436C11.1057 9.82462 11.0606 9.59735 10.9365 9.41174C10.8125 9.22613 10.6198 9.09738 10.4009 9.05384L5.68724 8.11622C5.35313 8.04971 5.01226 8.19108 4.82322 8.47412C4.63407 8.75716 4.63407 9.12631 4.82322 9.40935L6.42124 11.8009C5.17805 13.3819 4.5 15.3312 4.5 17.3588C4.5 20.9376 6.61944 24.1762 9.89946 25.6094C10.0092 25.6573 10.1235 25.6801 10.236 25.6801C10.5604 25.6801 10.8695 25.4914 11.0077 25.1752C11.1938 24.7492 10.9994 24.253 10.5735 24.0669C7.90668 22.9016 6.18345 20.2685 6.18345 17.3588C6.18345 15.8985 6.61625 14.4884 7.41742 13.292L8.59927 15.0607Z" fill="#5286FA"/>
|
7
|
+
<path d="M20.5793 22.9163C21.8221 21.3353 22.5 19.3862 22.5 17.3589C22.5 13.7801 20.3806 10.5415 17.1005 9.1082C16.6746 8.92212 16.1784 9.11652 15.9922 9.54245C15.8061 9.96839 16.0005 10.4646 16.4265 10.6508C19.0933 11.8161 20.8165 14.4492 20.8165 17.3589C20.8165 18.8189 20.3838 20.2289 19.5829 21.4252L18.4012 19.6568C18.2121 19.3737 17.8712 19.2323 17.5372 19.2989C17.2033 19.3653 16.9423 19.6263 16.8759 19.9601L15.9382 24.6739C15.8947 24.8928 15.9398 25.1201 16.0639 25.3057C16.1879 25.4913 16.3806 25.62 16.5996 25.6636L21.3134 26.6011C21.3682 26.612 21.4232 26.6173 21.4777 26.6173C21.4861 26.6173 21.4945 26.6172 21.5029 26.617C21.9565 26.6042 22.3204 26.2324 22.3204 25.7757C22.3204 25.588 22.2589 25.4147 22.1551 25.2747L20.5793 22.9163Z" fill="#5286FA"/>
|
8
|
+
<defs>
|
9
|
+
<filter id="filter0_d" x="0" y="0" width="27" height="35.5323" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
10
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
11
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
12
|
+
<feOffset dy="2"/>
|
13
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0.16 0"/>
|
14
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
|
15
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
|
16
|
+
</filter>
|
17
|
+
<radialGradient id="paint0_angular" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.5 16.7661) rotate(-136.42) scale(18.6357 11.5741)">
|
18
|
+
<stop offset="0.18409" stop-color="white"/>
|
19
|
+
<stop offset="0.493462" stop-color="#B5B5B5" stop-opacity="0.23"/>
|
20
|
+
<stop offset="0.813285" stop-color="white" stop-opacity="0.73749"/>
|
21
|
+
</radialGradient>
|
22
|
+
</defs>
|
23
|
+
</svg>
|
Binary file
|
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.4
|
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-
|
11
|
+
date: 2021-12-30 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
|
@@ -307,9 +308,12 @@ files:
|
|
307
308
|
- assets/images/avatar.png
|
308
309
|
- assets/images/fileformat.webp
|
309
310
|
- assets/images/keshav.webp
|
311
|
+
- assets/images/krutika.jpeg
|
310
312
|
- assets/images/logo.png
|
311
313
|
- assets/images/paavan.webp
|
312
314
|
- assets/images/rating.png
|
315
|
+
- assets/images/safevideoconverter.svg
|
316
|
+
- assets/images/siddhika.jpeg
|
313
317
|
- assets/instagram.svg
|
314
318
|
- assets/js/TopScroll.js
|
315
319
|
- assets/js/googledrive.js
|