-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
228 lines (163 loc) · 4.82 KB
/
Copy pathindex.html
File metadata and controls
228 lines (163 loc) · 4.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Epoch - Privacy Policy</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
max-width: 900px;
margin: auto;
padding: 40px 20px;
line-height: 1.7;
color: #333;
background: #fafafa;
}
h1, h2 {
color: #1f2937;
}
h1 {
text-align: center;
margin-bottom: 10px;
}
.updated {
text-align: center;
color: gray;
margin-bottom: 40px;
}
section {
margin-bottom: 35px;
}
a {
color: #2563eb;
text-decoration: none;
}
footer {
margin-top: 60px;
padding-top: 20px;
border-top: 1px solid #ddd;
text-align: center;
color: gray;
}
ul {
padding-left: 20px;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="updated">
Last Updated: July 27, 2026
</p>
<section>
<h2>1. Introduction</h2>
<p>
Welcome to <strong>Epoch</strong>.
Your privacy is important to us.
This Privacy Policy explains what information we collect, how we use it, and how we protect it when you use the Epoch Android application.
</p>
</section>
<section>
<h2>2. Information We Collect</h2>
<p>When using Epoch, we may collect:</p>
<ul>
<li>Name or username</li>
<li>Email address</li>
<li>Encrypted password (stored as a secure hash)</li>
<li>Your unique Share ID</li>
<li>Partner connection information</li>
<li>Photos that you choose to upload</li>
<li>Basic application usage logs for troubleshooting</li>
</ul>
<p>
Epoch only accesses photos that you intentionally select for sharing.
</p>
</section>
<section>
<h2>3. How We Use Your Information</h2>
<p>Your information is used to:</p>
<ul>
<li>Create and manage your account</li>
<li>Authenticate your identity</li>
<li>Connect you with your selected partner</li>
<li>Upload and deliver photos securely</li>
<li>Provide widget updates</li>
<li>Maintain application security</li>
<li>Improve app reliability and performance</li>
</ul>
</section>
<section>
<h2>4. Photo Storage</h2>
<p>
Photos shared through Epoch are securely stored using Amazon Web Services (AWS).
Photos are transmitted securely over encrypted connections.
Uploaded photos may be automatically removed from cloud storage after the application's configured retention period.
</p>
</section>
<section>
<h2>5. Data Sharing</h2>
<p>
Epoch does not sell, rent, or share your personal information with advertisers or third parties.
Your uploaded photos are only accessible to you and your connected partner.
</p>
</section>
<section>
<h2>6. Data Security</h2>
<p>
We implement industry-standard security measures including encrypted communication (HTTPS), password hashing, authentication tokens, and secure cloud infrastructure to help protect your information.
While no system is completely secure, we strive to safeguard your data using current best practices.
</p>
</section>
<section>
<h2>7. Permissions</h2>
<p>Epoch may request the following permissions:</p>
<ul>
<li>Internet access</li>
<li>Read photos/media selected by you</li>
</ul>
<p>
Permissions are used solely to provide the application's functionality.
</p>
</section>
<section>
<h2>8. Your Rights</h2>
<p>You may:</p>
<ul>
<li>Update your account information</li>
<li>Disconnect your partner</li>
<li>Delete photos you have uploaded</li>
<li>Request deletion of your account by contacting us</li>
</ul>
</section>
<section>
<h2>9. Children's Privacy</h2>
<p>
Epoch is not intended for children under the age of 13.
We do not knowingly collect personal information from children.
</p>
</section>
<section>
<h2>10. Changes to This Privacy Policy</h2>
<p>
We may update this Privacy Policy from time to time.
Changes will be posted on this page with an updated revision date.
</p>
</section>
<section>
<h2>11. Contact</h2>
<p>
If you have any questions regarding this Privacy Policy, you can contact us at:
</p>
<p>
<strong>Email:</strong>
ramoliyayug55@gmail.com
</p>
</section>
<footer>
<p>
© 2026 Epoch. All rights reserved.
</p>
</footer>
</body>
</html>