www_mycelium/templates/partials/hero/myhero3.html
sasha-astiadi b3faaa3cb6
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions
add content
2025-02-16 19:13:51 +08:00

42 lines
2.7 KiB
HTML

<div class=" fade-in bg-black">
<div class="lg:py-24 relative isolate">
<div class=" mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8 pb-24">
<p class="text-base/7 font-light text-white tracking-wide">HOW IT WORKS</p>
<h2 class="fade-in text-balance lg:text-5xl text-4xl font-normal tracking-tight text-white">Unraveling Mycelium's Secrets </h2>
<p class="text-left mt-4 text-pretty lg:text-lg text-md font-light text-gray-300 fade-in max-w-3xl">
Mycelium, like its natural namesake, thrives on decentralization, efficiency, and security, making it a truly powerful force in the world of decentralized networks.
</p>
</div>
<div class="mx-auto max-w-7xl px-6 lg:flex lg:items-center lg:gap-x-15 lg:px-8">
<div class="mx-auto max-w-lg lg:mx-0 lg:flex-auto">
<dl class="space-y-8 text-base/7 lg:max-w-none">
<div class="relative pl-9">
<dt class="font-semibold lg:text-lg text-base text-white">
Decentralized Nodes
</dt>
<dd class="mt-2 text-gray-300 font-light">Mycelium operates through a network of decentralized nodes, similar to how nature's mycelium forms a decentralized network of threads. Each node acts as a connection point in the overall digital ecosystem.</dd>
</div>
<div class="relative pl-9">
<dt class="font-semibold lg:text-lg text-base text-white">
Efficient Data Routing
</dt>
<dd class="mt-2 text-gray-300 font-light">Mycelium optimizes data routing by choosing the most efficient path for communication. Data travels along the shortest path in terms of latency, ensuring that information reaches its destination swiftly.</dd>
</div>
<div class="relative pl-9">
<dt class=" font-semibold lg:text-lg text-base text-white">
End-to-End Encryption
</dt>
<dd class="mt-2 text-gray-300 font-light">Each node in the system is identified by a unique key pair. Data between nodes is encrypted using secret keys derived from these pairs. This ensures that data remains confidential, enhancing the privacy of the network.</dd>
</div>
</dl>
</div>
<div class="lg:order-first mt-16 sm:mt-24 lg:mt-0 lg:flex lg:justify-center lg:w-1/2">
<img class="w-full max-w-lg h-auto object-cover rounded-xl" src="/images/feature6.png"
alt="Mobile App Screenshot">
</div>
</div>
</div>
</div>