tersjdhs commited on
Commit
451432b
·
verified ·
1 Parent(s): c0bdc99

Add 3 files

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +385 -19
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Palastine Help
3
- emoji: 🐨
4
- colorFrom: blue
5
- colorTo: green
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: palastine-help
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: yellow
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,385 @@
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" class="scroll-smooth">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Plastine.Help | Support Humanity. Stand for Palestine.</title>
7
+ <meta name="description" content="Humanitarian platform supporting Palestine through donations, awareness, and volunteer efforts.">
8
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%2233%22 y=%220%22 fill=%22%23CE1126%22/><rect width=%22100%22 height=%2233%22 y=%2233%22 fill=%22%23FFFFFF%22/><rect width=%22100%22 height=%2233%22 y=%2266%22 fill=%22%23000000%22/><polygon points=%2250,20 60,40 80,40 65,55 75,75 50,60 25,75 35,55 20,40 40,40%22 fill=%22%23218C38%22/></svg>">
9
+ <script src="https://cdn.tailwindcss.com"></script>
10
+ <script>
11
+ tailwind.config = {
12
+ darkMode: 'class',
13
+ theme: {
14
+ extend: {
15
+ colors: {
16
+ palestine: {
17
+ green: '#16a34a',
18
+ light: '#f5f5f4',
19
+ dark: '#1c1917',
20
+ accent: '#d1d5db',
21
+ }
22
+ },
23
+ fontFamily: {
24
+ sans: ['Inter', 'sans-serif'],
25
+ },
26
+ animation: {
27
+ 'pulse-slow': 'pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite',
28
+ }
29
+ }
30
+ }
31
+ }
32
+ </script>
33
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
34
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
35
+ <style>
36
+ /* Custom CSS for elements that can't be done with Tailwind */
37
+ .hero-gradient {
38
+ background: linear-gradient(135deg, rgba(22, 163, 74, 0.15) 0%, rgba(245, 245, 244, 1) 100%);
39
+ }
40
+ .card-hover-effect {
41
+ transition: all 0.3s ease;
42
+ }
43
+ .card-hover-effect:hover {
44
+ transform: translateY(-5px);
45
+ box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
46
+ }
47
+ .ticker {
48
+ animation: ticker-scroll 30s linear infinite;
49
+ }
50
+ @keyframes ticker-scroll {
51
+ 0% { transform: translateX(0); }
52
+ 100% { transform: translateX(-50%); }
53
+ }
54
+ .progress-bar {
55
+ transition: width 1s ease-in-out;
56
+ }
57
+ .fade-in {
58
+ animation: fadeIn 0.5s ease-in;
59
+ }
60
+ @keyframes fadeIn {
61
+ from { opacity: 0; }
62
+ to { opacity: 1; }
63
+ }
64
+ </style>
65
+ </head>
66
+ <body class="font-sans bg-palestine-light text-palestine-dark dark:bg-palestine-dark dark:text-palestine-light min-h-screen flex flex-col">
67
+ <!-- Dark mode toggle -->
68
+ <button id="darkModeToggle" class="fixed bottom-6 right-6 z-50 w-12 h-12 rounded-full bg-palestine-green text-white shadow-lg flex items-center justify-center hover:bg-opacity-90 transition-all">
69
+ <i class="fas fa-moon dark:hidden"></i>
70
+ <i class="fas fa-sun hidden dark:block"></i>
71
+ </button>
72
+
73
+ <!-- Navigation -->
74
+ <header class="sticky top-0 z-40 bg-white/80 dark:bg-stone-900/80 backdrop-blur-md border-b border-gray-200 dark:border-gray-800">
75
+ <nav class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
76
+ <div class="flex justify-between h-16">
77
+ <div class="flex items-center">
78
+ <a href="#" class="flex items-center space-x-2">
79
+ <span class="text-2xl font-bold text-palestine-green">Plastine<span class="text-palestine-dark dark:text-palestine-light">.Help</span></span>
80
+ </a>
81
+ </div>
82
+ <div class="hidden md:flex items-center space-x-8">
83
+ <a href="#home" class="text-sm font-medium hover:text-palestine-green transition-colors">Home</a>
84
+ <a href="#donate" class="text-sm font-medium hover:text-palestine-green transition-colors">Donate</a>
85
+ <a href="#alerts" class="text-sm font-medium hover:text-palestine-green transition-colors">Alerts</a>
86
+ <a href="#stories" class="text-sm font-medium hover:text-palestine-green transition-colors">Stories</a>
87
+ <a href="#volunteer" class="text-sm font-medium hover:text-palestine-green transition-colors">Volunteer</a>
88
+ <a href="#resources" class="text-sm font-medium hover:text-palestine-green transition-colors">Resources</a>
89
+ </div>
90
+ <div class="flex items-center md:hidden">
91
+ <button id="mobileMenuButton" class="text-gray-500 hover:text-palestine-green">
92
+ <i class="fas fa-bars text-xl"></i>
93
+ </button>
94
+ </div>
95
+ </div>
96
+ </nav>
97
+
98
+ <!-- Mobile menu -->
99
+ <div id="mobileMenu" class="hidden md:hidden bg-white dark:bg-stone-900 border-t border-gray-200 dark:border-gray-800">
100
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
101
+ <a href="#home" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-gray-100 dark:hover:bg-stone-800">Home</a>
102
+ <a href="#donate" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-gray-100 dark:hover:bg-stone-800">Donate</a>
103
+ <a href="#alerts" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-gray-100 dark:hover:bg-stone-800">Alerts</a>
104
+ <a href="#stories" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-gray-100 dark:hover:bg-stone-800">Stories</a>
105
+ <a href="#volunteer" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-gray-100 dark:hover:bg-stone-800">Volunteer</a>
106
+ <a href="#resources" class="block px-3 py-2 rounded-md text-base font-medium hover:bg-gray-100 dark:hover:bg-stone-800">Resources</a>
107
+ </div>
108
+ </div>
109
+ </header>
110
+
111
+ <main class="flex-grow">
112
+ <!-- Hero Section -->
113
+ <section id="home" class="hero-gradient py-20 px-4 sm:px-6 lg:px-8">
114
+ <div class="max-w-7xl mx-auto">
115
+ <div class="md:flex items-center justify-between">
116
+ <div class="md:w-1/2 mb-10 md:mb-0 fade-in">
117
+ <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
118
+ Support Humanity.<br>
119
+ <span class="text-palestine-green">Stand for Palestine.</span>
120
+ </h1>
121
+ <p class="text-lg md:text-xl text-gray-600 dark:text-gray-300 mb-8">
122
+ Join our humanitarian efforts to provide aid, raise awareness, and advocate for justice in Palestine. Every action counts.
123
+ </p>
124
+ <div class="flex flex-wrap gap-4">
125
+ <a href="#donate" class="px-6 py-3 bg-palestine-green text-white rounded-lg font-medium hover:bg-opacity-90 transition-all shadow-md">
126
+ Donate Now
127
+ </a>
128
+ <a href="#volunteer" class="px-6 py-3 border border-palestine-green text-palestine-green rounded-lg font-medium hover:bg-palestine-green hover:text-white transition-all">
129
+ Volunteer
130
+ </a>
131
+ <a href="#alerts" class="px-6 py-3 bg-white dark:bg-stone-800 text-palestine-green rounded-lg font-medium hover:bg-opacity-80 transition-all flex items-center gap-2">
132
+ <i class="fas fa-bell"></i> Live Updates
133
+ </a>
134
+ </div>
135
+ </div>
136
+ <div class="md:w-1/2 flex justify-center fade-in">
137
+ <div class="relative w-full max-w-md">
138
+ <div class="absolute -inset-4 bg-palestine-green rounded-2xl opacity-20 blur-lg"></div>
139
+ <div class="relative bg-white dark:bg-stone-800 rounded-2xl overflow-hidden shadow-xl">
140
+ <img src="https://images.unsplash.com/photo-1584466977773-e625c37cdd50?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1471&q=80"
141
+ alt="Palestinian children"
142
+ class="w-full h-auto object-cover rounded-t-2xl">
143
+ <div class="p-6">
144
+ <h3 class="text-xl font-bold mb-2">Emergency Relief Needed</h3>
145
+ <p class="text-gray-600 dark:text-gray-300 mb-4">Thousands of families are in urgent need of food, water, and medical supplies.</p>
146
+ <div class="w-full bg-gray-200 dark:bg-stone-700 rounded-full h-2.5">
147
+ <div class="progress-bar bg-palestine-green h-2.5 rounded-full" style="width: 65%"></div>
148
+ </div>
149
+ <div class="flex justify-between mt-2 text-sm">
150
+ <span>$1.2M raised</span>
151
+ <span>of $2M goal</span>
152
+ </div>
153
+ </div>
154
+ </div>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ </section>
160
+
161
+ <!-- Live Ticker -->
162
+ <div class="bg-palestine-green text-white py-3 overflow-hidden">
163
+ <div class="flex items-center">
164
+ <div class="px-4 py-1 bg-white text-palestine-green font-bold rounded-r-md">
165
+ <i class="fas fa-bolt mr-2"></i>LIVE
166
+ </div>
167
+ <div class="flex-1 overflow-hidden">
168
+ <div class="ticker flex whitespace-nowrap">
169
+ <span class="px-4">🚑 12,000+ medical emergencies reported today</span>
170
+ <span class="px-4">💧 45% of Gaza's population lacks clean water</span>
171
+ <span class="px-4">🏠 5,200+ homes destroyed in recent attacks</span>
172
+ <span class="px-4">🍞 Food insecurity affects 80% of families</span>
173
+ <span class="px-4">👩‍⚕️ 30+ hospitals operating at 200% capacity</span>
174
+ <span class="px-4">🚑 12,000+ medical emergencies reported today</span>
175
+ <span class="px-4">💧 45% of Gaza's population lacks clean water</span>
176
+ <span class="px-4">🏠 5,200+ homes destroyed in recent attacks</span>
177
+ <span class="px-4">🍞 Food insecurity affects 80% of families</span>
178
+ <span class="px-4">👩‍⚕️ 30+ hospitals operating at 200% capacity</span>
179
+ </div>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Donation Section -->
185
+ <section id="donate" class="py-20 px-4 sm:px-6 lg:px-8 bg-white dark:bg-stone-900">
186
+ <div class="max-w-7xl mx-auto">
187
+ <div class="text-center mb-16">
188
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Your Donation Makes a Difference</h2>
189
+ <p class="text-lg text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
190
+ Every dollar you contribute goes directly to humanitarian aid for Palestinians in need.
191
+ We ensure complete transparency in how funds are allocated.
192
+ </p>
193
+ </div>
194
+
195
+ <div class="grid md:grid-cols-3 gap-8">
196
+ <!-- Donation Card 1 -->
197
+ <div class="bg-palestine-light dark:bg-stone-800 rounded-xl overflow-hidden shadow-md card-hover-effect">
198
+ <div class="h-48 overflow-hidden">
199
+ <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"
200
+ alt="Medical aid"
201
+ class="w-full h-full object-cover">
202
+ </div>
203
+ <div class="p-6">
204
+ <h3 class="text-xl font-bold mb-2">Medical Relief</h3>
205
+ <p class="text-gray-600 dark:text-gray-300 mb-4">Provide life-saving medicines, equipment, and hospital support.</p>
206
+ <div class="flex justify-between items-center">
207
+ <span class="font-bold text-palestine-green">$50 = Medical Kit</span>
208
+ <button class="px-4 py-2 bg-palestine-green text-white rounded-lg hover:bg-opacity-90 transition-all">
209
+ Donate
210
+ </button>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Donation Card 2 -->
216
+ <div class="bg-palestine-light dark:bg-stone-800 rounded-xl overflow-hidden shadow-md card-hover-effect">
217
+ <div class="h-48 overflow-hidden">
218
+ <img src="https://images.unsplash.com/photo-1606787366850-dee0125b2373?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
219
+ alt="Food aid"
220
+ class="w-full h-full object-cover">
221
+ </div>
222
+ <div class="p-6">
223
+ <h3 class="text-xl font-bold mb-2">Food Packages</h3>
224
+ <p class="text-gray-600 dark:text-gray-300 mb-4">Deliver nutritious food to families facing severe hunger.</p>
225
+ <div class="flex justify-between items-center">
226
+ <span class="font-bold text-palestine-green">$30 = Family Meal</span>
227
+ <button class="px-4 py-2 bg-palestine-green text-white rounded-lg hover:bg-opacity-90 transition-all">
228
+ Donate
229
+ </button>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Donation Card 3 -->
235
+ <div class="bg-palestine-light dark:bg-stone-800 rounded-xl overflow-hidden shadow-md card-hover-effect">
236
+ <div class="h-48 overflow-hidden">
237
+ <img src="https://images.unsplash.com/photo-1508514177221-188e1e464088?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"
238
+ alt="Education"
239
+ class="w-full h-full object-cover">
240
+ </div>
241
+ <div class="p-6">
242
+ <h3 class="text-xl font-bold mb-2">Education Fund</h3>
243
+ <p class="text-gray-600 dark:text-gray-300 mb-4">Support schools and learning programs for Palestinian children.</p>
244
+ <div class="flex justify-between items-center">
245
+ <span class="font-bold text-palestine-green">$100 = School Kit</span>
246
+ <button class="px-4 py-2 bg-palestine-green text-white rounded-lg hover:bg-opacity-90 transition-all">
247
+ Donate
248
+ </button>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="mt-16 bg-palestine-light dark:bg-stone-800 rounded-xl p-8 shadow-md">
255
+ <h3 class="text-2xl font-bold mb-6">Other Ways to Give</h3>
256
+ <div class="grid md:grid-cols-2 gap-8">
257
+ <div>
258
+ <h4 class="text-lg font-semibold mb-3 flex items-center">
259
+ <i class="fas fa-hand-holding-usd text-palestine-green mr-3"></i> Monthly Support
260
+ </h4>
261
+ <p class="text-gray-600 dark:text-gray-300 mb-4">
262
+ Become a sustaining donor and provide reliable, ongoing support for critical programs.
263
+ </p>
264
+ <button class="px-4 py-2 border border-palestine-green text-palestine-green rounded-lg hover:bg-palestine-green hover:text-white transition-all">
265
+ Set Up Recurring Donation
266
+ </button>
267
+ </div>
268
+ <div>
269
+ <h4 class="text-lg font-semibold mb-3 flex items-center">
270
+ <i class="fas fa-bullhorn text-palestine-green mr-3"></i> Fundraise
271
+ </h4>
272
+ <p class="text-gray-600 dark:text-gray-300 mb-4">
273
+ Create your own fundraising campaign to engage your community in supporting Palestine.
274
+ </p>
275
+ <button class="px-4 py-2 border border-palestine-green text-palestine-green rounded-lg hover:bg-palestine-green hover:text-white transition-all">
276
+ Start a Campaign
277
+ </button>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </section>
283
+
284
+ <!-- Live Alerts Section -->
285
+ <section id="alerts" class="py-20 px-4 sm:px-6 lg:px-8 bg-gray-50 dark:bg-stone-800">
286
+ <div class="max-w-7xl mx-auto">
287
+ <div class="text-center mb-16">
288
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Live Situation Updates</h2>
289
+ <p class="text-lg text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
290
+ Real-time information about the humanitarian situation in Palestine. Verified sources only.
291
+ </p>
292
+ </div>
293
+
294
+ <div class="grid md:grid-cols-2 gap-8 mb-12">
295
+ <div class="bg-white dark:bg-stone-900 rounded-xl p-6 shadow-md">
296
+ <h3 class="text-xl font-bold mb-4 flex items-center">
297
+ <i class="fas fa-map-marked-alt text-palestine-green mr-3"></i> Current Crisis Map
298
+ </h3>
299
+ <div class="bg-gray-100 dark:bg-stone-800 rounded-lg overflow-hidden h-64">
300
+ <!-- Placeholder for map -->
301
+ <div class="w-full h-full flex items-center justify-center text-gray-500">
302
+ <div class="text-center">
303
+ <i class="fas fa-map text-4xl mb-2"></i>
304
+ <p>Interactive map loading...</p>
305
+ </div>
306
+ </div>
307
+ </div>
308
+ <div class="mt-4 text-sm text-gray-500 dark:text-gray-400">
309
+ <p>Last updated: <span id="mapUpdateTime">Just now</span></p>
310
+ </div>
311
+ </div>
312
+
313
+ <div class="bg-white dark:bg-stone-900 rounded-xl p-6 shadow-md">
314
+ <h3 class="text-xl font-bold mb-4 flex items-center">
315
+ <i class="fas fa-exclamation-triangle text-palestine-green mr-3"></i> Urgent Alerts
316
+ </h3>
317
+ <div class="space-y-4 max-h-64 overflow-y-auto pr-2" id="alertsContainer">
318
+ <!-- Alerts will be added here by JavaScript -->
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="bg-white dark:bg-stone-900 rounded-xl p-6 shadow-md">
324
+ <h3 class="text-xl font-bold mb-6">Key Humanitarian Indicators</h3>
325
+ <div class="grid md:grid-cols-4 gap-6">
326
+ <div class="text-center">
327
+ <div class="text-4xl font-bold text-palestine-green mb-2" id="displacedCount">2.1M</div>
328
+ <div class="text-gray-600 dark:text-gray-300">Displaced People</div>
329
+ </div>
330
+ <div class="text-center">
331
+ <div class="text-4xl font-bold text-palestine-green mb-2" id="foodInsecureCount">1.8M</div>
332
+ <div class="text-gray-600 dark:text-gray-300">Food Insecure</div>
333
+ </div>
334
+ <div class="text-center">
335
+ <div class="text-4xl font-bold text-palestine-green mb-2" id="medicalCount">45K</div>
336
+ <div class="text-gray-600 dark:text-gray-300">Medical Cases</div>
337
+ </div>
338
+ <div class="text-center">
339
+ <div class="text-4xl font-bold text-palestine-green mb-2" id="schoolsClosedCount">132</div>
340
+ <div class="text-gray-600 dark:text-gray-300">Schools Closed</div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ </div>
345
+ </section>
346
+
347
+ <!-- Stories Section -->
348
+ <section id="stories" class="py-20 px-4 sm:px-6 lg:px-8 bg-white dark:bg-stone-900">
349
+ <div class="max-w-7xl mx-auto">
350
+ <div class="text-center mb-16">
351
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Voices from Palestine</h2>
352
+ <p class="text-lg text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
353
+ Real stories from people affected by the crisis. Their resilience inspires our work.
354
+ </p>
355
+ </div>
356
+
357
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
358
+ <!-- Story 1 -->
359
+ <div class="bg-palestine-light dark:bg-stone-800 rounded-xl overflow-hidden shadow-md card-hover-effect">
360
+ <div class="h-64 overflow-hidden">
361
+ <img src="https://images.unsplash.com/photo-1529333166447-c9b8f0eac864?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1469&q=80"
362
+ alt="Palestinian doctor"
363
+ class="w-full h-full object-cover">
364
+ </div>
365
+ <div class="p-6">
366
+ <div class="flex items-center mb-3">
367
+ <div class="w-10 h-10 rounded-full overflow-hidden mr-3">
368
+ <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Dr. Amina" class="w-full h-full object-cover">
369
+ </div>
370
+ <div>
371
+ <h4 class="font-bold">Dr. Amina</h4>
372
+ <p class="text-sm text-gray-500 dark:text-gray-400">Gaza City</p>
373
+ </div>
374
+ </div>
375
+ <h3 class="text-xl font-bold mb-2">"We Work With What We Have"</h3>
376
+ <p class="text-gray-600 dark:text-gray-300 mb-4 line-clamp-3">
377
+ "Every day we face shortages of medicine and equipment, but we never turn away patients.
378
+ The children especially give me strength to keep going despite the exhaustion."
379
+ </p>
380
+ <a href="#" class="text-palestine-green font-medium hover:underline">Read full story →</a>
381
+ </div>
382
+ </div>
383
+
384
+ <!--
385
+ </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Full Prompt — HTML/CSS/JS Website for "Plastine.Help" Create a complete HTML/CSS/JavaScript website called Plastine.Help. The site is a modern, responsive, and humanitarian-focused platform to support Palestine. ✅ Structure: Landing Page (index.html) Donation Page Live Alerts Section Stories Page Volunteer Sign-Up Form Awareness Toolkit Page Footer with links & social ✅ Design Style: Inspired by Meta’s new design and Samsung One UI Full responsive layout (mobile-first) Modern fonts (use Google Fonts: Inter or Rubik) Emotional color palette: black, white, green (#16a34a), and beige Smooth scroll and fade animations (AOS.js or pure CSS transitions) ✅ Features to Include: Hero banner with text: “Support Humanity. Stand for Palestine.” Call to Action buttons: "Donate", "Volunteer", "Live Updates" Live ticker showing real-time stats (simulated) Donation progress bar Embedded map image or placeholder Reusable card component for stories Contact form with basic validation Toggle for dark/light mode ✅ Tech: HTML5 semantic tags Pure CSS with Flexbox/Grid JavaScript for interactivity (navbar toggle, alerts update, form validation) ✅ Deliver a full project folder: index.html styles.css script.js /images/ folder for visuals (or placeholder links) favicon of Palestinian flag 🕊 The site must feel human, fast, hopeful, and dignified — not too heavy or sad. It should empower the user to take action, learn, and share.