This commit is contained in:
kristof de spiegeleer 2024-06-09 12:41:24 +03:00
parent ec0aeec4c3
commit 37e7c68cf9
3 changed files with 67 additions and 23 deletions

View File

@ -4,6 +4,8 @@ import { Icon } from 'astro-icon/components';
export interface Props { export interface Props {
title?: string; title?: string;
content?: string; content?: string;
link?: string;
linktitle?: string;
} }
const { const {
@ -19,4 +21,11 @@ const {
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> {title}</span <Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> {title}</span
> {content} > {content}
</div> </div>
<a
target="_blank"
class="ltr:ml-auto rtl:mr-auto ml-auto bg-contain inline-block"
title="{linktitle}."
href="{link}"
>
</a>
</section> </section>

View File

@ -1,13 +1,15 @@
--- ---
import Features2 from '~/components/widgets/Features2.astro';
import Features3 from '~/components/widgets/Features3.astro';
import Hero from '~/components/widgets/Hero.astro'; 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 Layout from '~/layouts/PageLayout.astro';
import Steps from '~/components/widgets/Steps.astro'; import Steps from '~/components/widgets/Steps.astro';
import Content from '~/components/widgets/Content.astro'; import Content from '~/components/widgets/Content.astro';
// import Features2 from '~/components/widgets/Features2.astro';
// import Features3 from '~/components/widgets/Features3.astro';
// import Stats from '~/components/widgets/Stats.astro';
// import Steps2 from '~/components/widgets/Steps2.astro';
const metadata = { const metadata = {
title: 'About', title: 'About',
}; };
@ -185,7 +187,7 @@ const metadata = {
<!-- Steps2 Widget ****************** --> <!-- Steps2 Widget ****************** -->
<!--
<Steps2 <Steps2
id="achievements" id="achievements"
title="Achievements" title="Achievements"
@ -197,12 +199,12 @@ const metadata = {
}} }}
items={[ items={[
{ {
title: 'Enterprise-Grade Cloud', title: 'Self Healing Potential',
description: 'We\'ve been offering enterprise-grade cloud solutions for years now.', description: 'Our technology allows you to deploy workloads in a self healing manner, contact us for help.',
icon: 'tabler:cloud-bolt', icon: 'tabler:cloud-bolt',
}, },
{ {
title: 'Stellar Support Team', title: '',
description: description:
'Our support team core goal is to be effective at solving your issues as reliably as possible.', 'Our support team core goal is to be effective at solving your issues as reliably as possible.',
icon: 'tabler:message-star', icon: 'tabler:message-star',
@ -214,6 +216,6 @@ const metadata = {
icon: 'tabler:heart-handshake', icon: 'tabler:heart-handshake',
}, },
]} ]}
/> /> -->
</Layout> </Layout>

View File

@ -1,14 +1,18 @@
--- ---
import Features2 from '~/components/widgets/Features2.astro'; import Features2 from '~/components/widgets/Features2.astro';
import Features3 from '~/components/widgets/Features3.astro';
import Hero from '~/components/widgets/Hero.astro'; 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 Layout from '~/layouts/PageLayout.astro';
import Steps from '~/components/widgets/Steps.astro';
import Content from '~/components/widgets/Content.astro'; import Content from '~/components/widgets/Content.astro';
import CallToAction from '~/components/widgets/CallToAction.astro'; import CallToAction from '~/components/widgets/CallToAction.astro';
import AutonomousCloud from './autonomouscloud_engine.astro' import AutonomousCloud from './autonomouscloud_engine.astro'
import Note from '~/components/widgets/Note.astro';
// import Features3 from '~/components/widgets/Features3.astro';
// import Stats from '~/components/widgets/Stats.astro';
// import Steps2 from '~/components/widgets/Steps2.astro';
// import Steps from '~/components/widgets/Steps.astro';
const metadata = { const metadata = {
title: 'Technology', title: 'Technology',
}; };
@ -28,7 +32,14 @@ const metadata = {
</Fragment> </Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
<br><br>Over years of research and development, we've built a worldwide peer-to-peer and energy-efficient network of interconnected nodes with endless possibilities. <br><br>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.<br> <br>Our stack is complete and we can be the foundational layer for most projects out there. <br><br> Let's together create the <i>Unbreakable Internet</i>. <br><br>Over years of research and development, we've built a worldwide peer-to-peer
and energy-efficient network of interconnected nodes with endless possibilities.
<br><br>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.
<br> <br>Our stack can be the foundational layer for most web2 and web3 projects out there.
<br><br> Let's together create the <i>Unbreakable Internet</i>.
</Fragment> </Fragment>
</Hero> </Hero>
@ -60,7 +71,14 @@ const metadata = {
<Fragment slot="content"> <Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Zero-OS</h2> <h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Zero-OS</h2>
<p> <p>
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. Zero-OS is a custom made stateless and lightweight operating system designed to host anything that runs on Linux,
in a more decentralized way without giving up all required control and visbility.
<br><br>
Zero-OS is the engine of the ThreeFold Grid.
<br>Zero-OS is compatible with almost all computer hardware.
<br><br>
Zero-OS allows anyone to become a hosting service provider without being a cloud expert.
The operating system works fully autonomous and does not require interventions.
</p> </p>
</Fragment> </Fragment>
@ -96,10 +114,12 @@ const metadata = {
<Fragment slot="content"> <Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Mycelium</h2> <h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Mycelium</h2>
<p> <p>
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. Mycelium is the result of 10 years of trial and error on our search for a more efficient network system for facilitating faster more reliable communication between machines and people.
</p> <br><br>Our goal was to create a network system capable of identifying and following
<p> the fastest path, stay up and running even in challenging conditions (e.g. fiber cuts), and secure all traffic.
With Mycelium, data travels along the most efficient paths, reducing latency and optimizing resource utilization. <br><br>With Mycelium, data traverses the most efficient routes, utilizing any available internet connection,
including peer-to-peer network systems like mesh wireless.
All traffic is end-to-end encrypted, effectively preventing man-in-the-middle attacks.
</p> </p>
</Fragment> </Fragment>
@ -139,7 +159,11 @@ const metadata = {
<Fragment slot="content"> <Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Quantum-Safe Storage</h2> <h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Quantum-Safe Storage</h2>
<p> <p>
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. The Quantum-Safe Storage System is a decentralized, globally distributed data storage system.
<br><br>The benefits are incredible: Up to 10x more efficient (power and usage of hardware).
Super reliable, data can not be lost or corrupted. Safe, private and scalable.
<br><br>Sovereign, data is close to you in the country of your choice.
Truly peer-to-peer, by everyone for everyone
</p> </p>
</Fragment> </Fragment>
@ -174,9 +198,12 @@ const metadata = {
}} }}
> >
<Fragment slot="content"> <Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">TFChain</h2> <h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Smart Contract for IT</h2>
<p> <p>
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. The ThreeFold Grid allows for the deterministic deployment of IT workloads involving multiple parties,
ensuring that your intended workload becomes operational without the possibility of alteration during the process.
<br><br>
It's possible to achieve full transparency and reproducibility for any required deployment in relation to AI, Edge Cloud, Web2 and Web3.
</p> </p>
</Fragment> </Fragment>
@ -268,6 +295,12 @@ const metadata = {
</Features2> </Features2>
<Note content="Start building today see our manual"
title="MANUAL "
linktitle="https://manual.grid.tf"
link="https://manual.grid.tf"
/>
<!-- CallToAction Widget *********** --> <!-- CallToAction Widget *********** -->
<CallToAction <CallToAction