-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (226 loc) · 9.21 KB
/
index.html
File metadata and controls
261 lines (226 loc) · 9.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Store Saathi</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--primary: #1e2d4d;
--text-dark: #1e293b;
--text-light: #64748b;
--bg-light: #f8fafc;
--white: #ffffff;
--border: #e2e8f0;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Inter', sans-serif;
line-height: 1.6;
color: var(--text-dark);
background-color: var(--bg-light);
padding: 0;
}
/* Header Section */
header {
background: var(--white);
border-bottom: 1px solid var(--border);
padding: 2rem 1rem;
text-align: center;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 0 1.5rem;
}
h1 {
font-size: 2.5rem;
font-weight: 700;
color: var(--primary);
margin-bottom: 0.5rem;
}
.effective-date {
color: var(--text-light);
font-size: 0.95rem;
}
/* Content Layout */
.content-wrapper {
display: flex;
gap: 3rem;
margin-top: 3rem;
margin-bottom: 5rem;
}
/* Main Policy Card */
main {
flex: 3;
background: var(--white);
padding: 3rem;
border-radius: 12px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
section {
margin-bottom: 2.5rem;
}
h2 {
font-size: 1.5rem;
border-left: 4px solid var(--primary);
padding-left: 1rem;
margin-bottom: 1.25rem;
color: var(--text-dark);
}
h3 {
font-size: 1.1rem;
margin: 1.5rem 0 0.75rem 0;
color: var(--primary);
}
p {
margin-bottom: 1rem;
color: var(--text-dark);
}
ul {
list-style: none;
margin-bottom: 1rem;
}
li {
position: relative;
padding-left: 1.5rem;
margin-bottom: 0.5rem;
}
li::before {
content: "•";
color: var(--primary);
font-weight: bold;
position: absolute;
left: 0;
}
.contact-box {
background: var(--bg-light);
padding: 1.5rem;
border-radius: 8px;
border: 1px dashed var(--primary);
}
.contact-box a {
color: var(--primary);
text-decoration: none;
font-weight: 600;
}
/* Footer */
footer {
text-align: center;
padding: 3rem 0;
color: var(--text-light);
font-size: 0.9rem;
}
/* Responsive */
@media (max-width: 768px) {
h1 { font-size: 1.8rem; }
main { padding: 1.5rem; }
.content-wrapper { margin-top: 1.5rem; }
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Store Saathi</h1>
<p class="effective-date">Effective Date: 7 January 2026</p>
</div>
</header>
<div class="container">
<div class="content-wrapper">
<main>
<section>
<p>Store Saathi (“we”, “our”, or “us”) operates the <strong>Store Saathi</strong> mobile application (the “App”). This Privacy Policy explains how we collect, use, and protect your information when you use our App.</p>
</section>
<section id="info-collection">
<h2>1. Information We Collect</h2>
<p>We collect the following information to provide core app functionality:</p>
<h3>a) Personal Information</h3>
<ul>
<li>Mobile phone number</li>
<li>Shop name and owner name</li>
<li>Store details entered by the user</li>
</ul>
<h3>b) Business Data</h3>
<ul>
<li>Billing and transaction records</li>
<li>Inventory and product details</li>
<li>Customer and supplier ledger data</li>
</ul>
<h3>c) Device & App Information</h3>
<ul>
<li>Device type and operating system</li>
<li>App usage data for performance and security monitoring</li>
</ul>
</section>
<section id="usage">
<h2>2. How We Use Your Information</h2>
<ul>
<li>Authenticate users and secure accounts.</li>
<li>Enable core features like billing, inventory management, ledgers, and analytics.</li>
<li>Sync data seamlessly across multiple devices.</li>
<li>Improve performance and enhance the overall user experience.</li>
<li>Provide support and resolve technical issues.</li>
</ul>
</section>
<section id="security">
<h2>3. Data Storage & Security</h2>
<p><strong>Secure Storage:</strong> All user data is stored on secure servers.</p>
<p><strong>Protection:</strong> Data is protected using industry-standard security practices and encryption where applicable.</p>
<p><strong>Integrity:</strong> Sensitive operations are protected with robust authentication mechanisms.</p>
<p><strong>Privacy First:</strong> We do not sell or share user data with third parties for marketing or advertising purposes.</p>
</section>
<section id="sharing">
<h2>4. Data Sharing</h2>
<p>We do not share your personal or business data with third parties, except:</p>
<ul>
<li><strong>Legal Compliance:</strong> When required by law or to comply with valid legal obligations.</li>
<li><strong>Protection:</strong> To protect the rights, property, or safety of Store Saathi, our users, or the public.</li>
</ul>
</section>
<section id="retention">
<h2>5. Data Retention & Deletion</h2>
<p><strong>Retention:</strong> User data is retained only as long as your account remains active.</p>
<p><strong>Deletion:</strong> Users may request data deletion at any time by contacting our support team.</p>
<p><strong>Permanence:</strong> Upon a verified request, all associated personal and business data will be permanently deleted from our servers.</p>
</section>
<section id="children">
<h2>6. Children’s Privacy</h2>
<p>Store Saathi is not intended for use by children under the age of 13. We do not knowingly collect personal data from children.</p>
</section>
<section id="rights">
<h2>7. User Rights</h2>
<ul>
<li><strong>Access:</strong> The right to access the data we hold about you.</li>
<li><strong>Correction:</strong> The right to update or correct inaccurate information.</li>
<li><strong>Erasure:</strong> The right to request the deletion of your account and all associated data.</li>
</ul>
</section>
<section id="changes">
<h2>8. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time to reflect changes in our practices or for legal reasons. Any changes will be updated on this page with a revised "Effective Date."</p>
</section>
<section id="contact">
<h2>9. Contact Us</h2>
<div class="contact-box">
<p>If you have any questions or concerns regarding this Privacy Policy or your data, please reach out to us:</p>
<p><strong>Email:</strong> <a href="mailto:storesaathicontact@gmail.com">storesaathicontact@gmail.com</a></p>
</div>
</section>
</main>
</div>
</div>
<footer>
<div class="container">
<p>© 2026 Store Saathi. All Rights Reserved.</p>
</div>
</footer>
</body>
</html>