Compare commits
71 Commits
developmen
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
|
92993235c6 | ||
|
eb086dd61c | ||
|
3da5085dd1 | ||
|
3452c9a17e | ||
|
73f29b6da8 | ||
|
d7d93e4af2 | ||
|
fa1aee3a5c | ||
|
118e405318 | ||
|
02d2496891 | ||
|
c6d2cc3e39 | ||
|
9f3ccb19b6 | ||
|
28e08ca277 | ||
|
d67e17274e | ||
|
dc37c686a2 | ||
|
5e54d34590 | ||
|
415361df11 | ||
|
152d786edb | ||
|
a5885f2ab3 | ||
|
4403fa3c13 | ||
|
435f2ba18a | ||
|
d504efa17f | ||
|
f5fa5d79c4 | ||
|
0f8a4595e4 | ||
|
877ffd012f | ||
|
b0ca5e6539 | ||
|
d59213d749 | ||
|
f3fb4b6d6f | ||
|
10f107946c | ||
|
95369a5a45 | ||
|
7747054b85 | ||
|
dea5b6c3e2 | ||
|
6a6628d23d | ||
|
d5eff05aa8 | ||
|
62287a19fc | ||
|
b34f109946 | ||
|
e6730c2e3c | ||
|
8337bebe52 | ||
|
f29f0dc592 | ||
|
685b11e5f2 | ||
|
ccc4ce97ab | ||
|
15cac094f3 | ||
|
9003112e45 | ||
d7f22ef17d | |||
8cc3a3faf4 | |||
efc63c249d | |||
a89febb522 | |||
46a38e31a9 | |||
a5daeaf0d1 | |||
e02c39752e | |||
d1494287d0 | |||
f7f547ad00 | |||
11bf39e784 | |||
38bbb73c25 | |||
15316c7e9b | |||
2f681027ca | |||
7c268f32c2 | |||
4908ed1731 | |||
a1c95d3c41 | |||
da6b3d99ca | |||
a29252b48b | |||
1a04e3f885 | |||
|
3365a2f820 | ||
|
80fbd20485 | ||
|
35a5b58730 | ||
|
317b22cae7 | ||
|
80c813b7a3 | ||
4564c74b5f | |||
ee676ded3e | |||
|
6348a33543 | ||
|
b29b404f02 | ||
|
536a69b384 |
24
.github/workflows/tf_update_dev.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
branches: [ development ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
job_one:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -22,25 +22,3 @@ jobs:
|
||||
git reset --hard origin/development
|
||||
sed -i "s/https:\/\/www.ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml
|
||||
./build.sh
|
||||
|
||||
wait:
|
||||
needs: deploy
|
||||
name: Wait for Website Update
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Wait Period
|
||||
id: wait-deploy
|
||||
run: |
|
||||
echo "Sleeping for 30"
|
||||
sleep 30
|
||||
|
||||
checklinks:
|
||||
needs: wait
|
||||
name: Check for Broken Links
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check for Broken Links
|
||||
id: link-report
|
||||
uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest
|
||||
with:
|
||||
args: 'https://www2.ourworld.tf -w 404'
|
24
.github/workflows/tf_update_prod.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
job_one:
|
||||
name: Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -22,25 +22,3 @@ jobs:
|
||||
git reset --hard origin/master
|
||||
sed -i "s/https:\/\/www2.ourworld.tf/https:\/\/ourworld.tf/g" config.toml
|
||||
./build.sh
|
||||
|
||||
wait:
|
||||
needs: deploy
|
||||
name: Wait for Website Update
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Wait Period
|
||||
id: wait-deploy
|
||||
run: |
|
||||
echo "Sleeping for 30"
|
||||
sleep 30
|
||||
|
||||
checklinks:
|
||||
needs: wait
|
||||
name: Check for Broken Links
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check for Broken Links
|
||||
id: link-report
|
||||
uses: docker://ghcr.io/threefoldfoundation/website-link-checker:latest
|
||||
with:
|
||||
args: 'https://www.ourworld.tf -w 404'
|
6
.gitignore
vendored
@ -25,4 +25,8 @@ run*
|
||||
install*
|
||||
public
|
||||
static/css
|
||||
tailwindcss
|
||||
tailwindcss
|
||||
|
||||
# .gitignore
|
||||
node_modules/
|
||||
.env
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Welcome to Ourworld Website Repository
|
||||
# Welcome to OurWorld Website Repository
|
||||
|
||||
- Website Name: Ourworld
|
||||
- Brief Description: This is the official website of Ourworld.
|
||||
- Website Name: OurWorld
|
||||
- Brief Description: This is the official website of OurWorld.
|
||||
Last Updated: March 2023
|
||||
|
||||
- production(master branch) https://ourworld.tf/
|
||||
|
BIN
content/about/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/about/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/about/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/about/img/team.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
@ -4,103 +4,9 @@ description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 1
|
||||
weight: 2
|
||||
template: "layouts/about.html"
|
||||
---
|
||||
|
||||
<!-- section 1 -->
|
||||
<!-- see partials/company.html -->
|
||||
|
||||
{% row(style="center" margin="tight" bgPath="img/about.jpeg" bgStyle="full") %}
|
||||
|
||||
# About
|
||||
|
||||
### What & Who We Are.
|
||||
|
||||
<br>
|
||||
|
||||
A venture creator is a company or organization that creates and develops new businesses, typically in the form of startups. Support includes providing funding, resources, and mentorship.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
<!-- section 2 -->
|
||||
|
||||
{% row(style="" reverse="rightreserve") %}
|
||||
|
||||
The OurWorld Venture Creator is backed by the ThreeFold Team – with the goal of not just doing business, but doing good for the world while we’re at it. We are an international team of experts and passionate believers in a better world who choose to act to make a difference.
|
||||
|
||||
<br/>
|
||||
|
||||
This journey began with the creation of a new Internet infrastructure layer, a process that took over 20 years – and was made possible by the contributions of thousands of people. Thank you to everyone who has made this possible.
|
||||
|
||||
<br/>
|
||||
|
||||
Our co-founders also have experience running [Incubaid](https://incubaid.com), a successful incubator focused primarily on helping to change our planet for the better through technology that supports decentralization. Over 19 years, Incubaid did seven strong exits.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<!-- section 3 -->
|
||||
|
||||
{% row(style="") %}
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
ThreeFold Tech has successfully created cutting-edge technology for an upgraded Internet and digital twin technology with an embedded ultra scaleable financial system.
|
||||
|
||||
<br/>
|
||||
|
||||
The ThreeFold Grid, which deploys this technology in an open-source model, has been active for years and is also in its third generation. The community continues to add capacity and use it on a daily basis, as seen on the ThreeFold Grid explorer statistics.
|
||||
|
||||
<br/>
|
||||
|
||||
We have signed an agreement with the government of Zanzibar for the implementation of a digital free zone utilizing our technology.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<!-- section 4 -->
|
||||
|
||||
{% row(style="" reverse="rightreserve") %}
|
||||
|
||||
We have also completed all necessary preparations for the launch of our digital twin, the freeflow twin, which can be viewed on the website [freeflow.life](https://freeflow.life). This venture is ready to launch and is eagerly anticipated by the community.
|
||||
|
||||
<br/>
|
||||
|
||||
There are multiple ventures waiting to be born as more funding comes in to use our technology and provide value for large communities.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- section 5 -->
|
||||
|
||||
{% row(style="center" margin="header" padding="top" bgColor="#007fc7") %}
|
||||
|
||||
<div class="text-white">
|
||||
|
||||
## We Are an Experienced Team
|
||||
|
||||
### With Seven Exits Over Two Decades
|
||||
|
||||
</div>
|
||||
|
||||

|
||||
|
||||
{% end %}
|
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
content/archive/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 321 KiB After Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 443 KiB After Width: | Height: | Size: 443 KiB |
Before Width: | Height: | Size: 453 KiB After Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 391 KiB |
Before Width: | Height: | Size: 460 KiB After Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
BIN
content/contact/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/contact/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/contact/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/contact/img/about.jpeg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
content/contact/img/exits.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
content/contact/img/freeflow.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
content/contact/img/president.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
content/contact/img/threefold.png
Normal file
After Width: | Height: | Size: 239 KiB |
12
content/contact/index.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 2
|
||||
template: "layouts/contact.html"
|
||||
---
|
||||
|
||||
<!-- see partials/contact.html -->
|
||||
|
BIN
content/contact/videos/ow.mp4
Normal file
BIN
content/creator-zones/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/creator-zones/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/experiences/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/experiences/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
@ -4,60 +4,62 @@ description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/footer.html"
|
||||
extra:
|
||||
logoPath: "images/black_threefold.png"
|
||||
socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||
logoPath: "images/logo.png"
|
||||
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||
---
|
||||
|
||||
{% row(style="lean") %}
|
||||
|
||||
##### **LEARN**
|
||||
|
||||
<br>
|
||||
|
||||
<a onclick="window.open('https://ourworldventures.github.io/info_ourworld/intro/intro.html', '_blank')"><h6>Knowledgebase</h6></a>
|
||||
|
||||
###### [Blog](/blog)
|
||||
|
||||
###### [News](/newsroom)
|
||||
|
||||
|||
|
||||
|
||||
##### **THE VENTURES**
|
||||
##### Partners
|
||||
|
||||
<br>
|
||||
|
||||
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
||||
|
||||
<a onclick="window.open('https://freezone.ourworld.tf/', '_blank')"><h6>OW Digital Free Zone</h6></a>
|
||||
###### [Incubaid](https://incubaid.com/)
|
||||
|
||||
<a onclick="window.open('https://sikana.tv/)', '_blank')"><h6>Sikana</h6></a>
|
||||
###### [Mazraa](https://maazra.io/)
|
||||
|
||||
<a onclick="window.open('https://ourverse.tf/', '_blank')"><h6>OurVerse</h6></a>
|
||||
###### [Sikana](https://sikana.tv/)
|
||||
|
||||
<a onclick="window.open('https://ourphone.tf/', '_blank')"><h6>OurPhone</h6></a>
|
||||
###### [VVerse](https://vverse.co/)
|
||||
|
||||
|||
|
||||
|
||||
##### OurWorld
|
||||
|
||||
<br>
|
||||
|
||||
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
|
||||
|
||||
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
||||
|
||||
<a onclick="window.open('https://ourworld.vindo.ai/slider/95', '_blank')"><h6>ODEZ</h6></a>
|
||||
|
||||
<a onclick="window.open('https://habari.ourworld.tf', '_blank')"><h6>Habari</h6></a>
|
||||
|
||||
|
||||
|||
|
||||
|
||||
##### **BUILT ON THREEFOLD**
|
||||
##### About Us
|
||||
|
||||
<br>
|
||||
|
||||
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
||||
|
||||
<a onclick="window.open('https://t.me/threefold', '_blank')"><h6>Main Community</h6></a>
|
||||
<a onclick="window.open('https://t.me/threefoldnews', '_blank')"><h6>Telegram</h6></a>
|
||||
|
||||
<a onclick="window.open('https://manual.grid.tf', '_blank')"><h6>Manual</h6></a>
|
||||
|
||||
<a onclick="window.open('https://forum.threefold.io/', '_blank')"><h6>Forum</h6></a>
|
||||
<a onclick="window.open('https://threefoldfaq.crisp.help/en/', '_blank')"><h6>Support</h6></a>
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<style>
|
||||
a {
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
BIN
content/footer/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/footer/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/footer/img/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/footer/img/ow_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
@ -7,39 +7,11 @@ extra:
|
||||
logoPath: "/images/OW_Logo.png"
|
||||
imgPath: ""
|
||||
---
|
||||
|
||||
- [Home]("/")
|
||||
- [About]("/about")
|
||||
- [Invest]("/invest")
|
||||
- [Ventures]("/ventures")
|
||||
- Info
|
||||
- [People]("/people")
|
||||
- [Newsroom]("/newsroom")
|
||||
- [Contact]("/contact")
|
||||
|
||||
{% row(padding="none") %}
|
||||
|
||||
<button onclick="window.location.href='/blog'">
|
||||
|
||||
[Blog](/blog)
|
||||
<br>
|
||||
<p class="text-sm">Explore The Blogs</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/newsroom'">
|
||||
|
||||
[Newsroom](/newsroom)
|
||||
<br>
|
||||
<p class="text-sm">Check The Latest Updates</p>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/people'">
|
||||
|
||||
[Team](/people)
|
||||
<br>
|
||||
<p class="text-sm">Team, Stories & More</p>
|
||||
|
||||
</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
- [Knowledge]("https://ourworldventures.github.io/info_ourworld/intro/intro.html")
|
BIN
content/header/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
216
content/home/home2/index.md
Normal file
@ -0,0 +1,216 @@
|
||||
---
|
||||
title: "Home"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 2 -->
|
||||
|
||||
|
||||
{% row(style="center" padding="top") %}
|
||||
|
||||

|
||||
|
||||
## What We Provide
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
{% row(style="center" padding="none") %}
|
||||
|
||||
### Funding Platform
|
||||
|
||||
<br/>
|
||||
|
||||
Funding for potentially hundreds of like-minded projects, with a primary focus on emering technology that puts the planet and people first.
|
||||
|
||||
|||
|
||||
|
||||
### Technological Platform
|
||||
|
||||
<br/>
|
||||
|
||||
A technological platform that enables everyone to be self-sovereign from a digital perspective. This is a fundamental requirement.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
{% row(style="center" padding="both") %}
|
||||
|
||||
### Legal & Financial<br/>Independence Platform
|
||||
|
||||
<br/>
|
||||
|
||||
Supplement technological sovereignty with a system that offers legal and financial independence through mechanisms like free zones and sovereign sustainable charter cities.
|
||||
|
||||
|||
|
||||
|
||||
### Life Supporting Platform
|
||||
|
||||
<br/>
|
||||
|
||||
Create a sovereign and efficient set of platforms for financial, educational, and health systems, which can be utilized by all startups within the venture creator.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<!-- section 3 -->
|
||||
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||

|
||||
|
||||
## The Foundation of Every Venture
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
|
||||
### Planet First
|
||||
|
||||
<br/>
|
||||
|
||||
Never do anything which does not respect mother earth.
|
||||
|
||||
|||
|
||||
|
||||
### People First
|
||||
|
||||
<br/>
|
||||
|
||||
Equality for everyone.
|
||||
|
||||
|||
|
||||
|
||||
### Open Source
|
||||
|
||||
<br/>
|
||||
|
||||
For all sectors from healthcare to software to legal to education.
|
||||
|
||||
|||
|
||||
|
||||
### Authenticity
|
||||
|
||||
<br/>
|
||||
|
||||
Restore authenticity of people and information.
|
||||
|
||||
|||
|
||||
|
||||
### Simplicity
|
||||
|
||||
<br/>
|
||||
|
||||
Complexity is killing progress.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<!-- section 4 -->
|
||||
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||
## Our Journey
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center" padding="bottom") %}
|
||||
|
||||
### Phase One
|
||||
|
||||

|
||||
|
||||
#### Creation of Core Tech
|
||||
|
||||
<br/>
|
||||
|
||||
10+ years of development.
|
||||
|
||||
<br/>
|
||||
|
||||
Built decentralized, autonomous, edge Internet technology.
|
||||
|
||||
<br/>
|
||||
|
||||
50M USD invested by community and TF Tech investors.
|
||||
|
||||
|||
|
||||
|
||||
### Phase Two
|
||||
|
||||

|
||||
|
||||
#### Expansion & Proof
|
||||
|
||||
<br/>
|
||||
|
||||
Signed with government of Zanzibar for digital free zone and connected charter city.
|
||||
|
||||
<br/>
|
||||
|
||||
Eight projects with working tech, active and ready to scale.
|
||||
|
||||
<br/>
|
||||
|
||||
Core technology proven.
|
||||
|
||||
|||
|
||||
|
||||
### Phase Three
|
||||
|
||||

|
||||
|
||||
#### Launch Our Ventures
|
||||
|
||||
<br/>
|
||||
|
||||
Conclude on 30M USD fundraise.
|
||||
|
||||
<br/>
|
||||
|
||||
Global awareness campaign.
|
||||
|
||||
<br/>
|
||||
|
||||
Launch digital asset exchange, carbon credits.
|
||||
|
||||
<br/>
|
||||
|
||||
Millions of people using services and products of our ventures.
|
||||
|
||||
|||
|
||||
|
||||
### Phase Four
|
||||
|
||||

|
||||
|
||||
#### Sovereignty For All
|
||||
|
||||
<br/>
|
||||
|
||||
+1 million nodes deployed.
|
||||
|
||||
<br/>
|
||||
|
||||
Impacting +100 million people.
|
||||
|
||||
<br/>
|
||||
|
||||
The startups in the venture creator are now community-owned and our investors received a good exit.
|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
BIN
content/home/home2/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/home/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/home/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/home/img/brand1.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
content/home/img/brand2.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
content/home/img/brand3.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
content/home/img/brand4.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
content/home/img/brand5.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
content/home/img/brand6.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
content/home/img/ow_logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/home/img/team.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
@ -7,229 +7,60 @@ draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 1 -->
|
||||
|
||||
{% row(style="center" margin="tight" bgPath="img/horizon.jpeg" bgStyle="full") %}
|
||||
|
||||
# OurWorld
|
||||
|
||||
### A Platform to Enable Self-Sovereignty.
|
||||
|
||||
<br>
|
||||
|
||||
Together we are creating a multi-faceted platform to support and empower startups aspiring to harness the potential of emerging technology while putting the planet and people first. The sun is rising on a new way forward.
|
||||
|
||||
<button>[Our Ventures](/ventures)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
|
||||
<!-- section 2 -->
|
||||
|
||||
{% row(style="center" padding="top") %}
|
||||
|
||||

|
||||
|
||||
## What We Provide
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
<div class="hidden md:grid">
|
||||
|
||||
{% row(style="center" padding="none") %}
|
||||
|
||||
### Funding Platform
|
||||
|
||||
<br/>
|
||||
|
||||
Funding for potentially hundreds of like-minded projects, with a primary focus on emering technology that puts the planet and people first.
|
||||
|
||||
|||
|
||||
|
||||
### Technological Platform
|
||||
|
||||
<br/>
|
||||
|
||||
A technological platform that enables everyone to be self-sovereign from a digital perspective. This is a fundamental requirement.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
{% row(style="center" padding="both") %}
|
||||
|
||||
### Legal & Financial<br/>Independence Platform
|
||||
|
||||
<br/>
|
||||
|
||||
Supplement technological sovereignty with a system that offers legal and financial independence through mechanisms like free zones and sovereign sustainable charter cities.
|
||||
|
||||
|||
|
||||
|
||||
### Life Supporting Platform
|
||||
|
||||
<br/>
|
||||
|
||||
Create a sovereign and efficient set of platforms for financial, educational, and health systems, which can be utilized by all startups within the venture creator.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<!-- section 3 -->
|
||||
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||

|
||||
|
||||
## The Foundation of Every Venture
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
|
||||
### Planet First
|
||||
|
||||
<br/>
|
||||
|
||||
Never do anything which does not respect mother earth.
|
||||
|
||||
|||
|
||||
|
||||
### People First
|
||||
|
||||
<br/>
|
||||
|
||||
Equality for everyone.
|
||||
|
||||
|||
|
||||
|
||||
### Open Source
|
||||
|
||||
<br/>
|
||||
|
||||
For all sectors from healthcare to software to legal to education.
|
||||
|
||||
|||
|
||||
|
||||
### Authenticity
|
||||
|
||||
<br/>
|
||||
|
||||
Restore authenticity of people and information.
|
||||
|
||||
|||
|
||||
|
||||
### Simplicity
|
||||
|
||||
<br/>
|
||||
|
||||
Complexity is killing progress.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<!-- section 4 -->
|
||||
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||
## Our Journey
|
||||
|
||||
{% end %}
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center" padding="bottom") %}
|
||||
|||
|
||||
|
||||
### Phase One
|
||||
|
||||

|
||||
<br>
|
||||
|
||||
#### Creation of Core Tech
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
10+ years of development.
|
||||
|
||||
<br/>
|
||||
|
||||
Built decentralized, autonomous, edge Internet technology.
|
||||
|
||||
<br/>
|
||||
|
||||
50M USD invested by community and TF Tech investors.
|
||||
<br>
|
||||
|
||||
|||
|
||||
|
||||
### Phase Two
|
||||
<br>
|
||||
|
||||

|
||||

|
||||
|
||||
#### Expansion & Proof
|
||||
|
||||
<br/>
|
||||
|
||||
Signed with government of Zanzibar for digital free zone and connected charter city.
|
||||
|
||||
<br/>
|
||||
|
||||
Eight projects with working tech, active and ready to scale.
|
||||
|
||||
<br/>
|
||||
|
||||
Core technology proven.
|
||||
<br>
|
||||
|
||||
|||
|
||||
|
||||
### Phase Three
|
||||
<br>
|
||||
|
||||

|
||||

|
||||
|
||||
#### Launch Our Ventures
|
||||
|
||||
<br/>
|
||||
|
||||
Conclude on 30M USD fundraise.
|
||||
|
||||
<br/>
|
||||
|
||||
Global awareness campaign.
|
||||
|
||||
<br/>
|
||||
|
||||
Launch digital asset exchange, carbon credits.
|
||||
|
||||
<br/>
|
||||
|
||||
Millions of people using services and products of our ventures.
|
||||
<br>
|
||||
|
||||
|||
|
||||
|
||||
### Phase Four
|
||||
<br>
|
||||
|
||||

|
||||

|
||||
|
||||
#### Sovereignty For All
|
||||
<br>
|
||||
|
||||
<br/>
|
||||
|||
|
||||
|
||||
+1 million nodes deployed.
|
||||
<br>
|
||||
|
||||
<br/>
|
||||

|
||||
|
||||
Impacting +100 million people.
|
||||
|
||||
<br/>
|
||||
|
||||
The startups in the venture creator are now community-owned and our investors received a good exit.
|
||||
<br>
|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
content/invest/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/invest/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/invest/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/invest/img/about.jpeg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
content/invest/img/exits.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
content/invest/img/freeflow.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
content/invest/img/ow5.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
content/invest/img/owbenefit.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
content/invest/img/owebenefit.png
Normal file
After Width: | Height: | Size: 799 KiB |
BIN
content/invest/img/owpass.png
Normal file
After Width: | Height: | Size: 6.5 MiB |
BIN
content/invest/img/owpass2.png
Normal file
After Width: | Height: | Size: 6.9 MiB |
BIN
content/invest/img/owpass3.png
Normal file
After Width: | Height: | Size: 7.0 MiB |
BIN
content/invest/img/owpass4.png
Normal file
After Width: | Height: | Size: 6.1 MiB |
BIN
content/invest/img/president.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
content/invest/img/team.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
content/invest/img/threefold.png
Normal file
After Width: | Height: | Size: 239 KiB |
12
content/invest/index.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 2
|
||||
template: "layouts/ourpass.html"
|
||||
---
|
||||
|
||||
<!-- see partials/company.html -->
|
||||
|
@ -4,11 +4,11 @@ weight: 1
|
||||
description: Honored to be part of a team that has the potential to make the world a better place..
|
||||
taxonomies:
|
||||
people: [adnan_fatayerji]
|
||||
memberships: [farmers, foundation, cofounders, wisdom_council, aci_members]
|
||||
categories: [foundation, farming, cloud, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: adnan_fatayerji.jpg
|
||||
organizations: [threefold_foundation]
|
||||
organizations: []
|
||||
countries: [UAE, Spain]
|
||||
cities: [Dubai, Ibiza]
|
||||
private: 0
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: Ahmed is an Automation Software Testing Engineer, started his career at Codescalers.
|
||||
taxonomies:
|
||||
people: [ahmed_hanafy]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ahmed_hanafy.png
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: Ahmed is a passionate software test engineer with experience in software testing and automation ....
|
||||
taxonomies:
|
||||
people: [ahmed_harby]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ahmed_harby.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Ahmed Thabet
|
||||
weight: 2
|
||||
weight: 3
|
||||
description: Wants to build beautiful applications that don't invade user privacy.
|
||||
taxonomies:
|
||||
people: [ahmed_thabet]
|
||||
memberships: [tech, foundation, technology_council]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ahmed_thabet.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Alexandre Hannelas
|
||||
weight: 2
|
||||
description: Alexandre has worked with regenerative companies to help them in their funding rounds.
|
||||
weight: 3
|
||||
description: Finance manager, artist-painter, nature enthusiast.
|
||||
taxonomies:
|
||||
people: [alexandre_hannelas]
|
||||
memberships: [foundation, twin, aci_members]
|
||||
categories: [foundation, twin, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: alexandre_hannelas.jpeg
|
||||
organizations: [threefold_foundation]
|
||||
organizations: []
|
||||
countries: [France]
|
||||
cities: [Aix-en-Provence]
|
||||
private: 0
|
||||
@ -19,4 +19,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
After graduating from a Master in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined ThreeFold because it is perfectly aligned with his vision of enhancing people’s life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world.
|
||||
After graduating from a Masters in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined first ThreeFold and then OurWorld because the projects are perfectly aligned with his vision of enhancing people’s life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world.
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: Msc. Computer & Information Technology , Bsc. Chemical Engineering.
|
||||
taxonomies:
|
||||
people: [amira_abouhadid]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: amira_abouhadid.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Ashraf Fouda
|
||||
weight: 3
|
||||
weight: 4
|
||||
description: Software Engineer with passion in new technologies, love every thing that is really new.
|
||||
taxonomies:
|
||||
people: [ashraf_fouda]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ashraf_fouda.jpeg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Atef Nazmy
|
||||
weight: 3
|
||||
weight: 4
|
||||
description: I Believe that ThreeFold Foundation Drives the world to be Better and Greener.
|
||||
taxonomies:
|
||||
people: [atef_nazmy]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: atef_nazmy.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Bernadette Amanda Caster
|
||||
weight: 3
|
||||
weight: 4
|
||||
description: Passionate, Outgoing and Enthusiast
|
||||
taxonomies:
|
||||
people: [bernadette_amanda_caster]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: bernadette_amanda_caster.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: []
|
||||
cities: []
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Ehab Hassan
|
||||
weight: 3
|
||||
weight: 4
|
||||
description: Positive person in every aspect of life.
|
||||
taxonomies:
|
||||
people: [ehab_hassan]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ehab_hassan.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: Contributing to define a new truly decentralized internet where you are not the product.
|
||||
taxonomies:
|
||||
people: [erwan_renaut]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: erwan_renaut.jpeg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Brazil]
|
||||
cities: [Rio de Janeiro]
|
||||
private: 0
|
||||
|
@ -4,11 +4,11 @@ weight: 5
|
||||
description: Experienced Office Manager with a demonstrated history of working in IT industry.
|
||||
taxonomies:
|
||||
people: [evon_yacoub]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: evon_yacoub.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Florian Fournier
|
||||
weight: 2
|
||||
description: The vision is always the same - to enact individual actions that address global challenges.
|
||||
weight: 1
|
||||
description: Ecosystem development. The vision is always the same - to enact individual actions that address global challenges.
|
||||
taxonomies:
|
||||
people: [florian_fournier]
|
||||
memberships: [foundation, partners, aci_members, wisdom_council]
|
||||
categories: [foundation, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: florian_fournier.jpeg
|
||||
organizations: [ootopia, threefold_foundation]
|
||||
organizations: []
|
||||
countries: [Brazil]
|
||||
cities: [Rio de Janeiro]
|
||||
private: 0
|
||||
@ -18,4 +18,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
When Florian left Apple he was 30 years old. It was the toughest decision he had ever made. Why leave a career so many people dream of – an executive position in the global company? Being really happy working at Appl and part of an amazing young and dynamic team that had been built over the last few years to take care of the marketing for Latin America. Florian was feeling accomplished to be working for such a great organization. But years were passing by. One after the other. And the iPhone 6S was replacing the iPhone 6 and so on. Year after year. A machine you cannot stop. Technology is amazing. Really. But so much seemed at stake about how it could be used to improve people’s lives and how they could really connect to each other.Florian feelt deep inside that working on the tools was not enough, and that he needed to work on the content and give it a different usage. He had to follow his heart and intuition. We will bring new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, by unpicking current scenarios and anticipating future perspectives. The vision is always the same - to enact individual actions that address global challenges.
|
||||
When Florian left Apple he was 30 years old. It was the toughest decision he had ever made. Why leave a career so many people dream of – an executive position in the global company? Being really happy working at Apple and part of an amazing young and dynamic team that had been built over the last few years to take care of the marketing for Latin America. Florian was feeling accomplished to be working for such a great organization. But years were passing by. One after the other. And the iPhone 6S was replacing the iPhone 6 and so on. Year after year. A machine you cannot stop. Technology is amazing. Really. But so much seemed at stake about how it could be used to improve people’s lives and how they could really connect to each other.Florian feelt deep inside that working on the tools was not enough, and that he needed to work on the content and give it a different usage. He had to follow his heart and intuition. We will bring new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, by unpicking current scenarios and anticipating future perspectives. The vision is always the same - to enact individual actions that address global challenges.
|
||||
|
BIN
content/people/gregory_flipo/gregory_flipo.jpg
Normal file
After Width: | Height: | Size: 88 KiB |
21
content/people/gregory_flipo/index.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
title: Gregory Flipo
|
||||
weight: 1
|
||||
description: Community Development. I move people to develop their potential and serve the common good.
|
||||
taxonomies:
|
||||
people: [gregory_flipo]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: gregory_flipo.jpg
|
||||
organizations: []
|
||||
countries: []
|
||||
cities: []
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/in/gregory-flipo-34a9947/,
|
||||
websites: https://threefold.io/,
|
||||
}
|
||||
---
|
||||
|
||||
Gregory Flipo is a purpose-driven Entrepreneur dedicated to accelerating human progress for 20 years. After a round-the-world trip, meeting hundreds of social entrepreneurs who focused on the 4 billion people who are living with less than 2 dollars per day. He founded Sikana, A learning and sharing collaborative platform to empower anyone with life skills to develop their potential and serve the common good. Hundreds of millions of people have been impacted by Sikana Original content all supported by thousands of engaged members from around the world. Gregory is bringing that innovative, impactful, and decentralized approach to our Ecosystem of ventures as a Community Developer.
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Jan De Landtsheer
|
||||
weight: 1
|
||||
weight: 2
|
||||
description: Techie at heart, having lived professionally in the tech basements of the Internet.
|
||||
taxonomies:
|
||||
people: [jan_de_landtsheer]
|
||||
memberships: [foundation, tech, technology_council]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: jan_de_landtsheer.jpeg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Belgium]
|
||||
cities: [Gent]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Karoline Zizka
|
||||
weight: 2
|
||||
description: Currently serving by coordinating with people on particular projects, always having the most productive and playful outcomes for the Highest Good of all in mind and heart.
|
||||
description: Coordination. Always having the most productive and playful outcomes for the Highest Good of all in mind and heart.
|
||||
taxonomies:
|
||||
people: [karoline_zizka]
|
||||
memberships: [foundation]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: karoline_zizka.jpeg
|
||||
organizations: [threefold_foundation]
|
||||
organizations: []
|
||||
countries: [Austria]
|
||||
cities: [Vienna]
|
||||
private: 0
|
||||
@ -18,4 +18,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
The appetite to travel and work was already created before she even entered the twenty-year mark. Blessed by her parents showing her beautiful places, she did the (hard) work and joined an international catering company serving the Formula 1 races for three years around the globe. During that time she finished her diploma in urban tourism and event management in Vienna, Austria where she was born and raised. Shortly after she moved to Maastricht, NL until the Universe pulled her into the direction of a magical island and provided her with a hotel manager position in Bali, Indonesia. This impacted her life tremendously and her spiritual journey marked its starting point. Besides many challenges of being white, a woman, and in the early twenties in a developing country she managed to find a flow with 38 employees and grow out of her comfort zone. After that came some slow travel until she picked up the pace in the organization of conferences, which let her transition into the tech space. With a unique ‘chain reaction of people’ Karoline found herself lucky enough with an aligned organization like Threefold. Currently, she is serving by coordinating with people on particular projects, always having the most productive and playful outcomes for the Highest Good of all in mind and heart.
|
||||
The appetite to travel and work was already created before she even entered the twenty-year mark. Blessed by her parents showing her beautiful places, she did the (hard) work and joined an international catering company serving the Formula 1 races for three years around the globe. During that time she finished her diploma in urban tourism and event management in Vienna, Austria where she was born and raised. Shortly after she moved to Maastricht, NL until the Universe pulled her into the direction of a magical island and provided her with a hotel manager position in Bali, Indonesia. This impacted her life tremendously and her spiritual journey marked its starting point. Besides many challenges of being white, a woman, and in the early twenties in a developing country she managed to find a flow with 38 employees and grow out of her comfort zone. After that came some slow travel until she picked up the pace in the organization of conferences, which let her transition into the tech space. With a unique ‘chain reaction of people’ Karoline found herself lucky enough with an aligned organization like ThreeFold, and now OurWorld. Currently, she is serving by coordinating with people on particular projects, always having the most productive and playful outcomes for the Highest Good of all in mind and heart.
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: khaled is a passionate software test engineer with experience in software testing ....
|
||||
taxonomies:
|
||||
people: [khaled_youssef]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: khaled.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Kristof de Spiegeleer
|
||||
weight: 1
|
||||
description: Nerd engineer, humanist & motivated entrepreneur.
|
||||
description: Founder & CEO. Nerd engineer, humanist & motivated entrepreneur.
|
||||
taxonomies:
|
||||
people: [kristof_de_spiegeleer]
|
||||
memberships: [farmers, foundation, tech, cofounders, aci_members, wisdom_council, technology_council]
|
||||
categories: [foundation, aci, cloud, farming, twin]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: kristof_de_spiegeleer.jpeg
|
||||
organizations: [threefold_foundation, threefold_tech]
|
||||
organizations: []
|
||||
countries: [UAE, Egypt]
|
||||
cities: [Dubai, El Gouna]
|
||||
private: 0
|
||||
@ -19,4 +19,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
Humanist & motivated entrepreneur, passionate to help make the world a better place. Kristof strongly believes there is need for a neutral internet owned by millions. We dream about a world where everyone can be happy, with respect for each other and the world’s resources. A world where we dare to love ourselves and we don’t have to be scared about our future. A world where we don’t need to be a product and we have learned to collaborate with openness and trust. <BR> More info on <a href="https://library.threefold.me/info/threefold#/kristof">library.threefold.me</a>
|
||||
Humanist & motivated entrepreneur, passionate to help make the world a better place. Kristof strongly believes there is need for a neutral internet owned by millions. We dream about a world where everyone can be happy, with respect for each other and the world’s resources. A world where we dare to love ourselves and we don’t have to be scared about our future. A world where we don’t need to be a product and we have learned to collaborate with openness and trust.
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Lee Smet
|
||||
weight: 2
|
||||
weight: 3
|
||||
description: In order to have a nice planet to live on for the next decades, we need to preserve what we have now.
|
||||
taxonomies:
|
||||
people: [lee_smet]
|
||||
memberships: [foundation, tech, technology_council]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: lee_smet.png
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Belgium]
|
||||
cities: [Lochristi]
|
||||
private: 0
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Mahendra Varma
|
||||
weight: 3
|
||||
weight: 4
|
||||
description: Consultant at ThreeFold DMCC
|
||||
taxonomies:
|
||||
people: [mahendra_varma]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: mahendra_varma.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: []
|
||||
cities: []
|
||||
private: 0
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: Mahmoud is a young and dynamic Software Engineer who able to work in a multicultural environment with....
|
||||
taxonomies:
|
||||
people: [mahmoud_emad]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: mahmoud_emad.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@ -4,11 +4,11 @@ weight: 4
|
||||
description: Software Engineer.
|
||||
taxonomies:
|
||||
people: [mario_bassem]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: mario.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|