44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
---
|
|
import Content from '~/components/widgets/Content.astro';
|
|
|
|
---
|
|
|
|
<Content
|
|
id="autonomouscloudengine"
|
|
columns={3}
|
|
items={[
|
|
{
|
|
icon: 'tabler:check',
|
|
description: 'Accessible',
|
|
},
|
|
{
|
|
icon: 'tabler:check',
|
|
description: 'Production-Ready',
|
|
},
|
|
{
|
|
icon: 'tabler:check',
|
|
description: 'Future-Proof',
|
|
},
|
|
]}
|
|
image={{
|
|
src: '~/assets/images/hardware_computer.jpg',
|
|
alt: 'Colorful Image',
|
|
loading: 'eager',
|
|
}}
|
|
>
|
|
<Fragment slot="content">
|
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Autonomous Cloud Engine</h2>
|
|
<p>
|
|
Our cloud engine is autonomous and self-healing, enabling anyone to provide Internet capacity to the world. Our technology offers quantum-safe storage & network and is accessible to everyone.
|
|
|
|
<br><br>We are a community-driven project and we firmly believe that, together, we can create a new Internet where users are the sole owners of their data and where everyone can thrive on the cloud.
|
|
|
|
<br><br>Gone are the days where you needed to be a cloud expert with high capital to get into the cloud market. You can now become a cloud service provider and participate in the decentralization of the cloud...<br> one node at a time!
|
|
|
|
</p>
|
|
</Fragment>
|
|
|
|
<Fragment slot="bg">
|
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
|
</Fragment>
|
|
</Content> |