HassanStar commited on
Commit
d03b7be
·
verified ·
1 Parent(s): 8f394ed

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +671 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Genoalert
3
- emoji: 🐠
4
- colorFrom: gray
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: genoalert
3
+ emoji: 🐳
4
+ colorFrom: blue
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,671 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Genocide Documentation Hub</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
9
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
10
+ <style>
11
+ .timeline-item {
12
+ position: relative;
13
+ padding-left: 2rem;
14
+ margin-bottom: 2rem;
15
+ }
16
+ .timeline-item:before {
17
+ content: '';
18
+ position: absolute;
19
+ left: 0;
20
+ top: 0;
21
+ width: 1px;
22
+ height: 100%;
23
+ background-color: #e5e7eb;
24
+ }
25
+ .timeline-dot {
26
+ position: absolute;
27
+ left: -0.5rem;
28
+ top: 0.5rem;
29
+ width: 1rem;
30
+ height: 1rem;
31
+ border-radius: 50%;
32
+ background-color: #ef4444;
33
+ }
34
+ .map-container {
35
+ height: 400px;
36
+ background-color: #f3f4f6;
37
+ border-radius: 0.5rem;
38
+ position: relative;
39
+ overflow: hidden;
40
+ }
41
+ .map-placeholder {
42
+ position: absolute;
43
+ top: 50%;
44
+ left: 50%;
45
+ transform: translate(-50%, -50%);
46
+ text-align: center;
47
+ color: #6b7280;
48
+ }
49
+ .evidence-card:hover {
50
+ transform: translateY(-5px);
51
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
52
+ }
53
+ .fade-in {
54
+ animation: fadeIn 0.5s ease-in-out;
55
+ }
56
+ @keyframes fadeIn {
57
+ from { opacity: 0; }
58
+ to { opacity: 1; }
59
+ }
60
+ </style>
61
+ </head>
62
+ <body class="bg-gray-50">
63
+ <!-- Header -->
64
+ <header class="bg-red-700 text-white shadow-lg">
65
+ <div class="container mx-auto px-4 py-6">
66
+ <div class="flex justify-between items-center">
67
+ <div class="flex items-center space-x-4">
68
+ <i class="fas fa-exclamation-triangle text-2xl"></i>
69
+ <h1 class="text-2xl font-bold">Genocide Documentation Hub</h1>
70
+ </div>
71
+ <nav class="hidden md:flex space-x-6">
72
+ <a href="#dashboard" class="hover:text-red-200 transition">Dashboard</a>
73
+ <a href="#evidence" class="hover:text-red-200 transition">Evidence</a>
74
+ <a href="#submit" class="hover:text-red-200 transition">Submit Report</a>
75
+ <a href="#resources" class="hover:text-red-200 transition">Resources</a>
76
+ </nav>
77
+ <button class="md:hidden text-xl">
78
+ <i class="fas fa-bars"></i>
79
+ </button>
80
+ </div>
81
+ </div>
82
+ </header>
83
+
84
+ <!-- Hero Section -->
85
+ <section class="bg-red-600 text-white py-16">
86
+ <div class="container mx-auto px-4 text-center">
87
+ <h2 class="text-4xl font-bold mb-6">Documenting Atrocities to Seek Justice</h2>
88
+ <p class="text-xl max-w-3xl mx-auto mb-8">
89
+ A platform to collect, verify, and preserve evidence of ongoing genocides worldwide.
90
+ Together, we can bear witness and demand accountability.
91
+ </p>
92
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
93
+ <a href="#submit" class="bg-white text-red-700 px-6 py-3 rounded-lg font-semibold hover:bg-red-50 transition">
94
+ <i class="fas fa-plus-circle mr-2"></i>Submit Evidence
95
+ </a>
96
+ <a href="#resources" class="border-2 border-white px-6 py-3 rounded-lg font-semibold hover:bg-red-700 transition">
97
+ <i class="fas fa-book mr-2"></i>Learn More
98
+ </a>
99
+ </div>
100
+ </div>
101
+ </section>
102
+
103
+ <!-- Dashboard Section -->
104
+ <section id="dashboard" class="py-16 bg-white">
105
+ <div class="container mx-auto px-4">
106
+ <h2 class="text-3xl font-bold mb-8 text-center">Global Situation Dashboard</h2>
107
+
108
+ <!-- Stats Cards -->
109
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-12">
110
+ <div class="bg-gray-100 p-6 rounded-lg shadow">
111
+ <div class="flex items-center">
112
+ <div class="bg-red-100 p-3 rounded-full mr-4">
113
+ <i class="fas fa-users text-red-600 text-xl"></i>
114
+ </div>
115
+ <div>
116
+ <p class="text-gray-600">Affected Population</p>
117
+ <h3 class="text-2xl font-bold">2.3M+</h3>
118
+ </div>
119
+ </div>
120
+ </div>
121
+ <div class="bg-gray-100 p-6 rounded-lg shadow">
122
+ <div class="flex items-center">
123
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
124
+ <i class="fas fa-file-alt text-blue-600 text-xl"></i>
125
+ </div>
126
+ <div>
127
+ <p class="text-gray-600">Documented Cases</p>
128
+ <h3 class="text-2xl font-bold">14,892</h3>
129
+ </div>
130
+ </div>
131
+ </div>
132
+ <div class="bg-gray-100 p-6 rounded-lg shadow">
133
+ <div class="flex items-center">
134
+ <div class="bg-green-100 p-3 rounded-full mr-4">
135
+ <i class="fas fa-globe-americas text-green-600 text-xl"></i>
136
+ </div>
137
+ <div>
138
+ <p class="text-gray-600">Active Conflicts</p>
139
+ <h3 class="text-2xl font-bold">7</h3>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ <div class="bg-gray-100 p-6 rounded-lg shadow">
144
+ <div class="flex items-center">
145
+ <div class="bg-purple-100 p-3 rounded-full mr-4">
146
+ <i class="fas fa-gavel text-purple-600 text-xl"></i>
147
+ </div>
148
+ <div>
149
+ <p class="text-gray-600">Legal Proceedings</p>
150
+ <h3 class="text-2xl font-bold">42</h3>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Map and Charts -->
157
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-8 mb-12">
158
+ <div class="lg:col-span-2 bg-white p-6 rounded-lg shadow">
159
+ <div class="flex justify-between items-center mb-4">
160
+ <h3 class="text-xl font-semibold">Global Hotspots</h3>
161
+ <div class="flex space-x-2">
162
+ <button class="px-3 py-1 bg-gray-100 rounded text-sm">2023</button>
163
+ <button class="px-3 py-1 bg-gray-100 rounded text-sm">2022</button>
164
+ <button class="px-3 py-1 bg-gray-100 rounded text-sm">All</button>
165
+ </div>
166
+ </div>
167
+ <div class="map-container">
168
+ <div class="map-placeholder">
169
+ <i class="fas fa-map-marked-alt text-5xl mb-4"></i>
170
+ <p>Interactive map visualization coming soon</p>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ <div class="bg-white p-6 rounded-lg shadow">
175
+ <h3 class="text-xl font-semibold mb-4">Report Types</h3>
176
+ <canvas id="reportTypesChart" height="250"></canvas>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Timeline -->
181
+ <div class="bg-white p-6 rounded-lg shadow">
182
+ <h3 class="text-xl font-semibold mb-6">Recent Developments</h3>
183
+ <div class="space-y-6">
184
+ <div class="timeline-item">
185
+ <div class="timeline-dot"></div>
186
+ <div class="bg-gray-50 p-4 rounded-lg">
187
+ <div class="flex justify-between items-start mb-2">
188
+ <h4 class="font-semibold">UN Security Council Emergency Session</h4>
189
+ <span class="text-sm text-gray-500">June 15, 2023</span>
190
+ </div>
191
+ <p class="text-gray-700">The UN Security Council held an emergency session to discuss the escalating violence in the region, with multiple countries calling for immediate intervention.</p>
192
+ </div>
193
+ </div>
194
+ <div class="timeline-item">
195
+ <div class="timeline-dot"></div>
196
+ <div class="bg-gray-50 p-4 rounded-lg">
197
+ <div class="flex justify-between items-start mb-2">
198
+ <h4 class="font-semibold">Mass Grave Discovered</h4>
199
+ <span class="text-sm text-gray-500">May 28, 2023</span>
200
+ </div>
201
+ <p class="text-gray-700">Forensic teams uncovered a mass grave containing over 200 bodies in the northern region. Preliminary reports indicate victims were executed.</p>
202
+ </div>
203
+ </div>
204
+ <div class="timeline-item">
205
+ <div class="timeline-dot"></div>
206
+ <div class="bg-gray-50 p-4 rounded-lg">
207
+ <div class="flex justify-between items-start mb-2">
208
+ <h4 class="font-semibold">ICC Opens Investigation</h4>
209
+ <span class="text-sm text-gray-500">April 5, 2023</span>
210
+ </div>
211
+ <p class="text-gray-700">The International Criminal Court announced it would open a formal investigation into potential crimes against humanity following mounting evidence.</p>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ <button class="mt-6 text-red-600 font-semibold hover:underline">
216
+ <i class="fas fa-history mr-2"></i>View Full Timeline
217
+ </button>
218
+ </div>
219
+ </div>
220
+ </section>
221
+
222
+ <!-- Evidence Section -->
223
+ <section id="evidence" class="py-16 bg-gray-50">
224
+ <div class="container mx-auto px-4">
225
+ <h2 class="text-3xl font-bold mb-8 text-center">Documented Evidence</h2>
226
+
227
+ <!-- Filter Bar -->
228
+ <div class="bg-white p-4 rounded-lg shadow mb-8">
229
+ <div class="flex flex-col md:flex-row md:items-center md:justify-between gap-4">
230
+ <div class="flex-1">
231
+ <div class="relative">
232
+ <input type="text" placeholder="Search evidence..." class="w-full pl-10 pr-4 py-2 border rounded-lg focus:outline-none focus:ring-2 focus:ring-red-300">
233
+ <i class="fas fa-search absolute left-3 top-3 text-gray-400"></i>
234
+ </div>
235
+ </div>
236
+ <div class="flex space-x-2">
237
+ <select class="border rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-red-300">
238
+ <option>All Regions</option>
239
+ <option>Middle East</option>
240
+ <option>Africa</option>
241
+ <option>Asia</option>
242
+ <option>Europe</option>
243
+ </select>
244
+ <select class="border rounded-lg px-3 py-2 focus:outline-none focus:ring-2 focus:ring-red-300">
245
+ <option>All Types</option>
246
+ <option>Testimonies</option>
247
+ <option>Photos</option>
248
+ <option>Videos</option>
249
+ <option>Documents</option>
250
+ </select>
251
+ <button class="bg-red-600 text-white px-4 py-2 rounded-lg hover:bg-red-700 transition">
252
+ <i class="fas fa-filter mr-2"></i>Filter
253
+ </button>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Evidence Grid -->
259
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
260
+ <!-- Evidence Card 1 -->
261
+ <div class="evidence-card bg-white rounded-lg shadow overflow-hidden transition duration-300">
262
+ <div class="h-48 bg-gray-200 relative overflow-hidden">
263
+ <img src="https://images.unsplash.com/photo-1577896851231-70ef18881754?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Evidence photo" class="w-full h-full object-cover">
264
+ <div class="absolute bottom-0 left-0 bg-black bg-opacity-70 text-white p-2 w-full">
265
+ <span class="text-sm">Photo Evidence • June 10, 2023</span>
266
+ </div>
267
+ </div>
268
+ <div class="p-4">
269
+ <h3 class="font-semibold text-lg mb-2">Destroyed Residential Area</h3>
270
+ <p class="text-gray-600 mb-4">Satellite imagery shows complete destruction of a neighborhood allegedly targeted for ethnic cleansing.</p>
271
+ <div class="flex justify-between items-center">
272
+ <span class="text-sm bg-red-100 text-red-800 px-2 py-1 rounded">Verified</span>
273
+ <button class="text-red-600 hover:text-red-800">
274
+ <i class="fas fa-expand mr-1"></i>View Details
275
+ </button>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Evidence Card 2 -->
281
+ <div class="evidence-card bg-white rounded-lg shadow overflow-hidden transition duration-300">
282
+ <div class="h-48 bg-gray-200 relative overflow-hidden flex items-center justify-center">
283
+ <i class="fas fa-file-alt text-5xl text-gray-400"></i>
284
+ <div class="absolute bottom-0 left-0 bg-black bg-opacity-70 text-white p-2 w-full">
285
+ <span class="text-sm">Document • May 22, 2023</span>
286
+ </div>
287
+ </div>
288
+ <div class="p-4">
289
+ <h3 class="font-semibold text-lg mb-2">Military Orders</h3>
290
+ <p class="text-gray-600 mb-4">Leaked documents reveal systematic orders for forced displacement of ethnic minority populations.</p>
291
+ <div class="flex justify-between items-center">
292
+ <span class="text-sm bg-yellow-100 text-yellow-800 px-2 py-1 rounded">Under Review</span>
293
+ <button class="text-red-600 hover:text-red-800">
294
+ <i class="fas fa-expand mr-1"></i>View Details
295
+ </button>
296
+ </div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Evidence Card 3 -->
301
+ <div class="evidence-card bg-white rounded-lg shadow overflow-hidden transition duration-300">
302
+ <div class="h-48 bg-gray-200 relative overflow-hidden">
303
+ <div class="absolute inset-0 bg-black bg-opacity-30 flex items-center justify-center">
304
+ <i class="fas fa-play-circle text-5xl text-white"></i>
305
+ </div>
306
+ <img src="https://images.unsplash.com/photo-1568219656418-15c329312bf1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Evidence photo" class="w-full h-full object-cover">
307
+ <div class="absolute bottom-0 left-0 bg-black bg-opacity-70 text-white p-2 w-full">
308
+ <span class="text-sm">Video Testimony • April 15, 2023</span>
309
+ </div>
310
+ </div>
311
+ <div class="p-4">
312
+ <h3 class="font-semibold text-lg mb-2">Survivor Account</h3>
313
+ <p class="text-gray-600 mb-4">Eyewitness describes the massacre in their village and subsequent forced march to detention camps.</p>
314
+ <div class="flex justify-between items-center">
315
+ <span class="text-sm bg-red-100 text-red-800 px-2 py-1 rounded">Verified</span>
316
+ <button class="text-red-600 hover:text-red-800">
317
+ <i class="fas fa-expand mr-1"></i>View Details
318
+ </button>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Evidence Card 4 -->
324
+ <div class="evidence-card bg-white rounded-lg shadow overflow-hidden transition duration-300">
325
+ <div class="h-48 bg-gray-200 relative overflow-hidden">
326
+ <img src="https://images.unsplash.com/photo-1610205298947-7569d6733a5b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" alt="Evidence photo" class="w-full h-full object-cover">
327
+ <div class="absolute bottom-0 left-0 bg-black bg-opacity-70 text-white p-2 w-full">
328
+ <span class="text-sm">Photo Evidence • March 30, 2023</span>
329
+ </div>
330
+ </div>
331
+ <div class="p-4">
332
+ <h3 class="font-semibold text-lg mb-2">Detention Facilities</h3>
333
+ <p class="text-gray-600 mb-4">Aerial photos reveal expansion of suspected mass detention camps near conflict zones.</p>
334
+ <div class="flex justify-between items-center">
335
+ <span class="text-sm bg-red-100 text-red-800 px-2 py-1 rounded">Verified</span>
336
+ <button class="text-red-600 hover:text-red-800">
337
+ <i class="fas fa-expand mr-1"></i>View Details
338
+ </button>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Evidence Card 5 -->
344
+ <div class="evidence-card bg-white rounded-lg shadow overflow-hidden transition duration-300">
345
+ <div class="h-48 bg-gray-200 relative overflow-hidden flex items-center justify-center">
346
+ <i class="fas fa-microphone-alt text-5xl text-gray-400"></i>
347
+ <div class="absolute bottom-0 left-0 bg-black bg-opacity-70 text-white p-2 w-full">
348
+ <span class="text-sm">Audio Recording • February 8, 2023</span>
349
+ </div>
350
+ </div>
351
+ <div class="p-4">
352
+ <h3 class="font-semibold text-lg mb-2">Intercepted Communications</h3>
353
+ <p class="text-gray-600 mb-4">Military radio transmissions discussing "cleansing operations" against civilian populations.</p>
354
+ <div class="flex justify-between items-center">
355
+ <span class="text-sm bg-green-100 text-green-800 px-2 py-1 rounded">New</span>
356
+ <button class="text-red-600 hover:text-red-800">
357
+ <i class="fas fa-expand mr-1"></i>View Details
358
+ </button>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Evidence Card 6 -->
364
+ <div class="evidence-card bg-white rounded-lg shadow overflow-hidden transition duration-300">
365
+ <div class="h-48 bg-gray-200 relative overflow-hidden">
366
+ <img src="https://images.unsplash.com/photo-1581093196278-1DF618f4be40?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Evidence photo" class="w-full h-full object-cover">
367
+ <div class="absolute bottom-0 left-0 bg-black bg-opacity-70 text-white p-2 w-full">
368
+ <span class="text-sm">Forensic Report • January 12, 2023</span>
369
+ </div>
370
+ </div>
371
+ <div class="p-4">
372
+ <h3 class="font-semibold text-lg mb-2">Medical Analysis</h3>
373
+ <p class="text-gray-600 mb-4">Independent forensic examination confirms use of chemical agents against civilian populations.</p>
374
+ <div class="flex justify-between items-center">
375
+ <span class="text-sm bg-red-100 text-red-800 px-2 py-1 rounded">Verified</span>
376
+ <button class="text-red-600 hover:text-red-800">
377
+ <i class="fas fa-expand mr-1"></i>View Details
378
+ </button>
379
+ </div>
380
+ </div>
381
+ </div>
382
+ </div>
383
+
384
+ <div class="mt-10 text-center">
385
+ <button class="bg-red-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-red-700 transition">
386
+ <i class="fas fa-eye mr-2"></i>View All Evidence
387
+ </button>
388
+ </div>
389
+ </div>
390
+ </section>
391
+
392
+ <!-- Submit Report Section -->
393
+ <section id="submit" class="py-16 bg-white">
394
+ <div class="container mx-auto px-4">
395
+ <h2 class="text-3xl font-bold mb-8 text-center">Submit Evidence</h2>
396
+
397
+ <div class="max-w-4xl mx-auto bg-gray-50 p-8 rounded-lg shadow">
398
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8">
399
+ <div>
400
+ <h3 class="text-xl font-semibold mb-4">How to Submit Safely</h3>
401
+ <div class="space-y-4">
402
+ <div class="flex items-start">
403
+ <div class="bg-red-100 p-2 rounded-full mr-4">
404
+ <i class="fas fa-shield-alt text-red-600"></i>
405
+ </div>
406
+ <div>
407
+ <h4 class="font-medium">Protect Your Identity</h4>
408
+ <p class="text-gray-600 text-sm">Remove metadata from files and consider using anonymous submission methods if your safety is at risk.</p>
409
+ </div>
410
+ </div>
411
+ <div class="flex items-start">
412
+ <div class="bg-blue-100 p-2 rounded-full mr-4">
413
+ <i class="fas fa-check-circle text-blue-600"></i>
414
+ </div>
415
+ <div>
416
+ <h4 class="font-medium">Verification Process</h4>
417
+ <p class="text-gray-600 text-sm">All submissions undergo rigorous verification by our team of experts before publication.</p>
418
+ </div>
419
+ </div>
420
+ <div class="flex items-start">
421
+ <div class="bg-green-100 p-2 rounded-full mr-4">
422
+ <i class="fas fa-lock text-green-600"></i>
423
+ </div>
424
+ <div>
425
+ <h4 class="font-medium">Secure Storage</h4>
426
+ <p class="text-gray-600 text-sm">Evidence is stored securely and may be shared with international courts when appropriate.</p>
427
+ </div>
428
+ </div>
429
+ </div>
430
+ </div>
431
+ <div>
432
+ <form id="evidenceForm" class="space-y-4">
433
+ <div>
434
+ <label for="evidenceType" class="block text-sm font-medium text-gray-700 mb-1">Evidence Type</label>
435
+ <select id="evidenceType" class="w-full border rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-red-300">
436
+ <option value="">Select type</option>
437
+ <option value="photo">Photo</option>
438
+ <option value="video">Video</option>
439
+ <option value="audio">Audio</option>
440
+ <option value="document">Document</option>
441
+ <option value="testimony">Testimony</option>
442
+ </select>
443
+ </div>
444
+ <div>
445
+ <label for="location" class="block text-sm font-medium text-gray-700 mb-1">Location</label>
446
+ <input type="text" id="location" placeholder="Where was this evidence collected?" class="w-full border rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-red-300">
447
+ </div>
448
+ <div>
449
+ <label for="date" class="block text-sm font-medium text-gray-700 mb-1">Date</label>
450
+ <input type="date" id="date" class="w-full border rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-red-300">
451
+ </div>
452
+ <div>
453
+ <label for="description" class="block text-sm font-medium text-gray-700 mb-1">Description</label>
454
+ <textarea id="description" rows="3" placeholder="Provide details about what this evidence shows" class="w-full border rounded-lg px-4 py-2 focus:outline-none focus:ring-2 focus:ring-red-300"></textarea>
455
+ </div>
456
+ <div>
457
+ <label class="block text-sm font-medium text-gray-700 mb-1">Upload Files</label>
458
+ <div class="border-2 border-dashed border-gray-300 rounded-lg p-4 text-center">
459
+ <i class="fas fa-cloud-upload-alt text-3xl text-gray-400 mb-2"></i>
460
+ <p class="text-sm text-gray-600">Drag and drop files here or click to browse</p>
461
+ <input type="file" class="hidden" multiple>
462
+ </div>
463
+ </div>
464
+ <div class="pt-2">
465
+ <button type="submit" class="w-full bg-red-600 text-white py-3 rounded-lg font-semibold hover:bg-red-700 transition">
466
+ <i class="fas fa-paper-plane mr-2"></i>Submit Evidence
467
+ </button>
468
+ </div>
469
+ </form>
470
+ </div>
471
+ </div>
472
+ </div>
473
+ </div>
474
+ </section>
475
+
476
+ <!-- Resources Section -->
477
+ <section id="resources" class="py-16 bg-gray-50">
478
+ <div class="container mx-auto px-4">
479
+ <h2 class="text-3xl font-bold mb-8 text-center">Resources & Action</h2>
480
+
481
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
482
+ <div class="bg-white p-6 rounded-lg shadow hover:shadow-lg transition">
483
+ <div class="bg-red-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
484
+ <i class="fas fa-balance-scale text-red-600 text-2xl"></i>
485
+ </div>
486
+ <h3 class="text-xl font-semibold mb-3">Legal Framework</h3>
487
+ <p class="text-gray-600 mb-4">Understand the international laws and conventions that define and prohibit genocide.</p>
488
+ <a href="#" class="text-red-600 font-medium hover:underline">Learn More <i class="fas fa-arrow-right ml-1"></i></a>
489
+ </div>
490
+ <div class="bg-white p-6 rounded-lg shadow hover:shadow-lg transition">
491
+ <div class="bg-blue-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
492
+ <i class="fas fa-hands-helping text-blue-600 text-2xl"></i>
493
+ </div>
494
+ <h3 class="text-xl font-semibold mb-3">How to Help</h3>
495
+ <p class="text-gray-600 mb-4">Find organizations providing direct assistance to affected communities and refugees.</p>
496
+ <a href="#" class="text-red-600 font-medium hover:underline">Get Involved <i class="fas fa-arrow-right ml-1"></i></a>
497
+ </div>
498
+ <div class="bg-white p-6 rounded-lg shadow hover:shadow-lg transition">
499
+ <div class="bg-green-100 p-4 rounded-full w-16 h-16 flex items-center justify-center mb-4">
500
+ <i class="fas fa-book text-green-600 text-2xl"></i>
501
+ </div>
502
+ <h3 class="text-xl font-semibold mb-3">Historical Context</h3>
503
+ <p class="text-gray-600 mb-4">Explore case studies of past genocides and the warning signs that preceded them.</p>
504
+ <a href="#" class="text-red-600 font-medium hover:underline">Read History <i class="fas fa-arrow-right ml-1"></i></a>
505
+ </div>
506
+ </div>
507
+
508
+ <div class="mt-12 bg-white p-8 rounded-lg shadow">
509
+ <h3 class="text-2xl font-semibold mb-6 text-center">Stay Informed</h3>
510
+ <div class="max-w-2xl mx-auto">
511
+ <p class="text-gray-600 mb-6 text-center">Subscribe to receive updates on new evidence, developments in international cases, and action alerts.</p>
512
+ <form class="flex flex-col sm:flex-row gap-4">
513
+ <input type="email" placeholder="Your email address" class="flex-1 border rounded-lg px-4 py-3 focus:outline-none focus:ring-2 focus:ring-red-300">
514
+ <button type="submit" class="bg-red-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-red-700 transition">
515
+ Subscribe
516
+ </button>
517
+ </form>
518
+ <p class="text-xs text-gray-500 mt-3 text-center">We respect your privacy. Your information will never be shared.</p>
519
+ </div>
520
+ </div>
521
+ </div>
522
+ </section>
523
+
524
+ <!-- Footer -->
525
+ <footer class="bg-gray-900 text-white py-12">
526
+ <div class="container mx-auto px-4">
527
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
528
+ <div>
529
+ <h3 class="text-lg font-semibold mb-4">Genocide Documentation Hub</h3>
530
+ <p class="text-gray-400">Preserving evidence, seeking justice, and bearing witness to atrocities worldwide.</p>
531
+ </div>
532
+ <div>
533
+ <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
534
+ <ul class="space-y-2">
535
+ <li><a href="#" class="text-gray-400 hover:text-white transition">About Us</a></li>
536
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Methodology</a></li>
537
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Partners</a></li>
538
+ <li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li>
539
+ </ul>
540
+ </div>
541
+ <div>
542
+ <h4 class="text-lg font-semibold mb-4">Legal</h4>
543
+ <ul class="space-y-2">
544
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Terms of Service</a></li>
545
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li>
546
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Data Protection</a></li>
547
+ </ul>
548
+ </div>
549
+ <div>
550
+ <h4 class="text-lg font-semibold mb-4">Contact</h4>
551
+ <ul class="space-y-2">
552
+ <li class="flex items-center">
553
+ <i class="fas fa-envelope mr-2 text-gray-400"></i>
554
+ <a href="mailto:info@genocidedocs.org" class="text-gray-400 hover:text-white transition">info@genocidedocs.org</a>
555
+ </li>
556
+ <li class="flex items-center">
557
+ <i class="fas fa-shield-alt mr-2 text-gray-400"></i>
558
+ <span class="text-gray-400">Secure Drop</span>
559
+ </li>
560
+ </ul>
561
+ <div class="mt-4 flex space-x-4">
562
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-twitter"></i></a>
563
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-facebook"></i></a>
564
+ <a href="#" class="text-gray-400 hover:text-white transition"><i class="fab fa-instagram"></i></a>
565
+ </div>
566
+ </div>
567
+ </div>
568
+ <div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-500 text-sm">
569
+ <p>© 2023 Genocide Documentation Hub. All rights reserved.</p>
570
+ <p class="mt-2">This project is strictly non-partisan and dedicated to human rights documentation.</p>
571
+ </div>
572
+ </div>
573
+ </footer>
574
+
575
+ <script>
576
+ // Initialize charts
577
+ document.addEventListener('DOMContentLoaded', function() {
578
+ // Report Types Chart
579
+ const reportTypesCtx = document.getElementById('reportTypesChart').getContext('2d');
580
+ const reportTypesChart = new Chart(reportTypesCtx, {
581
+ type: 'doughnut',
582
+ data: {
583
+ labels: ['Testimonies', 'Photos', 'Videos', 'Documents', 'Other'],
584
+ datasets: [{
585
+ data: [35, 25, 20, 15, 5],
586
+ backgroundColor: [
587
+ '#ef4444',
588
+ '#3b82f6',
589
+ '#10b981',
590
+ '#8b5cf6',
591
+ '#6b7280'
592
+ ],
593
+ borderWidth: 0
594
+ }]
595
+ },
596
+ options: {
597
+ responsive: true,
598
+ maintainAspectRatio: false,
599
+ plugins: {
600
+ legend: {
601
+ position: 'right',
602
+ }
603
+ },
604
+ cutout: '70%'
605
+ }
606
+ });
607
+
608
+ // Form submission
609
+ const evidenceForm = document.getElementById('evidenceForm');
610
+ if (evidenceForm) {
611
+ evidenceForm.addEventListener('submit', function(e) {
612
+ e.preventDefault();
613
+
614
+ // Show submission confirmation
615
+ const submitButton = evidenceForm.querySelector('button[type="submit"]');
616
+ const originalText = submitButton.innerHTML;
617
+
618
+ submitButton.innerHTML = '<i class="fas fa-spinner fa-spin mr-2"></i>Processing...';
619
+ submitButton.disabled = true;
620
+
621
+ // Simulate processing delay
622
+ setTimeout(function() {
623
+ submitButton.innerHTML = '<i class="fas fa-check mr-2"></i>Submitted';
624
+
625
+ // Create confirmation message
626
+ const confirmation = document.createElement('div');
627
+ confirmation.className = 'mt-4 p-4 bg-green-100 text-green-800 rounded-lg fade-in';
628
+ confirmation.innerHTML = `
629
+ <div class="flex items-start">
630
+ <i class="fas fa-check-circle text-green-600 mt-1 mr-3"></i>
631
+ <div>
632
+ <h4 class="font-semibold">Thank you for your submission</h4>
633
+ <p class="text-sm">Our team will review your evidence and contact you if we need additional information. Please check your email for a confirmation receipt.</p>
634
+ </div>
635
+ </div>
636
+ `;
637
+
638
+ evidenceForm.appendChild(confirmation);
639
+
640
+ // Reset form after delay
641
+ setTimeout(function() {
642
+ evidenceForm.reset();
643
+ submitButton.innerHTML = originalText;
644
+ submitButton.disabled = false;
645
+ confirmation.remove();
646
+ }, 5000);
647
+ }, 2000);
648
+ });
649
+ }
650
+
651
+ // Smooth scrolling for anchor links
652
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
653
+ anchor.addEventListener('click', function (e) {
654
+ e.preventDefault();
655
+
656
+ const targetId = this.getAttribute('href');
657
+ if (targetId === '#') return;
658
+
659
+ const targetElement = document.querySelector(targetId);
660
+ if (targetElement) {
661
+ window.scrollTo({
662
+ top: targetElement.offsetTop - 80,
663
+ behavior: 'smooth'
664
+ });
665
+ }
666
+ });
667
+ });
668
+ });
669
+ </script>
670
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - <a href="https://enzostvs-deepsite.hf.space?remix=HassanStar/genoalert" style="color: #fff;text-decoration: underline;" target="_blank" >🧬 Remix</a></p></body>
671
+ </html>