add profiles
This commit is contained in:
parent
54f552fe32
commit
003e6bff25
BIN
public/images/people/Malte_Geierhos/malte_geierhos.jpeg
Normal file
BIN
public/images/people/Malte_Geierhos/malte_geierhos.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
23
src/app/ventures/freezone/page.tsx
Normal file
23
src/app/ventures/freezone/page.tsx
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
import { CallToAction } from '@/components/CallToAction'
|
||||||
|
import { Faqs } from '@/components/Faqs'
|
||||||
|
import { Footer } from '@/components/Footer'
|
||||||
|
import { Header_darkbg } from '@/components/Header_darkbg'
|
||||||
|
import { Quote } from '@/components/Quote'
|
||||||
|
import { VenturesFreezone } from '@/components/VenturesFreezone'
|
||||||
|
import { VenturesGeomind } from '@/components/VenturesGeomind'
|
||||||
|
|
||||||
|
|
||||||
|
export default function Freezone() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<Header_darkbg />
|
||||||
|
<main>
|
||||||
|
<VenturesFreezone />
|
||||||
|
<Quote />
|
||||||
|
<CallToAction />
|
||||||
|
<Faqs />
|
||||||
|
</main>
|
||||||
|
<Footer />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
21
src/app/ventures/geomind/page.tsx
Normal file
21
src/app/ventures/geomind/page.tsx
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
import { CallToAction } from '@/components/CallToAction'
|
||||||
|
import { Faqs } from '@/components/Faqs'
|
||||||
|
import { Footer } from '@/components/Footer'
|
||||||
|
import { Header_darkbg } from '@/components/Header_darkbg'
|
||||||
|
import { Quote } from '@/components/Quote'
|
||||||
|
import { VenturesGeomind } from '@/components/VenturesGeomind'
|
||||||
|
|
||||||
|
export default function Geomind() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<Header_darkbg />
|
||||||
|
<main>
|
||||||
|
<VenturesGeomind />
|
||||||
|
<Quote />
|
||||||
|
<CallToAction />
|
||||||
|
<Faqs />
|
||||||
|
</main>
|
||||||
|
<Footer />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
142
src/components/VenturesFreezone.tsx
Normal file
142
src/components/VenturesFreezone.tsx
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
|
||||||
|
import { IdentificationIcon, BuildingStorefrontIcon, BanknotesIcon, UserPlusIcon, GlobeAltIcon, BriefcaseIcon } from '@heroicons/react/20/solid'
|
||||||
|
|
||||||
|
|
||||||
|
export function VenturesFreezone() {
|
||||||
|
return (
|
||||||
|
<div className="overflow-hidden bg-white py-24 sm:py-32">
|
||||||
|
<div className="mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8">
|
||||||
|
<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
|
||||||
|
</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.
|
||||||
|
</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.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
|
||||||
|
<div className="lg:mx-0">
|
||||||
|
<div className="relative">
|
||||||
|
<figure className="border border-gray-200 px-6 lg:pl-8 lg:pr-24 py-6 lg:py-8 rounded-3xl bg-gray-50 mt-8 lg:mt-0">
|
||||||
|
<blockquote className="text-lg/8 font-semibold tracking-tight text-gray-900">
|
||||||
|
<p>
|
||||||
|
Sector
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
Technology, Information and Internet
|
||||||
|
</p>
|
||||||
|
<p className='mt-4'>
|
||||||
|
Key Contact
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
<figcaption className="mt-4 flex gap-x-4">
|
||||||
|
<img
|
||||||
|
alt=""
|
||||||
|
src="/images/people/chris_camponovo/chris_camponovo.jpeg"
|
||||||
|
className="mt-1 size-14 flex-none rounded-full bg-gray-50"
|
||||||
|
/>
|
||||||
|
<div>
|
||||||
|
<p className="font-semibold text-base text-gray-900">Chris Camponovo</p>
|
||||||
|
<p className="text-gray-600 text-sm/8">Co-founder</p>
|
||||||
|
</div>
|
||||||
|
</figcaption>
|
||||||
|
<figcaption className="mt-4 flex gap-x-4">
|
||||||
|
<img
|
||||||
|
alt=""
|
||||||
|
src="/images/people/florian_fournier/florian_fournier.jpeg"
|
||||||
|
className="mt-1 size-14 flex-none rounded-full bg-gray-50"
|
||||||
|
/>
|
||||||
|
<div>
|
||||||
|
<p className="font-semibold text-base text-gray-900">Florian Fournier</p>
|
||||||
|
<p className="text-gray-600 text-sm/8">Co-founder</p>
|
||||||
|
</div>
|
||||||
|
</figcaption>
|
||||||
|
<blockquote className="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">
|
||||||
|
<p>
|
||||||
|
Headquarters
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
Zanzibar, Tanzania
|
||||||
|
</p>
|
||||||
|
<p className='mt-6'>
|
||||||
|
Website
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
<a href="http://cybercity.ourworld.tf/" className="text-indigo-600 hover:text-indigo-500">cybercity.ourworld.tf</a>
|
||||||
|
</p>
|
||||||
|
<p className='mt-6'>
|
||||||
|
Contact
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
<a href="mailto:info@threefold.io " className="text-indigo-600 hover:text-indigo-500">info@ourworld.tf</a>
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="max-lg:mt-8 lg:col-span-1">
|
||||||
|
<p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Key Features</p>
|
||||||
|
<hr className="mt-6 border-t border-gray-200" />
|
||||||
|
<ul role="list" className="mt-8 space-y-8 text-gray-600">
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<IdentificationIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Digital Resident Management. </strong>
|
||||||
|
Provides residents and companies with legal, governance, and accounting tools.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<BuildingStorefrontIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Marketplace. </strong>
|
||||||
|
Enables residents and companies to list, manage, and trade real-world digital assets.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<BanknotesIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Integrated DeFi Platform. </strong>
|
||||||
|
Supports digital financial operations and asset transactions.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<UserPlusIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Digital Resident Registration Portal. </strong>
|
||||||
|
A video demonstration of the portal where new users can register as Digital Residents.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<GlobeAltIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Resident Platform Overview. </strong>
|
||||||
|
A guided tour of the Resident Platform, showing how residents:
|
||||||
|
<ul className="list-disc ml-6 mt-2 space-y-1 text-sm text-gray-700">
|
||||||
|
<li>Access all governance, legal, and accounting tools in a single dashboard.</li>
|
||||||
|
<li>Register companies under various legal structures.</li>
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<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.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
120
src/components/VenturesGeomind.tsx
Normal file
120
src/components/VenturesGeomind.tsx
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
|
||||||
|
import { Cog6ToothIcon, ArrowsPointingOutIcon, CommandLineIcon, BoltIcon } from '@heroicons/react/20/solid'
|
||||||
|
|
||||||
|
|
||||||
|
export function VenturesGeomind() {
|
||||||
|
return (
|
||||||
|
<div className="overflow-hidden bg-white py-24 sm:py-32">
|
||||||
|
<div className="mx-auto max-w-2xl px-6 lg:max-w-7xl lg:px-8">
|
||||||
|
<div className="max-w-5xl">
|
||||||
|
<p className="subtitle-default text-gray-900">VENTURES</p>
|
||||||
|
<h2 className="mt-2 h2-default text-gray-900">
|
||||||
|
GeoMind
|
||||||
|
</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">
|
||||||
|
GeoMind is a software company which has developed a cloud computing system designed for planetary-scale scalability, offering secure, immutable data storage that ensures integrity and permanence.
|
||||||
|
</p>
|
||||||
|
<p className="mt-8 text-lg/7 text-gray-600">
|
||||||
|
GeoMind’s platform redefines what modern cloud infrastructure can achieve. It is an ultra-secure, globally scalable edge and AI cloud environment with fully autonomous, self-healing capabilities. Designed for both traditional and emerging workloads, the technology provides unmatched sovereignty, scalability, and efficiency that traditional cloud solutions cannot deliver
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
|
||||||
|
<div className="lg:mx-0">
|
||||||
|
<div className="relative">
|
||||||
|
<figure className="border border-gray-200 px-6 lg:pl-8 lg:pr-24 py-6 lg:py-8 rounded-3xl bg-gray-50 mt-8 lg:mt-0">
|
||||||
|
<blockquote className="text-lg/8 font-semibold tracking-tight text-gray-900">
|
||||||
|
<p>
|
||||||
|
Sector
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
Technology, Information and Internet
|
||||||
|
</p>
|
||||||
|
<p className='mt-4'>
|
||||||
|
Key Contact
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
<figcaption className="mt-4 flex gap-x-4">
|
||||||
|
<img
|
||||||
|
alt=""
|
||||||
|
src="/images/people/kristof_de_spiegeleer/kristof_de_spiegeleer.jpeg"
|
||||||
|
className="mt-1 size-14 flex-none rounded-full bg-gray-50"
|
||||||
|
/>
|
||||||
|
<div>
|
||||||
|
<p className="font-semibold text-base text-gray-900">Kristof de Spiegeleer</p>
|
||||||
|
<p className="text-gray-600 text-sm/8">Co-founder & CEO</p>
|
||||||
|
</div>
|
||||||
|
</figcaption>
|
||||||
|
<figcaption className="mt-4 flex gap-x-4">
|
||||||
|
<img
|
||||||
|
alt=""
|
||||||
|
src="/images/people/malte_geierhos/malte_geierhos.jpeg"
|
||||||
|
className="mt-1 size-14 flex-none rounded-full bg-gray-50"
|
||||||
|
/>
|
||||||
|
<div>
|
||||||
|
<p className="font-semibold text-base text-gray-900">Malte Geierhos</p>
|
||||||
|
<p className="text-gray-600 text-sm/8">CTO</p>
|
||||||
|
</div>
|
||||||
|
</figcaption>
|
||||||
|
<blockquote className="mt-6 text-lg/8 font-semibold tracking-tight text-gray-900">
|
||||||
|
<p>
|
||||||
|
Headquarters
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
Lochristi, Vlaanderen
|
||||||
|
</p>
|
||||||
|
<p className='mt-6'>
|
||||||
|
Website
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
<a href="https://geomind.io/" className="text-indigo-600 hover:text-indigo-500">www.geomind.io</a>
|
||||||
|
</p>
|
||||||
|
<p className='mt-6'>
|
||||||
|
Contact
|
||||||
|
</p>
|
||||||
|
<p className='text-lg/7 font-light text-gray-600'>
|
||||||
|
<a href="mailto:info@threefold.io " className="text-indigo-600 hover:text-indigo-500">info@ourworld.tf</a>
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
</figure>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="max-lg:mt-8 lg:col-span-1">
|
||||||
|
<p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Key Features</p>
|
||||||
|
<hr className="mt-6 border-t border-gray-200" />
|
||||||
|
<ul role="list" className="mt-8 space-y-8 text-gray-600">
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<Cog6ToothIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Fully Autonomous.</strong> Self-healing capabilities ensure resilience and minimal maintenance.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<ArrowsPointingOutIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Planetary-Scale Scalability.</strong> The system scales seamlessly from edge devices to large-scale data centers.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<CommandLineIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Cross-Compatibility.</strong> Compatible with Web2, Web3, and AI workloads, all within a unified stack.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li className="flex gap-x-3">
|
||||||
|
<BoltIcon aria-hidden="true" className="mt-1 size-5 flex-none text-black" />
|
||||||
|
<span>
|
||||||
|
<strong className="font-semibold text-lg text-gray-900">Energy Efficiency.</strong> Optimized for high performance with minimal energy consumption.
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
)
|
||||||
|
}
|
@ -11,14 +11,14 @@ const ventures = [
|
|||||||
logo: '/images/ventures/geo_ico.png',
|
logo: '/images/ventures/geo_ico.png',
|
||||||
description: 'GeoMind is a software company which has developed a cloud computing system designed for global scalability, offering secure, immutable data storage that ensures integrity and permanence.',
|
description: 'GeoMind is a software company which has developed a cloud computing system designed for global scalability, offering secure, immutable data storage that ensures integrity and permanence.',
|
||||||
url: 'https://geomind.io',
|
url: 'https://geomind.io',
|
||||||
learnMoreUrl: 'https://geomind.io/about'
|
learnMoreUrl: 'ventures/geomind'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Zanzibar Digital Free Zone',
|
name: 'Zanzibar Digital Free Zone',
|
||||||
logo: '/images/ventures/freezone.png',
|
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.',
|
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/',
|
url: 'http://cybercity.ourworld.tf/',
|
||||||
learnMoreUrl: 'http://cybercity.ourworld.tf/freezone'
|
learnMoreUrl: 'ventures/freezone'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Zanzibar Cyber City',
|
name: 'Zanzibar Cyber City',
|
||||||
|
@ -10,9 +10,6 @@ export function VenturesThreeFold() {
|
|||||||
<h2 className="mt-2 h2-default text-gray-900">
|
<h2 className="mt-2 h2-default text-gray-900">
|
||||||
ThreeFold
|
ThreeFold
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-4 p-default text-gray-700">
|
|
||||||
On a mission to build a human-centric Internet co-owned by all of us.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<section className="mt-12 grid grid-cols-1 lg:grid-cols-2 lg:gap-x-48 lg:gap-y-16">
|
<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">
|
<div className="lg:pr-8">
|
||||||
@ -25,9 +22,9 @@ export function VenturesThreeFold() {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
|
<div className="lg:row-span-2 lg:-mr-24 xl:mr-auto">
|
||||||
<div className="-mx-8 grid grid-cols-2 gap-16 lg:mx-0 lg:grid-cols-2 lg:gap-x-12">
|
<div className="lg:mx-0">
|
||||||
<div className="relative lg:order-last lg:col-span-5">
|
<div className="relative">
|
||||||
<figure className="border border-gray-200 pl-8 px-24 py-8 rounded-3xl bg-gray-50">
|
<figure className="border border-gray-200 px-6 lg:pl-8 lg:pr-24 py-6 lg:py-8 rounded-3xl bg-gray-50 mt-8 lg:mt-0">
|
||||||
<blockquote className="text-lg/8 font-semibold tracking-tight text-gray-900">
|
<blockquote className="text-lg/8 font-semibold tracking-tight text-gray-900">
|
||||||
<p>
|
<p>
|
||||||
Sector
|
Sector
|
||||||
@ -86,7 +83,7 @@ export function VenturesThreeFold() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="max-lg:mt-8 lg:col-span-1">
|
<div className="max-lg:mt-8 lg:col-span-1">
|
||||||
<p className="text-lg font-semibold text-gray-800">Key Technologies</p>
|
<p className="text-2xl font-semibold tracking-tight text-pretty text-gray-900">Key Technologies</p>
|
||||||
<hr className="mt-6 border-t border-gray-200" />
|
<hr className="mt-6 border-t border-gray-200" />
|
||||||
<ul role="list" className="mt-8 space-y-8 text-gray-600">
|
<ul role="list" className="mt-8 space-y-8 text-gray-600">
|
||||||
<li className="flex gap-x-3">
|
<li className="flex gap-x-3">
|
||||||
|
Loading…
Reference in New Issue
Block a user