development to main #33

Merged
mik-tf merged 27 commits from development into main 2024-06-06 20:21:32 +00:00
11 changed files with 123 additions and 147 deletions
Showing only changes of commit 5c77ba0a47 - Show all commits

View File

@ -1,4 +1,4 @@
<h1> INCA Docs </h1>
<h1> PINCA Docs </h1>
<h2>Table of Contents</h2>
@ -14,7 +14,7 @@
## Introduction
This repository contains the code to deploy the INCA Docs website, a project by [ThreeFold](https://threefold.io).
This repository contains the code to deploy the PINCA Docs website, a project by [ThreeFold](https://threefold.io).
## Prerequisites
@ -50,11 +50,11 @@ make run
## License
**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
**PINCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
## References
This INCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
This PINCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
We changed the license from MIT to Apache 2.0 to suit this specific project.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

View File

@ -5,5 +5,5 @@ import { SITE } from 'astrowind:config';
<span
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
>
🌎 {SITE?.name}
{SITE?.name}
</span>

View File

@ -16,7 +16,7 @@ metadata:
index: true
follow: true
openGraph:
site_name: Project INCA
site_name: Project PINCA
images:
- url: '~/assets/images/inca_background.png'
width: 1200

View File

@ -19,7 +19,7 @@ export const headerData = {
href: getPermalink('/contact'),
},
],
actions: [{ text: 'Get INCA Nodes', href: 'https://threefold.io', target: '_blank' }],
actions: [{ text: 'Get PINCA Nodes', href: 'https://threefold.io', target: '_blank' }],
};
export const footerData = {
@ -36,9 +36,9 @@ export const footerData = {
{
title: 'Nodes',
links: [
{ text: 'Silver', href: '/nodes' },
{ text: 'Platinum', href: '/nodes' },
{ text: 'AI', href: '/nodes' },
{ text: 'Silver', href: '/nodes#pincanodes' },
{ text: 'Platinum', href: '/nodes#pincanodes' },
{ text: 'AI', href: '/nodes#pincanodes' },
],
},
{

View File

@ -28,7 +28,7 @@ const metadata = {
actions={[
{
variant: 'primary',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
target: '_blank',
icon: 'tabler:brand-minecraft',
@ -39,7 +39,7 @@ const metadata = {
image={{ src: '~/assets/images/background.png', alt: '' }}
>
<Fragment slot="title">
Project <span class="text-accent dark:text-white highlight"> Internet</span> Capacity<br> The Decentralized Autonomous Cloud
Project Internet Capacity<br> The Decentralized Autonomous Cloud
</Fragment>
<Fragment slot="subtitle">
@ -92,7 +92,7 @@ const metadata = {
}}
>
<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">Cloud Engine for a New Internet</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.
@ -109,6 +109,53 @@ const metadata = {
</Content>
<!-- Stats Widget ****************** -->
<Stats
stats={[
{ title: 'Capacity', amount: '32.74 PB' },
{ title: 'Nodes', amount: '2569' },
{ title: 'Countries', amount: '61' },
{ title: 'Cores', amount: '63,968' },
]}
/>
<!-- Content Widget **************** -->
<Content
isReversed
tagline="In a nutsell"
title="What it means to be a truly <br>decentralized and autonomous <br>cloud for everyone"
items={[
{
title: 'Decentralized',
description:
'No matter who or where you are, you can participate in the ecosystem. Everyone can deliver and use cloud services. Everyone has 100% control over their data and online presence.',
},
{
title: 'Autonomous',
description:
'The software is capable to run 100% without human involvement or intervention; cloud service providers don\'t need to be experts. Owning the cloud has never been so accessible.',
},
{
title: 'Cloud',
description:
'Thanks to our innovative operating system built on the Linux kernel, Zero-OS, anything Linux can run on the grid. This means that any service or workload can run natively on the grid.',
},
]}
image={{ src: '~/assets/images/earth_tech.jpg', alt: '' }},
>
<Fragment slot="content">
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Building on a Proven Technology</h3>
The ThreeFold Grid is a robust and production-ready ecosystem. <br> Learn what makes this technology unique.
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content>
<!-- Features Widget *************** -->
<Features
@ -156,72 +203,6 @@ const metadata = {
]}
/>
<!-- Content Widget **************** -->
<Content
isReversed
tagline="In a nutsell"
title="What it means to be a truly <br>decentralized and autonomous <br>cloud for everyone"
items={[
{
title: 'Decentralized',
description:
'No matter who or where you are, you can participate in the ecosystem. Everyone can deliver and use cloud services. Everyone has 100% control over their data and online presence.',
},
{
title: 'Autonomous',
description:
'The software is capable to run 100% without human involvement or intervention; cloud service providers don\'t need to be experts. Owning the cloud has never been so accessible.',
},
{
title: 'Cloud',
description:
'Thanks to our innovative operating system built on the Linux kernel, Zero-OS, anything Linux can run on the grid. This means that any service or workload can run natively on the grid.',
},
]}
image={{ src: '~/assets/images/earth_tech.jpg', alt: '' }},
>
<Fragment slot="content">
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Building on a Proven Technology</h3>
The ThreeFold Grid is a robust and production-ready ecosystem. <br> Learn what makes this technology unique.
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content>
<!-- Steps Widget ****************** -->
<Steps
title="Get a node <br> up and running<br>in no time to earn rewards..."
items={[
{
title: 'Step 1: <span class="font-medium">Order a node</span>',
description:
"We propose different nodes to suit your specific situation. From basic generic cloud services to advanced AI workloads, it's all possible on the grid.",
icon: 'tabler:package',
},
{
title: 'Step 2: <span class="font-medium">Connect the node</em>',
description:
"Setting a node is a no brainer: plug the node to an eletric outlet and connect it to the Internet via a cable. That\'s it! You\'re hosting the grid!",
icon: 'tabler:plug-connected',
},
{
title: 'Step 3: <span class="font-medium">Earn rewards</span>',
description:
'The node is self-healing and autonomous. It\'s cruising speed from here on out: users can deploy on your node and you receive rewards.',
icon: 'tabler:award',
},
{
title: 'You\'re a cloud solution provider!',
icon: 'tabler:rosette-discount-check',
},
]}
image={{ src: '~/assets/images/currency_of_future.png', alt: '' }},
/>
<!-- Features3 Widget ************** -->
@ -230,11 +211,6 @@ const metadata = {
subtitle="We are proud of our partners stemming from all sectors of the industry.<br>Our ecosystem is always expanding and we're always ready for new collaborations!<br> We would like to present some of our amazing partners."
tagline="Partnerships weaving a complete ecosystem"
items={[
{
title: 'Holochain',
description: "Holochain is a more peer-to-peer alternative to the blockchain, giving developers a framework for creating decentralized applications (dApps). Holochains method avoids keeping a global consensus, using an agent system in which each agent keeps a private fork.",
icon: 'tabler:server',
},
{
title: 'Earth Wallet',
description:
@ -252,22 +228,12 @@ const metadata = {
description: 'Vverse is an innovative platform that aims to create a virtual universe where users can explore, interact, and create in immersive virtual environments. It leverages cutting-edge technologies such as virtual reality (VR), augmented reality (AR), and blockchain.',
icon: 'tabler:stack-backward',
},
{
title: 'ThreeFold',
description: "The backbone and first phases of the Project Internet Capacity, ThreeFolds self-healing autonomous system empowers anyone to become a cloud service provider allowing people and organizations to buy, sell and use cloud resources autonomously and securely.",
icon: 'tabler:cloud-computing',
},
{
title: 'Sikana',
description:
'Sikana, a platform dedicated to providing education for all, has delivered over 400 million lessons through free educational videos. This partnership will empower communities worldwide with knowledge and skills, irrespective of their financial or geographical limitations. ',
icon: 'tabler:chalkboard',
},
{
title: 'Helium',
description: 'Helium is a decentralized wireless network that enables low-power, long-range connectivity for Internet of Things (IoT) devices. By leveraging blockchain technology and a network of hotspots, Helium provides a cost-effective and scalable solution for IoT device connectivity.',
icon: 'tabler:wifi',
},
{
title: 'Tanzania Sovereign Internet',
description:
@ -288,6 +254,38 @@ const metadata = {
</Fragment>
</Features2>
<!-- Steps Widget ****************** -->
<Steps
title="Get a node <br> up and running<br>in no time to earn rewards..."
items={[
{
title: 'Step 1: <span class="font-medium">Order a node</span>',
description:
"We propose different nodes to suit your specific situation. From basic generic cloud services to advanced AI workloads, it's all possible on the grid.",
icon: 'tabler:package',
},
{
title: 'Step 2: <span class="font-medium">Connect the node</em>',
description:
"Setting a node is a no brainer: plug the node to an electric outlet and connect it to the Internet via a cable. That\'s it! You\'re hosting the grid!",
icon: 'tabler:plug-connected',
},
{
title: 'Step 3: <span class="font-medium">Earn rewards</span>',
description:
'The node is self-healing and autonomous. It\'s cruising speed from here on out: users can deploy on your node and you receive rewards.',
icon: 'tabler:award',
},
{
title: 'You\'re a cloud solution provider!',
icon: 'tabler:rosette-discount-check',
},
]}
image={{ src: '~/assets/images/currency_of_future.png', alt: '' }},
/>
<!-- HighlightedPosts Widget ******* -->
@ -295,7 +293,7 @@ const metadata = {
<FAQs
title="Frequently Asked Questions"
subtitle="This cloud is meant for everyone and you don't need to be tech-savvy to host INCA nodes. Let's go through some basic questions and answers to demystify it all."
subtitle="This cloud is meant for everyone and you don't need to be tech-savvy to host PINCA nodes. Let's go through some basic questions and answers to demystify it all."
tagline="FAQs"
classes={{ container: 'max-w-6xl' }}
items={[
@ -332,24 +330,13 @@ const metadata = {
]}
/>
<!-- Stats Widget ****************** -->
<Stats
stats={[
{ title: 'Capacity', amount: '32.74 PB' },
{ title: 'Nodes', amount: '2569' },
{ title: 'Countries', amount: '61' },
{ title: 'Cores', amount: '63,968' },
]}
/>
<!-- CallToAction Widget *********** -->
<CallToAction
actions={[
{
variant: 'primary',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
target: '_blank',
icon: 'tabler:brand-minecraft',

View File

@ -18,14 +18,15 @@ const metadata = {
<HeroText
tagline="Nodes"
title="Building the Unbreakable Internet<br> One Node at a Time"
subtitle="Choose the perfect node for your goals."
subtitle="Choose the perfect node for your goals"
/>
<!-- Pricing Widget ******************* -->
<Prices
title="Internet Capacity Nodes"
subtitle="The Unbreakable Internet"
id="pincanodes"
title="Project Internet Capacity Nodes"
subtitle="The New Cloud Engine"
prices={[
{
title: 'silver',
@ -48,7 +49,7 @@ const metadata = {
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
},
},
@ -73,7 +74,7 @@ const metadata = {
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
},
hasRibbon: true,
@ -100,7 +101,7 @@ const metadata = {
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
},
},
@ -151,45 +152,34 @@ const metadata = {
<!-- Steps Widget ****************** -->
<Steps
title="Your Cloud Adventure <br>Begins Now"
tagline="nothing beats simple"
isReversed={true}
title="Get a node <br> up and running<br>in no time to earn rewards..."
items={[
{
title: 'Explore nodes',
icon: 'tabler:number-1',
title: 'Step 1: <span class="font-medium">Order a node</span>',
description:
"We propose different nodes to suit your specific situation. From basic generic cloud services to advanced AI workloads, it's all possible on the grid.",
icon: 'tabler:package',
},
{
title: 'Select a node model',
icon: 'tabler:number-2',
title: 'Step 2: <span class="font-medium">Connect the node</em>',
description:
"Setting a node is a no brainer: plug the node to an electric outlet and connect it to the Internet via a cable. That\'s it! You\'re hosting the grid!",
icon: 'tabler:plug-connected',
},
{
title: 'Visit the store',
icon: 'tabler:number-3',
title: 'Step 3: <span class="font-medium">Earn rewards</span>',
description:
'The node is self-healing and autonomous. It\'s cruising speed from here on out: users can deploy on your node and you receive rewards.',
icon: 'tabler:award',
},
{
title: 'Confirm your order',
icon: 'tabler:number-4',
},
{
title: 'Receive the node',
icon: 'tabler:number-5',
},
{
title: 'Plug in electricity and Internet',
icon: 'tabler:number-6',
},
{
title: 'Earn rewards for hosting',
icon: 'tabler:number-7',
title: 'You\'re a cloud solution provider!',
icon: 'tabler:rosette-discount-check',
},
]}
image={{
src: '~/assets/images/trail.jpg',
alt: 'Steps image',
}}
image={{ src: '~/assets/images/currency_of_future.png', alt: '' }},
/>
<!-- FAQs Widget ******************* -->
<FAQs
@ -233,7 +223,7 @@ const metadata = {
actions={[
{
variant: 'primary',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
},
]}

View File

@ -3,7 +3,7 @@ title: 'Privacy Policy'
layout: '~/layouts/MarkdownLayout.astro'
---
*This privacy policy will explain how ThreeFold Movement ("companies", "we", or "us") uses the personal data we collect from you when you use our websites, including the Project INCA website.*
*This privacy policy will explain how ThreeFold Movement ("companies", "we", or "us") uses the personal data we collect from you when you use our websites, including the Project PINCA website.*
### What data do we collect?

View File

@ -52,8 +52,7 @@ const metadata = {
]}
image={{
src: '~/assets/images/zeroos.jpg',
alt: 'Colorful Image',
loading: 'eager',
alt: '',
}}
>
<Fragment slot="content">
@ -270,7 +269,7 @@ const metadata = {
{
variant: 'primary',
target: '_blank',
text: 'Get INCA Nodes',
text: 'Get PINCA Nodes',
href: 'https://threefold.io',
icon: 'tabler:brand-minecraft',
},

View File

@ -5,7 +5,7 @@ layout: '~/layouts/MarkdownLayout.astro'
These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and ThreeFold, doing business as ThreeFold (“ThreeFold“, “we”, “us”, or “our”), concerning your access to and use of the threefold related websites:
The project INCA website, websites/wikis/forums ending with threefold.io, threefold.me, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
The project PINCA website, websites/wikis/forums ending with threefold.io, threefold.me, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use.