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:
		| @@ -3,17 +3,31 @@ import Content from '~/components/widgets/Content.astro'; | ||||
|  | ||||
| --- | ||||
|  | ||||
| <Content | ||||
|     id="about" | ||||
|   <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', | ||||
|       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> | ||||
|       <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.  | ||||
|  | ||||
| @@ -25,7 +39,6 @@ import Content from '~/components/widgets/Content.astro'; | ||||
|     </Fragment> | ||||
|  | ||||
|     <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> | ||||
|  | ||||
| </Content> | ||||
|   </Content> | ||||
| @@ -12,37 +12,37 @@ items={[ | ||||
|     title: 'Zero-OS', | ||||
|     description: | ||||
|       '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', | ||||
|     description: | ||||
|       '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', | ||||
|     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.', | ||||
|     icon: 'tabler:bulb', | ||||
|     icon: 'tabler:mushroom', | ||||
|   },       | ||||
|   { | ||||
|     title: 'Quantum Safe Storage', | ||||
|     description: | ||||
|       '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', | ||||
|     description: | ||||
|       "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', | ||||
|     description: | ||||
|       '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" | ||||
|   > | ||||
|     <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 | ||||
|       <br> of interconnected nodes | ||||
|        | ||||
|   | ||||
		Reference in New Issue
	
	Block a user