From 2a0a7c531a5a97dc2d66a9b1f36975585bfbc1ab Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:19:26 -0400 Subject: [PATCH 1/4] updated footer with threefold.io link --- src/navigation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/navigation.js b/src/navigation.js index 1271672..4ce0cb1 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -37,6 +37,7 @@ export const footerData = { links: [ { text: 'Farming', href: '/farming' }, { text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, + { text: 'ThreeFold', href: 'https://threefold.io/' }, ], }, { From 3a205aba1378fb2bcbd3806d7900956d3766ea3d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:51:00 -0400 Subject: [PATCH 2/4] fixed typos --- src/pages/farming.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/farming.astro b/src/pages/farming.astro index eadc3ae..daf9eaf 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -52,10 +52,10 @@ const metadata = { description: '8 Logical CPU Cores', }, { - description: 'Upto 1,000 INCA/month for utilization.', + description: 'Up to 1,000 INCA/month for utilization', }, { - description: 'For first 5,000 nodes, 250 INCA/month additional for first 24 months.', + description: 'For first 5,000 nodes, 250 INCA/month additional for first 24 months', } ], callToAction: { @@ -80,10 +80,10 @@ const metadata = { description: '16 Logical CPU Cores', }, { - description: 'Upto 4,000 INCA/month for utilization.', + description: 'Up to 4,000 INCA/month for utilization', }, { - description: 'For first 1,000 nodes, 1,000 INCA/month additional for first 24 months.', + description: 'For first 1,000 nodes, 1,000 INCA/month additional for first 24 months', } ], callToAction: { @@ -110,10 +110,10 @@ const metadata = { description: 'RTX 4900 GPU', }, { - description: 'Upto 10,000 INCA/month for utilization.', + description: 'Up to 10,000 INCA/month for utilization', }, { - description: 'For first 1,000 nodes, 2,000 INCA/month additional for first 24 months.', + description: 'For first 1,000 nodes, 2,000 INCA/month additional for first 24 months', } ], callToAction: { From 215336b692cd31a15997bf6acad0c789ac3aff84 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 11:04:34 -0400 Subject: [PATCH 3/4] updated infos --- src/pages/farming.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/farming.astro b/src/pages/farming.astro index daf9eaf..1163f13 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -127,7 +127,7 @@ const metadata = { /> - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 100c943..6e6be1e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -62,7 +62,7 @@ const metadata = { - + From 4cc60ffc4717fd0c98bd1ae86a3c76a7c7cea239 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 11:11:59 -0400 Subject: [PATCH 4/4] simplified footer with inca build and get nodes --- src/navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/navigation.js b/src/navigation.js index 4ce0cb1..da90401 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -36,8 +36,8 @@ export const footerData = { title: 'Join the Cloud', links: [ { text: 'Farming', href: '/farming' }, - { text: 'DIY Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, - { text: 'ThreeFold', href: 'https://threefold.io/' }, + { text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj' }, + { text: 'Build INCA Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' }, ], }, {