zoob1 commited on
Commit
48c4b57
·
verified ·
1 Parent(s): 69f3a2e

change south lebanon to Gaza in the 'how are funds allocated in South Lebanon?" - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +21 -21
index.html CHANGED
@@ -123,10 +123,10 @@
123
  <div class="lg:text-center">
124
  <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Mission</h2>
125
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
126
- Supporting South Lebanon Through Crypto
127
  </p>
128
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
129
- We redirect a portion of cryptocurrency transaction fees to provide essential aid to communities in South Lebanon affected by economic crises.
130
  </p>
131
  </div>
132
 
@@ -139,7 +139,7 @@
139
  <div class="mt-5">
140
  <h3 class="text-lg font-medium text-gray-900">Medical Supplies</h3>
141
  <p class="mt-2 text-base text-gray-500">
142
- Funding hospitals and clinics with essential medicines and equipment in Tyre and Sidon.
143
  </p>
144
  </div>
145
  </div>
@@ -178,10 +178,10 @@
178
  <div class="lg:text-center">
179
  <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Story</h2>
180
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
181
- Why South Lebanon?
182
  </p>
183
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
184
- "I've seen firsthand how war has left homes reduced to rubble, families unable to afford basic necessities, and entire communities struggling. My hometown in South Lebanon is suffering — and donations don't always reach the people they're meant to help. This project is about solving that."
185
  </p>
186
  </div>
187
  </div>
@@ -196,7 +196,7 @@
196
  How It Works
197
  </p>
198
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
199
- A simple three-step process to turn your crypto transactions into humanitarian aid.
200
  </p>
201
  </div>
202
 
@@ -241,7 +241,7 @@
241
  Aid Distribution
242
  </h3>
243
  <p class="mt-2 text-base text-gray-500">
244
- Funds are converted to stablecoins and distributed to verified NGOs in South Lebanon.
245
  </p>
246
  </div>
247
  </div>
@@ -263,9 +263,9 @@
263
  </p>
264
  </div>
265
  <div class="px-4 py-5 sm:p-6">
266
- <h4 class="text-md font-medium text-gray-900">How are funds allocated in South Lebanon?</h4>
267
  <p class="mt-2 text-sm text-gray-500">
268
- In this simulation, funds would be distributed to verified NGOs focusing on medical aid, food security, and infrastructure support in the most affected areas.
269
  </p>
270
  </div>
271
  <div class="px-4 py-5 sm:p-6">
@@ -407,7 +407,7 @@
407
  Recent Transactions
408
  </h3>
409
  <p class="mt-1 text-sm text-gray-500">
410
- Last 10 simulated donations to South Lebanon aid.
411
  </p>
412
  </div>
413
  <div class="ml-4 mt-4 flex-shrink-0">
@@ -574,16 +574,16 @@
574
 
575
  // Sample transaction data
576
  const sampleTransactions = [
577
- { id: '0x8a3f...7b', crypto: 'ETH', amount: 0.25, fee: 0.3, donation: 0.00075, time: '2 minutes ago', status: 'completed', purpose: 'Medical supplies for Tyre hospital' },
578
- { id: '0x5b2e...9d', crypto: 'BTC', amount: 0.05, fee: 0.4, donation: 0.0002, time: '15 minutes ago', status: 'completed', purpose: 'Food packages for Nabatieh families' },
579
- { id: '0x3c7a...1f', crypto: 'USDT', amount: 500, fee: 0.2, donation: 1.00, time: '1 hour ago', status: 'completed', purpose: 'Solar panels for Bint Jbeil village' },
580
- { id: '0x9d4f...6a', crypto: 'SOL', amount: 5, fee: 0.5, donation: 0.025, time: '3 hours ago', status: 'completed', purpose: 'School supplies for Sour children' },
581
- { id: '0x2e8b...3c', crypto: 'ETH', amount: 1.2, fee: 0.3, donation: 0.0036, time: '5 hours ago', status: 'completed', purpose: 'Emergency fuel for Marjayoun clinic' },
582
- { id: '0x7f1a...9e', crypto: 'BTC', amount: 0.1, fee: 0.4, donation: 0.0004, time: '1 day ago', status: 'completed', purpose: 'Clean water for Qana residents' },
583
- { id: '0x4d3c...2b', crypto: 'USDT', amount: 250, fee: 0.2, donation: 0.50, time: '2 days ago', status: 'completed', purpose: 'Blankets for displaced in Hasbaya' },
584
- { id: '0x6e9f...7d', crypto: 'SOL', amount: 8, fee: 0.5, donation: 0.04, time: '3 days ago', status: 'completed', purpose: 'Medicines for Jezzine medical center' },
585
- { id: '0x1b5a...4f', crypto: 'ETH', amount: 0.75, fee: 0.3, donation: 0.00225, time: '1 week ago', status: 'completed', purpose: 'Rebuilding homes in Khiam' },
586
- { id: '0x3f8c...6e', crypto: 'BTC', amount: 0.02, fee: 0.4, donation: 0.00008, time: '2 weeks ago', status: 'completed', purpose: 'Support for Tyre fishermen' }
587
  ];
588
 
589
  // Crypto prices (simplified)
@@ -732,7 +732,7 @@
732
  loadTransactions();
733
 
734
  // Show success message
735
- alert(`Simulated transaction successful!\n\n${amount} ${crypto} traded with ${feePercentage}% fee\n$${(amount * (feePercentage / 100) * (crypto === 'USDT' ? 1 : cryptoPrices[crypto])).toFixed(2)} donated to South Lebanon aid.`);
736
 
737
  // Reset form
738
  amountInput.value = '';
 
123
  <div class="lg:text-center">
124
  <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Mission</h2>
125
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
126
+ Supporting Gaza, Palestine Through Crypto
127
  </p>
128
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
129
+ We redirect a portion of cryptocurrency transaction fees to provide essential aid to communities in Gaza affected by conflict and economic crises.
130
  </p>
131
  </div>
132
 
 
139
  <div class="mt-5">
140
  <h3 class="text-lg font-medium text-gray-900">Medical Supplies</h3>
141
  <p class="mt-2 text-base text-gray-500">
142
+ Funding hospitals and clinics with essential medicines and equipment in Gaza City and Rafah.
143
  </p>
144
  </div>
145
  </div>
 
178
  <div class="lg:text-center">
179
  <h2 class="text-base text-blue-600 font-semibold tracking-wide uppercase">Our Story</h2>
180
  <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
181
+ Why Gaza, Palestine?
182
  </p>
183
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
184
+ "I've seen firsthand how conflict has left homes reduced to rubble, families unable to afford basic necessities, and entire communities struggling. The people of Gaza are suffering — and donations don't always reach the people they're meant to help. This project is about solving that."
185
  </p>
186
  </div>
187
  </div>
 
196
  How It Works
197
  </p>
198
  <p class="mt-4 max-w-2xl text-xl text-gray-500 lg:mx-auto">
199
+ A simple three-step process to turn your crypto transactions into humanitarian aid for Gaza.
200
  </p>
201
  </div>
202
 
 
241
  Aid Distribution
242
  </h3>
243
  <p class="mt-2 text-base text-gray-500">
244
+ Funds are converted to stablecoins and distributed to verified NGOs in Gaza.
245
  </p>
246
  </div>
247
  </div>
 
263
  </p>
264
  </div>
265
  <div class="px-4 py-5 sm:p-6">
266
+ <h4 class="text-md font-medium text-gray-900">How are funds allocated in Gaza?</h4>
267
  <p class="mt-2 text-sm text-gray-500">
268
+ In this simulation, funds would be distributed to verified NGOs focusing on medical aid, food security, and infrastructure support in Gaza.
269
  </p>
270
  </div>
271
  <div class="px-4 py-5 sm:p-6">
 
407
  Recent Transactions
408
  </h3>
409
  <p class="mt-1 text-sm text-gray-500">
410
+ Last 10 simulated donations to Gaza aid.
411
  </p>
412
  </div>
413
  <div class="ml-4 mt-4 flex-shrink-0">
 
574
 
575
  // Sample transaction data
576
  const sampleTransactions = [
577
+ { id: '0x8a3f...7b', crypto: 'ETH', amount: 0.25, fee: 0.3, donation: 0.00075, time: '2 minutes ago', status: 'completed', purpose: 'Medical supplies for Al-Shifa hospital' },
578
+ { id: '0x5b2e...9d', crypto: 'BTC', amount: 0.05, fee: 0.4, donation: 0.0002, time: '15 minutes ago', status: 'completed', purpose: 'Food packages for Gaza City families' },
579
+ { id: '0x3c7a...1f', crypto: 'USDT', amount: 500, fee: 0.2, donation: 1.00, time: '1 hour ago', status: 'completed', purpose: 'Solar panels for Khan Younis village' },
580
+ { id: '0x9d4f...6a', crypto: 'SOL', amount: 5, fee: 0.5, donation: 0.025, time: '3 hours ago', status: 'completed', purpose: 'School supplies for Rafah children' },
581
+ { id: '0x2e8b...3c', crypto: 'ETH', amount: 1.2, fee: 0.3, donation: 0.0036, time: '5 hours ago', status: 'completed', purpose: 'Emergency fuel for Jabalia clinic' },
582
+ { id: '0x7f1a...9e', crypto: 'BTC', amount: 0.1, fee: 0.4, donation: 0.0004, time: '1 day ago', status: 'completed', purpose: 'Clean water for Deir al-Balah residents' },
583
+ { id: '0x4d3c...2b', crypto: 'USDT', amount: 250, fee: 0.2, donation: 0.50, time: '2 days ago', status: 'completed', purpose: 'Blankets for displaced in Beit Hanoun' },
584
+ { id: '0x6e9f...7d', crypto: 'SOL', amount: 8, fee: 0.5, donation: 0.04, time: '3 days ago', status: 'completed', purpose: 'Medicines for Beit Lahia medical center' },
585
+ { id: '0x1b5a...4f', crypto: 'ETH', amount: 0.75, fee: 0.3, donation: 0.00225, time: '1 week ago', status: 'completed', purpose: 'Rebuilding homes in Gaza City' },
586
+ { id: '0x3f8c...6e', crypto: 'BTC', amount: 0.02, fee: 0.4, donation: 0.00008, time: '2 weeks ago', status: 'completed', purpose: 'Support for Gaza fishermen' }
587
  ];
588
 
589
  // Crypto prices (simplified)
 
732
  loadTransactions();
733
 
734
  // Show success message
735
+ alert(`Simulated transaction successful!\n\n${amount} ${crypto} traded with ${feePercentage}% fee\n${(amount * (feePercentage / 100) * (crypto === 'USDT' ? 1 : cryptoPrices[crypto])).toFixed(2)} donated to Gaza aid.`);
736
 
737
  // Reset form
738
  amountInput.value = '';