updated images and reposition some image
This commit is contained in:
parent
2e314a5b65
commit
caba80ae0b
BIN
src/assets/images/elestio_image.png
Normal file
BIN
src/assets/images/elestio_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
@ -21,7 +21,6 @@ const metadata = {
|
|||||||
id="about"
|
id="about"
|
||||||
tagline="Builders"
|
tagline="Builders"
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/builders_temp.webp',
|
|
||||||
alt: 'Caos Image',
|
alt: 'Caos Image',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
@ -35,6 +34,69 @@ const metadata = {
|
|||||||
|
|
||||||
<!-- Content Widget **************** -->
|
<!-- 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
|
<Content2
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
@ -45,7 +107,7 @@ const metadata = {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/elestio_pic.png',
|
src: '~/assets/images/elestio_image.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
@ -97,38 +159,8 @@ const metadata = {
|
|||||||
</Fragment>
|
</Fragment>
|
||||||
</Content2>
|
</Content2>
|
||||||
|
|
||||||
<Content2
|
|
||||||
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
|
<Content2
|
||||||
isReversed
|
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
@ -158,28 +190,31 @@ const metadata = {
|
|||||||
</Fragment>
|
</Fragment>
|
||||||
</Content2>
|
</Content2>
|
||||||
|
|
||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
|
isReversed
|
||||||
link="~/assets/images/mission.jpg"
|
link="~/assets/images/mission.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
items={[
|
items={[
|
||||||
{
|
{
|
||||||
description: '<a href= "/builders/digital_freezone">Read More</a>',
|
description: '<a href= "/builders/veverse">Read More</a>',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
image={{
|
image={{
|
||||||
src: '~/assets/images/partner_ourworld.png',
|
src: '~/assets/images/veverse_pic.png',
|
||||||
alt: 'Colorful Image',
|
alt: 'Colorful Image',
|
||||||
loading: 'eager',
|
loading: 'eager',
|
||||||
layout: '',
|
layout: '',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Fragment slot="content">
|
<Fragment slot="content">
|
||||||
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Digital FreeZone</h2>
|
<h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">VeVerse</h2>
|
||||||
<p>
|
<p>
|
||||||
The OurWorld Digital FreeZone, established in Zanzibar, is a groundbreaking partnership between ThreeFold and
|
VeVerse aims to create a virtual universe which eradicates cultural boundaries and supports the free flow of
|
||||||
the government of Tanzania. This initiative aims to create a free sovereign digital and economic area, fostering
|
ideas and knowledge. The vision is to provide a metaverse platform which bridges virtual worlds, digital assets
|
||||||
innovation, growth, and prosperity within the region.
|
and communities and to empower museums, artists and game developers to construct captivating environments
|
||||||
|
together where users can play, explore and connect.
|
||||||
</p>
|
</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|
||||||
@ -189,7 +224,6 @@ const metadata = {
|
|||||||
</Content2>
|
</Content2>
|
||||||
|
|
||||||
<Content2
|
<Content2
|
||||||
isReversed
|
|
||||||
link="~/assets/images/vverse_logo.jpg"
|
link="~/assets/images/vverse_logo.jpg"
|
||||||
id="mission"
|
id="mission"
|
||||||
columns={3}
|
columns={3}
|
||||||
@ -220,34 +254,4 @@ const metadata = {
|
|||||||
</Fragment>
|
</Fragment>
|
||||||
</Content2>
|
</Content2>
|
||||||
|
|
||||||
<Content2
|
|
||||||
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>
|
|
||||||
</Layout>
|
</Layout>
|
||||||
|
@ -4,7 +4,7 @@ layout: ~/layouts/MarkdownLayout.astro
|
|||||||
|
|
||||||
# OurWorld Digital Freezone (Zanzibar)
|
# OurWorld Digital Freezone (Zanzibar)
|
||||||
|
|
||||||
![](/src/assets/images/freezone.png)
|
![](/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.
|
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.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ layout: ~/layouts/MarkdownLayout.astro
|
|||||||
|
|
||||||
# Earth Wallet
|
# Earth Wallet
|
||||||
|
|
||||||
![](/src/assets/images/earth_wallet.png)
|
![](/src/assets/images/partner_social.png)
|
||||||
|
|
||||||
**Introduction:**
|
**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.
|
[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.
|
||||||
|
@ -4,7 +4,7 @@ layout: ~/layouts/MarkdownLayout.astro
|
|||||||
|
|
||||||
# Elestio
|
# Elestio
|
||||||
|
|
||||||
![](/src/assets/images/elestio_main.png)
|
![](/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.
|
[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.
|
||||||
|
|
||||||
|
@ -4,13 +4,15 @@ layout: ~/layouts/MarkdownLayout.astro
|
|||||||
|
|
||||||
# Tanzania Sovereign Internet
|
# 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.
|
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
|
## 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.
|
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.
|
||||||
|
|
||||||
![](~/assets/images/tanzania1.png)
|
|
||||||
|
|
||||||
**What is the Partnership About?**
|
**What is the Partnership About?**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user