-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
163 lines (146 loc) · 7.03 KB
/
privacy.html
File metadata and controls
163 lines (146 loc) · 7.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy & Safety Policy - Epstein Files Discharge Petition Tracker</title>
<link rel="stylesheet" href="assets/style.css">
<style>
.privacy-container {
max-width: 800px;
margin: 2rem auto;
padding: 0 1rem;
}
.safety-box {
background: #d4edda;
border: 1px solid #c3e6cb;
border-radius: 8px;
padding: 1.5rem;
margin: 2rem 0;
}
.warning-box {
background: #fff3cd;
border: 1px solid #ffeeba;
border-radius: 8px;
padding: 1.5rem;
margin: 2rem 0;
}
.principle {
background: #f8f9fa;
padding: 1rem;
margin: 1rem 0;
border-left: 4px solid #28a745;
}
.back-link {
display: inline-block;
margin: 1rem 0;
color: #0066cc;
text-decoration: none;
}
.back-link:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="privacy-container">
<a href="index.html" class="back-link">← Back to Tracker</a>
<h1>Privacy & Safety Policy</h1>
<div class="safety-box">
<h2>Our Commitment to Survivors</h2>
<p>This tracker exists to support survivors' calls for transparency while protecting their privacy and dignity. We follow the same principles outlined in H.R. 4405 for victim protection.</p>
</div>
<section>
<h2>Core Privacy Principles</h2>
<div class="principle">
<h3>1. Automatic Protection of Minors</h3>
<p>We never publish, share, or speculate about the identities of any individuals who were minors at the time of alleged crimes. This mirrors the automatic redaction provisions in H.R. 4405.</p>
</div>
<div class="principle">
<h3>2. Adult Survivor Choice</h3>
<p>We only reference adult survivors who have chosen to speak publicly. We respect the opt-in principle: survivors control their own narratives.</p>
</div>
<div class="principle">
<h3>3. No Doxxing or Harassment</h3>
<p>We provide official office phone numbers only. We never share personal information, home addresses, or private contact details of any representatives or individuals.</p>
</div>
<div class="principle">
<h3>4. Trauma-Informed Language</h3>
<p>We use respectful, non-sensational language when discussing trafficking and abuse. We prioritize survivor dignity over engagement metrics.</p>
</div>
</section>
<section>
<h2>Safety Guidelines for Advocates</h2>
<p>When contacting representatives or sharing information:</p>
<ul>
<li><strong>Be respectful:</strong> Staff members are doing their jobs. Harassment hurts the cause.</li>
<li><strong>Focus on process:</strong> Talk about the discharge petition and framework, not speculation.</li>
<li><strong>Protect victims:</strong> Never share unverified claims about victims or perpetrators.</li>
<li><strong>Use official channels:</strong> Only call official office numbers during business hours.</li>
<li><strong>Document professionally:</strong> Report responses factually without personal attacks.</li>
</ul>
</section>
<div class="warning-box">
<h3>⚠️ Important Warning</h3>
<p>Never attempt to:</p>
<ul>
<li>Contact representatives at their homes</li>
<li>Share conspiracy theories or unverified claims</li>
<li>Name alleged victims who haven't come forward publicly</li>
<li>Engage in or encourage harassment of any kind</li>
<li>Use violent or threatening language</li>
</ul>
<p><strong>Such actions harm survivors and damage the legitimate push for transparency.</strong></p>
</div>
<section>
<h2>Data We Collect</h2>
<p>This website collects no personal data from visitors. We do not use cookies, analytics, or tracking of any kind. The site is static HTML/CSS/JavaScript hosted on GitHub Pages.</p>
<p>When you report information via GitHub Issues:</p>
<ul>
<li>Your GitHub username will be visible</li>
<li>We only use submitted information to verify and update the tracker</li>
<li>We never share contributor information beyond what's public on GitHub</li>
</ul>
</section>
<section>
<h2>Content Moderation</h2>
<p>We reserve the right to:</p>
<ul>
<li>Remove any content that violates victim privacy</li>
<li>Reject unverified or speculative claims</li>
<li>Block users who engage in harassment</li>
<li>Report threats to appropriate authorities</li>
</ul>
</section>
<section>
<h2>Legal Compliance</h2>
<p>This tracker operates within all applicable laws:</p>
<ul>
<li>We respect copyright and fair use principles</li>
<li>We comply with all privacy regulations</li>
<li>We do not encourage or facilitate illegal activity</li>
<li>We cooperate with legitimate law enforcement requests</li>
</ul>
</section>
<section>
<h2>Contact for Safety Concerns</h2>
<p>If you see content that violates these policies or endangers someone's safety:</p>
<ul>
<li>Report immediately via <a href="https://github.com/markramm/Epstein-Transparency/issues" target="_blank">GitHub Issues</a></li>
<li>Mark the issue as "Safety Concern" in the title</li>
<li>We review safety reports within hours</li>
</ul>
</section>
<div class="safety-box">
<h3>Remember</h3>
<p>The goal is transparency with accountability, not vigilantism. We support survivors by respecting their privacy choices and focusing on systemic change through democratic processes.</p>
</div>
<footer style="margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #dee2e6;">
<p style="color: #666; font-size: 0.9rem;">
This policy aligns with the victim protection provisions in <a href="https://www.congress.gov/bill/119th-congress/house-bill/4405/text" target="_blank">H.R. 4405</a><br>
Last updated: September 4, 2025
</p>
</footer>
</div>
</body>
</html>