This commit is contained in:
sasha-astiadi
2024-05-06 11:59:44 +02:00
parent a61a0df908
commit a0f1aa044e
329 changed files with 1549 additions and 3387 deletions

View File

@@ -0,0 +1,34 @@
<!-- Start block -->
<div class="max-w-screen-xl px-4 py-8 mx-auto lg:py-24 lg:px-6">
<div class="max-w-screen-md mx-auto mb-8 text-center lg:mb-12">
<h2>Mycelium by the Numbers</h2>
<p>Explore key metrics that showcase the scope and scale of the Mycelium Network's global impact. Our widespread global presence is not owned by one single entity, but maintained through the collective effort of a global community.</p>
</div>
<div class="space-y-8 lg:grid lg:grid-cols-4 sm:gap-6 xl:gap-10 lg:space-y-0">
<!-- Pricing Card -->
<div class="flex flex-col max-w-lg px-8 py-6 mx-auto text-center text-gray-900 bg-white border border-gray-100 rounded-lg shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white">
<img src="images/stat1.svg" alt="Icon representing Node & Earn" class="mx-auto mb-4 h-20 w-auto">
<h4 class="mb-2 font-semibold">32.74 PB<br>Capacity</h3>
<h6>Total data storage capacity available within the Mycelium Network.</h6>
</div>
<!-- Pricing Card -->
<div class="flex flex-col max-w-lg px-8 py-6 mx-auto text-center text-gray-900 bg-white border border-gray-100 rounded-lg shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white">
<img src="images/stat2.svg" alt="Icon representing Get Your Hero" class="mx-auto mb-4 h-20 w-auto">
<h4 class="mb-2 font-semibold">2569<br>Nodes</h4>
<h6>The number of active nodes within the networks infrastructure.</h6>
</div>
<!-- Pricing Card -->
<div class="flex flex-col max-w-lg px-8 py-6 mx-auto text-center text-gray-900 bg-white border border-gray-100 rounded-lg shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white">
<img src="images/stat3.svg" alt="Icon representing Acquire INCA Token" class="mx-auto mb-4 h-20 w-auto">
<h4 class="mb-2 text-2xl font-semibold">61M<br>Countries</h4>
<h6>The number of countries where the Mycelium Network has a presence</h6>
</div>
<!-- Pricing Card -->
<div class="flex flex-col max-w-lg px-8 py-6 mx-auto text-center text-gray-900 bg-white border border-gray-100 rounded-lg shadow dark:border-gray-600 xl:p-8 dark:bg-gray-800 dark:text-white">
<img src="images/stat4.svg" alt="Icon representing Explore Services" class="mx-auto mb-4 h-20 w-auto">
<h4 class="mb-2 text-2xl font-semibold">63.986<br>Cores</h4>
<h6>The total number of processing cores that power the network.</h6>
</div>
</div>
</div>
<!-- End block -->