-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprivacy_policy.html
316 lines (286 loc) · 11.8 KB
/
privacy_policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tyag - The fasting application</title>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="images/favicon/site.webmanifest" />
<link
rel="mask-icon"
href="images/favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<link rel="shortcut icon" href="images/favicon/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta
name="msapplication-config"
content="images/favicon/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
<!-- End: Favicon -->
<!-- Required Social Preview MetaTags -->
<!-- Primary Meta Tags -->
<meta name="title" content="Tyag - The Fasting Application" />
<meta
name="description"
content="Do you find yourself forgetting your precious Sogans, Jaap, and other vital Jain practices? Reconnect with your spiritual essence using the Tyag app – your ultimate companion for a mindful and disciplined spiritual journey."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://github.com/Shreyans13/tyag-webpage"
/>
<meta property="og:title" content="Tyag - The Fasting Application" />
<meta
property="og:description"
content="Do you find yourself forgetting your precious Sogans, Jaap, and other vital Jain practices? Reconnect with your spiritual essence using the Tyag app – your ultimate companion for a mindful and disciplined spiritual journey."
/>
<meta property="og:image" content="images/preview.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://github.com/Shreyans13/tyag-webpage"
/>
<meta property="twitter:title" content="Tyag - The Fasting Application" />
<meta
property="twitter:description"
content="Do you find yourself forgetting your precious Sogans, Jaap, and other vital Jain practices? Reconnect with your spiritual essence using the Tyag app – your ultimate companion for a mindful and disciplined spiritual journey."
/>
<meta property="twitter:image" content="images/preview.png" />
<!-- End of Required Social Preview MetaTags -->
<!-- LATO — Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&display=swap"
rel="stylesheet"
/>
<!-- End: LATO — Google Font -->
<!-- Main CSS File -->
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/grid.css" />
<!-- End: Main CSS File -->
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="loader"></div>
</div>
<!-- Preloader End -->
<!-- Header Section -->
<header id="privacyHome">
<nav>
<div class="navbar-logo">
<a href="#" class="logo">Tyag</a>
</div>
<div id="navbar">
<ul>
<li><a href="#privacyHome">HOME</a></li>
<li><a href="https://shreyans13.github.io/Tyag-web/#features">FEATURES</a></li>
<li><a href="https://shreyans13.github.io/Tyag-web/#testimonial">TESTIMONIAL</a></li>
<li>
<a href="https://github.com/Shreyans13/tyag-web/"
>CONTRIBUTE</a
>
</li>
<li><a href="#features">PRIVACY POLICY</a></li>
<li><a href="https://shreyans13.github.io/Tyag-web/#download">DOWNLOAD</a></li>
</ul>
</div>
<div id="mobileNav">
<span onclick="openNav()">☰</span>
</div>
<div id="myNav" class="mobileNavOverlay">
<div class="overlay-content">
<a href="javascript:void()" class="close-btn" onclick="closeNav()"
>×</a
>
<a href="https://shreyans13.github.io/Tyag-web/#privacyHome" onclick="closeNav()">HOME</a>
<a href="https://shreyans13.github.io/Tyag-web/#features" onclick="closeNav()">FEATURES</a>
<a href="https://shreyans13.github.io/Tyag-web/#testimonial" onclick="closeNav()">TESTIMONIAL</a>
<a
href="https://github.com/Shreyans13/tyag-web/"
onclick="closeNav()"
>CONTRIBUTE</a
>
<a href="#features" onclick="closeNav()">PRIVACY POLICY</a>
<a href="https://shreyans13.github.io/Tyag-web/#download" onclick="closeNav()">DOWNLOAD</a>
</div>
</div>
</nav>
<button onclick="topFunction()" id="scrollUp" title="Go to top">
<svg
width="1.5rem"
height="1.5rem"
viewBox="0 0 16 16"
class="bi bi-arrow-up"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z"
/>
</svg>
</button>
</header>
<!-- End: Header Section -->
<!-- Features Section -->
<section id="features">
<div class=" features-description ">
<h2 class="stylish_heading">
Privacy Policy <span class="red_dot">.</span>
</h2>
<ul>
<li>
<p class="little-description">
<b>Introduction</b><br />
Welcome to Tyag, a mobile application developed by Shreyans Jain
and Saransh Dugar. This Privacy Policy is designed to inform you
about the types of information we collect, how we use and protect
that information, and your choices regarding the collection and
use of your data. By using Tyag, you consent to the practices
outlined in this Privacy Policy.
<br />
<br />
</p>
</li>
<li>
<p class="little-description">
<b>Information We Collect & How we utilise it</b><br />
a. Personal Information:<br />
When you create an account, we may collect personal information
such as your name, email address, and phone number, apart from
recording your Oaths (Tyags & Sogans.) We may collect information
you provide when using the application, such as profile details,
including your name, date of birth, gender, Religion sect. This is
to provide you a personal experience to the app. The recording of
your oaths is a primary functionality of the app.
<br />b. Device Information:<br />
We automatically collect information about your device, including
device type, operating system, and unique device identifiers. This
is for necessary operation of the application.
<br />c. Usage Data:<br />
We currently are not gathering information about how you use Tyag,
including your interactions with the app, features, and content
accessed, however do plan to gather such information in the future
to provide you customised experience.
<!-- Summarizing How We Use Your Information -->
</p>
</li>
<li>
<p class="little-description">
<b>We use the collected information for the following purposes:</b
><br />
To Record your Oaths / Pledges (Tyag / Sogan)<br />
To personalize your experience and display relevant content.<br />
To communicate with you about updates, promotions, and
account-related matters.<br />
To analyze usage patterns and improve our application (Future
implementation)<br />
</p>
</li>
<li>
<p class="little-description">
<b>Data Sharing and Disclosure</b><br />
a. Third-Party Services:<br />
We may share data with third-party services that help us operate,
analyze, and improve Tyag. These services are bound by their own
privacy policies.
<br />b. Legal Requirements:<br />
We may disclose your information if required by law or in response
to a legal request.
</p>
</li>
<li>
<p class="little-description">
<b>Security</b><br />
We prioritize the security of your information and employ
reasonable measures to protect against unauthorized access,
alteration, disclosure, or destruction.
</p>
</li>
<li>
<p class="little-description">
<b>Your Choices</b><br />
a. Account Information: <br />
You can review and update your account information within the
application. b. Marketing Communications:<br />
You can opt-out of receiving promotional emails by following the
instructions in the emails or adjusting your account settings.
</p>
</li>
<li>
<p class="little-description">
<b>Changes to this Privacy Policy</b><br />
We may update this Privacy Policy from time to time, and any
changes will be reflected on this page. Please check the effective
date at the top to see when the Privacy Policy was last updated.
</p>
</li>
<li>
<p class="little-description">
<b>Contact Us</b><br />
If you have any questions, concerns, or requests regarding this
Privacy Policy, please contact us at saranshdugarmi2@gmail.com. By
using Tyag, you agree to the terms outlined in this Privacy
Policy.
<br />Shreyans Jain and Saransh Dugar Bangalore
</p>
</li>
</ul>
</div>
</section>
<!-- End: Features Section -->
<!-- Footer Section -->
<section id="footer">
<div class="links">
<ul>
<li><a href="#privacyHome">HOME</a></li>
<li><a href="https://shreyans13.github.io/Tyag-web/#features">FEATURES</a></li>
<li><a href="https://shreyans13.github.io/Tyag-web/#testimonial">TESTIMONIAL</a></li>
<li>
<a href="https://github.com/Shreyans13/tyag-web/"
>CONTRIBUTE</a
>
</li>
<li><a href="#features">PRIVACY POLICY</a></li>
<li><a href="https://shreyans13.github.io/Tyag-web/#download">DOWNLOAD</a></li>
</ul>
</div>
<!-- <div class="language-option">
<select name="Languages">
<option value="English" selected>ENGLISH</option>
<option value="বাংলা">বাংলা</option>
<option value="हिन्दी">हिन्दी</option>
</select>
</div> -->
</section>
<!-- End: Footer Section -->
<!-- Required JavaScript Files & CDN -->
<!-- JQuery CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Main JS Files -->
<script src="js/essential.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>