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

Include dummy data to show how transactions would look. Add this heading in a separate section: "Why South Lebanon?" and put this under it: "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." And change the heading under Coin for a Cause to "Changing the way we give - one transaction at a time" - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +30 -11
index.html CHANGED
@@ -75,7 +75,7 @@
75
  <span class="block text-blue-200">Coin for a Cause</span>
76
  </h1>
77
  <p class="mt-3 text-base text-blue-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
78
- Every cryptocurrency transaction contributes to humanitarian causes worldwide through our innovative fee-sharing model.
79
  </p>
80
  <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
81
  <a href="#donate" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-blue-700 bg-white hover:bg-blue-50 transition duration-150">
@@ -172,6 +172,21 @@
172
  </div>
173
  </section>
174
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
175
  <!-- How It Works Section -->
176
  <section id="how-it-works" class="py-12 bg-gray-50">
177
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
@@ -559,16 +574,16 @@
559
 
560
  // Sample transaction data
561
  const sampleTransactions = [
562
- { id: '0x8a3f...7b', crypto: 'ETH', amount: 0.25, fee: 0.3, donation: 0.00075, time: '2 minutes ago', status: 'completed' },
563
- { id: '0x5b2e...9d', crypto: 'BTC', amount: 0.05, fee: 0.4, donation: 0.0002, time: '15 minutes ago', status: 'completed' },
564
- { id: '0x3c7a...1f', crypto: 'USDT', amount: 500, fee: 0.2, donation: 1.00, time: '1 hour ago', status: 'completed' },
565
- { id: '0x9d4f...6a', crypto: 'SOL', amount: 5, fee: 0.5, donation: 0.025, time: '3 hours ago', status: 'completed' },
566
- { id: '0x2e8b...3c', crypto: 'ETH', amount: 1.2, fee: 0.3, donation: 0.0036, time: '5 hours ago', status: 'completed' },
567
- { id: '0x7f1a...9e', crypto: 'BTC', amount: 0.1, fee: 0.4, donation: 0.0004, time: '1 day ago', status: 'completed' },
568
- { id: '0x4d3c...2b', crypto: 'USDT', amount: 250, fee: 0.2, donation: 0.50, time: '2 days ago', status: 'completed' },
569
- { id: '0x6e9f...7d', crypto: 'SOL', amount: 8, fee: 0.5, donation: 0.04, time: '3 days ago', status: 'completed' },
570
- { id: '0x1b5a...4f', crypto: 'ETH', amount: 0.75, fee: 0.3, donation: 0.00225, time: '1 week ago', status: 'completed' },
571
- { id: '0x3f8c...6e', crypto: 'BTC', amount: 0.02, fee: 0.4, donation: 0.00008, time: '2 weeks ago', status: 'completed' }
572
  ];
573
 
574
  // Crypto prices (simplified)
@@ -623,6 +638,10 @@
623
  <p class="text-sm font-medium text-blue-600">${tx.donation} ${tx.crypto}</p>
624
  </div>
625
  </div>
 
 
 
 
626
  </div>
627
  </div>
628
  `;
 
75
  <span class="block text-blue-200">Coin for a Cause</span>
76
  </h1>
77
  <p class="mt-3 text-base text-blue-100 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
78
+ Changing the way we give - one transaction at a time
79
  </p>
80
  <div class="mt-8 sm:max-w-lg sm:mx-auto sm:text-center lg:text-left lg:mx-0">
81
  <a href="#donate" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm text-blue-700 bg-white hover:bg-blue-50 transition duration-150">
 
172
  </div>
173
  </section>
174
 
175
+ <!-- Why South Lebanon Section -->
176
+ <section class="py-12 bg-gray-50">
177
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
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>
188
+ </section>
189
+
190
  <!-- How It Works Section -->
191
  <section id="how-it-works" class="py-12 bg-gray-50">
192
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 
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)
 
638
  <p class="text-sm font-medium text-blue-600">${tx.donation} ${tx.crypto}</p>
639
  </div>
640
  </div>
641
+ <div class="mt-2">
642
+ <p class="text-xs text-gray-500">Purpose</p>
643
+ <p class="text-sm text-gray-900">${tx.purpose}</p>
644
+ </div>
645
  </div>
646
  </div>
647
  `;