www_mycelium/templates/partials/about.html

33 lines
1.8 KiB
HTML
Raw Normal View History

2024-05-21 05:34:29 +00:00
<!-- section 2 page templates -->
<div class="relative isolate overflow-hidden lg:py-12">
<div class="mx-auto max-w-7xl px-6">
<div class="mx-auto max-w-2xl lg:mx-0">
<br>
<br>
<h2 class="tracking-tight lg:text-4xl sm:text-base">Welcome to Mycelium Network</h2>
<br>
<p class="mt-2 text-base">MyNet, short for Mycelium Network, is the new decentralized internet. It offers a reliable, always-on network that is secure and tamper-proof.</p>
</div>
<dl class="pb-10 grid grid-cols-1 gap-8 sm:mt-16 sm:grid-cols-2 lg:grid-cols-4">
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300"> Experience a network that is resilient, even in the face of disasters.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">Reliable Internet</dd>
</div>
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300">Your data is secure with our advanced encryption protocols.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">End-to-End Encryption</dd>
</div>
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300">Our mesh network architecture ensures no single point of failure.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">Decentralized Network</dd>
</div>
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300">Leverage AI to enhance network performance and connectivity.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">AI integration</dd>
</div>
</dl>
</div>
</div>
</div>