www_mycelium/templates/partials/technology2.html
2024-08-19 14:46:38 +02:00

62 lines
3.9 KiB
HTML

<div class="relative overflow-hidden pt-16 lg:pt-16">
<div class="mx-auto max-w-7xl py-24 px-6 lg:px-8">
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
</div>
<h2 class="text-2xl text-left font-bold tracking-tight text-white lg:text-4xl">Technology Architecture
</h2>
<p class="mt-6 text-lg leading-8 max-w-4xl text-gray-300">Our advanced architecture seamlessly integrates cutting-edge compute, storage, and network technologies to deliver unparalleled performance, scalability, and security. Designed for modern IT workloads, it supports everything from edge computing to large-scale data centers, ensuring efficiency and resilience at every level.</p>
<br>
<br>
<div class="mx-auto mt-4 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-12 lg:mx-0 lg:max-w-none lg:grid-cols-4">
<article class="flex flex-col items-start justify-between">
<div class="max-w-xl">
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
<h4 class="font-semibold">Layer 0</h4>
</a>
</h3>
<p class="mt-4 line-clamp-3 text-sm leading-6">Interconnected nodes (Zero-OS) delivering compute (GPU, CPU), storage and network. Localized & More Secure.</p>
</div>
</article>
<article class="flex flex-col items-start justify-between">
<div class="max-w-xl">
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
<h4 class="font-semibold">Layer 1</h4>
</a>
</h3>
<p class="mt-4 line-clamp-3 text-sm leading-6">Compatible with any Web 2 and Web 3 standard + ready for true peer-to-peer transactions at any scale.</p></div>
</article>
<article class="flex flex-col items-start justify-between">
<div class="max-w-xl">
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
<h4 class="font-semibold">Layer 2</h4>
</a>
</h3>
<p class="mt-4 line-clamp-3 text-sm leading-6">Always available shortest path end-to-end encrypted network layer. Digital Self-Tech allows self healing.</p>
</div>
</article>
<article class="flex flex-col items-start justify-between">
<div class="max-w-xl">
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
<h4 class="font-semibold">Layer 3</h4>
</a>
</h3>
<p class="mt-4 line-clamp-3 text-sm leading-6">Better security, data availability, performance at all times for all users. 100% private & Secure.</p>
</div>
</article>
</div>
</div>
</div>
</div>