Compare commits
1 Commits
developmen
...
master_mar
Author | SHA1 | Date | |
---|---|---|---|
b38983e022 |
89
README.md
@ -1,88 +1,19 @@
|
|||||||
# Welcome to freezone.ourworld Repository
|
# Welcome to OurWorld Website Repository
|
||||||
|
|
||||||
- Website Name: freezone.ourworld
|
- Website Name: OurWorld
|
||||||
- Brief Description: This is the official website of freezone.ourworld.
|
- Brief Description: This is the official website of OurWorld.
|
||||||
Last Updated: Aug 2024
|
Last Updated: March 2023
|
||||||
|
|
||||||
- production(master branch) https://www.freezone.ourworld.tf/
|
- production(master branch) https://ourworld.tf/
|
||||||
- staging(development branch) https://www2.freezone.ourworld.tf/
|
- staging(development branch) https://www2.ourworld.tf/
|
||||||
|
|
||||||
- For any suggestions or improvement ideas please
|
- For any suggestions or improvement ideas please
|
||||||
Create an issue on: https://git.ourworld.tf/tfgrid/circle_web_presence/issues
|
Create an issue on: https://github.com/threefoldfoundation/www_ourworld_tf/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
|
## Administrators
|
||||||
[ThreeFold's Web Presence Team](https://git.ourworld.tf/tfgrid/circle_web_presence/)
|
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
|
||||||
|
|
||||||
## Website Maintenance
|
## Contribution Procedure
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -90,7 +21,7 @@ It is highly important to follow this procedure to contribute to the website con
|
|||||||
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
|
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
|
||||||
|
|
||||||
1. Create an Issue
|
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.
|
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.
|
||||||
|
|
||||||
2. Make your own branch from __'development'__ branch.
|
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.
|
by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.
|
||||||
|
2
build.sh
@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then
|
|||||||
ASSET="$ASSET-arm64"
|
ASSET="$ASSET-arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}"
|
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}"
|
||||||
chmod +x $ASSET
|
chmod +x $ASSET
|
||||||
mv $ASSET tailwindcss
|
mv $ASSET tailwindcss
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://www2.freezone.ourworld.tf"
|
base_url = "https://www.ourworld.tf"
|
||||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||||
|
|
||||||
title = "ODFZ"
|
title = "OURWORLD"
|
||||||
description="Ourworld Digital Freezone"
|
description="Our global digital backbone"
|
||||||
|
|
||||||
# When set to "true", a feed is automatically generated.
|
# When set to "true", a feed is automatically generated.
|
||||||
# generate_feed = true
|
# generate_feed = true
|
||||||
|
BIN
content/.DS_Store
vendored
BIN
content/about/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/about/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/about/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/about/img/about.jpeg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
content/about/img/exits.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
content/about/img/freeflow.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
content/about/img/president.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
content/about/img/team.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
content/about/img/threefold.png
Normal file
After Width: | Height: | Size: 239 KiB |
12
content/about/index.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
description: ""
|
||||||
|
date: 2018-09-14
|
||||||
|
updated: 2021-02-20
|
||||||
|
draft: false
|
||||||
|
weight: 2
|
||||||
|
template: "layouts/about.html"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- see partials/company.html -->
|
||||||
|
|
BIN
content/archive/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/archive/images/abundance.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
content/archive/images/creator.png
Normal file
After Width: | Height: | Size: 508 KiB |
BIN
content/archive/images/ff.png
Normal file
After Width: | Height: | Size: 443 KiB |
BIN
content/archive/images/ow_lp0.png
Normal file
After Width: | Height: | Size: 453 KiB |
BIN
content/archive/images/ow_lp1.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
content/archive/images/ow_lp15.jpg
Normal file
After Width: | Height: | Size: 148 KiB |
BIN
content/archive/images/ow_lp25.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
content/archive/images/ow_lp44.png
Normal file
After Width: | Height: | Size: 391 KiB |
BIN
content/archive/images/ow_lp8.jpeg
Normal file
After Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 12 KiB |
@ -8,17 +8,5 @@ weight: 2
|
|||||||
template: "layouts/contact.html"
|
template: "layouts/contact.html"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!-- see partials/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/creator-zones/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/creator-zones/images/creator.png
Normal file
After Width: | Height: | Size: 508 KiB |
BIN
content/creator-zones/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/creator-zones/images/nature.png
Normal file
After Width: | Height: | Size: 289 KiB |
BIN
content/creator-zones/images/ow_lp1.png
Normal file
After Width: | Height: | Size: 529 KiB |
BIN
content/creator-zones/images/ow_lp11.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
content/creator-zones/images/ow_lp12.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
content/creator-zones/images/ow_lp14.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
content/creator-zones/images/ow_lp40.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
content/creator-zones/images/ow_lp8.jpg
Normal file
After Width: | Height: | Size: 460 KiB |
BIN
content/creator-zones/images/ow_lp9.png
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
content/creator-zones/images/p2p.png
Normal file
After Width: | Height: | Size: 428 KiB |
BIN
content/creator-zones/images/regenerative.png
Normal file
After Width: | Height: | Size: 621 KiB |
144
content/creator-zones/index.md
Normal file
@ -0,0 +1,144 @@
|
|||||||
|
---
|
||||||
|
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 %}
|
BIN
content/experiences/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/experiences/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/experiences/img/OW_Defi.jpg
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
content/experiences/img/OW_Kutana.jpg
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
content/experiences/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
content/experiences/img/OW_sikana.jpeg
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
content/experiences/img/OurVerse-logo.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
content/experiences/img/experiences.png
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
content/experiences/img/ourverse.png
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
content/experiences/img/ow_lp1.png
Normal file
After Width: | Height: | Size: 529 KiB |
BIN
content/experiences/img/ow_lp_logo.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
content/experiences/img/p2p.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
content/experiences/index.md
Normal file
@ -4,7 +4,7 @@ description: ""
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "partials/footer.html"
|
template: "partials/footer.html"
|
||||||
extra:
|
extra:
|
||||||
logoPath: "images/odfz.svg"
|
logoPath: "images/logo.png"
|
||||||
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -18,6 +18,8 @@ extra:
|
|||||||
|
|
||||||
###### [Incubaid](https://incubaid.com/)
|
###### [Incubaid](https://incubaid.com/)
|
||||||
|
|
||||||
|
###### [Mazraa](https://maazra.io/)
|
||||||
|
|
||||||
###### [Sikana](https://sikana.tv/)
|
###### [Sikana](https://sikana.tv/)
|
||||||
|
|
||||||
###### [VVerse](https://vverse.co/)
|
###### [VVerse](https://vverse.co/)
|
||||||
@ -32,6 +34,9 @@ extra:
|
|||||||
|
|
||||||
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
||||||
|
|
||||||
|
<a onclick="window.open('https://ourworld.vindo.ai/slider/95', '_blank')"><h6>ODEZ</h6></a>
|
||||||
|
|
||||||
|
<a onclick="window.open('https://habari.ourworld.tf', '_blank')"><h6>Habari</h6></a>
|
||||||
|
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.1 KiB |
@ -4,10 +4,14 @@ description: ""
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "partials/header.html"
|
template: "partials/header.html"
|
||||||
extra:
|
extra:
|
||||||
logoPath: "./images/odfz.svg"
|
logoPath: "/images/OW_Logo.png"
|
||||||
imgPath: ""
|
imgPath: ""
|
||||||
---
|
---
|
||||||
- [Home]("/")
|
- [Home]("/")
|
||||||
|
- [About]("/about")
|
||||||
|
- [Invest]("/invest")
|
||||||
|
- [Ventures]("/ventures")
|
||||||
|
- [People]("/people")
|
||||||
- [Newsroom]("/newsroom")
|
- [Newsroom]("/newsroom")
|
||||||
- [Contact]("/contact")
|
- [Contact]("/contact")
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 4.1 KiB |
216
content/home/home2/index.md
Normal file
@ -0,0 +1,216 @@
|
|||||||
|
---
|
||||||
|
title: "Home"
|
||||||
|
description: ""
|
||||||
|
date: 2018-09-14
|
||||||
|
updated: 2021-02-20
|
||||||
|
draft: false
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- section 2 -->
|
||||||
|
|
||||||
|
|
||||||
|
{% row(style="center" padding="top") %}
|
||||||
|
|
||||||
|

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

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

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

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

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

|
||||||
|
|
||||||
|
#### Sovereignty For All
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
+1 million nodes deployed.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
Impacting +100 million people.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
The startups in the venture creator are now community-owned and our investors received a good exit.
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
</div>
|
BIN
content/home/home2/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
@ -7,25 +7,60 @@ draft: false
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- section 2 -->
|
||||||
|
|
||||||
<!--
|
<div class="hidden md:grid">
|
||||||
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.
|
|
||||||
|
|
||||||
HOMEPAGE (layouts/index.html) contains:
|
{% row(style="center" padding="none") %}
|
||||||
|
|
||||||
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"
|
|
||||||
|
|
||||||
---
|
<br>
|
||||||
Extras:
|
|
||||||
1. header: "partials/header_custom.html"
|

|
||||||
2. footer: "partials/footer.html"
|
|
||||||
-->
|
<br>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
BIN
content/invest/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/invest/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/invest/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/invest/img/about.jpeg
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
content/invest/img/exits.png
Normal file
After Width: | Height: | Size: 218 KiB |
BIN
content/invest/img/freeflow.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
content/invest/img/ow5.png
Normal file
After Width: | Height: | Size: 5.5 MiB |
BIN
content/invest/img/owbenefit.png
Normal file
After Width: | Height: | Size: 2.4 MiB |
BIN
content/invest/img/owebenefit.png
Normal file
After Width: | Height: | Size: 799 KiB |
BIN
content/invest/img/owpass.png
Normal file
After Width: | Height: | Size: 6.5 MiB |
BIN
content/invest/img/owpass2.png
Normal file
After Width: | Height: | Size: 6.9 MiB |
BIN
content/invest/img/owpass3.png
Normal file
After Width: | Height: | Size: 7.0 MiB |
BIN
content/invest/img/owpass4.png
Normal file
After Width: | Height: | Size: 6.1 MiB |
BIN
content/invest/img/president.png
Normal file
After Width: | Height: | Size: 3.9 MiB |
BIN
content/invest/img/team.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
content/invest/img/threefold.png
Normal file
After Width: | Height: | Size: 239 KiB |
12
content/invest/index.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
description: ""
|
||||||
|
date: 2018-09-14
|
||||||
|
updated: 2021-02-20
|
||||||
|
draft: false
|
||||||
|
weight: 2
|
||||||
|
template: "layouts/ourpass.html"
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- see partials/company.html -->
|
||||||
|
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
id: africanregensummit
|
id: africanregensummit
|
||||||
title: African Regenerative Cities Summit
|
title: 🌍 African Regenerative Cities Summit
|
||||||
image_caption: 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.
|
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
|
date: 2023-07-23
|
||||||
taxonomies:
|
taxonomies:
|
||||||
people: []
|
people: [sam_taggart]
|
||||||
tags: []
|
tags: [community,technology,update,event]
|
||||||
news-category: []
|
news-category: [foundation]
|
||||||
extra:
|
extra:
|
||||||
imgPath: africanregensummit.png
|
imgPath: africanregensummit.png
|
||||||
---
|
---
|
||||||
|
Before Width: | Height: | Size: 12 KiB |
@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
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).
|
|
Before Width: | Height: | Size: 418 KiB |
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
id: ourworldfreezone
|
id: ourworldfreezone
|
||||||
title: 🗞 In the News – OurWorld Digital FreeZone
|
title: 🗞 In the News – OurWorld Digital Free Zone
|
||||||
image_caption: OurWorld Digital FreeZone
|
image_caption: OurWorld Digital Free Zone
|
||||||
description: OurWorld Digital FreeZone received some coverage recently from IPPMEDIA. Take a look!
|
description: OurWorld Digital Free Zone received some coverage recently from IPPMEDIA. Take a look!
|
||||||
date: 2023-08-01
|
date: 2023-08-01
|
||||||
taxonomies:
|
taxonomies:
|
||||||
people: []
|
people: [sam_taggart]
|
||||||
tags: []
|
tags: [partner,news,community,technology,update]
|
||||||
news-category: []
|
news-category: [foundation]
|
||||||
extra:
|
extra:
|
||||||
imgPath: ourworldfreezone.png
|
imgPath: ourworldfreezone.png
|
||||||
isFeatured: true
|
isFeatured: true
|
||||||
@ -17,4 +17,4 @@ extra:
|
|||||||
|
|
||||||
<br/>
|
<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 FreeZone.
|
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.
|
27
content/newsroom/transformative_impact_summit/index.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
id: transformative_impact_summit
|
||||||
|
title: 💡 Transformative Impact Summit Recap
|
||||||
|
image_caption: Transformative Impact Summit Recap
|
||||||
|
description: Partnerships were forged, and friendships were formed at the Transformative Impact Summit, held June 7 - 9 in Zanzibar, dive in to learn more about how OurWorld participated.
|
||||||
|
date: 2024-06-14
|
||||||
|
taxonomies:
|
||||||
|
people: [sam_taggart]
|
||||||
|
tags: [community,technology,update,event]
|
||||||
|
news-category: [foundation]
|
||||||
|
extra:
|
||||||
|
imgPath: transformative_impact_summit.png
|
||||||
|
---
|
||||||
|
|
||||||
|
🇹🇿 **OurWorld @ Transformative Impact Summit**
|
||||||
|
|
||||||
|
_“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](https://www.transformativeimpactsummit.com/p/2024) 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, along with health and social connection, and AI, Web3, and Tech for Good.
|
||||||
|
|
||||||
|
OurWorld co-founder and CEO Kristof De Spiegeleer spoke several times, once about Public Private Partnerships being a model that can change Africa, once about uplifting Africa with technology, and once about the OurWorld Digital Free Zone.
|
||||||
|
|
||||||
|
In addition, ThreeFold ecosystem developer Florian Fournier spoke on the topic of crafting a conscious society for our world on the second day. Gregory Flipo, co-founder of Sikana and ecosystem developer for ThreeFold presented on educational video content on a global scale. And Omrei Abumadi, founder of [VVerse](https://www.vverse.co/) (a ThreeFold & OurWorld collaborator), who discussed the metaverse and showcased a virtual environment built just for the event.
|
||||||
|
|
||||||
|
We were grateful for the opportunity to speak about OurWorld and the ecosystem of projects and individuals together collaborating on the path to self-sovereignty.
|
Before Width: | Height: | Size: 761 KiB After Width: | Height: | Size: 761 KiB |
@ -1,36 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
id: zuzalu
|
id: zuzalu
|
||||||
title: ThreeFold & OurWorld Teams @ Zuzalu
|
title: 🗓 ThreeFold Team @ Zuzalu
|
||||||
image_caption: ThreeFold / OurWorld Teams Attending Zuzalu
|
image_caption: ThreeFold Team @ Zuzalu
|
||||||
description: Some of the team is at the New Cities & Network States event at Zuzalu, where Kristof will be speaking.
|
description: Some of the team is at the New Cities & Network States event at Zuzalu, where Kristof will be speaking.
|
||||||
date: 2023-04-26
|
date: 2023-04-26
|
||||||
taxonomies:
|
taxonomies:
|
||||||
people: []
|
people: [sam_taggart]
|
||||||
tags: []
|
tags: [update, news, community]
|
||||||
news-category: []
|
news-category: [foundation]
|
||||||
extra:
|
extra:
|
||||||
imgPath: zuzalu.png
|
imgPath: zuzalu.png
|
||||||
---
|
---
|
||||||
@ -24,5 +24,9 @@ Looking forward to a productive event with a like-minded community of people and
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
We'll share more as we have it here and/or on other channels.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
- Zuzalu | [Site](https://zuzalu.city/)
|
- Zuzalu | [Site](https://zuzalu.city/)
|
||||||
- The Event | [Site](https://lu.ma/ae66qgco)
|
- The Event | [Site](https://lu.ma/ae66qgco)
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 318 KiB After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Alexandre Hannelas
|
title: Alexandre Hannelas
|
||||||
weight: 2
|
weight: 3
|
||||||
description: CFO
|
description: Finance manager, artist-painter, nature enthusiast.
|
||||||
taxonomies:
|
taxonomies:
|
||||||
people: [alexandre_hannelas]
|
people: [alexandre_hannelas]
|
||||||
memberships: []
|
memberships: []
|
||||||
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |