From 498d7449863b32c1158bd5451f98fa6fd495f328 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 4 Jun 2024 20:19:55 -0400 Subject: [PATCH] updated features --- src/navigation.js | 5 +- src/pages/features.astro | 289 ++++++++++++++++++--------------------- src/pages/index.astro | 4 +- 3 files changed, 136 insertions(+), 162 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 76033dc..0866ade 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -27,11 +27,10 @@ export const footerData = { { title: 'Features', links: [ - { text: 'Hero AI Assistant', href: '/features' }, + { text: 'Zero-OS', href: '/features' }, { text: 'Mycelium Network', href: '/features' }, { text: 'Quantum Safe Filesystem', href: '/features' }, - { text: 'Self-Healing Zero-OS', href: '/features' }, - + { text: 'TFChain', href: '/features' }, ], }, { diff --git a/src/pages/features.astro b/src/pages/features.astro index 648e158..4355383 100644 --- a/src/pages/features.astro +++ b/src/pages/features.astro @@ -5,9 +5,12 @@ import Hero from '~/components/widgets/Hero.astro'; import Stats from '~/components/widgets/Stats.astro'; import Steps2 from '~/components/widgets/Steps2.astro'; import Layout from '~/layouts/PageLayout.astro'; +import Steps from '~/components/widgets/Steps.astro'; +import Content from '~/components/widgets/Content.astro'; +import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { - title: 'About us', + title: 'Features', }; --- @@ -15,214 +18,186 @@ const metadata = { - Elevate your online presence with our
- Beautiful Website Templates + Our technology enables
a planetary-scale grid of interconnected nodes +
- Donec efficitur, ipsum quis congue luctus, mauris magna convallis mauris, eu auctor nisi lectus non augue. Donec - quis lorem non massa vulputate efficitur ac at turpis. Sed tincidunt ex a nunc convallis, et lobortis nisi tempus. - Suspendisse vitae nisi eget tortor luctus maximus sed non lectus. +

Over years of research and development, we've built a worldwide peer-to-peer and energy-efficient network of interconnected nodes with endless possibilities.

Mycelium Network allows for the shorter distance to be made at all time, Zero-OS allows for self-healing and autonomous cloud services, Quantum Safe File System ensures data is never lost and our blockchain TFChain makes sure transactions are fair and objective.

Our stack is complete and we can be the foundational layer for most projects out there.

Let's build altogether. Let's together create the Unbreakable Internet.
+ - - - - - - - - - - - + > + +

Zero-OS

+

+ Zero-OS is a stateless and lightweight operating system designed to host anything that runs on Linux, in a decentralized way. Once installed, Zero-OS locks the hardware and dedicates its capacity to the grid via the ThreeFold blockchain, TFChain. Zero-OS requires no maintenant or administration and is thus accessible to all. +

+
- + +
+
+ - + + - - - - + +

Mycelium

+

+ Mycelium is the future of secure, efficient, and scalable networking. Mycelium connects nodes and enables efficient data transfer and communication without relying on a single central authority. +

+

+ With Mycelium, data travels along the most efficient paths, reducing latency and optimizing resource utilization. + + + +

+
+
+ + + image={{ + src: '~/assets/images/partners.png', + alt: 'Colorful Image', + loading: 'eager', + }} + > + +

Quantum-Safe File System

+

+ Quantum computers are theoretically capable of doing huge calculations in a short period of time and represent a great potential threat to future online safety. ThreeFold solves this future problem before it even becomes a reality. Our operating system can compress, encrypt, and disperse data across the grid ensuring redundancy. +

+
- + +
+
+
- + + + image={{ + src: '~/assets/images/p2ppromotion.png', + alt: 'Colorful Image', + loading: 'eager', + }} + > + +

TFChain

+

+ TFChain is a blockchain developed by the ThreeFold Foundation that supports smart contracts and serves as the underlying technology and database for managing the grid. Built on Parity Substrate, it is responsible for storing information related to the grid, including nodes and cloud service provider details, digital twin registry, and more. +

+
- + +
+
+
- + + + > + Expand the Grid with Us + + + We have the technology for a planetary-scale alternative
to mainstream cloud and current monopolistic markets.

The Project INCA is the Unbreakable Internet. +
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 5012992..71555a7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -57,8 +57,8 @@ const metadata = {