Compare commits

..

42 Commits

Author SHA1 Message Date
3e87096322 edit
Some checks are pending
ourworld.tf / Deploy (push) Waiting to run
www2.ourworld.tf / Deploy (push) Waiting to run
2024-11-05 12:32:08 +01:00
a2b84e5a71 Merge branch 'development'
Some checks are pending
ourworld.tf / Deploy (push) Waiting to run
2024-11-05 12:30:41 +01:00
c3cb39ac03 Merge branch 'development'
Some checks are pending
ourworld.tf / Deploy (push) Waiting to run
2024-11-05 12:17:44 +01:00
80253662d4 Merge branch 'development'
Some checks failed
ourworld.tf / Deploy (push) Has been cancelled
2024-10-31 12:57:25 +01:00
2eeac0863b Update Florian calendly 2024-10-09 19:11:13 +03:00
ddf3a0987a Remove Home from header, not needed 2024-09-26 13:12:37 +03:00
a5ddc234bd Update homepage header 2024-09-26 13:03:48 +03:00
2c5ee7c5aa Remove newsroom from header 2024-09-26 12:58:04 +03:00
7e6e1e4281 Updates to people, about page, home page 2024-09-26 11:57:16 +03:00
8b375b32fd add comments 2024-09-26 03:01:09 +02:00
2263a61f00 edit quote 2024-09-26 02:48:06 +02:00
994805a993 edit 2024-09-26 02:42:22 +02:00
423f7e5fcd edit filter 2024-09-26 02:40:14 +02:00
188a5aa22a edit purple 2024-09-26 02:32:53 +02:00
903c9a93e7 edit button 2024-09-26 02:30:55 +02:00
e5ff1ba249 edit size 2024-09-25 19:49:30 +02:00
3f84f51903 edit 2024-09-25 19:44:26 +02:00
d062e5e6f8 rm 2024-09-25 19:43:30 +02:00
34953930ba edit text 2024-09-25 17:29:13 +02:00
7a7311b145 edit layout 2024-09-25 17:27:57 +02:00
0568589ff6 edit footer 2024-09-25 13:56:34 +02:00
1b67883275 edit color btn 2024-09-11 13:10:44 +02:00
8bc61667b9 ok 2024-09-11 12:51:24 +02:00
a44648a7b8 ok renamed 2024-09-06 18:04:39 +02:00
be3a870f35 ok 2024-09-06 18:03:02 +02:00
f7e10a6975 edit 2024-09-06 18:01:23 +02:00
c8e9a64dc8 add readme 2024-08-20 15:26:58 +02:00
b06469b9dc delete unused img 2024-08-20 15:26:32 +02:00
sasha-astiadi
07727c302e change favicon 2024-07-03 18:05:07 +02:00
sasha-astiadi
86afc775d5 delete old logo 2024-07-03 16:01:31 +02:00
Timur Gordon
933371565f
Update _index.md 2024-06-28 12:02:56 +03:00
Timur Gordon
944bae40f7
Delete content/invest directory 2024-06-28 11:58:37 +03:00
Timur Gordon
56de7044f8
Update index.html 2024-06-28 11:52:07 +03:00
sasha-astiadi
9fabf937d4 ourphone 2024-06-27 19:00:09 +02:00
sasha-astiadi
722805770b edit img 2024-06-27 16:41:32 +02:00
sasha-astiadi
344e433694 rename ourpass to safe 2024-06-27 16:37:20 +02:00
sasha-astiadi
7295d7c9fc fix margins 2024-06-21 18:02:17 +02:00
sasha-astiadi
552e74e92a ok 2024-06-21 17:49:25 +02:00
sasha-astiadi
985469f49a change size 2024-06-21 17:24:53 +02:00
sasha-astiadi
e538c6d3e0 edit texts 2024-06-21 17:22:34 +02:00
sasha-astiadi
7ea4d18bf5 edit text 2024-06-21 17:14:00 +02:00
sasha-astiadi
1e9b371751 edit text 2024-06-21 17:10:56 +02:00
152 changed files with 10442 additions and 200 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -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,10 +10,79 @@ 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.
## Installation
To get started with the development environment, ensure that you have the following installed on your machine:
1. **Zola**: [Installation Guide](https://www.getzola.org/documentation/getting-started/installation/)
2. **Tailwind CSS**: [Installation Guide](https://tailwindcss.com/docs/installation)
3. **Node.js & npm**: Required for managing JavaScript dependencies.
## Getting Started
Once these dependencies are installed, you can clone this repository and navigate into the project directory:
```bash
git clone https://git.ourworld.tf/tfcoop/www_tf9_new
cd www_tf9_new
```
### Reviewing New Website Changes Locally
#### Access the Terminal
Within your code editor, open the terminal or command line interface. Make sure you are in the root directory of your website project in the terminal.
#### Run the Build Script:
Type **./build.sh** in the terminal and press Enter. This script is responsible for building or compiling your website code and assets.
#### Run the Start Script:
After the build process is complete, type **./start.sh** in the terminal and press Enter. This script typically starts a local development server.
Wait for the Localhost URL: The start script will initiate a local development server, and it will display a localhost URL, such as **http://localhost:xxxx**, where xxxx is a port number. Wait for this URL to be generated.
### Open the URL in Your Browser
Once the localhost URL is generated, open your web browser and enter the provided URL (e.g., http://localhost:xxxx). This will display your website locally, allowing you to review the changes you made.
## Contributing
We welcome contributions from the community! To contribute:
Create a new branch (git checkout -b feature/your-feature-name).
Make your changes and commit them (git commit -m 'Add new feature').
Push to the branch (git push origin feature/your-feature-name).
Open a Pull Request.
## Issues and Suggestions
We welcome feedback, bug reports, and feature requests to help improve the TF9 website. If you encounter any issues or have suggestions, please follow the steps below:
1. Go to the **TF Web Presence project** board on Gitea: [Project](https://git.ourworld.tf/tfgrid/circle_web_presence/projects/35)
2. Click on the "New Issue" button.
3. Provide a clear title and detailed description of the issue or suggestion.
4. Add relevant labels, milestones, or assignees if applicable.
5. Submit the issue.
Our team will review and address your submission as soon as possible.
Thank you for helping us improve TF9!
## Administrators
[ThreeFold's Web Presence Team](https://git.ourworld.tf/tfgrid/circle_web_presence/)
## Website Maintenance
![readme](https://user-images.githubusercontent.com/43240801/236867088-56c95abd-510c-4202-b0c5-317cdfb75cb3.png)

BIN
content/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 508 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -8,5 +8,17 @@ weight: 2
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
-->

View File

@ -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:
<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>
|||

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -28,4 +28,4 @@ HOMEPAGE (layouts/index.html) contains:
Extras:
1. header: "partials/header_custom.html"
2. footer: "partials/footer.html"
-->
-->

View File

@ -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
---

View File

@ -0,0 +1,32 @@
---
id: networkstateconference
title: "Recap: Network State Conference"
image_caption: Network State Conference
description: "'We are building the infrastructure layer for Network State as a Service,' Florian Fournier."
date: 2024-09-25
taxonomies:
people: []
tags: []
news-category: []
extra:
imgPath: networkstateconference.png
isFeatured: false
---
Florian represented ThreeFold and OurWorld on stage at the Network State Conference in Singapore last week, to share a powerful solution for any network state.
<br>
“We are building the infrastructure layer for Network State as a Service by combining a decentralized cloud running on bare metal with a digital free zone from where we can all exist freely.”
<br>
Florian explained that if we want to create “cloud-first network states, “we definitely dont 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 Florians talk [here](https://www.youtube.com/live/OWEGg-ZTtSE?si=EukLJY9t0cO_8Ut9&t=14763).

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

View File

@ -5,9 +5,9 @@ image_caption: OurWorld Digital FreeZone
description: OurWorld Digital FreeZone received some coverage recently from IPPMEDIA. Take a look!
date: 2023-08-01
taxonomies:
people: [sam_taggart]
tags: [partner,news,community,technology,update]
news-category: [foundation]
people: []
tags: []
news-category: []
extra:
imgPath: ourworldfreezone.png
isFeatured: true

View File

@ -0,0 +1,36 @@
---
id: transformativeimpactsummit
title: Transformative Impact Summit Recap
image_caption: Transformative Impact Summit Recap
description: Held June 7 - 9 in Zanzibar, TIS brought together a global audience from the impact ecosystem.
date: 2024-06-14
taxonomies:
people: []
tags: []
news-category: []
extra:
imgPath: transformativeimpactzanzibar.png
---
*By bringing together those dedicating their lives to making the world a better place, and empowering them with exposure, support, connection, and funding, we not only celebrate transformative impact, we create it.*
<br/>
Held this June 7 - 9 in Zanzibar, Tanzania, the Transformative Impact Summit convened with this important focus, attracting an audience of people from around the world working across the entire impact ecosystem, along with students from local IT universities, and government officials from Zanzibar.
<br/>
A [jam-packed three-day schedule of focused talks](https://www.catalist.network/1-column-agenda/tis-africa-24) gave essential background and context to the incredible group of participants and their initiatives. Different tracks for the summit included Financial Innovation, Regenerative Finance, Regenerative Agriculture and Food, health and social connection, AI, Web3, and Tech for Good.
<br/>
The diverse array of speakers and topics included:
<br/>
- Kristof, Florian, and Greg from the OurWorld team
- Matthew Schutte, co-founder of [HoloChain](https://holochain.org), who talked about HoloChain and their perspective on application development
- Omrei Abumadi, founder of OurVerse, who discussed the metaverse and showcased a virtual environment built just for the event
- Victor Muhagachi and David Machuche, co-founders of [Chatafisha](https://chatafisha.com/) and [Dunia Yetu](https://duniayetu.com) collaborators, who spoke about how FinTech can empower Africas 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 761 KiB

View File

@ -1,13 +1,13 @@
---
id: zuzalu
title: 🗓 ThreeFold Team @ Zuzalu
image_caption: ThreeFold Team @ Zuzalu
title: ThreeFold & OurWorld Teams @ Zuzalu
image_caption: ThreeFold / OurWorld Teams Attending Zuzalu
description: Some of the team is at the New Cities & Network States event at Zuzalu, where Kristof will be speaking.
date: 2023-04-26
taxonomies:
people: [sam_taggart]
tags: [update, news, community]
news-category: [foundation]
people: []
tags: []
news-category: []
extra:
imgPath: zuzalu.png
---
@ -24,9 +24,5 @@ Looking forward to a productive event with a like-minded community of people and
<br/>
We'll share more as we have it here and/or on other channels.
<br/>
- Zuzalu | [Site](https://zuzalu.city/)
- The Event | [Site](https://lu.ma/ae66qgco)

View File

@ -1,7 +1,7 @@
---
title: Alexandre Hannelas
weight: 3
description: Finance manager, artist-painter, nature enthusiast.
weight: 2
description: CFO
taxonomies:
people: [alexandre_hannelas]
memberships: []

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -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 & CMO
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 peoples lives and how they could really connect to each other.Florian feelt deep inside that working on the tools was not enough, and that he needed to work on the content and give it a different usage. He had to follow his heart and intuition. We will bring new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, by unpicking current scenarios and anticipating future perspectives. The vision is always the same - to enact individual actions that address global challenges.
When Florian left Apple, he was 30 years old. It was the toughest decision he had ever made. Why leave a career so many people dream of an executive position in the global company? Being really happy working at Apple and part of an amazing young and dynamic team that had been built over the last few years to take care of the marketing for Latin America. Florian was feeling accomplished to be working for such a great organization. But years were passing by. One after the other. And the iPhone 6S was replacing the iPhone 6 and so on. Year after year. A machine you cannot stop. Technology is amazing. Really. But so much seemed at stake about how it could be used to improve peoples 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.

View File

@ -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: Community Developer
taxonomies:
people: [gregory_flipo]
memberships: []

View File

@ -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.
weight: 3
description: Administrative Assistant
taxonomies:
people: [karoline_zizka]
memberships: []

View File

@ -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: []

View File

@ -1,10 +1,10 @@
---
title: Marion Ravarino
weight: 3
description: Growing up in a multicultural environment has made me an enthusiastic and very open-minded person.
description: Communication Team
taxonomies:
people: [marion_ravarino]
memberships: [team]
memberships: []
categories: [foundation]
extra:
imgPath: marion_ravarino.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 235 KiB

View File

@ -1,7 +1,7 @@
---
title: Sacha Obeegadoo
weight: 1
description: Organisational and Ecosystem Strategy. Problem-solver. Good-doer.
weight: 2
description: Business Development & Community
taxonomies:
people: [sacha_obeegadoo]
memberships: []

View File

@ -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: 3
description: Communication & Community
taxonomies:
people: [sam_taggart]
memberships: []

View File

@ -1,7 +1,7 @@
---
title: Sasha Astiadi
weight: 2
description: Product Manager with a passion in blockchain, sustainability, and decentralization
weight: 3
description: Websites
taxonomies:
people: [sasha_astiadi]
memberships: []

View File

@ -1,10 +1,10 @@
---
title: Timur Gordon
weight: 2
description: Nature-inspired software developer, turning tech and teamwork into tools for change.
weight: 3
description: Development Team
taxonomies:
people: [timur_gordon]
memberships: [team]
memberships: []
categories: [foundation]
extra:
imgPath: timur_gordon.jpg

View File

@ -1,7 +1,7 @@
---
title: Vianney Spriet
weight: 1
description: Ecosystem development, wealth manager, former professional skipper.
weight: 2
description: Ecosystem Developer
taxonomies:
people: [vianney_spriet]
memberships: []

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 318 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 136 KiB

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 301 KiB

After

Width:  |  Height:  |  Size: 301 KiB

View File

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

Before

Width:  |  Height:  |  Size: 223 KiB

After

Width:  |  Height:  |  Size: 223 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 514 KiB

After

Width:  |  Height:  |  Size: 514 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 260 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 494 KiB

After

Width:  |  Height:  |  Size: 494 KiB

View File

Before

Width:  |  Height:  |  Size: 337 KiB

After

Width:  |  Height:  |  Size: 337 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Some files were not shown because too many files have changed in this diff Show More