From e8e828ce866b311324933356073e1c18103f5550 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 6 Jun 2024 09:01:15 -0400 Subject: [PATCH 1/4] updated landing page and overall site --- src/navigation.js | 37 +++++------------------- src/pages/about.astro | 8 +++-- src/pages/ecosystem.astro | 8 ++--- src/pages/{nodes.astro => farming.astro} | 26 +++++++---------- src/pages/index.astro | 8 ++--- src/pages/partners.astro | 19 ++++++------ src/pages/purpose.astro | 2 +- src/pages/steps_node_buy.astro | 1 + 8 files changed, 41 insertions(+), 68 deletions(-) rename src/pages/{nodes.astro => farming.astro} (93%) diff --git a/src/navigation.js b/src/navigation.js index b2dc603..7d55817 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -8,7 +8,7 @@ export const headerData = { }, { text: 'Farming', - href: getPermalink('/nodes'), + href: getPermalink('/farming'), }, { text: 'Ecosystem', @@ -29,35 +29,14 @@ export const headerData = { export const footerData = { links: [ { - title: 'Technology', + title: 'Menu', links: [ - { text: 'Zero-OS', href: 'technology#zeroos' }, - { text: 'Mycelium Network', href: 'technology#mycelium' }, - { text: 'Quantum Safe File Storage', href: 'technology#qsfs' }, - { text: 'TFChain', href: 'technology#tfchain' }, - ], - }, - { - title: 'Nodes', - links: [ - { text: 'Silver', href: '/nodes' }, - { text: 'Platinum', href: '/nodes' }, - { text: 'AI', href: '/nodes' }, - ], - }, - { - title: 'About', - links: [ - { text: 'The Project', href: '/about' }, - { text: 'ThreeFold', href: 'https://threefold.io' }, - ], - }, - { - title: 'Contact', - links: [ - { text: 'Let\'s Connect', href: '/contact' }, - { text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' }, - { text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, + { text: 'Home', href: '/' }, + { text: 'Technology', href: 'technology' }, + { text: 'Farming', href: 'farming' }, + { text: 'Ecosystem', href: 'ecosystem' }, + { text: 'About', href: 'about' }, + { text: 'Contact', href: 'contact' }, ], }, ], diff --git a/src/pages/about.astro b/src/pages/about.astro index 2e312ab..d68ab13 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -17,6 +17,7 @@ const metadata = { - Project INCA
ecosystem

+ Project INCA
Ecosystem

Project INCA is proud of its many partnerships
providing a thriving ecosystem of like-minded individuals
and innovative products and services
- INCA, DePIN Cloud - Earn INCA rewards by providing INternet CApacity to the world!
diff --git a/src/pages/nodes.astro b/src/pages/farming.astro similarity index 93% rename from src/pages/nodes.astro rename to src/pages/farming.astro index c795e18..83287b7 100644 --- a/src/pages/nodes.astro +++ b/src/pages/farming.astro @@ -11,7 +11,7 @@ import InternetCapacity from './internetcapacity.astro'; import NodeSteps from './steps_node_buy.astro' const metadata = { - title: 'Nodes', + title: 'Farming', }; --- @@ -28,11 +28,11 @@ const metadata = { target: '_blank', icon: 'tabler:brand-minecraft', }, - { text: 'Learn more', href: '#features' }, + { text: 'Learn more', href: '#nodesspecs' }, ]} > - become an
+ Become an

Provider
@@ -52,6 +52,7 @@ const metadata = { Welcome To Project


- - Compute
- is the currency
- of the future...

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

Internet Capacity, DePIN Cloud -
Compute is the currency of the future...
Earn rewards by providing Internet Capacity to the world!
diff --git a/src/pages/partners.astro b/src/pages/partners.astro index f5dd9ac..4ddedf1 100644 --- a/src/pages/partners.astro +++ b/src/pages/partners.astro @@ -9,6 +9,7 @@ import Features2 from '~/components/widgets/Features2.astro'; diff --git a/src/pages/purpose.astro b/src/pages/purpose.astro index d89d831..51294e4 100644 --- a/src/pages/purpose.astro +++ b/src/pages/purpose.astro @@ -3,7 +3,7 @@ import Features from '~/components/widgets/Features.astro'; --- Date: Thu, 6 Jun 2024 09:50:23 -0400 Subject: [PATCH 2/4] updated footer --- src/navigation.js | 20 +++++++++++++++++--- src/pages/index.astro | 8 ++++---- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 7d55817..354c779 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -29,14 +29,28 @@ export const headerData = { export const footerData = { links: [ { - title: 'Menu', + title: 'Project Overview', links: [ { text: 'Home', href: '/' }, { text: 'Technology', href: 'technology' }, + { text: 'About', href: 'about' }, + ], + }, + { + title: 'Join the Cloud', + links: [ { text: 'Farming', href: 'farming' }, { text: 'Ecosystem', href: 'ecosystem' }, - { text: 'About', href: 'about' }, - { text: 'Contact', href: 'contact' }, + { text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, + + ], + }, + { + title: 'Communication', + links: [ + { text: 'Contact Us', href: 'mailto:info@threefold.io' }, + { text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, + { text: 'ThreeFold Support', href: 'https://threefoldfaq.crisp.help/en/' }, ], }, ], diff --git a/src/pages/index.astro b/src/pages/index.astro index 2e0d85d..04cde1f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -36,7 +36,7 @@ const metadata = { target: '_blank', icon: 'tabler:brand-minecraft', }, - { text: 'Learn more', href: '#about' }, + { text: 'Learn more', href: '#purpose' }, ]} image={{ src: '~/assets/images/background.png', alt: '' }} > @@ -54,12 +54,12 @@ const metadata = { is the currency
of the future...

Internet Capacity, DePIN Cloud - Earn rewards by providing Internet Capacity to the world! + Earn rewards by providing Internet Capacity to the world!


@@ -73,7 +73,7 @@ const metadata = { Date: Thu, 6 Jun 2024 09:53:55 -0400 Subject: [PATCH 3/4] updated title --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 04cde1f..deb13ad 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -42,7 +42,7 @@ const metadata = { > - Welcome To + Welcome to Project


From 92ee1486beaf4f17373c5f11ce9df3f5c994c802 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 6 Jun 2024 10:23:15 -0400 Subject: [PATCH 4/4] updated smaller compute currency title --- src/components/widgets/Hero.astro | 10 ++++++++++ src/pages/index.astro | 10 +++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro index e8ce3ee..15f3708 100644 --- a/src/components/widgets/Hero.astro +++ b/src/components/widgets/Hero.astro @@ -6,6 +6,7 @@ import type { CallToAction } from '~/types'; export interface Props { id?: string; title?: string; + title2?: string; subtitle?: string; tagline?: string; content?: string; @@ -16,6 +17,7 @@ export interface Props { const { id, title = await Astro.slots.render('title'), + title2 = await Astro.slots.render('title2'), subtitle = await Astro.slots.render('subtitle'), tagline, content = await Astro.slots.render('content'), @@ -46,6 +48,14 @@ const { /> ) } + { + title2 && ( +

+ ) + }
{subtitle &&

} { diff --git a/src/pages/index.astro b/src/pages/index.astro index deb13ad..e3948f9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -47,12 +47,16 @@ const metadata = {

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

+
+ + + + +