diff --git a/.DS_Store b/.DS_Store
index 176d0f4..5cdbb10 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/README.md b/README.md
index 034dc58..44bfd9a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
- Website Name: OurWorld
- Brief Description: This is the official website of OurWorld.
-Last Updated: March 2023
+Last Updated: Aug 2024
- production(master branch) https://ourworld.tf/
- staging(development branch) https://www2.ourworld.tf/
@@ -10,32 +10,85 @@ Last Updated: March 2023
- For any suggestions or improvement ideas please
Create an issue on: https://git.ourworld.tf/tfgrid/circle_web_presence/issues
-## Administrators
-[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
+## Project Overview
-## Contribution Procedure
+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.
-It is highly important to follow this procedure to contribute to the website content.
-__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
+## 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.
1. Create an Issue
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.
-3. Add your edits into your own branch via code editor locally, and push your local changes online. WARNING: DO NOT add your edits straight into __master__ / __development__ branch.
+#### 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.
-5. Create a PR to merge your own branch into '**development**', and assign one of [ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin) on your PR as reviewer, or assign @sasha-astiadi as reviewer.
+#### 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.
-7. When PR is approved, you can see your changes on staging env on www2.threefold.io (development branch)
+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.
-8. Admin will then create a PR to merge 'development' into into '**maste**r' (production branch)
+### 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.
-10. When PR is approved, you can see your changes live on production (master branch).
+## 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 Presence Team](https://git.ourworld.tf/tfgrid/circle_web_presence/)
+## Website Maintenance
+
+
+It is highly important to follow this procedure to contribute to the website content.
+__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
\ No newline at end of file
diff --git a/content/.DS_Store b/content/.DS_Store
index 2ec16d8..db9866c 100644
Binary files a/content/.DS_Store and b/content/.DS_Store differ
diff --git a/content/about/images/OW_Logo.png b/content/about/images/OW_Logo.png
index 6fbdfee..4cc8c9e 100644
Binary files a/content/about/images/OW_Logo.png and b/content/about/images/OW_Logo.png differ
diff --git a/content/about/img/OW_Logo.png b/content/about/img/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/about/img/OW_Logo.png and /dev/null differ
diff --git a/content/about/img/about.jpeg b/content/about/img/about.jpeg
deleted file mode 100644
index c6eacc7..0000000
Binary files a/content/about/img/about.jpeg and /dev/null differ
diff --git a/content/about/img/freeflow.png b/content/about/img/freeflow.png
deleted file mode 100644
index 804c989..0000000
Binary files a/content/about/img/freeflow.png and /dev/null differ
diff --git a/content/about/index.md b/content/about/index.md
index 74fce6f..d310c7e 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -8,5 +8,19 @@ weight: 2
template: "layouts/about.html"
---
-
+
+
diff --git a/content/archive/images/OW_Logo.png b/content/archive/images/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/archive/images/OW_Logo.png and /dev/null differ
diff --git a/content/archive/images/abundance.png b/content/archive/images/abundance.png
deleted file mode 100644
index ccaa0f9..0000000
Binary files a/content/archive/images/abundance.png and /dev/null differ
diff --git a/content/archive/images/creator.png b/content/archive/images/creator.png
deleted file mode 100644
index 71b6083..0000000
Binary files a/content/archive/images/creator.png and /dev/null differ
diff --git a/content/archive/images/ff.png b/content/archive/images/ff.png
deleted file mode 100644
index 8955c4a..0000000
Binary files a/content/archive/images/ff.png and /dev/null differ
diff --git a/content/archive/images/ow_lp0.png b/content/archive/images/ow_lp0.png
deleted file mode 100644
index 4e3cb86..0000000
Binary files a/content/archive/images/ow_lp0.png and /dev/null differ
diff --git a/content/archive/images/ow_lp1.jpg b/content/archive/images/ow_lp1.jpg
deleted file mode 100644
index c16d64a..0000000
Binary files a/content/archive/images/ow_lp1.jpg and /dev/null differ
diff --git a/content/archive/images/ow_lp15.jpg b/content/archive/images/ow_lp15.jpg
deleted file mode 100644
index b271d19..0000000
Binary files a/content/archive/images/ow_lp15.jpg and /dev/null differ
diff --git a/content/archive/images/ow_lp25.png b/content/archive/images/ow_lp25.png
deleted file mode 100644
index fb4b9eb..0000000
Binary files a/content/archive/images/ow_lp25.png and /dev/null differ
diff --git a/content/archive/images/ow_lp44.png b/content/archive/images/ow_lp44.png
deleted file mode 100644
index 45ccdcb..0000000
Binary files a/content/archive/images/ow_lp44.png and /dev/null differ
diff --git a/content/archive/images/ow_lp8.jpeg b/content/archive/images/ow_lp8.jpeg
deleted file mode 100644
index 99dfa0c..0000000
Binary files a/content/archive/images/ow_lp8.jpeg and /dev/null differ
diff --git a/content/contact/images/OW_Logo.png b/content/contact/images/OW_Logo.png
index 6fbdfee..4cc8c9e 100644
Binary files a/content/contact/images/OW_Logo.png and b/content/contact/images/OW_Logo.png differ
diff --git a/content/contact/index.md b/content/contact/index.md
index 2e20456..18345d9 100644
--- a/content/contact/index.md
+++ b/content/contact/index.md
@@ -8,5 +8,18 @@ weight: 2
template: "layouts/contact.html"
---
-
+
+
diff --git a/content/creator-zones/images/OW_Logo.png b/content/creator-zones/images/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/creator-zones/images/OW_Logo.png and /dev/null differ
diff --git a/content/creator-zones/images/creator.png b/content/creator-zones/images/creator.png
deleted file mode 100644
index 71b6083..0000000
Binary files a/content/creator-zones/images/creator.png and /dev/null differ
diff --git a/content/creator-zones/images/kds.png b/content/creator-zones/images/kds.png
deleted file mode 100644
index 8b17f18..0000000
Binary files a/content/creator-zones/images/kds.png and /dev/null differ
diff --git a/content/creator-zones/images/nature.png b/content/creator-zones/images/nature.png
deleted file mode 100644
index 83be28d..0000000
Binary files a/content/creator-zones/images/nature.png and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp1.png b/content/creator-zones/images/ow_lp1.png
deleted file mode 100644
index 8be135e..0000000
Binary files a/content/creator-zones/images/ow_lp1.png and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp11.png b/content/creator-zones/images/ow_lp11.png
deleted file mode 100644
index 10790e2..0000000
Binary files a/content/creator-zones/images/ow_lp11.png and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp12.png b/content/creator-zones/images/ow_lp12.png
deleted file mode 100644
index 451d240..0000000
Binary files a/content/creator-zones/images/ow_lp12.png and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp14.png b/content/creator-zones/images/ow_lp14.png
deleted file mode 100644
index 1e817c0..0000000
Binary files a/content/creator-zones/images/ow_lp14.png and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp40.jpg b/content/creator-zones/images/ow_lp40.jpg
deleted file mode 100644
index 3f1c034..0000000
Binary files a/content/creator-zones/images/ow_lp40.jpg and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp8.jpg b/content/creator-zones/images/ow_lp8.jpg
deleted file mode 100644
index 99dfa0c..0000000
Binary files a/content/creator-zones/images/ow_lp8.jpg and /dev/null differ
diff --git a/content/creator-zones/images/ow_lp9.png b/content/creator-zones/images/ow_lp9.png
deleted file mode 100644
index d22175d..0000000
Binary files a/content/creator-zones/images/ow_lp9.png and /dev/null differ
diff --git a/content/creator-zones/images/p2p.png b/content/creator-zones/images/p2p.png
deleted file mode 100644
index 79a94a8..0000000
Binary files a/content/creator-zones/images/p2p.png and /dev/null differ
diff --git a/content/creator-zones/images/regenerative.png b/content/creator-zones/images/regenerative.png
deleted file mode 100644
index fa5a23f..0000000
Binary files a/content/creator-zones/images/regenerative.png and /dev/null differ
diff --git a/content/creator-zones/index.md b/content/creator-zones/index.md
deleted file mode 100644
index b74c66d..0000000
--- a/content/creator-zones/index.md
+++ /dev/null
@@ -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:
----
-
-
-
-
-
-
-
-
-
-
-{% row(style="center lean-right") %}
-
-### GROWTH BEGINS IN
-
-## THE CREATOR ZONE
-
-
-
-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.
-
-
-
-|||
-
-
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center lean-left" bgColor="#c4ffeb") %}
-
-
-
-|||
-
-### THE
-## LOVE OF NATURE
-
-
-
-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
-
-
-
-Co-living and coworking in Creator Zones allow members to create effective and innovative experiences.
-
-
-
-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") %}
-
-
-
-
-
-
-
-### REGENERATIVE
-
-## FARMING
-
-
-
-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
-
-
-
-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.
-
-
-
-|||
-
-
-
-{% end %}
-
-
-
-
-
-{{ space() }}
-
-{% row(style="center narrow invert-color" bgColor="#4ec48f") %}
-
-## WANNA GET **INVOLVED?**
-
-
-
-Interested in partnering up? Or just wanna say hi?
-
-Drop us a message!
-
-
-
-
-
-#### OUR**WORLD**
-
-{% end %}
diff --git a/content/experiences/images/OW_Logo.png b/content/experiences/images/OW_Logo.png
index 6fbdfee..4cc8c9e 100644
Binary files a/content/experiences/images/OW_Logo.png and b/content/experiences/images/OW_Logo.png differ
diff --git a/content/footer/_index.md b/content/footer/_index.md
index cb63b30..415ad6d 100644
--- a/content/footer/_index.md
+++ b/content/footer/_index.md
@@ -18,8 +18,6 @@ extra:
###### [Incubaid](https://incubaid.com/)
-###### [Mazraa](https://maazra.io/)
-
###### [Sikana](https://sikana.tv/)
###### [VVerse](https://vverse.co/)
@@ -34,9 +32,6 @@ extra:
|||
diff --git a/content/footer/images/OW_Logo.png b/content/footer/images/OW_Logo.png
index 6fbdfee..4cc8c9e 100644
Binary files a/content/footer/images/OW_Logo.png and b/content/footer/images/OW_Logo.png differ
diff --git a/content/header/_index.md b/content/header/_index.md
index bb352f0..3ef68f9 100644
--- a/content/header/_index.md
+++ b/content/header/_index.md
@@ -7,11 +7,9 @@ extra:
logoPath: "/images/OW_Logo.png"
imgPath: ""
---
-- [Home]("/")
+
- [About]("/about")
-- [Invest]("/invest")
- [Ventures]("/ventures")
- [People]("/people")
-- [Newsroom]("/newsroom")
- [Contact]("/contact")
diff --git a/content/header/images/OW_Logo.png b/content/header/images/OW_Logo.png
index 6fbdfee..4cc8c9e 100644
Binary files a/content/header/images/OW_Logo.png and b/content/header/images/OW_Logo.png differ
diff --git a/content/home/index.md b/content/home/index.md
index 24b7361..a80b709 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -7,60 +7,23 @@ draft: false
weight: 1
---
-
+
+
\ No newline at end of file
diff --git a/content/invest/images/OW_Logo.png b/content/invest/images/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/invest/images/OW_Logo.png and /dev/null differ
diff --git a/content/invest/images/kds.png b/content/invest/images/kds.png
deleted file mode 100644
index 8b17f18..0000000
Binary files a/content/invest/images/kds.png and /dev/null differ
diff --git a/content/invest/img/OW_Logo.png b/content/invest/img/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/invest/img/OW_Logo.png and /dev/null differ
diff --git a/content/invest/img/about.jpeg b/content/invest/img/about.jpeg
deleted file mode 100644
index c6eacc7..0000000
Binary files a/content/invest/img/about.jpeg and /dev/null differ
diff --git a/content/invest/img/exits.png b/content/invest/img/exits.png
deleted file mode 100644
index be92188..0000000
Binary files a/content/invest/img/exits.png and /dev/null differ
diff --git a/content/invest/img/freeflow.png b/content/invest/img/freeflow.png
deleted file mode 100644
index 804c989..0000000
Binary files a/content/invest/img/freeflow.png and /dev/null differ
diff --git a/content/invest/img/ow5.png b/content/invest/img/ow5.png
deleted file mode 100644
index e371115..0000000
Binary files a/content/invest/img/ow5.png and /dev/null differ
diff --git a/content/invest/img/owbenefit.png b/content/invest/img/owbenefit.png
deleted file mode 100644
index 0bd3889..0000000
Binary files a/content/invest/img/owbenefit.png and /dev/null differ
diff --git a/content/invest/img/owebenefit.png b/content/invest/img/owebenefit.png
deleted file mode 100644
index e134cb3..0000000
Binary files a/content/invest/img/owebenefit.png and /dev/null differ
diff --git a/content/invest/img/owpass.png b/content/invest/img/owpass.png
deleted file mode 100644
index 3c97ab0..0000000
Binary files a/content/invest/img/owpass.png and /dev/null differ
diff --git a/content/invest/img/owpass2.png b/content/invest/img/owpass2.png
deleted file mode 100644
index 2ff7c67..0000000
Binary files a/content/invest/img/owpass2.png and /dev/null differ
diff --git a/content/invest/img/owpass3.png b/content/invest/img/owpass3.png
deleted file mode 100644
index db926c3..0000000
Binary files a/content/invest/img/owpass3.png and /dev/null differ
diff --git a/content/invest/img/owpass4.png b/content/invest/img/owpass4.png
deleted file mode 100644
index 3665998..0000000
Binary files a/content/invest/img/owpass4.png and /dev/null differ
diff --git a/content/invest/img/president.png b/content/invest/img/president.png
deleted file mode 100644
index 41dfc4d..0000000
Binary files a/content/invest/img/president.png and /dev/null differ
diff --git a/content/invest/img/team.png b/content/invest/img/team.png
deleted file mode 100644
index d2b7cb0..0000000
Binary files a/content/invest/img/team.png and /dev/null differ
diff --git a/content/invest/img/threefold.png b/content/invest/img/threefold.png
deleted file mode 100644
index 094680d..0000000
Binary files a/content/invest/img/threefold.png and /dev/null differ
diff --git a/content/invest/index.md b/content/invest/index.md
deleted file mode 100644
index a72edc8..0000000
--- a/content/invest/index.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: "About"
-description: ""
-date: 2018-09-14
-updated: 2021-02-20
-draft: false
-weight: 2
-template: "layouts/ourpass.html"
----
-
-
-
diff --git a/content/newsroom/africanregensummit/index.md b/content/newsroom/africanregensummit/index.md
index d65bd8d..e85906e 100644
--- a/content/newsroom/africanregensummit/index.md
+++ b/content/newsroom/africanregensummit/index.md
@@ -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
---
diff --git a/content/newsroom/networkstateconference/index.md b/content/newsroom/networkstateconference/index.md
new file mode 100644
index 0000000..028a1c6
--- /dev/null
+++ b/content/newsroom/networkstateconference/index.md
@@ -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.
+
+
+
+“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.”
+
+
+
+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.”
+
+
+
+“We built a network layer and platform where any community can deploy directly its own sovereign cloud.”
+
+
+
+Take a look at Florian’s talk [here](https://www.youtube.com/live/OWEGg-ZTtSE?si=EukLJY9t0cO_8Ut9&t=14763).
\ No newline at end of file
diff --git a/content/newsroom/networkstateconference/networkstateconference.png b/content/newsroom/networkstateconference/networkstateconference.png
new file mode 100644
index 0000000..7b07e6c
Binary files /dev/null and b/content/newsroom/networkstateconference/networkstateconference.png differ
diff --git a/content/newsroom/ourworldfreezone/index.md b/content/newsroom/ourworldfreezone/index.md
index 08cad4a..9c39670 100644
--- a/content/newsroom/ourworldfreezone/index.md
+++ b/content/newsroom/ourworldfreezone/index.md
@@ -1,13 +1,13 @@
---
id: ourworldfreezone
-title: 🗞 In the News – OurWorld Digital Free Zone
+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!
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
diff --git a/content/newsroom/transformativeimpactzanzibar/index.md b/content/newsroom/transformativeimpactzanzibar/index.md
new file mode 100644
index 0000000..dfea0ce
--- /dev/null
+++ b/content/newsroom/transformativeimpactzanzibar/index.md
@@ -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.*
+
+
+
+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.
+
+
+
+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.
+
+
+
+The diverse array of speakers and topics included:
+
+
+
+- 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
\ No newline at end of file
diff --git a/content/newsroom/transformativeimpactzanzibar/transformativeimpactzanzibar.png b/content/newsroom/transformativeimpactzanzibar/transformativeimpactzanzibar.png
new file mode 100644
index 0000000..bd0c74e
Binary files /dev/null and b/content/newsroom/transformativeimpactzanzibar/transformativeimpactzanzibar.png differ
diff --git a/content/newsroom/zuzalu/index.md b/content/newsroom/zuzalu/index.md
index 7ddf0a6..33e6cc6 100644
--- a/content/newsroom/zuzalu/index.md
+++ b/content/newsroom/zuzalu/index.md
@@ -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
-We'll share more as we have it here and/or on other channels.
-
-
-
- Zuzalu | [Site](https://zuzalu.city/)
- The Event | [Site](https://lu.ma/ae66qgco)
\ No newline at end of file
diff --git a/content/people/adnan_fatayerji/index.md b/content/people/adnan_fatayerji/index.md
index 273842d..923feaa 100644
--- a/content/people/adnan_fatayerji/index.md
+++ b/content/people/adnan_fatayerji/index.md
@@ -1,21 +1,20 @@
---
-title: Adnan Fatayerji
-weight: 1
-description: Honored to be part of a team that has the potential to make the world a better place..
+title: Adnan Fateryji
+weight: 2
+description: Co-Founder & ThreeFold DMCC CEO
taxonomies:
- people: [adnan_fatayerji]
+ people: [adnan fatayerji]
memberships: []
categories: []
extra:
imgPath: adnan_fatayerji.jpg
organizations: []
- countries: [UAE, Spain]
- cities: [Dubai, Ibiza]
+ countries: []
+ cities: []
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/adnansf/,
- websites: https://threefold.io/, https://www.mazraa.io/,
}
---
-Honored to be part of a team that has the potential to make the world a better place by connecting billions of people to a new, accessible, data sovereign and environmentally conscious internet. A social entrepreneur, plant based warrior and a sovereign digital economy advocate with a passion for music creation and collaboration. Adnan has been based in the United Arab Emirates for the past 20 years, during which he has built successful grass-root businesses and invested startups in various sectors. At ThreeFold Adnan is responsible for driving the ThreeFold Foundation Ecosystem. Adnan is also the CEO of the @Mazraa Cooperative which is a founding farm and P2P Cloud Capacity provider on the ThreeFold Network.
+Social entrepreneur and ethical technologist with experience advancing sovereign technologies.
\ No newline at end of file
diff --git a/content/people/alexandre_hannelas/index.md b/content/people/alexandre_hannelas/index.md
index b33e13d..3a1a0e4 100644
--- a/content/people/alexandre_hannelas/index.md
+++ b/content/people/alexandre_hannelas/index.md
@@ -1,7 +1,7 @@
---
title: Alexandre Hannelas
weight: 3
-description: Finance manager, artist-painter, nature enthusiast.
+description: Finance Manager
taxonomies:
people: [alexandre_hannelas]
memberships: []
@@ -19,4 +19,4 @@ extra:
}
---
-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.
+Capable finance specialist with a deep passion in driving lean and innovative business models.
\ No newline at end of file
diff --git a/content/people/amrit_gayan/amrit_gayan.jpeg b/content/people/amrit_gayan/amrit_gayan.jpeg
new file mode 100644
index 0000000..8e5fddb
Binary files /dev/null and b/content/people/amrit_gayan/amrit_gayan.jpeg differ
diff --git a/content/people/amrit_gayan/index.md b/content/people/amrit_gayan/index.md
new file mode 100644
index 0000000..10c728d
--- /dev/null
+++ b/content/people/amrit_gayan/index.md
@@ -0,0 +1,20 @@
+---
+title: Amrit Gayan
+weight: 4
+description: Advisor, Ops & Finance
+taxonomies:
+ people: [amrit_gayan]
+ memberships: []
+ categories: []
+extra:
+ imgPath: amrit_gayan.jpeg
+ organizations: []
+ countries: []
+ cities: []
+ private: 0
+ socialLinks: {
+ LinkedIn: https://www.linkedin.com/in/amrit-gayan-mba-38083462,
+ }
+---
+
++20 years experience leading award-winning banks. AI and technology enthusiast.
\ No newline at end of file
diff --git a/content/people/chris_camponovo/chris_camponovo.jpeg b/content/people/chris_camponovo/chris_camponovo.jpeg
new file mode 100644
index 0000000..936a083
Binary files /dev/null and b/content/people/chris_camponovo/chris_camponovo.jpeg differ
diff --git a/content/people/chris_camponovo/index.md b/content/people/chris_camponovo/index.md
new file mode 100644
index 0000000..0077d0a
--- /dev/null
+++ b/content/people/chris_camponovo/index.md
@@ -0,0 +1,20 @@
+---
+title: Chris Camponovo
+weight: 2
+description: Director & OurWorld FreeZone Co-Founder
+taxonomies:
+ people: [chris_camponovo]
+ memberships: []
+ categories: []
+extra:
+ imgPath: chris_camponovo.jpeg
+ organizations: []
+ countries: []
+ cities: []
+ private: 0
+ socialLinks: {
+ LinkedIn: https://www.linkedin.com/in/christopher-camponovo-a8a57515/,
+ }
+---
+
+Former white house lawyer and private equity fund founder that drives multinational asset recovery solutions.
\ No newline at end of file
diff --git a/content/people/florian_fournier/florian_fournier.jpeg b/content/people/florian_fournier/florian_fournier.jpeg
index 4f45d5f..a5cccdd 100644
Binary files a/content/people/florian_fournier/florian_fournier.jpeg and b/content/people/florian_fournier/florian_fournier.jpeg differ
diff --git a/content/people/florian_fournier/index.md b/content/people/florian_fournier/index.md
index 59164e8..dd88160 100644
--- a/content/people/florian_fournier/index.md
+++ b/content/people/florian_fournier/index.md
@@ -1,7 +1,7 @@
---
title: Florian Fournier
-weight: 1
-description: Ecosystem development. The vision is always the same - to enact individual actions that address global challenges.
+weight: 2
+description: Co-Founder
taxonomies:
people: [florian_fournier]
memberships: []
@@ -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 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.
+Experienced social entrepreneur and marketing executive with extensive network in the US and Latam.
\ No newline at end of file
diff --git a/content/people/gregory_flipo/index.md b/content/people/gregory_flipo/index.md
index 89aefc1..3691937 100644
--- a/content/people/gregory_flipo/index.md
+++ b/content/people/gregory_flipo/index.md
@@ -1,7 +1,7 @@
---
title: Gregory Flipo
-weight: 1
-description: Community Development. I move people to develop their potential and serve the common good.
+weight: 2
+description: Co-Founder & Sikana CEO
taxonomies:
people: [gregory_flipo]
memberships: []
@@ -18,4 +18,4 @@ extra:
}
---
-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.
+Social entrepreneur with 20 years of experience building educational content and platforms used by millions today.
\ No newline at end of file
diff --git a/content/people/hugo_mathecowitsch/hugo_mathecowitsch.jpeg b/content/people/hugo_mathecowitsch/hugo_mathecowitsch.jpeg
new file mode 100644
index 0000000..1ea7c23
Binary files /dev/null and b/content/people/hugo_mathecowitsch/hugo_mathecowitsch.jpeg differ
diff --git a/content/people/hugo_mathecowitsch/index.md b/content/people/hugo_mathecowitsch/index.md
new file mode 100644
index 0000000..9c831f7
--- /dev/null
+++ b/content/people/hugo_mathecowitsch/index.md
@@ -0,0 +1,20 @@
+---
+title: Hugo Mathecowitsch
+weight: 4
+description: Advisor, Product
+taxonomies:
+ people: [hugo_mathecowitsch]
+ memberships: []
+ categories: []
+extra:
+ imgPath: hugo_mathecowitsch.jpeg
+ organizations: []
+ countries: []
+ cities: []
+ private: 0
+ socialLinks: {
+ LinkedIn: https://www.linkedin.com/in/hugo-mathecowitsch-9447a3213,
+ }
+---
+
+Launched leading fintech startups in South America. Regenerating public goods.
\ No newline at end of file
diff --git a/content/people/jan_de_landtsheer/index.md b/content/people/jan_de_landtsheer/index.md
index 537724a..87f2391 100644
--- a/content/people/jan_de_landtsheer/index.md
+++ b/content/people/jan_de_landtsheer/index.md
@@ -1,7 +1,7 @@
---
title: Jan De Landtsheer
-weight: 2
-description: Techie at heart, having lived professionally in the tech basements of the Internet.
+weight: 4
+description: Advisor, Tech
taxonomies:
people: [jan_de_landtsheer]
memberships: []
@@ -9,8 +9,8 @@ taxonomies:
extra:
imgPath: jan_de_landtsheer.jpeg
organizations: []
- countries: [Belgium]
- cities: [Gent]
+ countries: []
+ cities: []
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/jand2/,
@@ -19,4 +19,4 @@ extra:
}
---
-Wandering the Net since it's inception (www wasn't even a thing back then... and yes, I'm that old), I have experienced the (r)evolution of the Internet in steps going backward in terms of accessibility, bias and width. It seems to me, by the effect of personalized search, directed ads, filtered and hidden information, that the Internet has become so much smaller, narrowing and enforcing biased views. That needs to be addressed. The Net needs to become that vast resource of unbiased knowledge, so that people can start thinking for themselves again. That's why I'm here, to be part of a group of guardians who's purpose is to equalize all views so that people can really understand viewpoints instead of being just judgemental. Techie at heart, having lived professionally in the tech basements of the Internet, I can help and I will help. Education for all is the only path to a better world. Count me in.
++30 years experience building deep tech. Co-Founder at ThreeFold.
\ No newline at end of file
diff --git a/content/people/karoline_zizka/index.md b/content/people/karoline_zizka/index.md
index b90339c..18ca9ce 100644
--- a/content/people/karoline_zizka/index.md
+++ b/content/people/karoline_zizka/index.md
@@ -1,7 +1,7 @@
---
title: Karoline Zizka
weight: 2
-description: Coordination. Always having the most productive and playful outcomes for the Highest Good of all in mind and heart.
+description: HR Coordinator
taxonomies:
people: [karoline_zizka]
memberships: []
@@ -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, 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.
+Passionate about driving people-centric strategies with effective KPIs, supporting venture growth and employee satisfaction.
\ No newline at end of file
diff --git a/content/people/karoline_zizka/karoline_zizka.jpeg b/content/people/karoline_zizka/karoline_zizka.jpeg
index 61efa75..c42d720 100644
Binary files a/content/people/karoline_zizka/karoline_zizka.jpeg and b/content/people/karoline_zizka/karoline_zizka.jpeg differ
diff --git a/content/people/kristof_de_spiegeleer/index.md b/content/people/kristof_de_spiegeleer/index.md
index 99aeabc..0f6030c 100644
--- a/content/people/kristof_de_spiegeleer/index.md
+++ b/content/people/kristof_de_spiegeleer/index.md
@@ -1,7 +1,7 @@
---
title: Kristof de Spiegeleer
weight: 1
-description: Founder & CEO. Nerd engineer, humanist & motivated entrepreneur.
+description: Co-Founder & CEO
taxonomies:
people: [kristof_de_spiegeleer]
memberships: []
@@ -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.
\ No newline at end of file
+Serial entrepreneur with 30 years of experience in Internet and cloud, with + USD 600m in exits.
\ No newline at end of file
diff --git a/content/people/marion_ravarino/index.md b/content/people/marion_ravarino/index.md
index f109f8f..484ce8a 100644
--- a/content/people/marion_ravarino/index.md
+++ b/content/people/marion_ravarino/index.md
@@ -1,13 +1,13 @@
---
title: Marion Ravarino
weight: 3
-description: Growing up in a multicultural environment has made me an enthusiastic and very open-minded person.
+description: Project Management & Communication
taxonomies:
people: [marion_ravarino]
- memberships: [team]
+ memberships: []
categories: [foundation]
extra:
- imgPath: marion_ravarino.jpg
+ imgPath: marion_ravarino.jpeg
organizations: [threefold_tech]
countries: [Germany]
cities: []
@@ -18,5 +18,4 @@ extra:
}
---
-
-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.
+Driven by a natural curiosity for new knowledge. OurWorld's mission and values are perfectly aligned with my vision of a better future for all.
\ No newline at end of file
diff --git a/content/people/marion_ravarino/marion_ravarino.jpeg b/content/people/marion_ravarino/marion_ravarino.jpeg
new file mode 100644
index 0000000..6dc76ac
Binary files /dev/null and b/content/people/marion_ravarino/marion_ravarino.jpeg differ
diff --git a/content/people/marion_ravarino/marion_ravarino.jpg b/content/people/marion_ravarino/marion_ravarino.jpg
deleted file mode 100644
index c3db6b8..0000000
Binary files a/content/people/marion_ravarino/marion_ravarino.jpg and /dev/null differ
diff --git a/content/people/michel_coucke/index.md b/content/people/michel_coucke/index.md
new file mode 100644
index 0000000..ceb0abb
--- /dev/null
+++ b/content/people/michel_coucke/index.md
@@ -0,0 +1,20 @@
+---
+title: Michel Coucke
+weight: 1
+description: Director
+taxonomies:
+ people: [michel_coucke]
+ memberships: []
+ categories: []
+extra:
+ imgPath: michel_coucke.jpg
+ organizations: []
+ countries: []
+ cities: []
+ private: 0
+ socialLinks: {
+ LinkedIn: https://www.linkedin.com/in/michel-coucke-66112a,
+ }
+---
+
+CEO Lancor, a global executive search firm specializing in board-level search mandates including C-level execs and more.
\ No newline at end of file
diff --git a/content/people/michel_coucke/michel_coucke.jpg b/content/people/michel_coucke/michel_coucke.jpg
new file mode 100644
index 0000000..5f047da
Binary files /dev/null and b/content/people/michel_coucke/michel_coucke.jpg differ
diff --git a/content/people/nousrath_bhugeloo/index.md b/content/people/nousrath_bhugeloo/index.md
new file mode 100644
index 0000000..84e3b39
--- /dev/null
+++ b/content/people/nousrath_bhugeloo/index.md
@@ -0,0 +1,20 @@
+---
+title: Nousrath Bhugeloo
+weight: 1
+description: Director & Executive Chairperson
+taxonomies:
+ people: [nousrath_bhugeloo]
+ memberships: []
+ categories: []
+extra:
+ imgPath: nousrath_bhugeloo.jpg
+ organizations: []
+ countries: []
+ cities: []
+ private: 0
+ socialLinks: {
+ LinkedIn: https://www.linkedin.com/in/nousrath-bhugeloo-78078520,
+ }
+---
+
+Advisor to multinationals, funds, family offices and individual entrepreneurs on their strategies and cross border business.
\ No newline at end of file
diff --git a/content/people/nousrath_bhugeloo/nousrath_bhugeloo.jpg b/content/people/nousrath_bhugeloo/nousrath_bhugeloo.jpg
new file mode 100644
index 0000000..2a63444
Binary files /dev/null and b/content/people/nousrath_bhugeloo/nousrath_bhugeloo.jpg differ
diff --git a/content/people/owen_kemp/index.md b/content/people/owen_kemp/index.md
index fbcd8dc..2e0b323 100644
--- a/content/people/owen_kemp/index.md
+++ b/content/people/owen_kemp/index.md
@@ -1,7 +1,7 @@
---
title: Owen Kemp
-weight: 2
-description: I am an optimist and love doing things differently than the norm.
+weight: 4
+description: Advisor, Business Development
taxonomies:
people: [owen_kemp]
memberships: []
@@ -18,4 +18,4 @@ extra:
}
---
-Owen Kemp is an experienced executive in the IT space, having led several multi-billion dollar businesses for HP in all world-wide markets. He was responsible for HP’s world-wide Finance Industry business, launched HP in to the emerging markets of Sub-Saharan Africa and Middle East and ran HP’s subsidiary in Russia with an emphasis on improving balance of trade, R&D and corporate citizenship. Since leaving HP, Owen has focused on assisting start-ups (early to late stage) with his broad management and market experience. Among others he has worked with cutting-edge companies in Cloud- and Edge computing; Smart City technologies; Eco-Tech; Fin-Tech; Reg-Tech and Digital Marketing; Block-chain and Cryptocurrency. In addition to working with Private Equity funds in New York, Russia and Austria, he was also advising various Family Offices. He is also an advisor to the Austrian Government in attracting foreign investment to Austria. Owen is a professional management consultant, coach and mentor and has helped many companies in improving their strategy including business development, internationalisation, Go-To-Market and partnership strategy, recruitment and more. Owen has known and worked with Kristof de Spiegeleer since 2011 and is now fully on board of the ThreeFold Foundation and TF Tech.
+Former HPE VP Innovation & International Relations. Co-Founder at TF9.
\ No newline at end of file
diff --git a/content/people/sacha_obeegadoo/index.md b/content/people/sacha_obeegadoo/index.md
index 237365b..cfdcab3 100644
--- a/content/people/sacha_obeegadoo/index.md
+++ b/content/people/sacha_obeegadoo/index.md
@@ -1,7 +1,7 @@
---
title: Sacha Obeegadoo
-weight: 1
-description: Organisational and Ecosystem Strategy. Problem-solver. Good-doer.
+weight: 2
+description: Program Manager
taxonomies:
people: [sacha_obeegadoo]
memberships: []
@@ -19,4 +19,4 @@ extra:
}
---
-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.
+Business Developer with experience growing companies across various sectors.
\ No newline at end of file
diff --git a/content/people/sam_taggart/index.md b/content/people/sam_taggart/index.md
index 15c5902..b74b87d 100644
--- a/content/people/sam_taggart/index.md
+++ b/content/people/sam_taggart/index.md
@@ -1,7 +1,7 @@
---
title: Sam Taggart
-weight: 2
-description: Communication & community. Let's co-create a better future for humanity and for our planet.
+weight: 4
+description: Communication & Community
taxonomies:
people: [sam_taggart]
memberships: []
@@ -19,4 +19,4 @@ extra:
}
---
-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.
+Communication strategist and global citizen, inspired by the beauty of our differences and humbled by our similarities. Driven to drive collective positive change.
\ No newline at end of file
diff --git a/content/people/sasha_astiadi/index.md b/content/people/sasha_astiadi/index.md
index 6e1558f..8b3b660 100644
--- a/content/people/sasha_astiadi/index.md
+++ b/content/people/sasha_astiadi/index.md
@@ -1,7 +1,7 @@
---
title: Sasha Astiadi
-weight: 2
-description: Product Manager with a passion in blockchain, sustainability, and decentralization
+weight: 4
+description: Websites
taxonomies:
people: [sasha_astiadi]
memberships: []
@@ -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 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.
+A Human-centered product manager, researcher and UX Designer who puts the planet as her main mission.
\ No newline at end of file
diff --git a/content/people/timur_gordon/index.md b/content/people/timur_gordon/index.md
index d8144bb..8007f93 100644
--- a/content/people/timur_gordon/index.md
+++ b/content/people/timur_gordon/index.md
@@ -1,10 +1,10 @@
---
title: Timur Gordon
-weight: 2
-description: Nature-inspired software developer, turning tech and teamwork into tools for change.
+weight: 4
+description: Developer
taxonomies:
people: [timur_gordon]
- memberships: [team]
+ memberships: []
categories: [foundation]
extra:
imgPath: timur_gordon.jpg
@@ -19,4 +19,4 @@ extra:
}
---
-I'm a software developer who loves nature and believes in using tech to help the planet and people. My background is in computer science, but I've also dabbled in math, philosophy, and cybersecurity. I'm really into open source because I think working together and sharing ideas is the way to go. When I'm not coding, I like to get outside and enjoy the outdoors. I'm here to do my bit, combining my interests and skills to make a difference with tech.
\ No newline at end of file
+Software developer who loves nature and believes in using tech to help the planet and people. Believer in open source and collective intelligence.
\ No newline at end of file
diff --git a/content/people/vianney_spriet/index.md b/content/people/vianney_spriet/index.md
index 9c6c0b0..b2a6fe8 100644
--- a/content/people/vianney_spriet/index.md
+++ b/content/people/vianney_spriet/index.md
@@ -1,7 +1,7 @@
---
title: Vianney Spriet
-weight: 1
-description: Ecosystem development, wealth manager, former professional skipper.
+weight: 3
+description: Business Development
taxonomies:
people: [vianney_spriet]
memberships: []
@@ -18,12 +18,4 @@ extra:
}
---
-I am a true professional Swiss army knife, versatile and always ready to take on new challenges. Having started in retail, I developed skills in management, business development and customer relations. Looking for adventure, I turned to hospitality, then spent six exciting years as a professional skipper and yacht captain, mastering leadership at sea. Returning to land, I embarked on wealth management, applying my expertise in a new field.
-
-
-
-Today, at 40, my passion for discovery remains strong. My mission (in addition to private wealth management), at OurWorld is to help to develop its ecosystem, by selecting investors and companies aligned with the “planet first / people first” principle.
-
-
-
-Whether on land or at sea, I am ready to take on any challenge with determination and enthusiasm.
\ No newline at end of file
+Experienced wealth manager, business developer, and former professional skipper with a wide network in Europe.
\ No newline at end of file
diff --git a/content/people1/adnan_fatayerji/index.md b/content/people1/adnan_fatayerji/index.md
new file mode 100644
index 0000000..273842d
--- /dev/null
+++ b/content/people1/adnan_fatayerji/index.md
@@ -0,0 +1,21 @@
+---
+title: Adnan Fatayerji
+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: []
+ categories: []
+extra:
+ imgPath: adnan_fatayerji.jpg
+ organizations: []
+ countries: [UAE, Spain]
+ cities: [Dubai, Ibiza]
+ private: 0
+ socialLinks: {
+ LinkedIn: https://www.linkedin.com/in/adnansf/,
+ websites: https://threefold.io/, https://www.mazraa.io/,
+ }
+---
+
+Honored to be part of a team that has the potential to make the world a better place by connecting billions of people to a new, accessible, data sovereign and environmentally conscious internet. A social entrepreneur, plant based warrior and a sovereign digital economy advocate with a passion for music creation and collaboration. Adnan has been based in the United Arab Emirates for the past 20 years, during which he has built successful grass-root businesses and invested startups in various sectors. At ThreeFold Adnan is responsible for driving the ThreeFold Foundation Ecosystem. Adnan is also the CEO of the @Mazraa Cooperative which is a founding farm and P2P Cloud Capacity provider on the ThreeFold Network.
diff --git a/content/people/ahmed_hanafy/ahmed_hanafy.png b/content/people1/ahmed_hanafy/ahmed_hanafy.png
similarity index 100%
rename from content/people/ahmed_hanafy/ahmed_hanafy.png
rename to content/people1/ahmed_hanafy/ahmed_hanafy.png
diff --git a/content/people/ahmed_hanafy/index.md b/content/people1/ahmed_hanafy/index.md
similarity index 100%
rename from content/people/ahmed_hanafy/index.md
rename to content/people1/ahmed_hanafy/index.md
diff --git a/content/people/ahmed_harby/ahmed_harby.jpg b/content/people1/ahmed_harby/ahmed_harby.jpg
similarity index 100%
rename from content/people/ahmed_harby/ahmed_harby.jpg
rename to content/people1/ahmed_harby/ahmed_harby.jpg
diff --git a/content/people/ahmed_harby/index.md b/content/people1/ahmed_harby/index.md
similarity index 100%
rename from content/people/ahmed_harby/index.md
rename to content/people1/ahmed_harby/index.md
diff --git a/content/people/ahmed_thabet/ahmed_thabet.jpg b/content/people1/ahmed_thabet/ahmed_thabet.jpg
similarity index 100%
rename from content/people/ahmed_thabet/ahmed_thabet.jpg
rename to content/people1/ahmed_thabet/ahmed_thabet.jpg
diff --git a/content/people/ahmed_thabet/index.md b/content/people1/ahmed_thabet/index.md
similarity index 100%
rename from content/people/ahmed_thabet/index.md
rename to content/people1/ahmed_thabet/index.md
diff --git a/content/people/amira_abouhadid/amira_abouhadid.jpg b/content/people1/amira_abouhadid/amira_abouhadid.jpg
similarity index 100%
rename from content/people/amira_abouhadid/amira_abouhadid.jpg
rename to content/people1/amira_abouhadid/amira_abouhadid.jpg
diff --git a/content/people/amira_abouhadid/index.md b/content/people1/amira_abouhadid/index.md
similarity index 100%
rename from content/people/amira_abouhadid/index.md
rename to content/people1/amira_abouhadid/index.md
diff --git a/content/people/ashraf_fouda/ashraf_fouda.jpeg b/content/people1/ashraf_fouda/ashraf_fouda.jpeg
similarity index 100%
rename from content/people/ashraf_fouda/ashraf_fouda.jpeg
rename to content/people1/ashraf_fouda/ashraf_fouda.jpeg
diff --git a/content/people/ashraf_fouda/index.md b/content/people1/ashraf_fouda/index.md
similarity index 100%
rename from content/people/ashraf_fouda/index.md
rename to content/people1/ashraf_fouda/index.md
diff --git a/content/people/atef_nazmy/atef_nazmy.jpg b/content/people1/atef_nazmy/atef_nazmy.jpg
similarity index 100%
rename from content/people/atef_nazmy/atef_nazmy.jpg
rename to content/people1/atef_nazmy/atef_nazmy.jpg
diff --git a/content/people/atef_nazmy/index.md b/content/people1/atef_nazmy/index.md
similarity index 100%
rename from content/people/atef_nazmy/index.md
rename to content/people1/atef_nazmy/index.md
diff --git a/content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg b/content/people1/bernadette_amanda_caster/bernadette_amanda_caster.jpg
similarity index 100%
rename from content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg
rename to content/people1/bernadette_amanda_caster/bernadette_amanda_caster.jpg
diff --git a/content/people/bernadette_amanda_caster/index.md b/content/people1/bernadette_amanda_caster/index.md
similarity index 100%
rename from content/people/bernadette_amanda_caster/index.md
rename to content/people1/bernadette_amanda_caster/index.md
diff --git a/content/people/ehab_hassan/ehab_hassan.jpg b/content/people1/ehab_hassan/ehab_hassan.jpg
similarity index 100%
rename from content/people/ehab_hassan/ehab_hassan.jpg
rename to content/people1/ehab_hassan/ehab_hassan.jpg
diff --git a/content/people/ehab_hassan/index.md b/content/people1/ehab_hassan/index.md
similarity index 100%
rename from content/people/ehab_hassan/index.md
rename to content/people1/ehab_hassan/index.md
diff --git a/content/people/erwan_renaut/erwan_renaut.jpeg b/content/people1/erwan_renaut/erwan_renaut.jpeg
similarity index 100%
rename from content/people/erwan_renaut/erwan_renaut.jpeg
rename to content/people1/erwan_renaut/erwan_renaut.jpeg
diff --git a/content/people/erwan_renaut/index.md b/content/people1/erwan_renaut/index.md
similarity index 100%
rename from content/people/erwan_renaut/index.md
rename to content/people1/erwan_renaut/index.md
diff --git a/content/people/evon_yacoub/evon_yacoub.jpg b/content/people1/evon_yacoub/evon_yacoub.jpg
similarity index 100%
rename from content/people/evon_yacoub/evon_yacoub.jpg
rename to content/people1/evon_yacoub/evon_yacoub.jpg
diff --git a/content/people/evon_yacoub/index.md b/content/people1/evon_yacoub/index.md
similarity index 100%
rename from content/people/evon_yacoub/index.md
rename to content/people1/evon_yacoub/index.md
diff --git a/content/people/khaled_youssef/index.md b/content/people1/khaled_youssef/index.md
similarity index 100%
rename from content/people/khaled_youssef/index.md
rename to content/people1/khaled_youssef/index.md
diff --git a/content/people/khaled_youssef/khaled.jpg b/content/people1/khaled_youssef/khaled.jpg
similarity index 100%
rename from content/people/khaled_youssef/khaled.jpg
rename to content/people1/khaled_youssef/khaled.jpg
diff --git a/content/people/lee_smet/index.md b/content/people1/lee_smet/index.md
similarity index 100%
rename from content/people/lee_smet/index.md
rename to content/people1/lee_smet/index.md
diff --git a/content/people/lee_smet/lee_smet.png b/content/people1/lee_smet/lee_smet.png
similarity index 100%
rename from content/people/lee_smet/lee_smet.png
rename to content/people1/lee_smet/lee_smet.png
diff --git a/content/people/mahendra_varma/index.md b/content/people1/mahendra_varma/index.md
similarity index 100%
rename from content/people/mahendra_varma/index.md
rename to content/people1/mahendra_varma/index.md
diff --git a/content/people/mahendra_varma/mahendra_varma.jpg b/content/people1/mahendra_varma/mahendra_varma.jpg
similarity index 100%
rename from content/people/mahendra_varma/mahendra_varma.jpg
rename to content/people1/mahendra_varma/mahendra_varma.jpg
diff --git a/content/people/mahmoud_emad/index.md b/content/people1/mahmoud_emad/index.md
similarity index 100%
rename from content/people/mahmoud_emad/index.md
rename to content/people1/mahmoud_emad/index.md
diff --git a/content/people/mahmoud_emad/mahmoud_emad.jpg b/content/people1/mahmoud_emad/mahmoud_emad.jpg
similarity index 100%
rename from content/people/mahmoud_emad/mahmoud_emad.jpg
rename to content/people1/mahmoud_emad/mahmoud_emad.jpg
diff --git a/content/people/mario_bassem/index.md b/content/people1/mario_bassem/index.md
similarity index 100%
rename from content/people/mario_bassem/index.md
rename to content/people1/mario_bassem/index.md
diff --git a/content/people/mario_bassem/mario.jpg b/content/people1/mario_bassem/mario.jpg
similarity index 100%
rename from content/people/mario_bassem/mario.jpg
rename to content/people1/mario_bassem/mario.jpg
diff --git a/content/people/maxime_daniel/index.md b/content/people1/maxime_daniel/index.md
similarity index 100%
rename from content/people/maxime_daniel/index.md
rename to content/people1/maxime_daniel/index.md
diff --git a/content/people/maxime_daniel/maxime_daniel.png b/content/people1/maxime_daniel/maxime_daniel.png
similarity index 100%
rename from content/people/maxime_daniel/maxime_daniel.png
rename to content/people1/maxime_daniel/maxime_daniel.png
diff --git a/content/people/mayar_osama/index.md b/content/people1/mayar_osama/index.md
similarity index 100%
rename from content/people/mayar_osama/index.md
rename to content/people1/mayar_osama/index.md
diff --git a/content/people/mayar_osama/mayar_osama.jpeg b/content/people1/mayar_osama/mayar_osama.jpeg
similarity index 100%
rename from content/people/mayar_osama/mayar_osama.jpeg
rename to content/people1/mayar_osama/mayar_osama.jpeg
diff --git a/content/people/mik_perreault/index.md b/content/people1/mik_perreault/index.md
similarity index 100%
rename from content/people/mik_perreault/index.md
rename to content/people1/mik_perreault/index.md
diff --git a/content/people/mik_perreault/mik_perreault.jpg b/content/people1/mik_perreault/mik_perreault.jpg
similarity index 100%
rename from content/people/mik_perreault/mik_perreault.jpg
rename to content/people1/mik_perreault/mik_perreault.jpg
diff --git a/content/people/mohamed_amer/index.md b/content/people1/mohamed_amer/index.md
similarity index 100%
rename from content/people/mohamed_amer/index.md
rename to content/people1/mohamed_amer/index.md
diff --git a/content/people/mohamed_amer/mohamed_amer.jpg b/content/people1/mohamed_amer/mohamed_amer.jpg
similarity index 100%
rename from content/people/mohamed_amer/mohamed_amer.jpg
rename to content/people1/mohamed_amer/mohamed_amer.jpg
diff --git a/content/people/muhammed_azmy/index.md b/content/people1/muhammed_azmy/index.md
similarity index 100%
rename from content/people/muhammed_azmy/index.md
rename to content/people1/muhammed_azmy/index.md
diff --git a/content/people/muhammed_azmy/muhamed_amzy.png b/content/people1/muhammed_azmy/muhamed_amzy.png
similarity index 100%
rename from content/people/muhammed_azmy/muhamed_amzy.png
rename to content/people1/muhammed_azmy/muhamed_amzy.png
diff --git a/content/people/nayer_sobhy/index.md b/content/people1/nayer_sobhy/index.md
similarity index 100%
rename from content/people/nayer_sobhy/index.md
rename to content/people1/nayer_sobhy/index.md
diff --git a/content/people/nayer_sobhy/nayer_sobhy.jpg b/content/people1/nayer_sobhy/nayer_sobhy.jpg
similarity index 100%
rename from content/people/nayer_sobhy/nayer_sobhy.jpg
rename to content/people1/nayer_sobhy/nayer_sobhy.jpg
diff --git a/content/people/omar_abdulaziz/index.md b/content/people1/omar_abdulaziz/index.md
similarity index 100%
rename from content/people/omar_abdulaziz/index.md
rename to content/people1/omar_abdulaziz/index.md
diff --git a/content/people/omar_abdulaziz/omar_abdulaziz.jpg b/content/people1/omar_abdulaziz/omar_abdulaziz.jpg
similarity index 100%
rename from content/people/omar_abdulaziz/omar_abdulaziz.jpg
rename to content/people1/omar_abdulaziz/omar_abdulaziz.jpg
diff --git a/content/people/omar_kassem/index.md b/content/people1/omar_kassem/index.md
similarity index 100%
rename from content/people/omar_kassem/index.md
rename to content/people1/omar_kassem/index.md
diff --git a/content/people/omar_kassem/omar_kassem.jpg b/content/people1/omar_kassem/omar_kassem.jpg
similarity index 100%
rename from content/people/omar_kassem/omar_kassem.jpg
rename to content/people1/omar_kassem/omar_kassem.jpg
diff --git a/content/people/peter_nashaat/index.md b/content/people1/peter_nashaat/index.md
similarity index 100%
rename from content/people/peter_nashaat/index.md
rename to content/people1/peter_nashaat/index.md
diff --git a/content/people/peter_nashaat/peter_nashaat.jpg b/content/people1/peter_nashaat/peter_nashaat.jpg
similarity index 100%
rename from content/people/peter_nashaat/peter_nashaat.jpg
rename to content/people1/peter_nashaat/peter_nashaat.jpg
diff --git a/content/people/peter_van_der_henst/index.md b/content/people1/peter_van_der_henst/index.md
similarity index 100%
rename from content/people/peter_van_der_henst/index.md
rename to content/people1/peter_van_der_henst/index.md
diff --git a/content/people/peter_van_der_henst/peter_van_der_henst.png b/content/people1/peter_van_der_henst/peter_van_der_henst.png
similarity index 100%
rename from content/people/peter_van_der_henst/peter_van_der_henst.png
rename to content/people1/peter_van_der_henst/peter_van_der_henst.png
diff --git a/content/people/pierre_van_hoorebeke/index.md b/content/people1/pierre_van_hoorebeke/index.md
similarity index 100%
rename from content/people/pierre_van_hoorebeke/index.md
rename to content/people1/pierre_van_hoorebeke/index.md
diff --git a/content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png b/content/people1/pierre_van_hoorebeke/pierre_van_hoorebeke.png
similarity index 100%
rename from content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png
rename to content/people1/pierre_van_hoorebeke/pierre_van_hoorebeke.png
diff --git a/content/people/ramez_saeed/index.md b/content/people1/ramez_saeed/index.md
similarity index 100%
rename from content/people/ramez_saeed/index.md
rename to content/people1/ramez_saeed/index.md
diff --git a/content/people/ramez_saeed/ramez_saeed.jpg b/content/people1/ramez_saeed/ramez_saeed.jpg
similarity index 100%
rename from content/people/ramez_saeed/ramez_saeed.jpg
rename to content/people1/ramez_saeed/ramez_saeed.jpg
diff --git a/content/people/rawda_gastan/index.md b/content/people1/rawda_gastan/index.md
similarity index 100%
rename from content/people/rawda_gastan/index.md
rename to content/people1/rawda_gastan/index.md
diff --git a/content/people/rawda_gastan/rawda_gastan.jpg b/content/people1/rawda_gastan/rawda_gastan.jpg
similarity index 100%
rename from content/people/rawda_gastan/rawda_gastan.jpg
rename to content/people1/rawda_gastan/rawda_gastan.jpg
diff --git a/content/people/reem_khamis/index.md b/content/people1/reem_khamis/index.md
similarity index 100%
rename from content/people/reem_khamis/index.md
rename to content/people1/reem_khamis/index.md
diff --git a/content/people/reem_khamis/reem_khamis.jpg b/content/people1/reem_khamis/reem_khamis.jpg
similarity index 100%
rename from content/people/reem_khamis/reem_khamis.jpg
rename to content/people1/reem_khamis/reem_khamis.jpg
diff --git a/content/people/sabrina_sadik/index.md b/content/people1/sabrina_sadik/index.md
similarity index 98%
rename from content/people/sabrina_sadik/index.md
rename to content/people1/sabrina_sadik/index.md
index af85f17..fd3ab6f 100644
--- a/content/people/sabrina_sadik/index.md
+++ b/content/people1/sabrina_sadik/index.md
@@ -1,6 +1,6 @@
---
title: Sabrina Sadik
-weight: 2
+weight: 1
description: Sabrina is a jack of all trades when it comes to ThreeFold.
taxonomies:
people: [sabrina_sadik]
diff --git a/content/people/sabrina_sadik/sabrina_sadik.jpg b/content/people1/sabrina_sadik/sabrina_sadik.jpg
similarity index 100%
rename from content/people/sabrina_sadik/sabrina_sadik.jpg
rename to content/people1/sabrina_sadik/sabrina_sadik.jpg
diff --git a/content/people/samar_adel/index.md b/content/people1/samar_adel/index.md
similarity index 100%
rename from content/people/samar_adel/index.md
rename to content/people1/samar_adel/index.md
diff --git a/content/people/samar_adel/samar_adel.jpg b/content/people1/samar_adel/samar_adel.jpg
similarity index 100%
rename from content/people/samar_adel/samar_adel.jpg
rename to content/people1/samar_adel/samar_adel.jpg
diff --git a/content/people/sameh_abouelsaad/index.md b/content/people1/sameh_abouelsaad/index.md
similarity index 100%
rename from content/people/sameh_abouelsaad/index.md
rename to content/people1/sameh_abouelsaad/index.md
diff --git a/content/people/sameh_abouelsaad/sameh_abouelsaad.jpg b/content/people1/sameh_abouelsaad/sameh_abouelsaad.jpg
similarity index 100%
rename from content/people/sameh_abouelsaad/sameh_abouelsaad.jpg
rename to content/people1/sameh_abouelsaad/sameh_abouelsaad.jpg
diff --git a/content/people/samir_hosny/index.md b/content/people1/samir_hosny/index.md
similarity index 100%
rename from content/people/samir_hosny/index.md
rename to content/people1/samir_hosny/index.md
diff --git a/content/people/samir_hosny/samir_hosny.jpg b/content/people1/samir_hosny/samir_hosny.jpg
similarity index 100%
rename from content/people/samir_hosny/samir_hosny.jpg
rename to content/people1/samir_hosny/samir_hosny.jpg
diff --git a/content/people/scott_yeager/index.md b/content/people1/scott_yeager/index.md
similarity index 100%
rename from content/people/scott_yeager/index.md
rename to content/people1/scott_yeager/index.md
diff --git a/content/people/scott_yeager/scott_yeager.jpg b/content/people1/scott_yeager/scott_yeager.jpg
similarity index 100%
rename from content/people/scott_yeager/scott_yeager.jpg
rename to content/people1/scott_yeager/scott_yeager.jpg
diff --git a/content/people/shangreiyo_awungshi/index.md b/content/people1/shangreiyo_awungshi/index.md
similarity index 100%
rename from content/people/shangreiyo_awungshi/index.md
rename to content/people1/shangreiyo_awungshi/index.md
diff --git a/content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg b/content/people1/shangreiyo_awungshi/shangreiyo_awungshi.jpg
similarity index 100%
rename from content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg
rename to content/people1/shangreiyo_awungshi/shangreiyo_awungshi.jpg
diff --git a/content/people/zainab_elgohary/index.md b/content/people1/zainab_elgohary/index.md
similarity index 100%
rename from content/people/zainab_elgohary/index.md
rename to content/people1/zainab_elgohary/index.md
diff --git a/content/people/zainab_elgohary/zainab_elgohary.jpeg b/content/people1/zainab_elgohary/zainab_elgohary.jpeg
similarity index 100%
rename from content/people/zainab_elgohary/zainab_elgohary.jpeg
rename to content/people1/zainab_elgohary/zainab_elgohary.jpeg
diff --git a/content/platform/images/OW_Logo.png b/content/platform/images/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/platform/images/OW_Logo.png and /dev/null differ
diff --git a/content/platform/images/kds.png b/content/platform/images/kds.png
deleted file mode 100644
index 8b17f18..0000000
Binary files a/content/platform/images/kds.png and /dev/null differ
diff --git a/content/platform/img/OW_Defi.jpg b/content/platform/img/OW_Defi.jpg
deleted file mode 100644
index dae075e..0000000
Binary files a/content/platform/img/OW_Defi.jpg and /dev/null differ
diff --git a/content/platform/img/OW_Logo.png b/content/platform/img/OW_Logo.png
deleted file mode 100644
index 6fbdfee..0000000
Binary files a/content/platform/img/OW_Logo.png and /dev/null differ
diff --git a/content/platform/img/creator.png b/content/platform/img/creator.png
deleted file mode 100644
index 71b6083..0000000
Binary files a/content/platform/img/creator.png and /dev/null differ
diff --git a/content/platform/img/ff.png b/content/platform/img/ff.png
deleted file mode 100644
index 8955c4a..0000000
Binary files a/content/platform/img/ff.png and /dev/null differ
diff --git a/content/platform/img/layer.png b/content/platform/img/layer.png
deleted file mode 100644
index 3996369..0000000
Binary files a/content/platform/img/layer.png and /dev/null differ
diff --git a/content/platform/img/nature.png b/content/platform/img/nature.png
deleted file mode 100644
index 83be28d..0000000
Binary files a/content/platform/img/nature.png and /dev/null differ
diff --git a/content/platform/img/ow_lp1.png b/content/platform/img/ow_lp1.png
deleted file mode 100644
index 8be135e..0000000
Binary files a/content/platform/img/ow_lp1.png and /dev/null differ
diff --git a/content/platform/img/ow_lp11.png b/content/platform/img/ow_lp11.png
deleted file mode 100644
index 10790e2..0000000
Binary files a/content/platform/img/ow_lp11.png and /dev/null differ
diff --git a/content/platform/img/ow_lp12.png b/content/platform/img/ow_lp12.png
deleted file mode 100644
index 451d240..0000000
Binary files a/content/platform/img/ow_lp12.png and /dev/null differ
diff --git a/content/platform/img/ow_lp14.png b/content/platform/img/ow_lp14.png
deleted file mode 100644
index 1e817c0..0000000
Binary files a/content/platform/img/ow_lp14.png and /dev/null differ
diff --git a/content/platform/img/ow_lp40.jpg b/content/platform/img/ow_lp40.jpg
deleted file mode 100644
index 3f1c034..0000000
Binary files a/content/platform/img/ow_lp40.jpg and /dev/null differ
diff --git a/content/platform/img/ow_lp8.jpg b/content/platform/img/ow_lp8.jpg
deleted file mode 100644
index 99dfa0c..0000000
Binary files a/content/platform/img/ow_lp8.jpg and /dev/null differ
diff --git a/content/platform/img/ow_lp9.png b/content/platform/img/ow_lp9.png
deleted file mode 100644
index d22175d..0000000
Binary files a/content/platform/img/ow_lp9.png and /dev/null differ
diff --git a/content/platform/img/p2p.png b/content/platform/img/p2p.png
deleted file mode 100644
index 79a94a8..0000000
Binary files a/content/platform/img/p2p.png and /dev/null differ
diff --git a/content/platform/img/regenerative.png b/content/platform/img/regenerative.png
deleted file mode 100644
index fa5a23f..0000000
Binary files a/content/platform/img/regenerative.png and /dev/null differ
diff --git a/content/platform/index.md b/content/platform/index.md
deleted file mode 100644
index 0bd8e37..0000000
--- a/content/platform/index.md
+++ /dev/null
@@ -1,134 +0,0 @@
----
-title: "Platform"
-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:
----
-
-
-
-
-
-
-
-
-
-
-{% row(style="center narrow") %}
-
-
-
-
-### THIS IS HOW THE WORLD TRANSFORMS
-
-
-
-Explore the four layers of a decentalized and peer-to-peer future where no one is left behind.
-
-
-
-{% end %}
-
-{% row(style="center lean-right") %}
-
-### LAYER ONE
-
-## THE GRID
-
-
-
-OurWorld is backed by the world's biggest decentralized internet network called The Threefold Grid. It is an open-source Internet infrastructure that leverages autonomous cloud and high-performance, permissionless blockchain technology. Learn about the grid and what makes it revolutionary.
-
-
-
-|||
-
-
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center lean-left") %}
-
-
-
-|||
-
-### LAYER TWO
-
-## EXPERIENCES
-
-
-
-Creator Zones are dedicated to building super-sustainable coworking and co-living communities where entrepreneurs, digital nomads and residents collaborate to build beautiful experiences that positively impact the lives of millions.
-
-
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center lean-right") %}
-
-### LAYER THREE
-
-## DEFI
-
-
-
-OurWorld consists of a decentralized internet network as the foundation. This base enables life-changing experiences and capabilties to be openly and freely available to everyone.
-
-
-
-|||
-
-
-
-{% end %}
-
-{{ space() }}
-
-{% row(style="center lean-left") %}
-
-
-
-|||
-
-### LAYER FOUR
-
-## DIGITAL TWIN
-
-
-
-OurWorld exists to speed up the transition towards inclusivity. We create thriving experiences and ecosystems which enable every human being to learn, partake and succeed.
-
-
-
-{% end %}
-
-
-
{% set path_array = current_path | split(pat="/") %}
{% set taxonomy = path_array[1] %}
diff --git a/templates/layouts/portfolio.html b/templates/layouts/portfolio.html
index f7905f9..0823cb0 100644
--- a/templates/layouts/portfolio.html
+++ b/templates/layouts/portfolio.html
@@ -3,13 +3,11 @@
-{% include "partials/portfolio.html" %}
+{% include "partials/portfolio2.html" %}
{% set page = get_page(path="ventures/index.md") %}
{{page.content | safe}}
-{% include "partials/quote.html" %}
-
{% endblock content %}
\ No newline at end of file
diff --git a/templates/partials/about.html b/templates/partials/about.html
index 1ddd8c8..51b3cda 100644
--- a/templates/partials/about.html
+++ b/templates/partials/about.html
@@ -7,8 +7,8 @@
ABOUT
-
Where innovation meets independence and sustainability-driven success.
-
OurWorld is an organization dedicated to empowering startups with the resources and support they need to revolutionize the future.
+
Enabling an interconnected ecosystem to enhance human intelligence through collaboration.
+
OurWorld is a venture creator, dedicated to empowering startups with the resources and support they need to revolutionize the future.
@@ -22,7 +22,7 @@
-
Harness the power of our advanced technological platform, designed to grant individuals complete digital sovereignty. This is the bedrock of innovation and independent growth.
+
Harness the power of our advanced interconnected technological ecosystem, designed to grant individuals, communities, and countries complete digital sovereignty. This is the bedrock of innovation and growth.
@@ -80,16 +57,11 @@
-
EXPERIENCES
-
A Proven Success
+
EXPERIENCE
+
Proven Success
-
ThreeFold Tech, one of the most successful projects of Incubaid and the origin of OurWorld, has revolutionized the digital landscape in the past five years.
-
ThreeFold Tech has successfully created cutting-edge technology for an upgraded Internet and digital twin technology with an embedded ultra scaleable financial system.
-
-
-
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.
-
We have signed an agreement with the government of Zanzibar, Tanzania for the implementation of a digital free zone utilizing our technology.
+
Incubaid's approach was very IT-centric – focusing on storage, automation and cloud. During this wave from 2000 till 2015, some of those companies defined parts of the cloud landscape, and are still being used actively today.
\ No newline at end of file
diff --git a/templates/partials/footer.html b/templates/partials/footer.html
index 7a69071..24a2454 100644
--- a/templates/partials/footer.html
+++ b/templates/partials/footer.html
@@ -3,25 +3,26 @@