16 Commits

Author SHA1 Message Date
Mik-TF
a52325a169 holo updates 2024-07-09 10:49:08 -04:00
1e9915465a Update src/pages/builders/holochain.md 2024-07-09 14:35:34 +00:00
9249d538a4 Update src/pages/builders.astro 2024-07-09 14:22:01 +00:00
a415855e49 Upload files to "src/assets/images" 2024-07-09 14:17:39 +00:00
3b61d12266 Update src/pages/builders/holochain.md 2024-07-09 14:05:14 +00:00
a631444d97 holochain 2024-07-09 13:53:00 +00:00
8d980acd66 Merge pull request 'added mailing list in footer' (#102) from development_added_mailing_list into development
Reviewed-on: tfgrid/www_projectinca#102
2024-07-08 17:17:09 +00:00
Mik-TF
b9230206ea added mailing list in footer 2024-07-08 13:16:33 -04:00
e140771288 Merge pull request 'fix crisp loading' (#101) from development_crisp_fix into development
Reviewed-on: tfgrid/www_projectinca#101
Reviewed-by: mik-tf <perreault@incubaid.com>
2024-07-05 02:31:33 +00:00
844217694f fix crisp loading 2024-07-04 12:59:36 +03:00
a8b7e667c6 Merge pull request 'removed newsletter for now' (#100) from development_remove_newsletter into development
Reviewed-on: tfgrid/www_projectinca#100
2024-06-26 22:24:07 +00:00
Mik-TF
52e6b09e91 removed newsletter for now 2024-06-26 18:23:23 -04:00
1ecb7ef5be Merge pull request 'updated subtitle' (#97) from development_subtitle into development
Reviewed-on: tfgrid/www_projectinca#97
2024-06-26 22:05:01 +00:00
Mik-TF
97ede7d56e updated subtitle 2024-06-26 18:03:47 -04:00
e3b5fe94ab Merge pull request 'updated legal' (#92) from development_update_legal into development
Reviewed-on: tfgrid/www_projectinca#92
2024-06-25 18:30:03 +00:00
Mik-TF
dd49d98cd3 updated legal 2024-06-25 14:28:41 -04:00
10 changed files with 377 additions and 282 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -37,22 +37,39 @@ const { language, textDirection } = I18N;
<Analytics />
<!-- Comment the line below to disable View Transitions -->
<ViewTransitions fallback="swap" />
<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>
<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>
<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);
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));
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>
</script>
<!-- End MailerLite Universal -->
</head>

View File

@@ -31,7 +31,6 @@ export const footerData = {
{
title: 'Project Overview',
links: [
{ text: 'Home', href: '/' },
{ text: 'Technology', href: '/technology' },
{ text: 'Builders', href: '/builders' },
{ text: 'About', href: '/about' },
@@ -48,11 +47,10 @@ export const footerData = {
{
title: 'Communication',
links: [
{ text: 'Join the Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
{ text: 'Contact Us', href: '/contact' },
{ text: 'ThreeFold Chat', href: 'https://t.me/threefold' },
{ text: 'INCA Blog', href: '/blog' },
{ text: 'Mailing List', href: 'javascript:ml_account("webforms", "3562741", "n7q9l7", "show")' },
{ text: 'Blog', href: '/blog' },
],
},
],

View File

@@ -1,257 +1,290 @@
---
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>
---
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/holochain">Read More</a>',
},
]}
image={{
src: '~/assets/images/holochain.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">Holochain</h2>
<p>
Holochain is a framework for developing and running decentralized applications (dApps)
designed to be scalable, efficient and adaptable, featuring a peer-to-peer content
distribution protocol, cryptography and hash tables. The goal of Holochain is to serve as a bridge between the broader internet and apps built using Holochain.
</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/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
isReversed
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
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
isReversed
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,35 @@
---
layout: ~/layouts/MarkdownLayout.astro
---
# Holochain
![](/src/assets/images/holochain.png)
### **An end-to-end open source P2P app framework**
[Holochain](https://www.holochain.org) is a framework for developing and running decentralized applications (dApps) designed to be scalable, efficient and adaptable, featuring a peer-to-peer content distribution protocol, cryptography and hash tables. Unlike traditional blockchain architectures, Holochain uses a distributed hash table (DHT) to enable peer-to-peer communication and data storage, offering greater flexibility and performance for decentralized applications. It addresses effectively scalability challenges and is highly environmentally friendly.
A significant change enabling Holochain's innovation is its shift from a data-dependent blockchain to an agent-centric system. Unlike blockchain's need for global consensus, Holochain employs an agent system where each agent maintains a private fork, managed on the blockchain in a limited manner using a distributed hash table. This approach eliminates the scalability issues common to blockchain solutions, allowing decentralized applications (dApps) on Holochain to achieve more with fewer resources.
![](/src/assets/images/holochain2.png)
ThreeFold and Holochain will together go to market, Holochain as application layer being hosted on the ThreeFold Grid.
### **Partnership with ThreeFold**
The partnership between ThreeFold and Holochain merges decentralized infrastructure with advanced application development frameworks. By combining the strengths of both platforms, this collaboration seeks to drive innovation and expedite the adoption of decentralized technologies.
#### **How the Partnership Works**
**Integration of Services:** ThreeFold's TF Grid will integrate with Holochain's framework, providing decentralized hosting and storage solutions for Holochain-based applications. This integration will enable developers to deploy their dApps on a scalable and resilient infrastructure, enhancing performance and reliability for end-users.
**Benefits for Users:**
- **Enhanced Performance:** Users of Holochain-based applications hosted on the TF Grid will experience improved performance and responsiveness, thanks to the scalable and distributed nature of ThreeFold's infrastructure.
- **Increased Reliability:** By leveraging ThreeFold's decentralized hosting solutions, users will benefit from enhanced reliability and uptime for Holochain applications, reducing the risk of downtime and service interruptions.
- **Data Sovereignty:** Users will have greater control over their data and digital assets, as Holochain applications hosted on the TF Grid will adhere to principles of data sovereignty and privacy.
**Conclusion:** The partnership between ThreeFold and Holochain represents a strategic alignment of decentralized infrastructure and application development frameworks, aimed at empowering developers and users to build and deploy scalable, efficient, and resilient decentralized applications. By leveraging each other's strengths and capabilities, the partnership holds the promise of driving innovation and accelerating the adoption of decentralized technologies across various industries and use cases.
For more information about Holochain, visit [Holochain](https://holochain.org).

View File

@@ -51,8 +51,8 @@ const metadata = {
</Fragment>
<Fragment slot="subtitle">
<span class="hidden sm:inline">
<br>We are a community-driven and open-source project<br> that 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>
<br>Ideal for <b>DePIN</b> and <b>Web 2/3</b> projects, <br>our platform serves as a decentralized infrastructure base layer, <br>designed to be hosted by everyone, for everyone.<br>
</span>
<br>Earn rewards by providing <span class="font-semibold">Internet Capacity</span> to the world!</i>

View File

@@ -3,7 +3,15 @@ title: 'Privacy Policy'
layout: '~/layouts/MarkdownLayout.astro'
---
*This privacy policy will explain how ThreeFold Movement ("companies", "we", or "us") uses the personal data we collect from you when you use our websites, including the Project INCA website.*
This privacy policy will explain how INCA, doing business as INCA or, as the case may be “ThreeFold” or ThreeFold DMCC (“INCA“, “we”, “us”, or “our”), concerning your access to and use of any of the following INCA related websites: The project INCA website or ThreeFold websites/wikis/forums, including without limitation any sites such as https://internetcapacity.org, https://threefold.io, https://threefold.me, https://grid.tf, https://threefold.tech, https://freeflownation.org, https://3bot.org, https://incubaid.com or https://consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repositories on https://github.com/threefoldfoundation, https://github.com/threefoldtech and https://git.ourworld.tf/tfgrid, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
We use the personal data we collect from you when you use our websites, including the Project INCA website.
<p style="text-align: center"><b>ThreeFold DMCC</b><br>
Unit No: BA1120 DMCC Business Centre, Level No 1,<br>
Jewellery & Gemplex 3,<br>
Dubai, <br>
United Arab Emirates</p>
### What data do we collect?
@@ -112,4 +120,8 @@ We keep our privacy policy under regular review and places any updates on this w
If you have any questions about our privacy policy, the data we hold on you, or you would like to exercise one of your data protection rights, please do not hesitate to contact us.
Email us at: dataprivacy@threefold.io
<p style="text-align: center"><b>ThreeFold DMCC</b><br>
Unit No: BA1120 DMCC Business Centre, Level No 1,<br>
Jewellery & Gemplex 3,<br>
Dubai, <br>
United Arab Emirates<br>dataprivacy@threefold.io</p>

View File

@@ -3,9 +3,7 @@ title: 'Terms and Conditions'
layout: '~/layouts/MarkdownLayout.astro'
---
These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and ThreeFold, doing business as ThreeFold (“ThreeFold“, “we”, “us”, or “our”), concerning your access to and use of the threefold related websites:
The project INCA website, websites/wikis/forums ending with threefold.io, threefold.me, grid.tf, threefold.tech, TFT.com, freeflownation.org, 3bot.org, incubaid.com or consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repository on https://github.com/threefoldfoundation, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
These Terms of Use constitute a legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and INCA, doing business as INCA or, as the case may be “ThreeFold” or ThreeFold DMCC (“INCA“, “we”, “us”, or “our”), concerning your access to and use of any of the following INCA related websites: The project INCA website or ThreeFold websites/wikis/forums, including without limitation any sites such as www.https://internetcapacity.org, https://threefold.io, https://threefold.me, https://grid.tf, https://threefold.tech, https://freeflownation.org, https://3bot.org, https://incubaid.com or https://consciousinternet.org or any other website as used/promoted by the ThreeFold Foundation or any other site as originating from our open-source git repositories on https://github.com/threefoldfoundation, https://github.com/threefoldtech and https://git.ourworld.tf/tfgrid, as well as any other media form, media channel, forum, mobile website or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”).
You agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of Use.
@@ -149,6 +147,8 @@ These Terms of Use and any policies or operating rules posted by us on the Site
In order to resolve a complaint regarding the Site or to receive further information regarding use of the Site, please contact us at:
- ThreeFold FCZ
- BA1120 DMCC BUSINESS CENTRE, LEVEL NO 1, JEWELLERY & GEMPLEX 3, DUBAI, UNITED EMIRATES ARAB
- info@threefold.io
<p style="text-align: center"><b>ThreeFold DMCC</b><br>
Unit No: BA1120 DMCC Business Centre, Level No 1,<br>
Jewellery & Gemplex 3,<br>
Dubai, <br>
United Arab Emirates<br>info@threefold.io</p>