whats the challenge with the app? - Follow Up Deployment
Browse files- index.html +27 -1
index.html
CHANGED
@@ -545,6 +545,32 @@
|
|
545 |
</div>
|
546 |
</section>
|
547 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
548 |
<!-- Token Economics -->
|
549 |
<section id="token" class="py-16 bg-white">
|
550 |
<div class="container mx-auto px-4">
|
@@ -715,6 +741,6 @@
|
|
715 |
<a href="#" class="w-10 h-10 rounded-full bg-flame-primary flex items-center justify-center hover:bg-flame-secondary transition">
|
716 |
<i class="fab fa-twitter"></i>
|
717 |
</a>
|
718 |
-
<a href="#" class="
|
719 |
<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=MoShow/somo" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
720 |
</html>
|
|
|
545 |
</div>
|
546 |
</section>
|
547 |
|
548 |
+
<!-- Challenges Section -->
|
549 |
+
<section id="challenges" class="py-16 bg-flame-accent text-white">
|
550 |
+
<div class="container mx-auto px-4">
|
551 |
+
<div class="text-center mb-16">
|
552 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-4 font-slab">Overcoming Challenges</h2>
|
553 |
+
<div class="w-24 h-1 bg-flame-secondary mx-auto mb-6"></div>
|
554 |
+
<p class="text-lg max-w-3xl mx-auto">Addressing key obstacles to ensure successful implementation across Africa</p>
|
555 |
+
</div>
|
556 |
+
|
557 |
+
<div class="grid md:grid-cols-3 gap-8">
|
558 |
+
<div class="bg-flame-primary p-6 rounded-xl">
|
559 |
+
<h3 class="text-xl font-bold mb-3">Digital Divide</h3>
|
560 |
+
<p>USSD integration and offline capabilities ensure participation even without smartphones or consistent internet access.</p>
|
561 |
+
</div>
|
562 |
+
<div class="bg-flame-primary p-6 rounded-xl">
|
563 |
+
<h3 class="text-xl font-bold mb-3">Health Literacy</h3>
|
564 |
+
<p>Multilingual voice interfaces and visual guides make health information accessible to all education levels.</p>
|
565 |
+
</div>
|
566 |
+
<div class="bg-flame-primary p-6 rounded-xl">
|
567 |
+
<h3 class="text-xl font-bold mb-3">Trust Building</h3>
|
568 |
+
<p>Community validator networks and transparent blockchain records establish credibility at local levels.</p>
|
569 |
+
</div>
|
570 |
+
</div>
|
571 |
+
</div>
|
572 |
+
</section>
|
573 |
+
|
574 |
<!-- Token Economics -->
|
575 |
<section id="token" class="py-16 bg-white">
|
576 |
<div class="container mx-auto px-4">
|
|
|
741 |
<a href="#" class="w-10 h-10 rounded-full bg-flame-primary flex items-center justify-center hover:bg-flame-secondary transition">
|
742 |
<i class="fab fa-twitter"></i>
|
743 |
</a>
|
744 |
+
<a href="#" class="MoStar Idustries"
|
745 |
<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=MoShow/somo" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
746 |
</html>
|