Merge branch 'development' of git.ourworld.tf:tfgrid/www_projectinca into development

This commit is contained in:
kristof de spiegeleer 2024-06-21 06:53:25 +03:00
commit be239838ee
57 changed files with 903 additions and 118 deletions

171
README.md
View File

@ -1,70 +1,103 @@
<h1> INCA Docs </h1>
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Website Preview](#website-preview)
- [Run with Make](#run-with-make)
- [License](#license)
- [References](#references)
- [Contribute](#contribute)
---
## Introduction
This repository contains the code to deploy the INCA Docs website, a project by [ThreeFold](https://threefold.io).
## Prerequisites
You need [npm](https://www.npmjs.com/) to run this website.
- Install `npm`
```
sudo apt update
sudo apt install nodejs
npm -v
```
## Website Preview
You can preview the website with a few lines.
```
git clone https://git.ourworld.tf/tfgrid/www_projectinca
cd www_projectinca
npm install
npm run dev
```
For more information, read the original [AstroWind docs](./website_docs/README.md).
## Run with Make
To run the website locally with Make, simply run:
```
make run
```
## License
**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
## References
This INCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
We changed the license from MIT to Apache 2.0 to suit this specific project.
## Contribute
To contribute to this repository:
- Make a new branch with `development_` as a prefix (e.g. `development_update`)
- Make changes locally on your code editor
- Push changes to the new branch
- Make a pull request to `development` branch
<h1> INCA Docs </h1>
<h2>Table of Contents</h2>
- [Introduction](#introduction)
- [Prerequisites](#prerequisites)
- [Install the prerequisites on Ubuntu](#install-the-prerequisites-on-ubuntu)
- [Install the prerequisites on MAC or Linux with Brew](#install-the-prerequisites-on-mac-or-linux-with-brew)
- [Check if the Prerequisites Are Installed](#check-if-the-prerequisites-are-installed)
- [Clone the Repository](#clone-the-repository)
- [Preview the Website](#preview-the-website)
- [License](#license)
- [References](#references)
- [Contribute](#contribute)
---
## Introduction
This repository contains the code to deploy the INCA Docs website, a project by [ThreeFold](https://threefold.io).
## Prerequisites
You need [npm](https://www.npmjs.com/) to run this website.
To clone the repository, you need `git`.
To use the Makefile for quick deployment, you need `make`
### Install the prerequisites on Ubuntu
```
sudo apt update
sudo apt install nodejs
sudo apt install git
sudo apt install make
```
### Install the prerequisites on MAC or Linux with Brew
- [Install Brew](https://brew.sh/)
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
- Install the prerequisites
```
brew install node
brew install git
brew install make
```
### Check if the Prerequisites Are Installed
```
npm --version
git version
make --version
```
## Clone the Repository
```
git clone https://git.ourworld.tf/tfgrid/www_projectinca
cd www_projectinca
```
For more information, read the original [AstroWind docs](./website_docs/README.md).
## Preview the Website
You can preview the website with those two lines.
```
npm install
npm run dev
```
The equivalent can be achieved using the Makefile:
```
make run
```
## License
**INCA Docs** is licensed under the Apache 2.0 license — see the [LICENSE](./LICENSE.md) file for details.
## References
This INCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
We changed the license from MIT to Apache 2.0 to suit this specific project.
## Contribute
To contribute to this repository:
- Make a new branch with `development_` as a prefix (e.g. `development_update`)
- Make changes locally on your code editor
- Push changes to the new branch
- Make a pull request to `development` branch
The code owners will merge `development` branch to `main` branch.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 760 KiB

BIN
src/assets/images/dy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 942 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 750 KiB

After

Width:  |  Height:  |  Size: 905 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 792 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -76,7 +76,7 @@ const {
<Fragment set:html={image} />
) : (
<Image
class="mx-auto w-full rounded-lg bg-gray-500 shadow-lg"
class="mx-auto w-full rounded-lg"
width={500}
height={500}
widths={[400, 768]}

View File

@ -0,0 +1,107 @@
---
import type { Content as Props } from '~/types';
import Headline from '../ui/Headline.astro';
import WidgetWrapper from '../ui/WidgetWrapper.astro';
import Image from '~/components/common/Image.astro';
import Button from '~/components/ui/Button.astro';
import ItemGrid from '../ui/ItemGrid.astro';
import type { CallToAction } from '~/types';
export interface Props {
id?: string;
title?: string;
title2?: string;
subtitle?: string;
tagline?: string;
content?: string;
actions?: string | CallToAction[];
image?: string | unknown; // TODO: find HTMLElementProps
}
const {
title = await Astro.slots.render('title'),
subtitle = await Astro.slots.render('subtitle'),
tagline,
content = await Astro.slots.render('content'),
callToAction,
items = [],
columns,
image = await Astro.slots.render('image'),
isReversed = false,
isAfterContent = false,
id,
isDark = false,
classes = {},
bg = await Astro.slots.render('bg'),
} = Astro.props;
---
<WidgetWrapper
id={id}
isDark={isDark}
containerClass={`max-w-7xl mx-auto ${isAfterContent ? 'pt-0 md:pt-0 lg:pt-0' : ''} ${classes?.container ?? ''}`}
bg={bg}
>
<Headline
title={title}
subtitle={subtitle}
tagline={tagline}
classes={{
container: 'max-w-xl sm:mx-auto lg:max-w-2xl',
title: 'text-4xl md:text-5xl font-bold tracking-tighter mb-4 font-heading',
subtitle: 'max-w-3xl mx-auto sm:text-center text-xl text-muted dark:text-slate-400',
}}
/>
<div class="mx-auto max-w-7xl p-4 md:px-8">
<div class={`md:flex ${isReversed ? 'md:flex-row-reverse' : ''} md:gap-16`}>
<div class="md:basis-1/2 self-center">
{content && <div class="mb-12 text-lg dark:text-slate-400" set:html={content} />}
{
callToAction && (
<div class="mt-[-40px] mb-8 text-primary">
<Button variant="link" {...callToAction} />
</div>
)
}
<ItemGrid
items={items}
columns={columns}
defaultIcon="tabler:link"
classes={{
container: `gap-y-4 md:gap-y-8`,
panel: 'max-w-none',
title: 'text-lg font-medium leading-6 dark:text-white ml-2 rtl:ml-0 rtl:mr-2',
description: 'text-muted dark:text-slate-400 ml-2 rtl:ml-0 rtl:mr-2',
icon: 'flex h-7 w-7 items-center justify-center rounded-full bg-blue-600 dark:bg-blue-700 text-gray-50 p-1',
action: 'text-lg font-medium leading-6 dark:text-white ml-2 rtl:ml-0 rtl:mr-2',
}}
/>
</div>
<div aria-hidden="true" class="mt-10 md:mt-0 md:basis-1/2">
{
image && (
<div class="relative m-auto max-w-4xl">
{typeof image === 'string' ? (
<Fragment set:html={image} />
) : (
<Image
class="mx-auto w-full rounded-lg bg-gray-500 shadow-lg"
width={500}
height={500}
widths={[400, 768]}
sizes="(max-width: 768px) 100vw, 432px"
layout="responsive"
{...image}
/>
)}
</div>
)
}
</div>
</div>
</div>
</WidgetWrapper>

View File

@ -0,0 +1,14 @@
---
---
<style>
#typeformsection {
height: 1000px;
width: 100%
}
</style>
<section>
<div id="typeformsection" data-tf-widget="SnfEE9pj"></div>
<script src="//embed.typeform.com/next/embed.js" is:inline></script>
</section>

View File

@ -31,7 +31,7 @@ const {
<div class="relative max-w-7xl mx-auto px-4 sm:px-6">
<div class="pt-0 md:pt-12 pointer-events-none"></div>
<div class="py-8 md:py-20">
<div class="text-center pb-8 md:pb-16 max-w-5xl mx-auto">
<div class="text-center pb-4 md:pb-8 max-w-5xl mx-auto">
{
tagline && (
<p
@ -57,7 +57,11 @@ const {
)
}
<div class="max-w-3xl mx-auto">
{subtitle && <p class="text-xl text-muted mb-8 dark:text-slate-300 max-w-m md:max-w-3xl" set:html={subtitle} />}
{
subtitle && (
<p class="text-xl text-muted mb-8 dark:text-slate-300 max-w-m md:max-w-3xl" set:html={subtitle} />
)
}
{
actions && (
<div class="max-w-xs sm:max-w-md m-auto flex flex-nowrap flex-col sm:flex-row sm:justify-center gap-4">

View File

@ -38,7 +38,22 @@ const { language, textDirection } = I18N;
<!-- Comment the line below to disable View Transitions -->
<ViewTransitions fallback="swap" />
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="0a5fd185-92cf-4cac-b44c-0e34f8326cab";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="1a5a5241-91cb-4a41-8323-5ba5ec574da0";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
<!-- MailerLite Universal -->
<script is:inline>
(function (m, a, i, l, e, r) {
m['MailerLiteObject'] = e; function f() {
var c = { a: arguments, q: [] }; var r = this.push(c); return "number" != typeof r ? r : f.bind(c.q);
}
f.q = f.q || []; m[e] = m[e] || f.bind(f.q); m[e].q = m[e].q || f.q; r = a.createElement(i);
var _ = a.getElementsByTagName(i)[0]; r.async = 1; r.src = l + '?v' + (~~(new Date().getTime() / 1000000));
_.parentNode.insertBefore(r, _);
})(window, document, 'script', 'https://static.mailerlite.com/js/universal.js', 'ml');
var ml_account = ml('accounts', '1778010', 'x2d3d9f8n1', 'load');
</script>
<!-- End MailerLite Universal -->
</head>
<body class="antialiased text-default bg-page tracking-tight">

View File

@ -6,6 +6,10 @@ export const headerData = {
text: 'Technology',
href: getPermalink('/technology'),
},
{
text: 'Builders',
href: getPermalink('/builders'),
},
{
text: 'Farming',
href: getPermalink('/farming'),
@ -19,7 +23,7 @@ export const headerData = {
href: getPermalink('/blog'),
},
],
actions: [{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj', target: '_blank' }],
actions: [{ text: 'Get INCA Nodes', href: '/typeform' }],
};
export const footerData = {
@ -29,6 +33,7 @@ export const footerData = {
links: [
{ text: 'Home', href: '/' },
{ text: 'Technology', href: '/technology' },
{ text: 'Builders', href: '/builders' },
{ text: 'About', href: '/about' },
],
},
@ -36,17 +41,18 @@ export const footerData = {
title: 'Join the Cloud',
links: [
{ text: 'Farming', href: '/farming' },
{ text: 'Get INCA Nodes', href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj' },
{ text: 'Get INCA Nodes', href: '/typeform' },
{ text: 'Build INCA Nodes', href: 'https://manual.grid.tf/documentation/farmers/3node_building/3node_building.html' },
],
},
{
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' },
],
},
],
@ -55,8 +61,10 @@ export const footerData = {
{ text: 'Privacy Policy', href: getPermalink('/privacy') },
],
socialLinks: [
{ ariaLabel: 'X', icon: 'tabler:brand-x', href: 'https://twitter.com/threefold_io' },
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/threefoldtech' },
{ ariaLabel: 'Telegram', icon: 'tabler:brand-telegram', href: 'https://t.me/threefold' },
{ ariaLabel: 'X', icon: 'tabler:brand-x', href: 'https://twitter.com/threefold_io' },
{ ariaLabel: 'Discord', icon: 'tabler:brand-discord', href: 'https://discord.com/invite/NZqKC4jEhD' },
],
footNote: `
A project by <a class="text-blue-600 underline dark:text-muted" href="https://threefold.io"> ThreeFold</a> · All rights reserved.

257
src/pages/builders.astro Normal file
View File

@ -0,0 +1,257 @@
---
import Layout from '~/layouts/PageLayout.astro';
import Hero from '~/components/widgets/Hero.astro';
import INCAStats from './incastats.astro';
import Partners from './partners.astro';
import Purpose from './purpose.astro';
import Content2 from '~/components/widgets/Content2.astro';
const metadata = {
title: 'Builders',
ignoreTitleTemplate: true,
};
---
<Layout metadata={metadata}>
<!-- Hero Widget ******************* -->
<Hero
id="about"
tagline="Builders"
image={{
alt: 'Caos Image',
}}
>
<Fragment slot="title"> Meet the Builders of the Grid! </Fragment>
<Fragment slot="subtitle">
<span class="font-semibold">Project INCA</span> is proud of its many partnerships<br /> weaving a thriving ecosystem
of creative individuals <br />and businesses offering innovative products and services<br /></Fragment
>
</Hero>
<!-- Content Widget **************** -->
<Content2
link="~/assets/images/mission.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/digital_freezone">Read More</a>',
},
]}
image={{
src: '~/assets/images/partner_ourworld.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Digital FreeZone</h2>
<p>
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.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
<Content2
isReversed
link="~/assets/images/mission.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/earth_wallet">Read More</a>',
},
]}
image={{
src: '~/assets/images/partner_social.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Earth Wallet</h2>
<p>
Earth Wallet is 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.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
<Content2
link="~/assets/images/mission.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/elestio">Read More</a>',
},
]}
image={{
src: '~/assets/images/elestio_image.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Elestio</h2>
<p>
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, Elestio aims to
revolutionize the way individuals interact with decentralized technologies.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
<Content2
isReversed
link="~/assets/images/mission.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/sikana">Read More</a>',
},
]}
image={{
src: '~/assets/images/partner_sikana.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Sikana</h2>
<p>
Sikana, a platform dedicated to providing education for all, has delivered over 400 million lessons through free
educational videos. However, the platform has faced financial challenges in hosting its content at scale. In
collaboration with ThreeFold, Sikana aims to overcome these challenges and further its mission of providing
accessible education by creating local content in native languages and hosting it on local infrastructure.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
<Content2
link="~/assets/images/mission.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/tanzania_sovereign_internet">Read More</a>',
},
]}
image={{
src: '~/assets/images/dy.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Tanzania Sovereign Internet</h2>
<p>
ThreeFold, through its Dunia Yetu initiative, has embarked on a mission to build a sovereign internet
infrastructure by Tanzanians for Tanzanians, empowering people to take control and benefit from their own
digital lives. Discover our key partners and the projects we support in Tanzania.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
<Content2
isReversed
link="~/assets/images/mission.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/veverse">Read More</a>',
},
]}
image={{
src: '~/assets/images/veverse_pic.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">VeVerse</h2>
<p>
VeVerse aims to create a virtual universe which eradicates cultural boundaries and supports the free flow of
ideas and knowledge. The vision is to provide a metaverse platform which bridges virtual worlds, digital assets
and communities and to empower museums, artists and game developers to construct captivating environments
together where users can play, explore and connect.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
<Content2
link="~/assets/images/vverse_logo.jpg"
id="mission"
columns={3}
items={[
{
description: '<a href= "/builders/vverse">Read More</a>',
},
]}
image={{
src: '~/assets/images/vverse_pic.png',
alt: 'Colorful Image',
loading: 'eager',
layout: '',
}}
>
<Fragment slot="content">
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">VVerse</h2>
<p>
VVerse offers a cutting-edge platform for virtual socializing and entertainment. One of their first products is
VinDo, the next generation communication and business tool to streamline your interactions, empower your
business, simplify your workflow and amplify your results. Businesses can become virtual with VinDO and redefine
customer experiences in the metaverse.
</p>
</Fragment>
<Fragment slot="bg">
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
</Fragment>
</Content2>
</Layout>

View File

@ -0,0 +1,38 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# OurWorld Digital Freezone (Zanzibar)
![](/src/assets/images/partner_ourworld.png)
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.
**Purpose**
The OurWorld Digital FreeZone serves as a catalyst for economic development and technological advancement in Zanzibar and beyond. By providing a conducive environment for digital ventures to thrive, the FreeZone aims to:
* **Stimulate Economic Growth:** By attracting digital businesses and fostering entrepreneurship, the FreeZone contributes to the expansion of Zanzibar's economy and the creation of employment opportunities.
* **Promote Innovation:** Through collaboration and knowledge exchange, the FreeZone encourages the development of innovative solutions and technologies that address local and global challenges.
* **Empower Entrepreneurs:** By offering affordable company licenses and streamlined processes, the FreeZone empowers entrepreneurs to pursue their business ideas and transform them into successful ventures.
**Audience**
The OurWorld Digital FreeZone is designed to cater to a diverse audience, including:
* **Entrepreneurs:** Individuals with innovative ideas seeking a supportive environment to launch and grow their digital ventures.
* **Tech Startups:** Early-stage companies looking for resources and opportunities to accelerate their growth and scale their operations.
* **Investors:** Venture capitalists and angel investors interested in supporting promising startups and contributing to the development of the digital ecosystem.
* **Government Agencies:** Authorities responsible for economic development and regulatory oversight, collaborating to create an enabling environment for digital innovation and investment.
**Key Features**
1. **Automated Onboarding Process:** OurWorld Digital FreeZone offers an automated onboarding process that ensures compliance with Know Your Customer (KYC) and Anti-Money Laundering (AML) regulations, streamlining the setup of digital ventures with ease and efficiency.
2. **Banking & Web3 Compatibility:** Seamlessly manage both fiat and digital currencies with comprehensive banking solutions compatible with Web3 technologies, facilitating frictionless transactions and financial operations.
3. **Built-in Legal & Tax Settlement:** Experience hassle-free business operations with built-in legal and tax settlement services, simplifying legal obligations and ensuring compliance with regulatory requirements.
4. **Affordable & Flexible Company Licenses:** OurWorld Free Zone offers cost-effective and flexible company licenses, providing entrepreneurs with affordable options to kickstart their entrepreneurial journey and establish their ventures within the FreeZone.
5. **Sovereign Economic Jurisdiction:** Empowering businesses to operate within an independent economic environment, the OurWorld FreeZone fosters growth and prosperity by offering businesses the freedom to innovate and grow without traditional regulatory constraints.
6. **Powered by Data Sovereign Tech:** Your privacy, data, and security are paramount. OurWorld Digital FreeZone utilizes Quantum Safe Storage technology to safeguard digital information, ensuring data sovereignty and protection against cyber threats.
![](/src/assets/images/freezone2.png)
The OurWorld Digital FreeZone in Zanzibar represents a transformative partnership between ThreeFold and the government of Tanzania, aimed at creating a dynamic and innovative ecosystem for digital ventures. By providing a sovereign economic jurisdiction and a range of supportive services, the FreeZone empowers entrepreneurs and businesses to thrive, driving economic growth and prosperity within the region.

View File

@ -0,0 +1,27 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# Earth Wallet
![](/src/assets/images/partner_social.png)
**Introduction:**
[Earth Wallet](https://www.earthwallet.io) is 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.
**Partnership with ThreeFold:**
Earth Wallet and ThreeFol's future strategic partnership would leverage the transformative potential of ThreeFold's TF Grid technology in enhancing the functionality, security, and sustainability of Earth Wallet's services.
**Utilization of TF Grid:**
- **Decentralized Hosting:** Earth Wallet wills utilize TF Grid's decentralized hosting infrastructure to ensure the highest levels of security and availability for its users' digital assets. By leveraging ThreeFold's grid of autonomous and decentralized nodes, Earth Wallet can offer a robust hosting environment that is resistant to traditional centralized points of failure.
- **Scalability and Capacity:** Through the utilization of TF Grid, Earth Wallet will gain access to a scalable and distributed network infrastructure capable of handling varying levels of demand and workload. This ensures that Earth Wallet users experience uninterrupted access to their digital assets, even during periods of high traffic or increased activity.
- **Sustainability:** By partnering with ThreeFold and utilizing TF Grid, Earth Wallet would demosnstrate a commitment to sustainability and environmental responsibility. TF Grid's decentralized architecture reduces the energy consumption associated with traditional data centers, contributing to a more sustainable future for digital infrastructure.
<div style="display: flex; justify-content: center;">
<img src="/src/assets/images/earth_wallet_hackernoon.png" alt="social_network" width="800"/>
</div>
The partnership between Earth Wallet and ThreeFold represents a convergence of cutting-edge technology and a commitment to user empowerment, security, and sustainability. By harnessing the capabilities of TF Grid, Earth Wallet provides users with a secure, scalable, and sustainable digital wallet solution, ensuring that their digital assets are always within reach, while also contributing to the advancement of decentralized technology and environmental stewardship.

View File

@ -0,0 +1,23 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# Elestio
![](/src/assets/images/elestio_image.png)
[Elestio](https://www.elest.io) 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, Elestio aims to revolutionize the way individuals interact with decentralized technologies.
**Coming Soon:**
**Apps Hosted on the Grid:**
ThreeFold's TF Grid is able to host a diverse range of decentralized applications. These applications span various categories, including finance, social networking, gaming, and more. By hosting Elestio on the TF Grid, we would provide a high availability, security, and scalability for Elestio's users, offering a seamless and reliable experience across all its offerings.
**Benefits for Users:**
1. **Enhanced Security:** With Elestio's applications hosted on the TF Grid, users can enjoy enhanced security and data privacy. The decentralized nature of the grid minimizes the risk of single points of failure and unauthorized access, ensuring that users have full control over their data and transactions.
2. **Seamless Accessibility:** Elestio's partnership with ThreeFold ensures seamless accessibility to its decentralized applications. Users can access Elestio's services from anywhere in the world, without being restricted by geographical boundaries or infrastructure limitations.
3. **Scalability and Performance:** By leveraging the TF Grid's scalable infrastructure, Elestio can effortlessly accommodate growing user demands and ensure optimal performance for its applications. Whether it's handling a surge in user activity or scaling up resources for new features, Elestio's users can expect a consistently smooth and responsive experience.
In the near future, users will have the opportunity to host Elestio applications on the TF Grid. This upcoming feature will empower individuals to contribute to the decentralized ecosystem by hosting and participating in the Elestio network, further enhancing the platform's resilience, decentralization, and accessibility.

View File

@ -0,0 +1,25 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# Sikana: Education for All
![](~/assets/images/partner_sikana.png)
[Sikana](https://www.sikana.tv/), a platform dedicated to providing education for all, has delivered over 400 million lessons through free educational videos. However, the platform has faced financial challenges in hosting its content at scale. In collaboration with ThreeFold, Sikana aims to overcome these challenges and further its mission of providing accessible education by creating local content in native languages and hosting it on local infrastructure. This partnership will empower communities worldwide with knowledge and skills, irrespective of their financial or geographical limitations.
- Over 2,000 educational videos available.
- Over 2 billion views on the platform.
**Why:**
The collaboration between Sikana and ThreeFold is driven by a shared vision of democratizing access to education. By hosting educational content on local infrastructure and creating content in native languages, Sikana aims to break down barriers to education and empower individuals and communities to learn and grow.
**How ThreeFold Can Support Sikana:**
ThreeFold can support Sikana by providing decentralized hosting solutions for its educational content. By leveraging ThreeFold's decentralized cloud computing platform, Sikana can significantly reduce its hosting costs while ensuring scalability, reliability, and data sovereignty. This partnership will enable Sikana to continue expanding its educational offerings and reach even more learners worldwide.
This collaboration between Sikana and ThreeFold represents a powerful synergy between education and technology, driving positive change and empowerment on a global scale.
Visit [Sikana](https://www.sikana.tv/) for more information.
![](~/assets/images/sikana2.png)

View File

@ -0,0 +1,68 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# Tanzania Sovereign Internet
![](~/assets/images/tanzania1.png)
ThreeFold, through its Dunia Yetu initiative, has embarked on a mission to build a sovereign internet infrastructure by Tanzanians for Tanzanians, empowering people to take control and benefit from their own digital lives. Discover our key partners and the projects we support in Tanzania.
## Tanzania Sovereign Internet Partnership with ThreeFold
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. Through this collaboration, ThreeFold aims to empower Tanzania with decentralized internet infrastructure, reducing reliance on internationally controlled internet services and fostering digital sovereignty.
**What is the Partnership About?**
The partnership between ThreeFold and Tanzania revolves around the establishment of a sovereign internet infrastructure. This initiative is part of the 'Dunia Yetu' program, which aims to incubate and support digital projects in Tanzania. Through Dunia Yetu, local innovators will receive support such as IT mentorship and access to decentralized hosting solutions provided by ThreeFold. This collaboration creates a peer-to-peer platform that empowers local entrepreneurs and startups to develop and host their products and services on local servers.
**How Does ThreeFold Support?**
ThreeFold's decentralized cloud aims to support Tanzania's sovereign internet architecture. By leveraging ThreeFold's technology, Tanzania can establish a robust and secure internet infrastructure that is resilient to external control and censorship. Through the 'Dunia Yetu' program, local innovators can access decentralized hosting solutions offered by ThreeFold, reducing costs and improving data sovereignty. Additionally, ThreeFold provides IT mentorship and support to ensure the success of digital projects incubated under the program.
**Why is it Important?**
The establishment of a sovereign internet in Tanzania holds significant economic and strategic importance. By reducing reliance on international internet services, Tanzania can save billions of dollars annually and protect its foreign reserves.
Learn more about [Dunia Yetu](https://www.threefold.io/partners/tanzania-sovereign-internet/) and the new Tanzanian internet.
## Empowering Women and Youth in Tanzania
At ThreeFold, we are committed to promoting diversity and inclusion within our ecosystem and beyond. We believe that diversity fuels creativity and innovation, bringing us closer to our goal of building a more sustainable and equitable digital future for all.
![](~/assets/images/znzpic.png)
Through Dunia Yetu, in partnership with [H.E.R DAO](https://www.her-dao.xyz/), a women-centered developer DAO with a focus on inclusivity, we aim to empower women and youth in Tanzania by providing access to education, opportunities, and resources in the tech sector. By fostering diversity and inclusion in Tanzanias digital ecosystem, we can unlock the untapped potential of women and youth, driving economic growth and innovation.
H.E.R DAO has already established a presence in East Africa, aiming to diversify the blockchain ecosystem and uplift marginalized communities through initiatives like Hackathons and conferences. Their mission focuses on fostering WEB 3 adoption and empowering individuals across the continent. [Discover more](https://www.her-dao.xyz/subchapters).
Together, we laid the groundwork for future collaborations and initiatives that will continue to champion diversity, inclusion, and empowerment in the digital space in Tanzania.
## Africa Amini Alama
Over the past fifteen years, [Africa Amini Alama](https://africaaminialama.com/en/) - which translates as “Africa, I believe in you” - is a Charitable Organisation that has performed many miracles in healthcare, education and social impact in Tanzania. A shy 4-year-old becomes a confident high school student. A Maasai woman is saved, just in time, from a serious illness thanks to a gynaecological examination. A single woman can once again support herself and her children thanks to her participation in a chicken-raising project. A teacher they've employed for many years innovates school teaching thanks to the knowledge he's just acquired.
It's these countless individual stories that touch the heart and make all the difference; these testimonials, and the story of Africa Amini Alama, illustrate the profound impact of their work.
![](~/assets/images/africaaminialama.png)
At ThreeFold, we have a vision for a better world for everyone, and we believe that we can all make a difference. The inspiring work of Africa Amini Alama aligns with our commitment to creating positive change and improving lives, showing that collective efforts can lead to significant, meaningful progress.
ThreeFold could help amplify Africa Amini Alama's impact by implementing its technology to enhance various aspects of their initiatives. ThreeFold's decentralized internet platform can provide reliable and affordable connectivity in remote areas, enabling better access to online educational resources and telemedicine services.
In addition to reliable connectivity, ThreeFold can bring several other benefits to Africa Amini Alama:
- **Digital Literacy and Skills Training**: ThreeFold can provide digital literacy programs and IT skills training for community members, empowering them with the knowledge and tools needed to participate in the digital economy.
- **Sustainable Energy Solutions**: ThreeFold's infrastructure can support sustainable energy solutions, such as solar-powered internet nodes, ensuring that even the most remote areas can have access to power and connectivity without relying on traditional energy sources.
- **Community-driven Applications**: ThreeFolds platform can host and support the development of community-driven applications tailored to the specific needs of Africa Amini Alamas projects. These applications can address various local challenges, from healthcare management to agricultural planning.
- **Support for Entrepreneurs and Startups**: By providing the necessary digital infrastructure, ThreeFold can support local entrepreneurs and startups, fostering innovation and creating new business opportunities within the community.
By leveraging ThreeFold's technology, Africa Amini Alama could expand its reach, improve its operational efficiency, and continue transforming lives across the region.

View File

@ -0,0 +1,78 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# A Sovereign Internet, By and For Tanzania**
The current centralized Internet model works for the few and is GDP negative for most countries. Most nations do not own their Internet, instead with fiber optic cables transferring and storing their data in data centers in the Global North. A relatively small set of big companies have access to and control over the data of billions of citizens, making us a product. The result is a loss of national money, data, sovereignty and influence.
<br>
Our feasibility study showed that Tanzania is losing around 10 Billion USD per year from not having their own infrastructure and applications. The current centralized model needs to change.
<br>
**Centralized model vs ThreeFold model**
<br>
<div class="object-cover w-full" style="display: flex; justify-content: center;">
<img src="/src/assets/images/todays_internet.png" alt="tanzania_sovereign_internet"/>
</div>
<br>
<div class="object-cover w-full" style="display: flex; justify-content: center;">
<img src="/src/assets/images/threefold_internet.jpeg" alt="tanzania_sovereign_internet"/>
</div>
<br>
Tanzania shares this vision and together with ThreeFold has embarked on a mission to build their own sovereign Internet infrastructure where the people are in control and are the ones benefiting from their own digital lives. To achieve this mission, Tanzanias ICT Commission has partnered with us to leverage ThreeFold technology to enable a Tanzanian-owned Internet infrastructure and allow local communities to build the digital solutions that they need and want on top of the grid.
<br/>
ThreeFolds unique technology is ideal for this transformative project because of its affordability, efficiency, accessibility, reliability, security, sustainability and ability to be co-owned. By focusing on everyone owning and running things together, an autonomous digital future shaped by the community will become a reality. It will be a Tanzanian internet designed by and for the people.
<br>
The project “Dunia Yetu”, meaning Our World in Swahili, was announced in January 2024 at a conference in Dar Es Salaam organized by ThreeFold and Tanzanias ICT Commission. The next steps which the team is currently working on include helping local communities to deploy nodes across Dar es Salaam as well as opening a coworking hub. This hub will empower startups and entrepreneurs in Dar es Salaam to learn more about the ThreeFold grid and focus on knowledge sharing to help them build their own digital solutions on top of the grid. Learn more about Tanzanias new internet [here](https://www.threefold.io/newsroom/duniayetulaunchdar/).
<br/>
<div style="padding:56.63% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/919967495?h=340e62170b&amp;badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="TBC NEWS JANUARY 19, 2024 | Sovereign internet: A game changer to Tanzania"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
<br/>
**Empowering women and youth in Tanzania**
At ThreeFold, we are committed to promoting diversity and inclusion within our ecosystem and beyond. We believe that diversity fuels creativity and innovation, bringing us closer to our goal of building a more sustainable and equitable digital future for all.
<br/>
Through Dunia Yetu, in partnership with [H.E.R DAO](https://www.her-dao.xyz/), a women-centered developer DAO with a focus on inclusivity, we aim to empower women and youth in Tanzania by providing access to education, opportunities, and resources in the tech sector. By fostering diversity and inclusion in Tanzanias digital ecosystem, we can unlock the untapped potential of women and youth, driving economic growth and innovation.
<br/>
H.E.R DAO has already established a presence in East Africa, aiming to diversify the blockchain ecosystem and uplift marginalized communities through initiatives like Hackathons and conferences. Their mission focuses on fostering WEB 3 adoption and empowering individuals across the continent. Discover [more](https://www.her-dao.xyz/subchapters).
<br/>
Together, we laid the groundwork for future collaborations and initiatives that will continue to champion diversity, inclusion, and empowerment in the digital space in Tanzania.
<br>
<div class="object-cover w-full" style="display: flex; justify-content: center;">
<img src="/src/assets/images/todays_internet.png" alt="tanzania_sovereign_internet"/>
</div>
<br>
**Africa Alimi Alana**
Over the past fifteen years, [Africa Amini Alama](https://africaaminialama.com/en/) - which translates as “Africa, I believe in you” - has performed many miracles, big and small. A shy 4-year-old becomes a confident high school student. A Maasai woman is saved, just in time, from a serious illness thanks to a gynaecological examination. A single woman can once again support herself and her children thanks to her participation in a chicken-raising project. A teacher they've employed for many years innovates school teaching thanks to the knowledge he's just acquired.
It's these countless individual stories that touch the heart and make all the difference. These stories, and the story of Africa Amini Alama, illustrate the profound impact of their work.
ThreeFold could help amplify Africa Amini Alama's impact by implementing its technology to enhance various aspects of their initiatives. ThreeFold's decentralized internet platform can provide reliable and affordable connectivity in remote areas, enabling better access to online educational resources and telemedicine services.
By leveraging ThreeFold's technology, Africa Amini Alama could expand its reach, improve its operational efficiency, and continue transforming lives across the region.

View File

@ -0,0 +1,15 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# A Metaverse Eradicating Cultural Boundaries
![](/src/assets/images/veverse_pic.png)
[VeVerse](https://veverse.com) aims to create a virtual universe which eradicates cultural boundaries and supports the free flow of ideas and knowledge. The vision is to provide a metaverse platform which bridges virtual worlds, digital assets and communities and to empower museums, artists and game developers to construct captivating environments together where users can play, explore and connect.
One of the critical moments which inspired this project was when VeVerses founder, Vasily Gnuchev, traveled to Egypt. In his own words “experiencing the rich history and art of this ancient civilization firsthand, I became even more determined to create a platform where such wonders could be shared with people worldwide.” It was on this trip Vasily met ThreeFold co-founder Kristof De Spiegeleer, who shared a passion for art and decentralization and whose encouragement played a crucial role in propelling VeVerses first project, Artheon, forward. Artheon is a virtual museum which breaks down cultural barriers by providing global access to artistic masterpieces. Check out this fascinating project [here](https://artheon3d.veverse.com/) and visualize it in the video below.
<iframe width="560" height="315" src="https://www.youtube.com/embed/FCjofnZnTDk?si=GexBObXsBJ-9zvyz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
One of the problems facing VeVerse, and all other metaverse products in existence, is the inadequate computational and connectivity infrastructure available today. Current infrastructure lacks the speed and capacity to power such expansive digital experiences. Latency levels are also significantly higher than the almost zero latency requirements of metaverse data being stored in close proximity to users. Edge computing emerges as a vital solution to realizing the metaverse, offering decentralized local data storage hardware that drastically reduces latency by storing data closer to users. This is where ThreeFold steps in as a pivotal player, offering the largest decentralized grid globally, equipped with edge cloud and computing capabilities essential for powering the metaverse's future. The partnership between ThreeFold and VeVerse will help bring cultural artworks and historical artifacts to billions. Help host this innovative solution by expanding ThreeFolds cloud capacity.

View File

@ -0,0 +1,28 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# A Cutting-Edge Metaverse Platform
![](/src/assets/images/vverse_pic.png)
VVerse offers a cutting-edge platform for virtual socializing and entertainment. One of their first products is [VinDo](https://www.vindo.ai/), the next generation communication and business tool to streamline your interactions, empower your business, simplify your workflow and amplify your results. Businesses can become virtual with VinDO and redefine customer experiences in the metaverse. Checkout the demo video below to see this metaverse in action.
<iframe width="560" height="315" src="https://player.vimeo.com/video/917760972?badge=0&autopause=0&player_id=0&app_id=58479" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
VVerse has chosen to partner with ThreeFold as its infrastructure partner due to its unparalleled capabilities in powering the metaverse's evolution. With ThreeFold's decentralized grid and edge cloud computing, VVerse aims to overcome the limitations of current infrastructure, particularly in terms of latency and scalability. ThreeFold's edge cloud infrastructure minimizes latency, enabling real-time interactions in VR and AR settings. Users will experience seamless interactions and immersive experiences without delays. As VVerse anticipates an influx of users engaging in diverse activities simultaneously, ThreeFold's infrastructure offers scalable solutions. This ensures that the platform can efficiently handle spikes in demand, providing a smooth experience for all users.
**An Immersive Digital FreeZone**
ODEZ (OurWorld Digital Economic Zone) is a pioneering initiative aimed at fostering a thriving digital economy in Zanzibar, using VinDo Metaverse. This project is a collaboration between OurWorld (ThreeFolds venture creator), VVerse, and the Government of Zanzibar to create a digital economic free zone that supports startup growth and digital innovation.
The platform offers:
- **Digital Economic Freezone:** Establishing a regulatory framework that fosters digital business activities and attracts global tech companies.
- **Startup Support:** Providing resources, funding, and mentorship to help startups flourish in a conducive environment.
- **Innovation Hub:** Creating a space where entrepreneurs, developers, and innovators can collaborate and bring groundbreaking ideas to life.
- **Infrastructure Development:** Building state-of-the-art digital infrastructure to support the seamless operation of businesses within the zone
[Explore the website](https://ourworld.vindo.ai/) to experience the future of digital innovation of the OurWorld Economic Digital Zone.
Through strategic partnerships with metaverse innovators like VVerse, we are paving the way for a future where digital and physical realities seamlessly coalesce. Together, these efforts propel the metaverse towards its full potential, revolutionizing digital experiences for users worldwide.

View File

@ -21,7 +21,7 @@ const metadata = {
{
variant: 'primary',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
href: '/typeform',
target: '_blank',
icon: 'tabler:brand-minecraft',
},

View File

@ -59,9 +59,8 @@ const metadata = {
}
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
href: '/typeform',
},
},
{
@ -87,9 +86,8 @@ const metadata = {
}
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
href: '/typeform',
},
hasRibbon: true,
ribbonTitle: 'popular',
@ -117,9 +115,8 @@ const metadata = {
}
],
callToAction: {
target: '_blank',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
href: '/typeform',
},
},
]}
@ -199,7 +196,7 @@ const metadata = {
icon: 'tabler:rosette-discount-check',
},
]}
image={{ src: '~/assets/images/currency_of_future.png', alt: '' }},
image={{ src: '~/assets/images/currency_of_future2.png', alt: '' }},
/>
<!-- FAQs Widget ******************* -->

View File

@ -34,8 +34,7 @@ const metadata = {
{
variant: 'primary',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
target: '_blank',
href: '/typeform',
icon: 'tabler:brand-minecraft',
},
{ text: 'Learn more', href: '#technology' },
@ -111,6 +110,22 @@ const metadata = {
]}
/>
<CallToAction
actions={[
{
variant: 'primary',
text: 'Get INCA Nodes',
href: '/typeform',
icon: 'tabler:brand-minecraft',
},
]}
>
<Fragment slot="title">INCA is Launching on Solana</Fragment>
<Fragment slot="subtitle">
The ThreeFold Grid is an ideal base layer for DePIN. <br>INCA will facilitate the foundations for a new era of the Internet.<br>We're coming to Solana to collaborate with DePIN projects.
</Fragment>
</CallToAction>
<Content
id="pioneers"
image={{
@ -137,7 +152,7 @@ const metadata = {
isReversed
id="about"
image={{
src: '~/assets/images/hardware_computer.jpg',
src: '~/assets/images/hardware_computer2.png',
alt: 'Colorful Image',
loading: 'eager',
}}
@ -217,12 +232,6 @@ const metadata = {
subtitle="We are proud of our partners stemming from all sectors of the industry.<br>Our ecosystem is always expanding and we're always ready for new collaborations!<br> We would like to present some of our amazing partners."
tagline="Partnerships weaving a complete ecosystem"
items={[
{
title: 'Earth Wallet',
description:
"A cutting-edge digital wallet solution designed to empower users with secure and 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.",
icon: 'tabler:wallet',
},
{
title: 'Digital Free Zone',
description:
@ -230,9 +239,16 @@ const metadata = {
icon: 'tabler:map',
},
{
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: 'tabler:stack-backward',
title: 'Earth Wallet',
description:
"A cutting-edge digital wallet solution designed to empower users with secure and 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.",
icon: 'tabler:wallet',
},
{
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. Users of the grid can thus access Elestio\'s services from anywhere in the world.',
icon: 'tabler:device-desktop-code',
},
{
title: 'Sikana',
@ -247,12 +263,10 @@ const metadata = {
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. Users of the grid can thus access Elestio\'s services from anywhere in the world.',
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: 'tabler:stack-backward',
},
]}
>
<Fragment slot="bg">
@ -288,10 +302,32 @@ const metadata = {
icon: 'tabler:rosette-discount-check',
},
]}
image={{ src: '~/assets/images/currency_of_future.png', alt: '' }},
image={{ src: '~/assets/images/currency_of_future2.png', alt: '' }},
/>
<!-- CallToAction Widget *********** -->
<CallToAction
actions={[
{
variant: 'primary',
text: 'Get INCA Nodes',
href: '/typeform',
icon: 'tabler:brand-minecraft',
},
]}
>
<Fragment slot="title">
Grow the Internet Capacity with Us!
</Fragment>
<Fragment slot="subtitle">
The grid grows stronger as we build and deploy together. Join the fun!
</Fragment>
</CallToAction>
<!-- HighlightedPosts Widget ******* -->
@ -336,25 +372,26 @@ const metadata = {
]}
/>
<!-- CallToAction Widget *********** -->
<CallToAction
actions={[
{
variant: 'primary',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
target: '_blank',
icon: 'tabler:brand-minecraft',
text: 'Sign Up',
href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")',
icon: 'tabler:mail',
},
]}
>
<Fragment slot="title">
Grow the Internet Capacity with Us!
Be in the Know!
</Fragment>
<Fragment slot="subtitle">
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!
</Fragment>
</CallToAction>
</Layout>

View File

@ -214,14 +214,13 @@ const metadata = {
target: '_blank',
text: 'Manual',
href: 'https://manual.grid.tf',
icon: 'tabler:brand-minecraft',
icon: 'tabler:book',
},
]}
>
<Fragment slot="title">Start building today.</Fragment>
<Fragment slot="title">Start Building Today</Fragment>
<Fragment slot="subtitle">
The ThreeFold Grid is operational in its 3e generation, <br />check out our manual, let us know what we can
improve on and lets build together.
The ThreeFold Grid is operational in its 3rd generation. <br />Check out our manual and let's build together!
</Fragment>
</CallToAction>
@ -314,19 +313,18 @@ const metadata = {
<!-- CallToAction Widget *********** -->
<Note
content="Start building today see our manual"
content="Start building today."
title="MANUAL "
linkpath="https://manual.grid.tf"
linktitle="https://manual.grid.tf"
linktitle="Read our manual"
/>
<CallToAction
actions={[
{
variant: 'primary',
target: '_blank',
text: 'Get INCA Nodes',
href: 'https://csnkyhwp8b4.typeform.com/to/SnfEE9pj',
href: '/typeform',
icon: 'tabler:brand-minecraft',
},
]}

13
src/pages/typeform.astro Normal file
View File

@ -0,0 +1,13 @@
---
import EmbedTypeform from '~/components/widgets/EmbedTypeform.astro';
import Layout from '~/layouts/PageLayout.astro';
const metadata = {
title: 'Typeform',
};
---
<Layout metadata={metadata}>
<EmbedTypeform />
</Layout>