www_mycelium/templates/partials/about.html
2024-08-19 00:04:41 +02:00

36 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 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="text-base font-semibold leading-7 text-indigo-400 mb-4">PLATFORM</h2>
<h2 class="tracking-tight lg:text-4xl sm:text-base">Revolutionizing Cloud Infrastructure</h2>
<br>
<p class="mt-2 mb-10 lg:mb-2 text-lg">Weve developed an ultra secure planetary-scale edge and AI cloud platform with self-healing capabilities.<br><br>
Our unique technology provides unparalleled sovereignty, scalability and efficiency features that emerging IT workloads require and that traditional cloud infrastructures cannot deliver.
</p>
</div>
<dl class="pb-10 grid grid-cols-1 gap-8 mt-6 sm:grid-cols-2 lg:grid-cols-4">
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300"> Fully autonomous behaviour with self healing capabilities is possible.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">Fully Autonomous</dd>
</div>
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300">Scalable to the planet, from the edge to massive datacenter scale.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">Ultra-scalable</dd>
</div>
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300">Compatible with web2/3 and AI, everything can run on our stack.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">Cross-compatible</dd>
</div>
<div class="flex flex-col-reverse">
<dt class="text-base leading-7 text-gray-300">Engineered to minimize energy consumption with max performance.</dt>
<dd class="text-xl font-semibold leading-9 tracking-tight text-white">Energy Efficient</dd>
</div>
</dl>
</div>
</div>
</div>