Merge pull request 'updated landing page and overall site' (#23) from development_2 into development
Reviewed-on: tfgrid/www_projectinca#23
This commit is contained in:
commit
9575e000d8
@ -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' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -17,6 +17,7 @@ const metadata = {
|
||||
<!-- Hero Widget ******************* -->
|
||||
|
||||
<Hero
|
||||
id="about"
|
||||
tagline="About"
|
||||
image={{
|
||||
src: '~/assets/images/threefold_cooperative.png',
|
||||
@ -36,7 +37,7 @@ const metadata = {
|
||||
<!-- Steps Widget ****************** -->
|
||||
|
||||
<Steps
|
||||
id="resume"
|
||||
id="values"
|
||||
title="Our Values"
|
||||
items={[
|
||||
{
|
||||
@ -106,7 +107,7 @@ const metadata = {
|
||||
<!-- Content Widget **************** -->
|
||||
|
||||
<Content
|
||||
id="about"
|
||||
id="mission"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
@ -144,7 +145,7 @@ const metadata = {
|
||||
|
||||
<Content
|
||||
isReversed
|
||||
id="about"
|
||||
id="vision"
|
||||
columns={3}
|
||||
items={[
|
||||
{
|
||||
@ -187,6 +188,7 @@ const metadata = {
|
||||
<!-- Steps2 Widget ****************** -->
|
||||
|
||||
<Steps2
|
||||
id="achievements"
|
||||
title="Achievements"
|
||||
subtitle="Project Internet Capacity is the continuation of the ThreeFold Grid. We are now entering our 4th phase and we are ready for a major expansion. Build with us the largest decentralized cloud on the planet."
|
||||
isReversed={true}
|
||||
|
@ -25,19 +25,17 @@ const metadata = {
|
||||
target: '_blank',
|
||||
icon: 'tabler:brand-minecraft',
|
||||
},
|
||||
{ text: 'Learn more', href: '#features' },
|
||||
{ text: 'Learn more', href: '#partners' },
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
<span class="text-accent dark:text-white highlight"> Project INCA<br></span> ecosystem<br><br>
|
||||
<span class="text-accent dark:text-white highlight"> Project INCA<br></span> Ecosystem<br><br>
|
||||
</Fragment>
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<span class="hidden sm:inline">
|
||||
<span class="font-semibold">Project INCA</span> is an open-source DePIN cloud that allows <br>anyone anywhere to become a cloud service provider.<br></span
|
||||
<span class="font-semibold">Project INCA</span> is proud of its many partnerships<br> providing a thriving ecosystem of like-minded individuals <br>and innovative products and services<br></span
|
||||
>
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">INCA, DePIN Cloud</span>
|
||||
<i>Earn <span class="font-semibold">INCA</span> rewards by providing <span class="font-semibold">IN</span>ternet <span class="font-semibold">CA</span>pacity to the world!</i>
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
|
@ -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' },
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">
|
||||
become an<br>
|
||||
Become an<br>
|
||||
<InternetCapacity/>
|
||||
<br>Provider<br>
|
||||
</Fragment>
|
||||
@ -52,6 +52,7 @@ const metadata = {
|
||||
<!-- Pricing Widget ******************* -->
|
||||
|
||||
<Prices
|
||||
id="nodesspecs"
|
||||
title="Building the <br>Unbreakable Internet<br> One Node at a Time"
|
||||
subtitle="The Unbreakable Internet"
|
||||
prices={[
|
||||
@ -61,9 +62,6 @@ const metadata = {
|
||||
price: 499,
|
||||
period: 'per node',
|
||||
items: [
|
||||
{
|
||||
description: 'Suited for Content Delivery + Name',
|
||||
},
|
||||
{
|
||||
description: '32 GB of Memory',
|
||||
},
|
||||
@ -89,9 +87,6 @@ const metadata = {
|
||||
price: 1999,
|
||||
period: 'per node',
|
||||
items: [
|
||||
{
|
||||
description: 'Suited for Hero AI assistant workloads',
|
||||
},
|
||||
{
|
||||
description: '64 GB of Memory',
|
||||
},
|
||||
@ -119,9 +114,6 @@ const metadata = {
|
||||
price: 3999,
|
||||
period: 'per node',
|
||||
items: [
|
||||
{
|
||||
description: 'Suited for state-of-the-art AI with ease',
|
||||
},
|
||||
{
|
||||
description: '64 GB of Memory',
|
||||
},
|
||||
@ -152,6 +144,7 @@ const metadata = {
|
||||
<NodeSteps/>
|
||||
|
||||
<Features3
|
||||
id="nodestech"
|
||||
title="Nodes Leading at the Edge"
|
||||
subtitle="Discover how our nodes provide a groundbreaking, reliable and robust technology"
|
||||
columns={2}
|
||||
@ -235,7 +228,8 @@ const metadata = {
|
||||
<!-- FAQs Widget ******************* -->
|
||||
|
||||
<FAQs
|
||||
title="Nodes FAQs"
|
||||
id="farmingfaq"
|
||||
title="Farming FAQs"
|
||||
subtitle="Choosing the right node for you is a crucial step, <br>and we're here to answer your questions. "
|
||||
columns={1}
|
||||
items={[
|
||||
@ -270,12 +264,12 @@ const metadata = {
|
||||
<!-- CallToAction Widget *********** -->
|
||||
|
||||
<CallToAction
|
||||
title="Do you want to build your own<br> INCA Farming Node?"
|
||||
subtitle="Are you a do it yourself person. <br> All our work is opensource, you can build your own node."
|
||||
title="Do you want to build your own<br> INCA Farming Nodes?"
|
||||
subtitle="Are you a do-it-yourself person and like to get things done? <br> All our work is open-source and you can build your own nodes!"
|
||||
actions={[
|
||||
{
|
||||
variant: 'primary',
|
||||
text: 'Build Now',
|
||||
text: 'Build DIY Nodes',
|
||||
href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html',
|
||||
},
|
||||
]}
|
@ -45,22 +45,20 @@ const metadata = {
|
||||
<Fragment slot="title">Welcome To
|
||||
Project <br>
|
||||
<Inca/><br><br>
|
||||
<!-- TODO:HOW CAN WE MAKE THIS SMALLER -->
|
||||
Compute<br>
|
||||
is the currency <br>
|
||||
of the future...<br><br>
|
||||
</Fragment>
|
||||
|
||||
|
||||
|
||||
<Fragment slot="subtitle">
|
||||
<b><i>Compute<br>
|
||||
is the currency <br>
|
||||
of the future...<br><br></b></i>
|
||||
<span class="hidden sm:inline">
|
||||
We are a community-driven, open-source project<br> that has built a self-healing and autonomous cloud engine<br> allowing <span class="font-semibold">anyone</span> to become a <span class="font-semibold">cloud service provider</span>!<br>
|
||||
</span>
|
||||
<span class="block mb-1 sm:hidden font-bold text-blue-600">
|
||||
Internet Capacity, DePIN Cloud
|
||||
</span>
|
||||
<i><br>Compute is the currency of the future...<br>
|
||||
Earn rewards by providing <span class="font-semibold">Internet Capacity</span> to the world!</i>
|
||||
|
||||
</Fragment>
|
||||
|
@ -9,6 +9,7 @@ import Features2 from '~/components/widgets/Features2.astro';
|
||||
<!-- Features3 Widget ************** -->
|
||||
|
||||
<Features2
|
||||
id="partners"
|
||||
title="BE THE CLOUD."
|
||||
subtitle="Project INternet CApacity is a community-driven, <br> open-source and decentralized cloud by everyone for everyone."
|
||||
tagline="ECOSYSTEM"
|
||||
@ -16,52 +17,52 @@ import Features2 from '~/components/widgets/Features2.astro';
|
||||
{
|
||||
title: 'Holochain',
|
||||
description: "Holochain is a more peer2peer alternative to the blockchain, giving developers a framework for creating decentralized applications (dApps). Holochain’s method avoids keeping a global consensus, using an agent system in which each agent keeping a private fork.",
|
||||
icon: 'flat-color-icons:template',
|
||||
icon: 'tabler:server',
|
||||
},
|
||||
{
|
||||
title: 'Earth Wallet',
|
||||
description:
|
||||
"A cutting-edge digital wallet solution designed to empower users with secure, decentralized control over their digital assets. With a focus on accessibility, security, and sustainability, Earth Wallet offers a seamless and user-friendly interface for managing various cryptocurrencies and digital tokens.",
|
||||
icon: 'flat-color-icons:gallery',
|
||||
icon: 'tabler:wallet',
|
||||
},
|
||||
{
|
||||
title: 'Digital Free Zone',
|
||||
description:
|
||||
'The OurWorld Digital FreeZone, established in Zanzibar, is a groundbreaking partnership between ThreeFold and the government of Tanzania. This initiative aims to create a free sovereign digital and economic area, fostering innovation, growth, and prosperity within the region.',
|
||||
icon: 'flat-color-icons:approval',
|
||||
icon: 'tabler:map',
|
||||
},
|
||||
{
|
||||
title: 'Tanzania Sovereign Internet',
|
||||
description:
|
||||
"ThreeFold is proud to announce its partnership with the government of Tanzania to establish a sovereign internet, a groundbreaking initiative poised to revolutionize Tanzania's startup ecosystem fostering digital freedom.",
|
||||
icon: 'flat-color-icons:document',
|
||||
icon: 'tabler:flag',
|
||||
},
|
||||
{
|
||||
title: 'Elestio',
|
||||
description:
|
||||
'Elestio is an innovative platform dedicated to providing cutting-edge decentralized applications (dApps) and services to users worldwide, with a focus on accessibility, security, and user empowerment.',
|
||||
icon: 'flat-color-icons:advertising',
|
||||
icon: 'tabler:device-desktop-code',
|
||||
},
|
||||
{
|
||||
title: 'Vverse',
|
||||
description: 'Vverse is an innovative platform that aims to create a virtual universe where users can explore, interact, and create in immersive virtual environments. It leverages cutting-edge technologies such as virtual reality (VR), augmented reality (AR), and blockchain.',
|
||||
icon: 'flat-color-icons:currency-exchange',
|
||||
icon: 'tabler:stack-backward',
|
||||
},
|
||||
{
|
||||
title: 'Helium',
|
||||
description: 'Helium is a decentralized wireless network that enables low-power, long-range connectivity for Internet of Things (IoT) devices. By leveraging blockchain technology and a network of hotspots, Helium provides a cost-effective and scalable solution for IoT device connectivity.',
|
||||
icon: 'flat-color-icons:voice-presentation',
|
||||
icon: 'tabler:wifi',
|
||||
},
|
||||
{
|
||||
title: 'Sikana',
|
||||
description:
|
||||
'Sikana, a platform dedicated to providing education for all, has delivered over 400 million lessons through free educational videos. This partnership will empower communities worldwide with knowledge and skills, irrespective of their financial or geographical limitations. ',
|
||||
icon: 'flat-color-icons:business-contact',
|
||||
icon: 'tabler:chalkboard',
|
||||
},
|
||||
{
|
||||
title: 'ThreeFold',
|
||||
description: "The backbone and first phases of the INCA project, ThreeFold’s self-healing autonomous system empowers anyone to become a cloud service provider allowing people and organizations to buy, sell and use cloud resources autonomously and securely.",
|
||||
icon: 'flat-color-icons:database',
|
||||
icon: 'tabler:cloud-computing',
|
||||
},
|
||||
]}
|
||||
>
|
||||
|
@ -3,7 +3,7 @@ import Features from '~/components/widgets/Features.astro';
|
||||
---
|
||||
|
||||
<Features
|
||||
id="features"
|
||||
id="purpose"
|
||||
tagline="PURPOSE"
|
||||
title="Layer 0 for DePIN"
|
||||
subtitle="Project INCA aims to be a Layer 0 for the DePIN community. DePIN projects can run on our decentralized cloud infrastructure, gaining access to a sovereign, decentralized, and reliable storage, network, and compute layer."
|
||||
|
@ -2,6 +2,7 @@
|
||||
import Steps from '~/components/widgets/Steps.astro';
|
||||
---
|
||||
<Steps
|
||||
id="steps"
|
||||
title="Get a node <br> up and running<br>in no time to earn rewards..."
|
||||
items={[
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user