From 126f3d42fe16a6502a7ea2d83938ac7ad0754668 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sat, 8 Jun 2024 17:11:17 +0300 Subject: [PATCH 1/6] s --- build_sync.sh | 0 src/navigation.js | 2 +- src/pages/ecosystem.astro | 2 +- src/pages/farming.astro | 14 +++++++++++--- src/pages/index.astro | 4 ++-- src/pages/technology.astro | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) mode change 100644 => 100755 build_sync.sh diff --git a/build_sync.sh b/build_sync.sh old mode 100644 new mode 100755 diff --git a/src/navigation.js b/src/navigation.js index 726050c..657908b 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -19,7 +19,7 @@ export const headerData = { href: getPermalink('/contact'), }, ], - actions: [{ text: 'Get INCA Nodes', href: 'https://threefold.io', target: '_blank' }], + actions: [{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank' }], }; export const footerData = { diff --git a/src/pages/ecosystem.astro b/src/pages/ecosystem.astro index c929bb4..6f4a1cb 100644 --- a/src/pages/ecosystem.astro +++ b/src/pages/ecosystem.astro @@ -21,7 +21,7 @@ const metadata = { { variant: 'primary', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank', icon: 'tabler:brand-minecraft', }, diff --git a/src/pages/farming.astro b/src/pages/farming.astro index 406515f..89f512c 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -13,8 +13,12 @@ import NodeSteps from './steps_node_buy.astro' const metadata = { title: 'Farming', }; + + --- + + @@ -23,6 +27,8 @@ const metadata = { title="Become
an Internet Capacity
Provider" /> + + +
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index f3f7666..f5ffc9b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -34,7 +34,7 @@ const metadata = { { variant: 'primary', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank', icon: 'tabler:brand-minecraft', }, @@ -343,7 +343,7 @@ const metadata = { { variant: 'primary', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank', icon: 'tabler:brand-minecraft', }, diff --git a/src/pages/technology.astro b/src/pages/technology.astro index 691bc78..28d132b 100644 --- a/src/pages/technology.astro +++ b/src/pages/technology.astro @@ -276,7 +276,7 @@ const metadata = { variant: 'primary', target: '_blank', text: 'Get INCA Nodes', - href: 'https://threefold.io', + href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', icon: 'tabler:brand-minecraft', }, ]} From 2a0a7c531a5a97dc2d66a9b1f36975585bfbc1ab Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:19:26 -0400 Subject: [PATCH 2/6] 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 f3865e3ca45f38a9ef0692f8b7618ae9292a6cd1 Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Sat, 8 Jun 2024 17:37:47 +0300 Subject: [PATCH 3/6] s --- src/components/widgets/Note.astro | 15 +++++++++++++-- src/pages/farming.astro | 25 +++++++++++++++++-------- src/pages/index.astro | 2 +- 3 files changed, 31 insertions(+), 11 deletions(-) diff --git a/src/components/widgets/Note.astro b/src/components/widgets/Note.astro index b0c8f40..71297dd 100644 --- a/src/components/widgets/Note.astro +++ b/src/components/widgets/Note.astro @@ -1,11 +1,22 @@ --- import { Icon } from 'astro-icon/components'; + +export interface Props { + title?: string; + content?: string; +} + +const { + title = await Astro.slots.render('title'), + content = await Astro.slots.render('content'), +} = Astro.props; + ---
- INCA: The Internet as intended + {title} {content}
diff --git a/src/pages/farming.astro b/src/pages/farming.astro index 5060dc5..eadc3ae 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -9,7 +9,7 @@ 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' - +import Note from '~/components/widgets/Note.astro'; const metadata = { title: 'Farming', }; @@ -52,8 +52,11 @@ const metadata = { description: '8 Logical CPU Cores', }, { - description: '2,000-6,000 INCA rewards per month.', - } + description: 'Upto 1,000 INCA/month for utilization.', + }, + { + description: 'For first 5,000 nodes, 250 INCA/month additional for first 24 months.', + } ], callToAction: { target: '_blank', @@ -77,8 +80,11 @@ const metadata = { description: '16 Logical CPU Cores', }, { - description: '4,000-12,000 INCA rewards per month.', - } + description: 'Upto 4,000 INCA/month for utilization.', + }, + { + description: 'For first 1,000 nodes, 1,000 INCA/month additional for first 24 months.', + } ], callToAction: { target: '_blank', @@ -104,8 +110,11 @@ const metadata = { description: 'RTX 4900 GPU', }, { - description: '10,000-30,000 INCA rewards per month.', - } + description: 'Upto 10,000 INCA/month for utilization.', + }, + { + description: 'For first 1,000 nodes, 2,000 INCA/month additional for first 24 months.', + } ], callToAction: { target: '_blank', @@ -118,7 +127,7 @@ const metadata = { /> - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 9a5fc78..100c943 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -62,7 +62,7 @@ const metadata = { - + From 3a205aba1378fb2bcbd3806d7900956d3766ea3d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:51:00 -0400 Subject: [PATCH 4/6] 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 5/6] 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 6/6] 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' }, ], }, {