From ada17139f6b4f5e90dbe257952ae37d1b6039e7f Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 20 Jun 2024 23:31:54 -0400 Subject: [PATCH 1/2] added mailing list --- src/layouts/Layout.astro | 15 +++++++++++++++ src/navigation.js | 5 +++-- src/pages/index.astro | 35 ++++++++++++++++++++++++++++++----- 3 files changed, 48 insertions(+), 7 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 38b829b..dd090c8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -38,7 +38,22 @@ const { language, textDirection } = I18N; + + + + + diff --git a/src/navigation.js b/src/navigation.js index f4e2303..1f1b718 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -48,10 +48,11 @@ export const footerData = { { title: 'Communication', links: [ + { text: 'Join the Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' }, { text: 'Contact Us', href: '/contact' }, - { text: 'INCA Blog', href: '/blog' }, - { text: 'Reach Support', href: 'https://threefoldfaq.crisp.help/en/' }, { text: 'ThreeFold Chat', href: 'https://t.me/threefold' }, + { text: 'INCA Blog', href: '/blog' }, + ], }, ], diff --git a/src/pages/index.astro b/src/pages/index.astro index 319f146..a5c4354 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,6 +16,7 @@ import Partners from './partners.astro' import Purpose from './purpose.astro' import Inca from './internetcapacity.astro' import INCAStats from './incastats.astro' +import EmbedMailerlite from '~/components/widgets/EmbedMailerlite.astro'; @@ -306,6 +307,28 @@ const metadata = { /> + + + + + + Grow the Internet Capacity with Us! + + + + The grid grows stronger as we build and deploy together. Join the fun! + + + @@ -350,24 +373,26 @@ const metadata = { ]} /> + - Grow the Internet Capacity with Us! + Be in the Know! - The grid grows stronger as we build and deploy together. Join the fun! + Join the mailing list to receive news and updates about the project! + \ No newline at end of file -- 2.40.1 From e3dfd1528f4ad954afd9c7a7720d126a1dcf429b Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Thu, 20 Jun 2024 23:33:13 -0400 Subject: [PATCH 2/2] removed unneeded line --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index a5c4354..9afef5f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,7 +16,6 @@ import Partners from './partners.astro' import Purpose from './purpose.astro' import Inca from './internetcapacity.astro' import INCAStats from './incastats.astro' -import EmbedMailerlite from '~/components/widgets/EmbedMailerlite.astro'; -- 2.40.1