-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (155 loc) · 6.27 KB
/
Copy pathindex.html
File metadata and controls
180 lines (155 loc) · 6.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beyachad Privacy Policy</title>
<style>
:root {
color-scheme: light;
--bg: #f6f8fb;
--card: #ffffff;
--text: #1f2937;
--muted: #6b7280;
--accent: #0f766e;
--border: #e5e7eb;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
}
.wrap {
max-width: 900px;
margin: 0 auto;
padding: 32px 20px 60px;
}
.card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 16px;
padding: 28px;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
h1, h2 {
line-height: 1.25;
margin-top: 0;
}
h1 {
font-size: 2rem;
margin-bottom: 8px;
}
h2 {
font-size: 1.2rem;
margin-top: 28px;
color: var(--accent);
}
p, li { font-size: 1rem; }
.muted {
color: var(--muted);
margin-bottom: 20px;
}
ul {
padding-left: 22px;
}
a {
color: var(--accent);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
margin-top: 32px;
color: var(--muted);
font-size: 0.95rem;
}
</style>
</head>
<body>
<div class="wrap">
<div class="card">
<h1>Beyachad Privacy Policy</h1>
<p class="muted">Last updated: May 7, 2026</p>
<p>
Beyachad is a private community app intended for eligible members of a closed support community for victims of terror.
This Privacy Policy explains what information we collect, why we collect it, how we store it, and how users can contact us about their data.
</p>
<h2>1. Information We Collect</h2>
<p>When you register for Beyachad or use certain app features, we may collect the following information:</p>
<ul>
<li>Full name</li>
<li>Government ID / identification number</li>
<li>Phone number</li>
<li>Email address</li>
<li>City of residence</li>
<li>Profile photo, if you choose to upload one</li>
<li>Eligibility documents or supporting documents, if you choose to upload them</li>
<li>Approximate or precise location, if you grant location permission for map and nearby event features</li>
<li>User-generated content that you submit in the community area, such as posts, comments, and reports</li>
</ul>
<h2>2. Why We Collect Information</h2>
<p>We collect this information in order to:</p>
<ul>
<li>Verify that only eligible users can join the community</li>
<li>Provide access to community and support features</li>
<li>Display relevant events and location-based information</li>
<li>Allow users to upload a profile photo and eligibility documents</li>
<li>Respond to support requests and communicate with users</li>
<li>Moderate the community and review reports of abusive or inappropriate content</li>
<li>Improve the app experience and maintain account security</li>
</ul>
<h2>3. How Information Is Stored</h2>
<p>
Beyachad stores user information in Google Firebase services, including cloud database, authentication, and file storage services.
Uploaded files such as profile images and eligibility documents may be stored securely in Firebase cloud storage.
</p>
<h2>4. Sharing of Information</h2>
<p>
We do not sell personal information. We do not share personal information with advertisers or data brokers.
We may use service providers required to operate the app, such as Google Firebase, which processes and stores data on our behalf.
We may also disclose information if required by law or to protect the safety of users and the community.
</p>
<h2>5. Sensitive Information</h2>
<p>
Some information collected by Beyachad may be considered sensitive, including identification details and eligibility documents.
This information is collected only for eligibility verification, account management, and community protection purposes.
</p>
<h2>6. User Content and Community Safety</h2>
<p>
Users may submit posts, comments, and reports inside the community area. Beyachad provides tools to report abusive content,
block abusive users, and moderate reported content in order to maintain a safe and respectful community.
</p>
<h2>7. Data Deletion and User Rights</h2>
<p>
Users can request deletion of their profile and stored community data directly from within the app using the account deletion feature,
or by contacting the administrators using the contact details below.
</p>
<h2>8. Permissions</h2>
<p>Beyachad may request access to the following device permissions only when needed:</p>
<ul>
<li>Photo library access, to upload profile photos or documents</li>
<li>Camera access, to capture a profile photo when applicable</li>
<li>Location access, to display nearby events and map features</li>
</ul>
<h2>9. Contact Us</h2>
<p>If you have questions about this Privacy Policy or your data, you can contact the Beyachad administrators:</p>
<ul>
<li>Email: <a href="mailto:beyachad.app@gmail.com">beyachad.app@gmail.com</a></li>
<li>WhatsApp: <a href="https://wa.me/972586811848" target="_blank" rel="noreferrer">+972 58-681-1848</a></li>
</ul>
<h2>10. Changes to This Policy</h2>
<p>
We may update this Privacy Policy from time to time. If material changes are made, the updated version will be published at this page
with a revised "Last updated" date.
</p>
<p class="footer">
If you publish this page under your own domain or hosting service, use that public HTTPS URL in App Store Connect as the Privacy Policy URL.
</p>
</div>
</div>
</body>
</html>