diff --git a/public/assets/images/logo.svg b/public/assets/images/logo.svg new file mode 100644 index 0000000..3b064ba --- /dev/null +++ b/public/assets/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/adventure.jpg b/src/assets/images/adventure.jpg new file mode 100644 index 0000000..b5477c4 Binary files /dev/null and b/src/assets/images/adventure.jpg differ diff --git a/src/assets/images/header_new.png b/src/assets/images/header_new.png new file mode 100644 index 0000000..6857b01 Binary files /dev/null and b/src/assets/images/header_new.png differ diff --git a/src/assets/images/logo.svg b/src/assets/images/logo.svg new file mode 100644 index 0000000..3b064ba --- /dev/null +++ b/src/assets/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/images/tf_cloud.png b/src/assets/images/tf_cloud.png new file mode 100644 index 0000000..4c41aee Binary files /dev/null and b/src/assets/images/tf_cloud.png differ diff --git a/src/assets/images/tf_dashboard.png b/src/assets/images/tf_dashboard.png new file mode 100644 index 0000000..72dfe88 Binary files /dev/null and b/src/assets/images/tf_dashboard.png differ diff --git a/src/assets/images/trail.jpg b/src/assets/images/trail.jpg deleted file mode 100644 index ab6325c..0000000 Binary files a/src/assets/images/trail.jpg and /dev/null differ diff --git a/src/components/Logo.astro b/src/components/Logo.astro index 0da1ce1..e11596a 100644 --- a/src/components/Logo.astro +++ b/src/components/Logo.astro @@ -5,5 +5,5 @@ import { SITE } from 'astrowind:config'; - 🌎 {SITE?.name} + {SITE?.name} 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/components/widgets/Note.astro b/src/components/widgets/Note.astro index 9de443d..b0c8f40 100644 --- a/src/components/widgets/Note.astro +++ b/src/components/widgets/Note.astro @@ -5,7 +5,7 @@ import { Icon } from 'astro-icon/components';

- Project Internet Capacity: The Internet as intended. + INCA: The Internet as intended
diff --git a/src/config.yaml b/src/config.yaml index 4b40758..c039c84 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -16,7 +16,7 @@ metadata: index: true follow: true openGraph: - site_name: Project INCA + site_name: Project Internet Capacity images: - url: '~/assets/images/inca_background.png' width: 1200 diff --git a/src/navigation.js b/src/navigation.js index b2dc603..b9acc0c 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -6,14 +6,10 @@ export const headerData = { text: 'Technology', href: getPermalink('/technology'), }, - { - text: 'Farming', - href: getPermalink('/nodes'), - }, { - text: 'Ecosystem', - href: getPermalink('/ecosystem'), - }, + text: 'Farming', + href: getPermalink('/farming'), + }, { text: 'About', href: getPermalink('/about'), @@ -33,22 +29,24 @@ export const footerData = { links: [ { text: 'Zero-OS', href: 'technology#zeroos' }, { text: 'Mycelium Network', href: 'technology#mycelium' }, - { text: 'Quantum Safe File Storage', href: 'technology#qsfs' }, + { text: 'Quantum-Safe Storage', href: 'technology#qsfs' }, { text: 'TFChain', href: 'technology#tfchain' }, ], }, { - title: 'Nodes', + title: 'Farming', links: [ - { text: 'Silver', href: '/nodes' }, - { text: 'Platinum', href: '/nodes' }, - { text: 'AI', href: '/nodes' }, + { text: 'Nodes', href: '/farming#incanodes' }, + { text: 'Features', href: '/farming#nodestech' }, + { text: 'FAQs', href: '/farming#farmingfaq' }, ], }, { title: 'About', links: [ { text: 'The Project', href: '/about' }, + { text: 'Values', href: '/about#values' }, + { text: 'Mission', href: '/about#mission' }, { text: 'ThreeFold', href: 'https://threefold.io' }, ], }, diff --git a/src/pages/about.astro b/src/pages/about.astro index 2e312ab..a9f083f 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -17,6 +17,7 @@ const metadata = { - Project Internet Capacity
is the culmulation of years
of work by - ThreeFold + Project Internet Capacity
is the culmulation of years
of work by ThreeFold
- Project Internet Capacity is the fourth generation of the ThreeFold Grid. Our technology is rock solid and has been running in production mode for years now on the main network. We wouldn't be here without our amazing community and its members who keep on evolving with us. This project will always have planet and people first in mind. + INCA is the fourth generation of the ThreeFold Grid. Our technology is rock solid and has been running in production mode for years now on the main network. We wouldn't be here without our amazing community and its members who keep on evolving with us. This project will always have planet and people first in mind.
- + > -

Autonomous Cloud Engine

+

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. @@ -25,7 +39,6 @@ import Content from '~/components/widgets/Content.astro'; -

+
- -
\ No newline at end of file + \ No newline at end of file diff --git a/src/pages/ecosystem.astro b/src/pages/ecosystem.astro index 69fc8b2..c929bb4 100644 --- a/src/pages/ecosystem.astro +++ b/src/pages/ecosystem.astro @@ -25,19 +25,17 @@ const metadata = { target: '_blank', icon: 'tabler:brand-minecraft', }, - { text: 'Learn more', href: '#features' }, + { text: 'Learn more', href: '#partners' }, ]} > - 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 72% rename from src/pages/nodes.astro rename to src/pages/farming.astro index 2349f55..4c299a3 100644 --- a/src/pages/nodes.astro +++ b/src/pages/farming.astro @@ -11,49 +11,24 @@ import InternetCapacity from './internetcapacity.astro'; import NodeSteps from './steps_node_buy.astro' const metadata = { - title: 'Nodes', + title: 'Farming', }; --- - - - - become an
- -
Provider
-
- - - - INCA, DePIN Cloud - Earn INCA rewards by providing IN - ternet CApacity to the world! - -
- + - - + image={{ src: '~/assets/images/currency_of_future.png', alt: '' }}, + /> - - - Welcome To - Project
-

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

+ + Project Internet Capacity
The Decentralized Autonomous Cloud
- - Internet Capacity, DePIN Cloud @@ -64,18 +58,61 @@ const metadata = { Earn rewards by providing Internet Capacity to the world! - - - + + + + + +

Cloud Engine for a New Internet

+

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

+
+ + +
+
+
+ + + + + + @@ -135,8 +210,91 @@ 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 electric 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/purpose.astro b/src/pages/purpose.astro index 9312470..51294e4 100644 --- a/src/pages/purpose.astro +++ b/src/pages/purpose.astro @@ -3,7 +3,7 @@ import Features from '~/components/widgets/Features.astro'; --- - our technology enables a
+ Our technology enables
a planetary-scale grid
of interconnected nodes @@ -34,8 +34,6 @@ const metadata = { - - @@ -91,8 +87,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/mycelium.jpg', - alt: 'Colorful Image', + alt: '', loading: 'eager', }} > @@ -131,8 +126,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/qsfsmatrix.jpg', - alt: 'Colorful Image', + alt: '', loading: 'eager', }} > @@ -140,7 +134,7 @@ const metadata = { -

Quantum-Safe File System

+

Quantum-Safe Storage

Quantum computers are theoretically capable of doing huge calculations in a short period of time and represent a great potential threat to future online safety. ThreeFold solves this future problem before it even becomes a reality. Our operating system can compress, encrypt, and disperse data across the grid ensuring redundancy.

@@ -171,8 +165,7 @@ const metadata = { }, ]} image={{ - src: '~/assets/images/tfchain.png', - alt: 'Colorful Image', + alt: '', loading: 'eager', }} > @@ -287,7 +280,7 @@ const metadata = { Expand the Grid with Us - We have the technology for a planetary-scale alternative
to mainstream cloud and current monopolistic markets.

Project Internet Capacity is the Unbreakable Internet. + We have the technology for a planetary-scale alternative
to mainstream cloud and current monopolistic markets.

INCA is the Unbreakable Internet.
diff --git a/tailwind.config.cjs b/tailwind.config.cjs index 32b3139..1d139eb 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -17,8 +17,15 @@ module.exports = { serif: ['var(--aw-font-serif, ui-serif)', ...defaultTheme.fontFamily.serif], heading: ['var(--aw-font-heading, ui-sans-serif)', ...defaultTheme.fontFamily.sans], }, + letterSpacing: { + widest: '.25em', + custom: '.002em', + xs: '.0005em', + }, + }, }, plugins: [typographyPlugin], darkMode: 'class', }; +