updated landing page, contact, features to tech

This commit is contained in:
Mik-TF 2024-06-05 16:18:51 -04:00
parent d308bc4737
commit dcaa5492a3
8 changed files with 95 additions and 86 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -5,7 +5,7 @@ import { Icon } from 'astro-icon/components';
<section class="bg-blue-50 dark:bg-slate-800 not-prose"> <section class="bg-blue-50 dark:bg-slate-800 not-prose">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium"> <div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
<span class="font-bold"> <span class="font-bold">
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> INCA:</span <Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> Project Internet Capacity:</span
> The Internet as intended. > The Internet as intended.
</div> </div>
</section> </section>

View File

@ -1,5 +1,5 @@
site: site:
name: Project INCA name: Project Internet Capacity
site: 'https://threefold.io' site: 'https://threefold.io'
base: '/' base: '/'
trailingSlash: false trailingSlash: false
@ -9,7 +9,7 @@ site:
# Default SEO metadata # Default SEO metadata
metadata: metadata:
title: title:
default: Project INCA default: Project Internet Capacity
template: '%s — Project INCA' template: '%s — Project INCA'
description: "\U0001F680 The INCA Project is the decentralized autonomous cloud for everyone." description: "\U0001F680 The INCA Project is the decentralized autonomous cloud for everyone."
robots: robots:

View File

@ -3,8 +3,8 @@ import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks';
export const headerData = { export const headerData = {
links: [ links: [
{ {
text: 'Features', text: 'Technology',
href: getPermalink('/features'), href: getPermalink('/technology'),
}, },
{ {
text: 'Nodes', text: 'Nodes',
@ -25,12 +25,12 @@ export const headerData = {
export const footerData = { export const footerData = {
links: [ links: [
{ {
title: 'Features', title: 'Technology',
links: [ links: [
{ text: 'Zero-OS', href: '/features' }, { text: 'Zero-OS', href: 'technology#zeroos' },
{ text: 'Mycelium Network', href: '/features' }, { text: 'Mycelium Network', href: 'technology#mycelium' },
{ text: 'Quantum Safe Filesystem', href: '/features' }, { text: 'Quantum Safe File Storage', href: 'technology#qsfs' },
{ text: 'TFChain', href: '/features' }, { text: 'TFChain', href: 'technology#tfchain' },
], ],
}, },
{ {
@ -44,7 +44,7 @@ export const footerData = {
{ {
title: 'About', title: 'About',
links: [ links: [
{ text: 'Project INCA', href: '/about' }, { text: 'The Project', href: '/about' },
{ text: 'ThreeFold Grid', href: 'https://threefold.io' }, { text: 'ThreeFold Grid', href: 'https://threefold.io' },
], ],
}, },
@ -53,6 +53,7 @@ export const footerData = {
links: [ links: [
{ text: 'Let\'s Connect', href: '/contact' }, { text: 'Let\'s Connect', href: '/contact' },
{ text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' }, { text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' },
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
], ],
}, },
], ],

View File

@ -24,12 +24,12 @@ const metadata = {
}} }}
> >
<Fragment slot="title"> <Fragment slot="title">
Project INCA is the culmulation <br>of years of work by Project Internet Capacity <br>is the culmulation of years <br>of work by
<span class="text-accent dark:text-white highlight"> ThreeFold</span> <span class="text-accent dark:text-white highlight"> ThreeFold</span>
</Fragment> </Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
Project INCA is the fourth generation of the ThreeFold Grid. Our technology is rock solid and has been running in production mode for years now on the main network. The grid is composed of thousands of nodes distributed in more than 60 countries and we've been working with dozens of partners building a new peer-to-peer Internet for everyone. Project Internet Capacity is the fourth generation of the ThreeFold Grid. Our technology is rock solid and has been running in production mode for years now on the main network. The grid is composed of thousands of nodes distributed in more than 60 countries and we've been working with dozens of partners building a new peer-to-peer Internet for everyone.
</Fragment> </Fragment>
</Hero> </Hero>
@ -228,30 +228,4 @@ const metadata = {
]} ]}
/> />
<!-- Features2 Widget ************** -->
<Features2
title="Our Offices"
tagline="Worldwide"
columns={2}
items={[
{
title: 'Belgium',
description: 'Antwerpsesteenweg 19, 9080 Lochristi, België',
},
{
title: 'Egypt',
description: '9 Al Wardi street, Hegaz, Heliopolis, Cairo 11341',
},
{
title: 'United Arab Emirates',
description: 'Warehouse 88:89, Al Jadaf, P.O. Box 283182, Dubai',
},
{
title: 'India & Mauritius',
description: 'Remote Offices',
},
]}
/>
</Layout> </Layout>

View File

@ -30,12 +30,18 @@ const metadata = {
text: 'Reach Support', text: 'Reach Support',
href: 'https://threefoldfaq.crisp.help/en/', href: 'https://threefoldfaq.crisp.help/en/',
}, },
{
variant: 'primary',
target: '_blank',
text: 'ThreeFold Chat',
href: 'https://t.me/threefold',
},
]} ]}
> >
<Fragment slot="title">It's our pleasure to assist you.</Fragment> <Fragment slot="title">It's our pleasure to assist you.</Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
Write us an email or contact our support team for more information. <br> It's our pleasure to assist you! Write us an email or contact the support team for more information. <br>You can also join the ThreeFold chat to discuss with our amazing community! <br> It's our pleasure to assist you!
</Fragment> </Fragment>
</CallToAction> </CallToAction>

View File

@ -33,20 +33,25 @@ const metadata = {
target: '_blank', target: '_blank',
icon: 'tabler:brand-minecraft', icon: 'tabler:brand-minecraft',
}, },
{ text: 'Learn more', href: '#features' }, { text: 'Learn more', href: '#about' },
]} ]}
tagline="Welcome to"
image={{ src: '~/assets/images/inca_background.png', alt: 'INCA Image Here' }} image={{ src: '~/assets/images/inca_background.png', alt: 'INCA Image Here' }}
> >
<Fragment slot="title"> <Fragment slot="title">
The largest <span class="text-accent dark:text-white highlight"> DePIN</span> Cloud <br>is Coming to Solana Project <span class="text-accent dark:text-white highlight"> Internet</span> Capacity<br> The Decentralized Autonomous Cloud
</Fragment> </Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
<span class="hidden sm:inline"> <span class="hidden sm:inline">
ThreeFold's<span class="font-semibold"> Project INCA</span> is a Decentralized Autonomous Cloud<br> enabling a new era of the Internet for everyone.<br></span We are a community-driven and open-source project<br> that built a self-healing and autonomous cloud engine<br> allowing <span class="font-semibold">anyone</span> to become a <span class="font-semibold">cloud service provider</span>!<br>
> </span>
<span class="block mb-1 sm:hidden font-bold text-blue-600">INCA, DePIN Cloud</span> <span class="block mb-1 sm:hidden font-bold text-blue-600">
<i>Earn <span class="font-semibold">INCA</span> rewards by providing <span class="font-semibold">IN</span>ternet <span class="font-semibold">CA</span>pacity to the world!</i> INCA, DePIN Cloud
</span>
<i><br>Compute is the currency of the future...<br>
Earn rewards by providing <span class="font-semibold">Internet Capacity</span> to the world!</i>
</Fragment> </Fragment>
</Hero> </Hero>
@ -55,75 +60,98 @@ const metadata = {
<Note /> <Note />
<Content
<!-- Hero2 Widget ******************* --> id="about"
<Hero2
tagline="Built by Pioneers"
image={{ image={{
src: '~/assets/images/pioneers2.jpg', src: '~/assets/images/pioneers2.jpg',
alt: 'AstroWind Hero Image', alt: '',
loading: 'eager',
}} }}
> >
<Fragment slot="title"> <Fragment slot="content">
Founded by Internet 1.0<span class="text-accent dark:text-white highlight" <h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Founded by Internet 1.0 Pioneers</h2>
> pioneers </span Over the years, a handful of companies became major cloud providers and this led to a highly centralized playfield. Today, the cloud market is worth trillion of dollars and is very centralized.
> with $500M+ in cloud exits
<br><br>We are cloud experts, and we've worked with the cloud all our lives. We've been here since the start of the cloud industry and we are pioneers of the Internet 1.0.
<br><br>After years of hard work, fueled by desire to build an ecosystem in line with the peer-to-peer spirit of the early Internet days, we've built at ThreeFold a complete and production-ready cloud engine.
</Fragment> </Fragment>
<Fragment slot="subtitle"> <Fragment slot="bg">
<span class="hidden sm:inline"> <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
We skipped web 2.0 to build the <span class="font-semibold">largest 3.0 DePIN</span> AI, Compute and Storage network. <br><br> Our grid is truly decentralized, enabling a sovereign compute network and hyperscalability for your dApps.<br><br> Distributed in more than 60 countries, Project INCA is a planetary-scale cloud comprised of thousands of nodes. <br><br> We're now expanding the grid to millions of nodes. Join the cloud!
</span>
</Fragment> </Fragment>
</Hero2> </Content>
<Content
isReversed
id="about"
image={{
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>
<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.
<br><br>We are a community-driven project and we firmly believe that, together, we can create a new Internet where users are the sole owners of their data and where everyone can thrive on the cloud.
<br><br>Gone are the days where you needed to be a cloud expert with high capital to get into the cloud market. You can now become a cloud service provider and participate in the decentralization of the cloud...<br> one node at a time!
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content>
<!-- Features Widget *************** --> <!-- Features Widget *************** -->
<Features <Features
id="features" id="technology"
tagline="Features" tagline="Technology"
title="The Perfect Cloud Partner" title="The Perfect Cloud Partner"
subtitle="We believe that the project INCA is 100% compatible with the DePIN space: <br>we can work in parallel and under many if not all projects in the space!" subtitle="Our technology allows computer hardware to act <br>as the layer 0 to many, if not all, projects out there!"
items={[ items={[
{ {
title: 'Zero-OS', title: 'Zero-OS',
description: description:
'Our own innovative OS for decentralized efficiency and security. ZOS is Lightweight, self-healing, adaptable and built on the Linux kernel.', 'Our own innovative OS for decentralized efficiency and security. ZOS is lightweight, self-healing, adaptable and built on the Linux kernel.',
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 stack. If it runs on Linux, it runs on the grid! Full versatility to build modern projects with ease.', 'Compatible with Web2, Web3 and AI: everything can run on our stack. If it runs on Linux, it runs on the grid! Full versatility to build modern projects with ease.',
icon: 'tabler:components', icon: 'tabler:world-www',
}, },
{ {
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. Our technology is designed for home hosters to international enterprises.', 'The grid is scalable to the planetary level: from the edge to massive datacenter scale. Our technology is designed for home hosters to international enterprises.',
icon: 'tabler:list-check', icon: 'tabler:infinity',
}, },
{ {
title: 'Quantum Safe File Storage', title: 'Quantum Safe File Storage',
description: description:
'Quantum Safe File Storage revolutionizes data security. Data is stored with 10x less overhead and can never be lost. Be ready for the future with future-proof tech.', 'Quantum Safe File Storage revolutionizes data security. Data is stored with 10x less overhead and can never be lost. Be ready for the future with future-proof tech.',
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 100% open-source and community-driven. Our code is available publicly and the community is an integral part of the ecosystem.", "The grid is 100% open-source and community-driven. Our code is available publicly and the community is an integral part of the ecosystem.",
icon: 'tabler:arrows-right-left', icon: 'tabler:source-code',
}, },
{ {
title: 'Mycelium Network', title: 'Mycelium Network',
description: description:
'The only overlay network in the world which is capable of considering locality: routing decisions are based on proximity between peers. The new P2P standard.', 'The only overlay network in the world which is capable of considering locality: routing decisions are based on proximity between peers. The new P2P standard.',
icon: 'tabler:bulb', icon: 'tabler:mushroom',
}, },
]} ]}
/> />
@ -155,7 +183,7 @@ const metadata = {
> >
<Fragment slot="content"> <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> <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. The ThreeFold Grid is a robust and production-ready ecosystem. <br> Learn what makes this technology unique.
</Fragment> </Fragment>
<Fragment slot="bg"> <Fragment slot="bg">
@ -167,7 +195,7 @@ const metadata = {
<!-- Steps Widget ****************** --> <!-- Steps Widget ****************** -->
<Steps <Steps
title="Get an INCA <br>node up and running<br>in no time to earn rewards..." title="Get a node <br> up and running<br>in no time to earn rewards..."
items={[ items={[
{ {
title: 'Step 1: <span class="font-medium">Order a node</span>', title: 'Step 1: <span class="font-medium">Order a node</span>',
@ -199,7 +227,7 @@ const metadata = {
<Features2 <Features2
title="Our great partners make the grid what it is:<br>a community-driven, open-source and decentralized cloud for all." title="Our great partners make the grid what it is:<br>a community-driven, open-source and decentralized cloud for all."
subtitle="We have many partners in different sectors of the industry.<br>Our ecosystem is always expanding and we're always ready for new collaborations!" 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!"
tagline="Partnerships weaving a complete ecosystem" tagline="Partnerships weaving a complete ecosystem"
items={[ items={[
{ {
@ -329,7 +357,7 @@ const metadata = {
]} ]}
> >
<Fragment slot="title"> <Fragment slot="title">
Build and Grow the INCA DePIN Cloud Grow the Internet Capacity with Us!
</Fragment> </Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">

View File

@ -10,7 +10,7 @@ import Content from '~/components/widgets/Content.astro';
import CallToAction from '~/components/widgets/CallToAction.astro'; import CallToAction from '~/components/widgets/CallToAction.astro';
const metadata = { const metadata = {
title: 'Features', title: 'Technology',
}; };
--- ---
@ -18,7 +18,7 @@ const metadata = {
<!-- Hero Widget ******************* --> <!-- Hero Widget ******************* -->
<Hero <Hero
tagline="Features" tagline="Technology"
> >
<Fragment slot="title"> <Fragment slot="title">
Our technology enables <br>a planetary-scale grid of interconnected nodes Our technology enables <br>a planetary-scale grid of interconnected nodes
@ -26,7 +26,7 @@ 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 build altogether. Let's together create the Unbreakable Internet. <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>.
</Fragment> </Fragment>
</Hero> </Hero>
@ -34,7 +34,7 @@ const metadata = {
<Content <Content
isReversed isReversed
id="about" id="zeroos"
columns={3} columns={3}
items={[ items={[
{ {
@ -70,7 +70,7 @@ const metadata = {
<Content <Content
id="about" id="mycelium"
columns={3} columns={3}
items={[ items={[
{ {
@ -109,7 +109,7 @@ const metadata = {
<Content <Content
isReversed isReversed
id="about" id="qsfs"
columns={3} columns={3}
items={[ items={[
{ {
@ -146,7 +146,7 @@ const metadata = {
<!-- Content Widget **************** --> <!-- Content Widget **************** -->
<Content <Content
id="about" id="tfchain"
columns={3} columns={3}
items={[ items={[
{ {
@ -279,7 +279,7 @@ const metadata = {
<Fragment slot="title">Expand the Grid with Us</Fragment> <Fragment slot="title">Expand the Grid with Us</Fragment>
<Fragment slot="subtitle"> <Fragment slot="subtitle">
We have the technology for a planetary-scale alternative<br> to mainstream cloud and current monopolistic markets.<br><br>The Project INCA is the Unbreakable Internet. We have the technology for a planetary-scale alternative<br> to mainstream cloud and current monopolistic markets.<br><br>Project Internet Capacity is the Unbreakable Internet.
</Fragment> </Fragment>
</CallToAction> </CallToAction>
</Layout> </Layout>