From b8e4db678d3967e3d5820bf0a9fd2167d0d000bc Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Thu, 6 Jun 2024 13:27:53 +0300 Subject: [PATCH] udpates --- src/navigation.js | 8 +- src/pages/autonomouscloud_engine.astro | 31 ++++ src/pages/ecosystem.astro | 50 ++++++ src/pages/incastats.astro | 14 ++ src/pages/index.astro | 218 ++++--------------------- src/pages/internetcapacity.astro | 4 + src/pages/nodes.astro | 66 ++++++-- src/pages/partners.astro | 71 ++++++++ src/pages/purpose.astro | 49 ++++++ src/pages/steps_node_buy.astro | 31 ++++ src/pages/technology.astro | 16 +- 11 files changed, 351 insertions(+), 207 deletions(-) create mode 100644 src/pages/autonomouscloud_engine.astro create mode 100644 src/pages/ecosystem.astro create mode 100644 src/pages/incastats.astro create mode 100644 src/pages/internetcapacity.astro create mode 100644 src/pages/partners.astro create mode 100644 src/pages/purpose.astro create mode 100644 src/pages/steps_node_buy.astro diff --git a/src/navigation.js b/src/navigation.js index 153437d..b2dc603 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -6,10 +6,14 @@ export const headerData = { text: 'Technology', href: getPermalink('/technology'), }, - { - text: 'Nodes', + { + text: 'Farming', href: getPermalink('/nodes'), }, + { + text: 'Ecosystem', + href: getPermalink('/ecosystem'), + }, { text: 'About', href: getPermalink('/about'), diff --git a/src/pages/autonomouscloud_engine.astro b/src/pages/autonomouscloud_engine.astro new file mode 100644 index 0000000..5872950 --- /dev/null +++ b/src/pages/autonomouscloud_engine.astro @@ -0,0 +1,31 @@ +--- +import Content from '~/components/widgets/Content.astro'; + +--- + + + + +

Autonomous Cloud Engine

+

+ 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. + +

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. + +

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...
one node at a time! + +

+
+ + +
+
+ +
\ No newline at end of file diff --git a/src/pages/ecosystem.astro b/src/pages/ecosystem.astro new file mode 100644 index 0000000..69fc8b2 --- /dev/null +++ b/src/pages/ecosystem.astro @@ -0,0 +1,50 @@ +--- +import Layout from '~/layouts/PageLayout.astro'; + +import Hero from '~/components/widgets/Hero.astro'; + +import INCAStats from './incastats.astro' +import Partners from './partners.astro' +import Purpose from './purpose.astro' + +const metadata = { + title: 'INCA — Decentralized Autonomous Cloud', + ignoreTitleTemplate: true, +}; +--- + + + + + + + Project INCA
ecosystem

+
+ + + + INCA, DePIN Cloud + Earn INCA rewards by providing INternet CApacity to the world! + +
+ + + + + + + + diff --git a/src/pages/incastats.astro b/src/pages/incastats.astro new file mode 100644 index 0000000..05821ad --- /dev/null +++ b/src/pages/incastats.astro @@ -0,0 +1,14 @@ +--- + +import Stats from '~/components/widgets/Stats.astro'; +--- + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index ab0d0fd..541d2e1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,17 +3,19 @@ import Layout from '~/layouts/PageLayout.astro'; import { getPermalink } from '~/utils/permalinks'; import Hero from '~/components/widgets/Hero.astro'; -import Hero2 from '~/components/widgets/Hero2.astro'; import Note from '~/components/widgets/Note.astro'; -import Features from '~/components/widgets/Features.astro'; -import Features2 from '~/components/widgets/Features2.astro'; -import Features3 from '~/components/widgets/Features3.astro'; -import Steps from '~/components/widgets/Steps.astro'; +//import Features from '~/components/widgets/Features.astro'; + import Content from '~/components/widgets/Content.astro'; -import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; +//import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; import FAQs from '~/components/widgets/FAQs.astro'; -import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +//import Partners from './partners.astro' +import Purpose from './purpose.astro' +import Inca from './internetcapacity.astro' +import INCAStats from './incastats.astro' + + const metadata = { title: 'Project Internet Capacity — Decentralized Autonomous Cloud', @@ -22,6 +24,7 @@ const metadata = { --- + - - Project Internet Capacity
The Decentralized Autonomous Cloud + + + Welcome To + Project
+

+ + Compute
+ is the currency
+ of the future...

+ + Internet Capacity, DePIN Cloud @@ -53,12 +64,15 @@ const metadata = { Earn rewards by providing Internet Capacity to the world! + +
+ - - -

Autonomous Cloud Engine

-

- 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. - -

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. - -

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...
one node at a time! - -

-
- - -
-
-
- - - - - @@ -192,105 +133,10 @@ const metadata = { + + - Order a node', - 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: Connect the node', - 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: Earn rewards', - 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: '' }}, - /> - - - - - -
-
-
- - - - - + + diff --git a/src/pages/internetcapacity.astro b/src/pages/internetcapacity.astro new file mode 100644 index 0000000..e415f88 --- /dev/null +++ b/src/pages/internetcapacity.astro @@ -0,0 +1,4 @@ + + +INternet +CApacity diff --git a/src/pages/nodes.astro b/src/pages/nodes.astro index e94d0ad..c795e18 100644 --- a/src/pages/nodes.astro +++ b/src/pages/nodes.astro @@ -6,6 +6,9 @@ import FAQs from '~/components/widgets/FAQs.astro'; import Steps from '~/components/widgets/Steps.astro'; import Features3 from '~/components/widgets/Features3.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import Hero from '~/components/widgets/Hero.astro'; +import InternetCapacity from './internetcapacity.astro'; +import NodeSteps from './steps_node_buy.astro' const metadata = { title: 'Nodes', @@ -15,16 +18,41 @@ const metadata = { - + + + + become an
+ +
Provider
+
+ + + + INCA, DePIN Cloud + Earn INCA rewards by providing IN + ternet CApacity to the world! + +
+ + + + - + @@ -228,13 +270,13 @@ const metadata = { diff --git a/src/pages/partners.astro b/src/pages/partners.astro new file mode 100644 index 0000000..f5dd9ac --- /dev/null +++ b/src/pages/partners.astro @@ -0,0 +1,71 @@ +--- +import Features2 from '~/components/widgets/Features2.astro'; + + +--- + + + + + + + +
+
+
diff --git a/src/pages/purpose.astro b/src/pages/purpose.astro new file mode 100644 index 0000000..9312470 --- /dev/null +++ b/src/pages/purpose.astro @@ -0,0 +1,49 @@ +--- +import Features from '~/components/widgets/Features.astro'; +--- + + diff --git a/src/pages/steps_node_buy.astro b/src/pages/steps_node_buy.astro new file mode 100644 index 0000000..db864f8 --- /dev/null +++ b/src/pages/steps_node_buy.astro @@ -0,0 +1,31 @@ +--- +import Steps from '~/components/widgets/Steps.astro'; +--- +Order a node
', + 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: Connect the node', + 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: Earn rewards', + 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: '' }}, +/> diff --git a/src/pages/technology.astro b/src/pages/technology.astro index b72ca87..53c3ace 100644 --- a/src/pages/technology.astro +++ b/src/pages/technology.astro @@ -8,7 +8,7 @@ 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'; - +import AutonomousCloud from './autonomouscloud_engine.astro' const metadata = { title: 'Technology', }; @@ -17,12 +17,14 @@ const metadata = { - - Our technology enables
a planetary-scale grid of interconnected nodes - + our technology enables a
+ a planetary-scale grid +
of interconnected nodes +
@@ -32,6 +34,8 @@ const metadata = { + + + + + +

Quantum-Safe File System