Merge pull request 'updated landing page and tech' (#22) from development_update2 into development
Reviewed-on: tfgrid/www_projectinca#22
This commit is contained in:
commit
3842f96b17
@ -3,17 +3,31 @@ import Content from '~/components/widgets/Content.astro';
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<Content
|
<Content
|
||||||
id="about"
|
id="autonomouscloudengine"
|
||||||
|
columns={3}
|
||||||
|
items={[
|
||||||
|
{
|
||||||
|
icon: 'tabler:check',
|
||||||
|
description: 'Accessible',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: 'tabler:check',
|
||||||
|
description: 'Production-Ready',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon: 'tabler:check',
|
||||||
|
description: 'Future-Proof',
|
||||||
|
},
|
||||||
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/hardware_computer.jpg',
|
src: '~/assets/images/hardware_computer.jpg',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Autonomous Cloud Engine</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Autonomous Cloud Engine</h2>
|
||||||
<p>
|
<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.
|
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.
|
||||||
|
|
||||||
@ -25,7 +39,6 @@ import Content from '~/components/widgets/Content.astro';
|
|||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
<Fragment slot="bg">
|
<Fragment slot="bg">
|
||||||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
</Content>
|
||||||
</Content>
|
|
@ -12,37 +12,37 @@ items={[
|
|||||||
title: 'Zero-OS',
|
title: 'Zero-OS',
|
||||||
description:
|
description:
|
||||||
'Bare Metal Stateless Operating System: Lightweight, self-healing, adaptable, efficient, and compatible with almost all hardware.',
|
'Bare Metal Stateless Operating System: Lightweight, self-healing, adaptable, efficient, and compatible with almost all hardware.',
|
||||||
icon: 'tabler:brand-tailwind',
|
icon: 'tabler:circle',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Web2/Web3 + AI Compatible',
|
title: 'Web2/Web3 + AI Compatible',
|
||||||
description:
|
description:
|
||||||
'Compatible with Web2, Web3 and AI: everything can run on our layer 0 infrastructure cloud.',
|
'Compatible with Web2, Web3 and AI: everything can run on our layer 0 infrastructure cloud.',
|
||||||
icon: 'tabler:components',
|
icon: 'tabler:world-www',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Mycelium Network',
|
title: 'Mycelium Network',
|
||||||
description:
|
description:
|
||||||
'End-to-end encrypted shortest path overlay network system, capable of connecting billions of nodes and compatible with the existing Internet. Routing decisions are based on proximity between peers.',
|
'End-to-end encrypted shortest path overlay network system, capable of connecting billions of nodes and compatible with the existing Internet. Routing decisions are based on proximity between peers.',
|
||||||
icon: 'tabler:bulb',
|
icon: 'tabler:mushroom',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Quantum Safe Storage',
|
title: 'Quantum Safe Storage',
|
||||||
description:
|
description:
|
||||||
'Quantum Safe Storage can store data with up to 10x less overhead, data can never be lost or corrupted.',
|
'Quantum Safe Storage can store data with up to 10x less overhead, data can never be lost or corrupted.',
|
||||||
icon: 'tabler:rocket',
|
icon: 'tabler:lock-square-rounded',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Open-Source and Community-Driven',
|
title: 'Open-Source and Community-Driven',
|
||||||
description:
|
description:
|
||||||
"The grid is open-source and community-driven, with the community being an integral part of the ecosystem.",
|
"The grid is open-source and community-driven, with the community being an integral part of the ecosystem.",
|
||||||
icon: 'tabler:arrows-right-left',
|
icon: 'tabler:source-code',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Scalable Without limit',
|
title: 'Scalable Without limit',
|
||||||
description:
|
description:
|
||||||
'The grid is scalable to the planetary level: from the edge to massive datacenter scale.',
|
'The grid is scalable to the planetary level: from the edge to massive datacenter scale.',
|
||||||
icon: 'tabler:list-check',
|
icon: 'tabler:infinity',
|
||||||
},
|
},
|
||||||
|
|
||||||
]}
|
]}
|
||||||
|
@ -21,7 +21,7 @@ const metadata = {
|
|||||||
tagline="Technology"
|
tagline="Technology"
|
||||||
>
|
>
|
||||||
<Fragment slot="title">
|
<Fragment slot="title">
|
||||||
our technology enables a<br>
|
Our technology enables<br>
|
||||||
a <span class="text-accent dark:text-white highlight"> planetary-scale </span> grid
|
a <span class="text-accent dark:text-white highlight"> planetary-scale </span> grid
|
||||||
<br> of interconnected nodes
|
<br> of interconnected nodes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user