Compare commits
135 Commits
developmen
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
4df672ddd5 | |||
bccc56ee8e | |||
6c3d462f06 | |||
49ed5bfbbc | |||
55cc163e04 | |||
ea1a4dacf4 | |||
bec61bd479 | |||
3bf970dabd | |||
0799715fff | |||
926ddf3a57 | |||
8aa131a56b | |||
e6a48bbc7f | |||
e79cbefac0 | |||
648e8582e7 | |||
3e87096322 | |||
a2b84e5a71 | |||
7661b363cc | |||
c3cb39ac03 | |||
9621f8249a | |||
80253662d4 | |||
|
8edb6728a2 | ||
8a39375faa | |||
2c529632c1 | |||
|
db61ef4b96 | ||
|
a85ea9383a | ||
|
454cab09a6 | ||
2eeac0863b | |||
ddf3a0987a | |||
a5ddc234bd | |||
2c5ee7c5aa | |||
7e6e1e4281 | |||
8b375b32fd | |||
2263a61f00 | |||
994805a993 | |||
423f7e5fcd | |||
188a5aa22a | |||
903c9a93e7 | |||
e5ff1ba249 | |||
3f84f51903 | |||
d062e5e6f8 | |||
34953930ba | |||
7a7311b145 | |||
0568589ff6 | |||
1b67883275 | |||
8bc61667b9 | |||
a44648a7b8 | |||
be3a870f35 | |||
f7e10a6975 | |||
c8e9a64dc8 | |||
b06469b9dc | |||
|
07727c302e | ||
|
86afc775d5 | ||
|
933371565f | ||
|
944bae40f7 | ||
|
56de7044f8 | ||
|
9fabf937d4 | ||
|
722805770b | ||
|
344e433694 | ||
|
7295d7c9fc | ||
|
552e74e92a | ||
|
985469f49a | ||
|
e538c6d3e0 | ||
|
7ea4d18bf5 | ||
|
1e9b371751 | ||
|
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
|
||||
|
85
README.md
@ -1,19 +1,88 @@
|
||||
# Welcome to Ourworld Website Repository
|
||||
# Welcome to OurWorld Website Repository
|
||||
|
||||
- Website Name: Ourworld
|
||||
- Brief Description: This is the official website of Ourworld.
|
||||
Last Updated: March 2023
|
||||
- Website Name: OurWorld
|
||||
- Brief Description: This is the official website of OurWorld.
|
||||
Last Updated: Aug 2024
|
||||
|
||||
- production(master branch) https://ourworld.tf/
|
||||
- staging(development branch) https://www2.ourworld.tf/
|
||||
|
||||
- For any suggestions or improvement ideas please
|
||||
Create an issue on: https://github.com/threefoldfoundation/www_ourworld_tf/issues
|
||||
Create an issue on: https://git.ourworld.tf/tfgrid/circle_web_presence/issues
|
||||
|
||||
## Project Overview
|
||||
|
||||
The TF9 website is built using modern, efficient web technologies to ensure a seamless user experience. The stack includes:
|
||||
|
||||
- **Zola**: A fast, static site generator designed for simplicity and performance.
|
||||
- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.
|
||||
- **JavaScript**: Enhancing interactivity and functionality on the website.
|
||||
- **Markdown**: Used for writing content in a simple and readable format, which Zola converts into HTML.
|
||||
- **HTML**: The backbone of the web pages, structuring the content and defining the layout of the website.
|
||||
|
||||
## Installation
|
||||
|
||||
To get started with the development environment, ensure that you have the following installed on your machine:
|
||||
|
||||
1. **Zola**: [Installation Guide](https://www.getzola.org/documentation/getting-started/installation/)
|
||||
2. **Tailwind CSS**: [Installation Guide](https://tailwindcss.com/docs/installation)
|
||||
3. **Node.js & npm**: Required for managing JavaScript dependencies.
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
Once these dependencies are installed, you can clone this repository and navigate into the project directory:
|
||||
|
||||
```bash
|
||||
git clone https://git.ourworld.tf/tfcoop/www_tf9_new
|
||||
cd www_tf9_new
|
||||
|
||||
```
|
||||
|
||||
### Reviewing New Website Changes Locally
|
||||
|
||||
#### Access the Terminal
|
||||
Within your code editor, open the terminal or command line interface. Make sure you are in the root directory of your website project in the terminal.
|
||||
|
||||
#### Run the Build Script:
|
||||
Type **./build.sh** in the terminal and press Enter. This script is responsible for building or compiling your website code and assets.
|
||||
|
||||
#### Run the Start Script:
|
||||
After the build process is complete, type **./start.sh** in the terminal and press Enter. This script typically starts a local development server.
|
||||
|
||||
Wait for the Localhost URL: The start script will initiate a local development server, and it will display a localhost URL, such as **http://localhost:xxxx**, where xxxx is a port number. Wait for this URL to be generated.
|
||||
|
||||
### Open the URL in Your Browser
|
||||
Once the localhost URL is generated, open your web browser and enter the provided URL (e.g., http://localhost:xxxx). This will display your website locally, allowing you to review the changes you made.
|
||||
|
||||
## Contributing
|
||||
|
||||
We welcome contributions from the community! To contribute:
|
||||
|
||||
Create a new branch (git checkout -b feature/your-feature-name).
|
||||
Make your changes and commit them (git commit -m 'Add new feature').
|
||||
Push to the branch (git push origin feature/your-feature-name).
|
||||
Open a Pull Request.
|
||||
|
||||
## Issues and Suggestions
|
||||
|
||||
We welcome feedback, bug reports, and feature requests to help improve the TF9 website. If you encounter any issues or have suggestions, please follow the steps below:
|
||||
|
||||
1. Go to the **TF Web Presence project** board on Gitea: [Project](https://git.ourworld.tf/tfgrid/circle_web_presence/projects/35)
|
||||
2. Click on the "New Issue" button.
|
||||
3. Provide a clear title and detailed description of the issue or suggestion.
|
||||
4. Add relevant labels, milestones, or assignees if applicable.
|
||||
5. Submit the issue.
|
||||
|
||||
Our team will review and address your submission as soon as possible.
|
||||
|
||||
Thank you for helping us improve TF9!
|
||||
|
||||
|
||||
## Administrators
|
||||
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
|
||||
[ThreeFold's Web Presence Team](https://git.ourworld.tf/tfgrid/circle_web_presence/)
|
||||
|
||||
## Contribution Procedure
|
||||
## Website Maintenance
|
||||
|
||||

|
||||
|
||||
@ -21,7 +90,7 @@ It is highly important to follow this procedure to contribute to the website con
|
||||
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
|
||||
|
||||
1. Create an Issue
|
||||
Feel free to [create a new issue](https://github.com/threefoldfoundation/www_threefold_io/issues/new) to report an error on the website, or if you have any suggestions on website improvements.
|
||||
Feel free to [create a new issue](https://git.ourworld.tf/tfgrid/circle_web_presence/issues) to report an error on the website, or if you have any suggestions on website improvements.
|
||||
|
||||
2. Make your own branch from __'development'__ branch.
|
||||
by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.
|
||||
|
@ -1,9 +1,9 @@
|
||||
# The URL the site will be built for
|
||||
base_url = "https://www.ourworld.tf"
|
||||
base_url = "https://www2.freezone.ourworld.tf"
|
||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||
|
||||
title = "OURWORLD"
|
||||
description="Our global digital backbone"
|
||||
title = "ODFZ"
|
||||
description="Ourworld Digital Freezone"
|
||||
|
||||
# When set to "true", a feed is automatically generated.
|
||||
# generate_feed = true
|
||||
|
BIN
content/.DS_Store
vendored
@ -1,106 +0,0 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 1 -->
|
||||
|
||||
{% 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 |
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: 14 KiB |
BIN
content/contact/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
1
content/contact/images/odfz.svg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
content/contact/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 516 KiB After Width: | Height: | Size: 516 KiB |
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
24
content/contact/index.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 2
|
||||
template: "layouts/contact.html"
|
||||
---
|
||||
|
||||
<!--
|
||||
This page is designed by combining specific 'block' (partial html pages) together.
|
||||
To edit the page content, please go to the partial html files listed below.
|
||||
CONTACT PAGE (layouts/contact.html) contains:
|
||||
|
||||
1. Contact Section: "partials/contact.html"
|
||||
|
||||
---
|
||||
Extras:
|
||||
1. header: "partials/header_custom.html"
|
||||
2. footer: "partials/footer.html
|
||||
-->
|
||||
|
||||
|
BIN
content/contact/videos/ow.mp4
Normal file
Before Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 289 KiB |
Before Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 428 KiB |
Before Width: | Height: | Size: 621 KiB |
@ -1,144 +0,0 @@
|
||||
---
|
||||
title: "Creator Zones"
|
||||
description: "A better world is where we all have access to endless information and opportunities."
|
||||
date: 2018-09-14T21:00:00-05:00
|
||||
updated: 2021-02-20T14:40:00-06:00
|
||||
draft: false
|
||||
extra:
|
||||
author:
|
||||
---
|
||||
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center lean-right") %}
|
||||
|
||||
### GROWTH BEGINS IN
|
||||
|
||||
## THE CREATOR ZONE
|
||||
|
||||
<br>
|
||||
|
||||
Creator Zones are set up to allow aspiring entrepreneurs, business people and digital nomads to work together on projects and experiences that bring a positive impact to the society.
|
||||
|
||||
<button>[EXPLORE]("/experiences/")</button>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
{{ space() }}
|
||||
|
||||
{% row(style="center lean-left" bgColor="#c4ffeb") %}
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
### THE
|
||||
## LOVE OF NATURE
|
||||
|
||||
<br/>
|
||||
|
||||
Creator Zones are always integrated with nature.
|
||||
This creates a more sustainable environment that
|
||||
allows community members to be more
|
||||
sustainable. This also promotes greener habits
|
||||
to become the standard of every Creator Zone.
|
||||
|
||||
{% end %}
|
||||
|
||||
{{ space() }}
|
||||
|
||||
{% row(style="center lean-left") %}
|
||||
|
||||
|
||||
### BUILT BY
|
||||
|
||||
## TOGETHERNESS
|
||||
|
||||
<br/>
|
||||
|
||||
Co-living and coworking in Creator Zones allow members to create effective and innovative experiences.
|
||||
|
||||
<br>
|
||||
|
||||
We have created an environment where collaboration and team work lead to the developoment of advanced technologies that focus on endless creating opportunities.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
{{ space() }}
|
||||
|
||||
{% row(style="center narrow") %}
|
||||
|
||||
<br>
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
### REGENERATIVE
|
||||
|
||||
## FARMING
|
||||
|
||||
<br>
|
||||
|
||||
We work with the local population to allow them to help and earn from the Creator Zone community by assisting in regenerative farming. This makes our communities promote healthier living and also allows us to become more self-sufficient.
|
||||
|
||||
{% end %}
|
||||
|
||||
{{ space() }}
|
||||
|
||||
{% row(style="center lean-right") %}
|
||||
|
||||
### THE POWER OF
|
||||
|
||||
## P2P
|
||||
|
||||
<br>
|
||||
|
||||
All Creator Zone experiences and technologies are built on top of the world’s largest decentralized and peer-to-peer network, the ThreeFold Grid. This allows endless security and scalability for all projects whilst offering limitless opportunities.
|
||||
|
||||
<a class="text-white" href="https://library.threefold.me/info/manual/#/threefold__peer2peer" target="_blanck"><button >LEARN MORE</button></a>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{{ space() }}
|
||||
|
||||
{% row(style="center narrow invert-color" bgColor="#4ec48f") %}
|
||||
|
||||
## WANNA GET **INVOLVED?**
|
||||
|
||||
<br/>
|
||||
|
||||
Interested in partnering up? Or just wanna say hi?
|
||||
|
||||
Drop us a message!
|
||||
|
||||
<a class="text-white" href="mailto:info@ourverse.tf" target="_blanck"><button >Email</button></a>
|
||||
|
||||
<br>
|
||||
|
||||
#### OUR**WORLD**
|
||||
|
||||
{% end %}
|
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 132 KiB |
@ -4,60 +4,57 @@ 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/tf_logo.svg"
|
||||
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>
|
||||
###### [Sikana](https://sikana.tv/)
|
||||
|
||||
<a onclick="window.open('https://ourverse.tf/', '_blank')"><h6>OurVerse</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://ourphone.tf/', '_blank')"><h6>OurPhone</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: 14 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 |
@ -4,42 +4,10 @@ description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/header.html"
|
||||
extra:
|
||||
logoPath: "/images/OW_Logo.png"
|
||||
logoPath: "./images/tf_logo.svg"
|
||||
imgPath: ""
|
||||
---
|
||||
- [Home]("/")
|
||||
- [Newsroom]("/newsroom")
|
||||
- [Contact]("/contact")
|
||||
|
||||
- [About]("/about")
|
||||
- [Ventures]("/ventures")
|
||||
- Info
|
||||
|
||||
{% 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: 14 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,26 @@ draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 1 -->
|
||||
|
||||
{% row(style="center" margin="tight" bgPath="img/horizon.jpeg" bgStyle="full") %}
|
||||
|
||||
# OurWorld
|
||||
|
||||
### A Platform to Enable Self-Sovereignty.
|
||||
<!--
|
||||
This page is made by combining different 'block' (partial html pages) together.
|
||||
To edit the page content, please go to specific 'block' that you would like to edit.
|
||||
To see the list of the blocks in this page, add or remove some of the partial pages, go to: layouts/index.html.
|
||||
|
||||
<br>
|
||||
HOMEPAGE (layouts/index.html) contains:
|
||||
|
||||
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.
|
||||
1. Hero section: "partials/hero.html
|
||||
2. About section: "partials/about1.html"
|
||||
3. Why Choose a Digital FreeZone section: "partials/about.html"
|
||||
4. Why ZNZ section: "partials/feature.html
|
||||
5. Benefits section: "partials/benefits.html"
|
||||
6. Blog section : "partials/blogs.html"
|
||||
7. Company License section: "partials/presale.html"
|
||||
8. FAQ section: "partials/faq.html"
|
||||
|
||||
<button>[Our Ventures](/ventures)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
|
||||
<!-- 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>
|
||||
---
|
||||
Extras:
|
||||
1. header: "partials/header_custom.html"
|
||||
2. footer: "partials/footer.html"
|
||||
-->
|
||||
|
Before Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 443 KiB |
Before Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 391 KiB |
Before Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 5.4 KiB |
@ -1,13 +1,13 @@
|
||||
---
|
||||
id: africanregensummit
|
||||
title: 🌍 African Regenerative Cities Summit
|
||||
title: African Regenerative Cities Summit
|
||||
image_caption: African Regenerative Cities Summit
|
||||
description: Learn about the summit we hosted this past weekend in Zanzibar to unite innovators and investors to support Africa's future.
|
||||
date: 2023-07-23
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
tags: [community,technology,update,event]
|
||||
news-category: [foundation]
|
||||
people: []
|
||||
tags: []
|
||||
news-category: []
|
||||
extra:
|
||||
imgPath: africanregensummit.png
|
||||
---
|
||||
|
1
content/newsroom/images/odfz.svg
Normal file
After Width: | Height: | Size: 12 KiB |
32
content/newsroom/networkstateconference/index.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
id: networkstateconference
|
||||
title: "Recap: Network State Conference"
|
||||
image_caption: Network State Conference
|
||||
description: "'We are building the infrastructure layer for Network State as a Service,' Florian Fournier."
|
||||
date: 2024-09-25
|
||||
taxonomies:
|
||||
people: []
|
||||
tags: []
|
||||
news-category: []
|
||||
extra:
|
||||
imgPath: networkstateconference.png
|
||||
isFeatured: false
|
||||
---
|
||||
|
||||
Florian represented ThreeFold and OurWorld on stage at the Network State Conference in Singapore last week, to share a powerful solution for any network state.
|
||||
|
||||
<br>
|
||||
|
||||
“We are building the infrastructure layer for Network State as a Service by combining a decentralized cloud running on bare metal with a digital free zone from where we can all exist freely.”
|
||||
|
||||
<br>
|
||||
|
||||
Florian explained that if we want to create “cloud-first’ network states, “we definitely don’t want to run them on Amazon Web Services or Google Cloud. Because privacy is power – and we need to own our digital life, and we need to own our data.”
|
||||
|
||||
<br>
|
||||
|
||||
“We built a network layer and platform where any community can deploy directly its own sovereign cloud.”
|
||||
|
||||
<br>
|
||||
|
||||
Take a look at Florian’s talk [here](https://www.youtube.com/live/OWEGg-ZTtSE?si=EukLJY9t0cO_8Ut9&t=14763).
|
After Width: | Height: | Size: 418 KiB |
@ -1,13 +1,13 @@
|
||||
---
|
||||
id: ourworldfreezone
|
||||
title: 🗞 In the News – OurWorld Digital Free Zone
|
||||
image_caption: OurWorld Digital Free Zone
|
||||
description: OurWorld Digital Free Zone received some coverage recently from IPPMEDIA. Take a look!
|
||||
title: 🗞 In the News – OurWorld Digital FreeZone
|
||||
image_caption: OurWorld Digital FreeZone
|
||||
description: OurWorld Digital FreeZone received some coverage recently from IPPMEDIA. Take a look!
|
||||
date: 2023-08-01
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
tags: [partner,news,community,technology,update]
|
||||
news-category: [foundation]
|
||||
people: []
|
||||
tags: []
|
||||
news-category: []
|
||||
extra:
|
||||
imgPath: ourworldfreezone.png
|
||||
isFeatured: true
|
||||
@ -17,4 +17,4 @@ extra:
|
||||
|
||||
<br/>
|
||||
|
||||
Take a look at [this piece](https://www.ippmedia.com/en/features/mwinyi-keen-establish-digital-hub-isles) from IPPMEDIA, which goes into some detail about our collaboration with the Revolutionary Government of Zanzibar and the OurWorld Digital Free Zone.
|
||||
Take a look at [this piece](https://www.ippmedia.com/en/features/mwinyi-keen-establish-digital-hub-isles) from IPPMEDIA, which goes into some detail about our collaboration with the Revolutionary Government of Zanzibar and the OurWorld Digital FreeZone.
|
36
content/newsroom/transformativeimpactzanzibar/index.md
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
id: transformativeimpactsummit
|
||||
title: Transformative Impact Summit Recap
|
||||
image_caption: Transformative Impact Summit Recap
|
||||
description: Held June 7 - 9 in Zanzibar, TIS brought together a global audience from the impact ecosystem.
|
||||
date: 2024-06-14
|
||||
taxonomies:
|
||||
people: []
|
||||
tags: []
|
||||
news-category: []
|
||||
extra:
|
||||
imgPath: transformativeimpactzanzibar.png
|
||||
---
|
||||
|
||||
*By bringing together those dedicating their lives to making the world a better place, and empowering them with exposure, support, connection, and funding, we not only celebrate transformative impact, we create it.*
|
||||
|
||||
<br/>
|
||||
|
||||
Held this June 7 - 9 in Zanzibar, Tanzania, the Transformative Impact Summit convened with this important focus, attracting an audience of people from around the world working across the entire impact ecosystem, along with students from local IT universities, and government officials from Zanzibar.
|
||||
|
||||
<br/>
|
||||
|
||||
A [jam-packed three-day schedule of focused talks](https://www.catalist.network/1-column-agenda/tis-africa-24) gave essential background and context to the incredible group of participants and their initiatives. Different tracks for the summit included Financial Innovation, Regenerative Finance, Regenerative Agriculture and Food, health and social connection, AI, Web3, and Tech for Good.
|
||||
|
||||
<br/>
|
||||
|
||||
The diverse array of speakers and topics included:
|
||||
|
||||
<br/>
|
||||
|
||||
- Kristof, Florian, and Greg from the OurWorld team
|
||||
- Matthew Schutte, co-founder of [HoloChain](https://holochain.org), who talked about HoloChain and their perspective on application development
|
||||
- Omrei Abumadi, founder of OurVerse, who discussed the metaverse and showcased a virtual environment built just for the event
|
||||
- Victor Muhagachi and David Machuche, co-founders of [Chatafisha](https://chatafisha.com/) and [Dunia Yetu](https://duniayetu.com) collaborators, who spoke about how FinTech can empower Africa’s waste pickers
|
||||
- Dr. Cornelia Wallner-Frisee, co-founder of [Africa Amini Life](https://www.africaaminilife.com/en), who presented “Education is Our Strongest Medicine”
|
||||
- El Fuego Mutaz, Head of Africa at [Refunite](https://refunite.org/), a tech non-profit that uses technology and innovation to provide humanitarian assistance, who spoke about how technology can reconnect families, as well as reshaping the future of aid with local community leadership
|
After Width: | Height: | Size: 761 KiB |
@ -1,13 +1,13 @@
|
||||
---
|
||||
id: zuzalu
|
||||
title: 🗓 ThreeFold Team @ Zuzalu
|
||||
image_caption: ThreeFold Team @ Zuzalu
|
||||
title: ThreeFold & OurWorld Teams @ Zuzalu
|
||||
image_caption: ThreeFold / OurWorld Teams Attending Zuzalu
|
||||
description: Some of the team is at the New Cities & Network States event at Zuzalu, where Kristof will be speaking.
|
||||
date: 2023-04-26
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
tags: [update, news, community]
|
||||
news-category: [foundation]
|
||||
people: []
|
||||
tags: []
|
||||
news-category: []
|
||||
extra:
|
||||
imgPath: zuzalu.png
|
||||
---
|
||||
@ -24,9 +24,5 @@ Looking forward to a productive event with a like-minded community of people and
|
||||
|
||||
<br/>
|
||||
|
||||
We'll share more as we have it here and/or on other channels.
|
||||
|
||||
<br/>
|
||||
|
||||
- Zuzalu | [Site](https://zuzalu.city/)
|
||||
- The Event | [Site](https://lu.ma/ae66qgco)
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Alexandre Hannelas
|
||||
weight: 2
|
||||
description: Alexandre has worked with regenerative companies to help them in their funding rounds.
|
||||
description: CFO
|
||||
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.
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 208 KiB |
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Florian Fournier
|
||||
weight: 2
|
||||
description: The vision is always the same - to enact individual actions that address global challenges.
|
||||
description: Co-Founder & CMO
|
||||
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: 2
|
||||
description: Community Developer
|
||||
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: 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.
|
||||
weight: 3
|
||||
description: Administrative Assistant
|
||||
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.
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Kristof de Spiegeleer
|
||||
weight: 1
|
||||
description: Nerd engineer, humanist & motivated entrepreneur.
|
||||
description: Co-Founder & CEO
|
||||
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.
|
22
content/people/marion_ravarino/index.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Marion Ravarino
|
||||
weight: 3
|
||||
description: Communication Team
|
||||
taxonomies:
|
||||
people: [marion_ravarino]
|
||||
memberships: []
|
||||
categories: [foundation]
|
||||
extra:
|
||||
imgPath: marion_ravarino.jpg
|
||||
organizations: [threefold_tech]
|
||||
countries: [Germany]
|
||||
cities: []
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/in/marion-ravarino/,
|
||||
websites: https://threefold.io/,
|
||||
}
|
||||
---
|
||||
|
||||
|
||||
Growing up in a multicultural environment has made me an enthusiastic and very open-minded person. I’ve had the incredible opportunity to live and travel in many countries, experiencing diverse cultures and backgrounds. Driven by a natural curiosity for new knowledge, my journey led me to discover ThreeFold and explore its innovative technology as part of my MSc thesis. ThreeFold's mission and values are perfectly aligned with my vision of a better future for all. I firmly believe that by leveraging technology, we can create positive change and foster a more equitable world.
|
BIN
content/people/marion_ravarino/marion_ravarino.jpg
Normal file
After Width: | Height: | Size: 235 KiB |
@ -1,22 +0,0 @@
|
||||
---
|
||||
title: Rob Van Mieghem
|
||||
weight: 1
|
||||
description: Technology today does not sufficiently support my personal believes of how a better world might look like.
|
||||
taxonomies:
|
||||
people: [rob_van_mieghem]
|
||||
memberships: [foundation, tech, technology_council, cofounders]
|
||||
categories: [foundation]
|
||||
extra:
|
||||
imgPath: rob_van_mieghem.jpeg
|
||||
organizations: [threefold_tech]
|
||||
countries: [Belgium]
|
||||
cities: [Gent]
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/in/robvanmieghem/,
|
||||
github: https://github.com/robvanmieghem,
|
||||
websites: https://threefold.tech,
|
||||
}
|
||||
---
|
||||
|
||||
Equality of opportunity is a fundamental right in my opinion. So is privacy that goes beyond being a personal right as it is a necessity for democracy to function. A better world is something that starts with yourself. Technology today does not sufficiently support my personal believes of how a better world might look like, especially not how it is made available to the majority of the world population. I'm a nerd and proud of it so let's start doing what is right.
|
Before Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 459 KiB |
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Sacha Obeegadoo
|
||||
weight: 1
|
||||
description: Organisational and Ecosystem Strategy
|
||||
weight: 2
|
||||
description: Business Development & Community
|
||||
taxonomies:
|
||||
people: [sacha_obeegadoo]
|
||||
memberships: [foundation, twin, aci_members]
|
||||
categories: [foundation, twin, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: sacha_obeegadoo.jpg
|
||||
organizations: [threefold_foundation, twin, aci]
|
||||
organizations: []
|
||||
countries: [Nomad]
|
||||
cities: [Nomad]
|
||||
private: 0
|
||||
@ -19,12 +19,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
<BR>
|
||||
<div class="aspect-w-16 aspect-h-9">
|
||||
<iframe src="https://player.vimeo.com/video/607420033?h=924c1841b0" width="800" height="450" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
|
||||
</div>
|
||||
<BR>
|
||||
|
||||
|
||||
|
||||
Sacha is a positive and outgoing individual. Seeking challenging and dynamic opportunities, he invests himself in sustainable activities with a view to producing real results and doing good for the world. He believes that change is the only constant.
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Sam Taggart
|
||||
weight: 2
|
||||
description: Let's co-create a better future for humanity and for our planet.
|
||||
weight: 3
|
||||
description: Communication & Community
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
memberships: [foundation, twin, aci_members]
|
||||
categories: [foundation, twin, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: sam_taggart.jpg
|
||||
organizations: [threefold_foundation, twin, aci]
|
||||
organizations: []
|
||||
countries: [Turkey, USA]
|
||||
cities: [Akyaka, New York, Philadelphia]
|
||||
private: 0
|
||||
@ -19,10 +19,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
<BR>
|
||||
<div class="aspect-w-16 aspect-h-9">
|
||||
<iframe src="https://player.vimeo.com/video/607456068?h=64c911d55f" width="800" height="450" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
|
||||
</div>
|
||||
<BR>
|
||||
|
||||
Sam has a professional background in communication / content and community building / management. His career started in 2009 with digital agency VaynerMedia, when businesses were just beginning to use social media to reach their audiences. Beyond his career, Sam likes to think of himself as a citizen of the world. After eight years of "corporate" work, he traveled to Southeast Asia, in part to evolve and open his mind and reality to new experiences and perspectives, and in part to find a purpose that tied more to his passions and desires to help the world. In 2019, Sam met ThreeFold co-founder Kristof de Spiegeleer in Cambodia and connected over topics like the importance of equalizing education and how we treat our planet. Sam was energized by what an Internet by people, for people could do for all of us. Having been exposed to many corners of the world, Sam is inspired by the beauty of our differences, and humbled by our similarities. He is driven to help grow this global effort to bring positive and impactful change to our planet.
|
||||
Sam likes to think of himself as a citizen of the world. After eight years of "corporate" work, he traveled to Southeast Asia, in part to evolve and open his mind and reality to new experiences and perspectives, and in part to find a purpose that tied more to his passions and desires to help the world. In 2019, Sam met ThreeFold co-founder Kristof de Spiegeleer in Cambodia and connected over topics like the importance of equalizing education and how we treat our planet. Sam was energized by what an Internet by people, for people could do for all of us. Having been exposed to many corners of the world, Sam is inspired by the beauty of our differences, and humbled by our similarities. He is driven to help grow this global effort to bring positive and impactful change to our planet.
|
||||
|
@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Sasha Astiadi
|
||||
weight: 2
|
||||
description: Product Manager with a passion in blockchain, sustainability, and decentralization
|
||||
weight: 3
|
||||
description: Websites
|
||||
taxonomies:
|
||||
people: [sasha_astiadi]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: sasha_astiadi.png
|
||||
organizations: [threefold_foundation, threefold_tech]
|
||||
organizations: []
|
||||
countries: [Indonesia, Spain, Germany]
|
||||
cities: [Bali, Barcelona, Berlin]
|
||||
private: 0
|
||||
@ -19,4 +19,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
Sasha sees herself as a Human-centered product manager, researcher and UX Designer who puts the planet as her main mission. It is her duty and aspiration to define the ways humans relate to and interact with the world, how we can navigate space effectively, how we humans can connect to our planet better and create a better designed world, for you and me and for the future generations. Over the course of 6 years, she has successfully transformed herself from my previous expertise as a digital marketing consultant into becoming a product development consultant with strong emphasis in product management, human factors comprehension, and user experience. With her multilingual skills of Indonesian, English, Chinese, German and Spanish, she has delivered various digital projects from clients in different industries in Germany, China, Japan, Indonesia, Spain, and the USA, ranging from web and mobile apps interface design, to design system, corporate branding, and large-scale user experience researches and project management.
|
||||
Sasha sees herself as a Human-centered product manager, researcher and UX Designer who puts the planet as her main mission. It is her duty and aspiration to define the ways humans relate to and interact with the world, how we can navigate space effectively, how we humans can connect to our planet better and create a better designed world, for you and me and for the future generations. Over the course of 6 years, she has successfully transformed herself from my previous expertise as a digital marketing consultant into becoming a digital product development consultant with strong emphasis in product management, human factors comprehension, and user experience. With her multilingual skills of Indonesian, English, Chinese, German and Spanish, she has delivered various digital projects from clients in different industries in Germany, China, Japan, Indonesia, Spain, and the USA, ranging from web and mobile apps interface design, to design system, corporate branding, and large-scale user experience researches and project management.
|
||||
|
@ -1,21 +0,0 @@
|
||||
---
|
||||
title: ThreeFold Community
|
||||
weight: 0
|
||||
description: Together we build!
|
||||
taxonomies:
|
||||
people: [threefold_community]
|
||||
memberships: [foundation]
|
||||
categories: [foundation]
|
||||
extra:
|
||||
imgPath: threefold_community.png
|
||||
organizations: [threefold_foundation]
|
||||
countries: []
|
||||
cities: []
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/company/threefold-foundation,
|
||||
github: https://github.com/threefoldfoundation/,
|
||||
websites: https://threefold.io,
|
||||
}
|
||||
---
|
||||
The ThreeFold community is made up of passionate individuals from all corners of the globe participating in the expansion and evolution of the ThreeFold Internet and project.
|
Before Width: | Height: | Size: 13 KiB |