Compare commits
20 Commits
b04c341591
...
main
Author | SHA1 | Date | |
---|---|---|---|
4d83b9ca5d | |||
|
f0a76fea38 | ||
|
da1d833cc6 | ||
|
1e078f63d6 | ||
|
bf28663df5 | ||
aec2ed7c05 | |||
02d05313da | |||
fefc959fbf | |||
fbdd3c012a | |||
97398c940f | |||
c399956376 | |||
325a5642ad | |||
1f411c0fa0 | |||
89975afa29 | |||
e6b37d6543 | |||
828d7da5df | |||
38abe7a55f | |||
17d592c4e4 | |||
a01688e155 | |||
6759f0bd60 |
9
package-lock.json
generated
9
package-lock.json
generated
@@ -1836,9 +1836,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001625",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001625.tgz",
|
||||
"integrity": "sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==",
|
||||
"version": "1.0.30001741",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001741.tgz",
|
||||
"integrity": "sha512-QGUGitqsc8ARjLdgAfxETDhRbJ0REsP6O3I96TAth/mVjh2cYzN2u+3AzPP3aVSm2FehEItaJw1xd+IGBXWeSw==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
@@ -1852,7 +1852,8 @@
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
]
|
||||
],
|
||||
"license": "CC-BY-4.0"
|
||||
},
|
||||
"node_modules/chalk": {
|
||||
"version": "4.1.2",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
@@ -3,7 +3,7 @@ title: Adnan Fateryji
|
||||
weight: 2
|
||||
description: Co-Founder, CEO of TF DMCC
|
||||
taxonomies:
|
||||
people: [adnan fatayerji]
|
||||
people: [adnan_fatayerji]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 69 KiB |
@@ -1,20 +0,0 @@
|
||||
---
|
||||
title: Amrit Gayan
|
||||
weight: 4
|
||||
description: Advisor, Finance & Operations
|
||||
taxonomies:
|
||||
people: [amrit_gayan]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: amrit_gayan.jpeg
|
||||
organizations: []
|
||||
countries: []
|
||||
cities: []
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/in/amrit-gayan-mba-38083462,
|
||||
}
|
||||
---
|
||||
|
||||
+20 years experience leading award-winning banks. AI and technology enthusiast.
|
@@ -7,14 +7,13 @@ taxonomies:
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: malte_geierhos.jpeg
|
||||
imgPath: malte_geierhos.png
|
||||
organizations: []
|
||||
countries: []
|
||||
cities: []
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: #,
|
||||
websites: #,
|
||||
LinkedIn:
|
||||
}
|
||||
---
|
||||
|
BIN
public/images/people/malte_geierhos/malte_geierhos.png
Normal file
BIN
public/images/people/malte_geierhos/malte_geierhos.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -1,19 +0,0 @@
|
||||
import { CallToAction } from '@/components/CallToAction'
|
||||
import { Faqs } from '@/components/Faqs'
|
||||
import { Footer } from '@/components/Footer'
|
||||
import { Header_darkbg } from '@/components/Header_darkbg'
|
||||
import { People_Amrit_Gayan } from '@/components/people/People_Amrit_Gayan'
|
||||
|
||||
export default function AmritGayanPage() {
|
||||
return (
|
||||
<>
|
||||
<Header_darkbg />
|
||||
<main>
|
||||
<People_Amrit_Gayan />
|
||||
<CallToAction />
|
||||
<Faqs />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
@@ -25,7 +25,7 @@ const faqs = [
|
||||
{
|
||||
question: 'What kinds of projects are in the OurWorld ecosystem?',
|
||||
answer:
|
||||
'Our portfolio includes decentralized cloud (ThreeFold), tokenized economies (TF9), digital jurisdictions (FreeZone), and open education (Sikana).',
|
||||
'Our portfolio includes decentralized cloud (ThreeFold), tokenized economies (TF9), digital jurisdictions (free zone), and open education (Sikana).',
|
||||
},
|
||||
{
|
||||
question: 'Where does OurWorld operate?',
|
||||
@@ -45,7 +45,7 @@ const faqs = [
|
||||
'Whether you’re a founder, funder, builder or policymaker—if you resonate with our mission, reach out to start a conversation.',
|
||||
},
|
||||
{
|
||||
question: 'What is the Digital Freezone?',
|
||||
question: 'What is the Digital Free Zone?',
|
||||
answer:
|
||||
'It’s a sovereign digital jurisdiction enabling remote company creation, tokenized commerce, and flexible digital residency.',
|
||||
},
|
||||
|
@@ -9,17 +9,17 @@ export function VenturesFreezone() {
|
||||
<div className="max-w-5xl">
|
||||
<p className="subtitle-default text-gray-900">VENTURES</p>
|
||||
<h2 className="mt-2 h2-default text-gray-900">
|
||||
OurWorld Digital Freezone
|
||||
Zanzibar Digital Free Zone
|
||||
</h2>
|
||||
</div>
|
||||
<section className="mt-12 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-48 lg:gap-y-16">
|
||||
<div className="lg:pr-8">
|
||||
<h2 className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">About</h2>
|
||||
<p className="mt-6 text-lg/7 text-gray-600">
|
||||
Digital Freezone is a collaborative project with the Government of Zanzibar through ZICTIA. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The FreeZone provides regulatory incentives and benefits to businesses through a fully online platform.
|
||||
The digital free zone is a collaborative project with the Revolutionary Government of Zanzibar through ZICTIA. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The free zone provides regulatory incentives and benefits to businesses through a fully online platform.
|
||||
</p>
|
||||
<p className="mt-8 text-lg/7 text-gray-600">
|
||||
Planned to officially launch this Q3 2025, OurWorld Digital Freezone will introduce a new paradigm of sovereign digital jurisdiction. Unlike traditional regulatory zones, this Freezone is governed directly by OurWorld ; enabling an unprecedented level of integration between digital identity, business formation, compliance, and tokenized trade. This sovereign model represents a billion-dollar opportunity and a foundational layer in OurWorld’s broader vision for next-generation, decentralized global infrastructure.
|
||||
Planned to officially launch in late 2025, the Zanzibar Digital Free Zone will introduce a new paradigm of sovereign digital jurisdiction. Unlike traditional regulatory zones, this free zone is governed directly by OurWorld; enabling an unprecedented level of integration between digital identity, business formation, compliance, and tokenized trade. This sovereign model represents a billion-dollar opportunity and a foundational layer in OurWorld’s broader vision for next-generation, decentralized global infrastructure.
|
||||
</p>
|
||||
</div>
|
||||
<div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
|
||||
@@ -74,7 +74,7 @@ export function VenturesFreezone() {
|
||||
Website
|
||||
</p>
|
||||
<p className='text-lg/7 font-light text-gray-600'>
|
||||
<a href="http://cybercity.ourworld.tf/" className="text-indigo-600 hover:text-gray-500">cybercity.ourworld.tf</a>
|
||||
<a href="http://freezone.ourworld.tf/" className="text-indigo-600 hover:text-gray-500">freezone.ourworld.tf</a>
|
||||
</p>
|
||||
<p className='mt-6'>
|
||||
Contact
|
||||
@@ -134,7 +134,7 @@ export function VenturesFreezone() {
|
||||
<BriefcaseIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||
<span>
|
||||
<strong className="font-semibold text-lg text-gray-900">Company Management Tools. </strong>
|
||||
A prototype of the Digital Freezone Marketplace, showing how residents can list, manage, and trade assets within a secure and regulated environment.
|
||||
A prototype of the Digital Free Zone Marketplace, showing how residents can list, manage, and trade assets within a secure and regulated environment.
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
@@ -16,8 +16,8 @@ const ventures = [
|
||||
{
|
||||
name: 'Zanzibar Digital Free Zone',
|
||||
logo: '/images/ventures/freezone.png',
|
||||
description: 'A collaboration with the Government of Zanzibar through ZICTA. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The FreeZone provides regulatory incentives and benefits to businesses through a fully online platform.',
|
||||
url: 'http://cybercity.ourworld.tf/',
|
||||
description: 'A collaboration with the Government of Zanzibar through ZICTA. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The free zone provides regulatory incentives and benefits to businesses through a fully online platform.',
|
||||
url: 'http://freezone.ourworld.tf/',
|
||||
learnMoreUrl: './freezone'
|
||||
},
|
||||
{
|
||||
|
@@ -23,7 +23,7 @@ export function VenturesHeroApp() {
|
||||
<div className="lg:pr-8">
|
||||
<h2 className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">About</h2>
|
||||
<p className="mt-6 text-lg/7 text-gray-600">
|
||||
HERO is a next-generation Personal Agent (PA), a sovereign digital assistant designed to act entirely on behalf of its user. Developed on the ThreeFold infrastructure and operating within a sovereign digital freezone, HERO prioritizes privacy, autonomy, and user control in every interaction.</p>
|
||||
HERO is a next-generation Personal Agent (PA), a sovereign digital assistant designed to act entirely on behalf of its user. Developed on the ThreeFold infrastructure and operating within a sovereign digital free zone, HERO prioritizes privacy, autonomy, and user control in every interaction.</p>
|
||||
<p className="mt-8 text-lg/7 text-gray-600">
|
||||
Unlike traditional AI systems owned by corporations and driven by centralized data harvesting, HERO is built around the principles of Augmented Collective Intelligence (ACI), enabling personalized intelligence that evolves through real human context. It integrates seamlessly into everyday life, supporting communication, identity, knowledge, memory, and transactions while preserving cultural nuance and digital sovereignty.
|
||||
</p>
|
||||
|
@@ -1,25 +0,0 @@
|
||||
import { PersonTemplate } from '@/components/PersonTemplate'
|
||||
|
||||
export const data = [
|
||||
{
|
||||
name: 'Amrit Gayan',
|
||||
role: 'Advisor, Finance & Operations',
|
||||
imageUrl: '/images/people/amrit_gayan/amrit_gayan.jpeg',
|
||||
xUrl: '#',
|
||||
linkedinUrl: '#',
|
||||
},
|
||||
]
|
||||
|
||||
const biography = `
|
||||
<p class="text-lg/7">
|
||||
Amrit is a transformation-driven strategist and systems leader with deep experience in rethinking how finance, technology, and operations converge. With over a decade of international leadership across banking and digital ecosystems, he blends financial insight with a forward-looking approach to automation, AI, and organizational design.
|
||||
</p>
|
||||
<p class="mt-5 text-lg/7">
|
||||
At OurWorld, Amrit brings a human-first lens to complex systems; structuring future-proof operations, guiding scalable governance, and championing innovation that empowers both institutions and individuals. His work is rooted in the belief that real transformation begins with purpose, and that technology must serve meaningful, inclusive growth.
|
||||
</p>
|
||||
`
|
||||
|
||||
|
||||
export function People_Amrit_Gayan() {
|
||||
return <PersonTemplate personData={data[0]} biography={biography} />
|
||||
}
|
@@ -4,7 +4,7 @@ export const data = [
|
||||
{
|
||||
name: 'Malte Geierhos',
|
||||
role: 'Team Member',
|
||||
imageUrl: '/images/people/malte_geierhos/malte_geierhos.jpeg',
|
||||
imageUrl: '/images/people/malte_geierhos/malte_geierhos.png',
|
||||
xUrl: '#',
|
||||
linkedinUrl: 'https://www.linkedin.com/in/malte-geierhos/',
|
||||
},
|
||||
|
@@ -17,7 +17,6 @@ export async function getAllPeopleData(): Promise<PersonData[]> {
|
||||
const peopleComponents = [
|
||||
() => import('@/components/people/People_Adnan_Fateryji'),
|
||||
() => import('@/components/people/People_Alexandre_Hannelas'),
|
||||
() => import('@/components/people/People_Amrit_Gayan'),
|
||||
() => import('@/components/people/People_Chris_Camponovo'),
|
||||
() => import('@/components/people/People_Florian_Fournier'),
|
||||
() => import('@/components/people/People_Gregory_Flipo'),
|
||||
@@ -54,7 +53,6 @@ export async function getAllPeopleData(): Promise<PersonData[]> {
|
||||
// Synchronous version using static imports for immediate data access
|
||||
import { data as adnan_fateryjiData } from '@/components/people/People_Adnan_Fateryji'
|
||||
import { data as alexandre_hannelasData } from '@/components/people/People_Alexandre_Hannelas'
|
||||
import { data as amrit_gayanData } from '@/components/people/People_Amrit_Gayan'
|
||||
import { data as chris_camponovoData } from '@/components/people/People_Chris_Camponovo'
|
||||
import { data as florian_fournierData } from '@/components/people/People_Florian_Fournier'
|
||||
import { data as gregory_flipoData } from '@/components/people/People_Gregory_Flipo'
|
||||
@@ -88,12 +86,6 @@ export function getAllPeopleDataSync(): PersonData[] {
|
||||
console.error('Error loading alexandre_hannelas data:', error)
|
||||
}
|
||||
|
||||
try {
|
||||
allPeopleData.push(...amrit_gayanData)
|
||||
} catch (error) {
|
||||
console.error('Error loading amrit_gayan data:', error)
|
||||
}
|
||||
|
||||
try {
|
||||
allPeopleData.push(...chris_camponovoData)
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user