Compare commits
113 Commits
developmen
...
7661b363cc
Author | SHA1 | Date | |
---|---|---|---|
7661b363cc | |||
9621f8249a | |||
|
8edb6728a2 | ||
8a39375faa | |||
2c529632c1 | |||
|
db61ef4b96 | ||
|
a85ea9383a | ||
|
454cab09a6 | ||
|
92993235c6 | ||
|
eb086dd61c | ||
|
3da5085dd1 | ||
|
3452c9a17e | ||
|
73f29b6da8 | ||
|
d7d93e4af2 | ||
|
fa1aee3a5c | ||
|
118e405318 | ||
|
02d2496891 | ||
|
c6d2cc3e39 | ||
|
9f3ccb19b6 | ||
|
28e08ca277 | ||
|
d67e17274e | ||
|
dc37c686a2 | ||
|
5e54d34590 | ||
|
415361df11 | ||
|
152d786edb | ||
|
a5885f2ab3 | ||
|
4403fa3c13 | ||
|
435f2ba18a | ||
|
d504efa17f | ||
|
f5fa5d79c4 | ||
|
0f8a4595e4 | ||
|
877ffd012f | ||
|
b0ca5e6539 | ||
|
d59213d749 | ||
|
f3fb4b6d6f | ||
|
10f107946c | ||
|
95369a5a45 | ||
|
7747054b85 | ||
|
dea5b6c3e2 | ||
|
6a6628d23d | ||
|
d5eff05aa8 | ||
|
62287a19fc | ||
|
b34f109946 | ||
|
e6730c2e3c | ||
|
8337bebe52 | ||
|
f29f0dc592 | ||
|
685b11e5f2 | ||
|
ccc4ce97ab | ||
|
15cac094f3 | ||
|
9003112e45 | ||
d7f22ef17d | |||
8cc3a3faf4 | |||
efc63c249d | |||
a89febb522 | |||
46a38e31a9 | |||
a5daeaf0d1 | |||
e02c39752e | |||
d1494287d0 | |||
f7f547ad00 | |||
11bf39e784 | |||
38bbb73c25 | |||
15316c7e9b | |||
2f681027ca | |||
7c268f32c2 | |||
4908ed1731 | |||
a1c95d3c41 | |||
|
9a2959c535 | ||
da6b3d99ca | |||
270c083a46 | |||
a29252b48b | |||
06904bb17a | |||
1a04e3f885 | |||
d4192cc1a1 | |||
9bf540a61c | |||
|
3365a2f820 | ||
|
c83556e5ed | ||
|
79428bb19d | ||
|
be093c3e8f | ||
|
85dff409b4 | ||
|
4029cd2891 | ||
|
8792873d89 | ||
|
72e35ff9eb | ||
|
80fbd20485 | ||
|
cd005572fd | ||
|
7742859b43 | ||
|
e365f53b35 | ||
|
dfdcc8a4fc | ||
|
5f20d705cf | ||
|
f921d02fb0 | ||
|
7a4eca14a5 | ||
|
3a3b072e52 | ||
|
3391f67f04 | ||
|
3105020b96 | ||
|
35a5b58730 | ||
|
72ffba1ca3 | ||
|
1a6f0ea948 | ||
d246c52177 | |||
d1d2fc3ad3 | |||
9716ffb23e | |||
2467a0ac8b | |||
04bb5b46c2 | |||
|
a3b6750e2a | ||
b0b57b6a3a | |||
c481652e14 | |||
643afff8f5 | |||
6b9f7ba1e9 | |||
|
317b22cae7 | ||
|
80c813b7a3 | ||
4564c74b5f | |||
ee676ded3e | |||
|
6348a33543 | ||
|
b29b404f02 | ||
|
536a69b384 |
19
.github/workflows/action.yml
vendored
@@ -1,19 +0,0 @@
|
||||
name: Zola on GitHub Pages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- development
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Publish site
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout development
|
||||
uses: actions/checkout@v3.0.0
|
||||
- name: Build and deploy
|
||||
uses: shalzz/zola-deploy-action@v0.16.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
4
.github/workflows/tf_update_dev.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
script: |
|
||||
cd websites/www2/www_ourworld_tf/
|
||||
git log -1
|
||||
git restore .
|
||||
git pull
|
||||
git fetch
|
||||
git reset --hard origin/development
|
||||
sed -i "s/https:\/\/www.ourworld.tf/https:\/\/www2.ourworld.tf/g" config.toml
|
||||
./build.sh
|
||||
|
4
.github/workflows/tf_update_prod.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
script: |
|
||||
cd websites/www_ourworld_tf/
|
||||
git log -1
|
||||
git restore .
|
||||
git pull
|
||||
git fetch
|
||||
git reset --hard origin/master
|
||||
sed -i "s/https:\/\/www2.ourworld.tf/https:\/\/ourworld.tf/g" config.toml
|
||||
./build.sh
|
||||
|
6
.gitignore
vendored
@@ -25,4 +25,8 @@ run*
|
||||
install*
|
||||
public
|
||||
static/css
|
||||
tailwindcss
|
||||
tailwindcss
|
||||
|
||||
# .gitignore
|
||||
node_modules/
|
||||
.env
|
||||
|
10
README.md
@@ -1,14 +1,14 @@
|
||||
# Welcome to Ourworld Website Repository
|
||||
# Welcome to OurWorld Website Repository
|
||||
|
||||
- Website Name: Ourworld
|
||||
- Brief Description: This is the official website of Ourworld.
|
||||
- Website Name: OurWorld
|
||||
- Brief Description: This is the official website of OurWorld.
|
||||
Last Updated: March 2023
|
||||
|
||||
- production(master branch) https://ourworld.tf/
|
||||
- staging(development branch) https://www2.ourworld.tf/
|
||||
|
||||
- For any suggestions or improvement ideas please
|
||||
Create an issue on: https://github.com/threefoldfoundation/www_ourworld_tf/issues
|
||||
Create an issue on: https://git.ourworld.tf/tfgrid/circle_web_presence/issues
|
||||
|
||||
## Administrators
|
||||
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
|
||||
@@ -21,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.
|
||||
|
||||
1. Create an Issue
|
||||
Feel free to [create a new issue](https://github.com/threefoldfoundation/www_threefold_io/issues/new) to report an error on the website, or if you have any suggestions on website improvements.
|
||||
Feel free to [create a new issue](https://git.ourworld.tf/tfgrid/circle_web_presence/issues) to report an error on the website, or if you have any suggestions on website improvements.
|
||||
|
||||
2. Make your own branch from __'development'__ branch.
|
||||
by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.
|
||||
|
6
build.sh
@@ -1,5 +1,9 @@
|
||||
echo "Starting build..."
|
||||
|
||||
SOURCE=${BASH_SOURCE[0]}
|
||||
DIR_OF_THIS_SCRIPT="$( dirname "$SOURCE" )"
|
||||
ABS_DIR_OF_SCRIPT="$( realpath $DIR_OF_THIS_SCRIPT )"
|
||||
|
||||
# TODO: Check if current version is latest to avoid redundant installation
|
||||
if [[ -f "tailwindcss" ]]
|
||||
then
|
||||
@@ -39,6 +43,6 @@ fi
|
||||
echo "Compiling tailwindcss and building zola project..."
|
||||
rm -rf public static/css
|
||||
./tailwindcss -i css/index.css -o ./static/css/index.css --minify
|
||||
zola build
|
||||
zola --root $ABS_DIR_OF_SCRIPT build
|
||||
|
||||
|
||||
|
12
config.toml
@@ -1,9 +1,9 @@
|
||||
# The URL the site will be built for
|
||||
base_url = "https://www.ourworld.tf"
|
||||
base_url = "https://www2.freezone.ourworld.tf"
|
||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||
|
||||
title = "OURWORLD"
|
||||
description="Our global digital backbone"
|
||||
title = "ODFZ"
|
||||
description="Ourworld Digital Freezone"
|
||||
|
||||
# When set to "true", a feed is automatically generated.
|
||||
# generate_feed = true
|
||||
@@ -60,12 +60,6 @@ feed = true
|
||||
paginate_by = 2
|
||||
paginate_path = "blog-posts"
|
||||
|
||||
[[taxonomies]]
|
||||
name = "partners-category"
|
||||
feed = true
|
||||
paginate_by = 6
|
||||
paginate_path = "partner-card"
|
||||
|
||||
[[taxonomies]]
|
||||
name = "news-category"
|
||||
feed = true
|
||||
|
BIN
content/.DS_Store
vendored
@@ -1,106 +0,0 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 1 -->
|
||||
|
||||
{% row(style="center" margin="tight" bgPath="img/about.jpeg" bgStyle="full") %}
|
||||
|
||||
# About
|
||||
|
||||
### What & Who We Are.
|
||||
|
||||
<br>
|
||||
|
||||
A venture creator is a company or organization that creates and develops new businesses, typically in the form of startups. Support includes providing funding, resources, and mentorship.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
<!-- section 2 -->
|
||||
|
||||
{% row(style="" reverse="rightreserve") %}
|
||||
|
||||
The OurWorld Venture Creator is backed by the ThreeFold Team – with the goal of not just doing business, but doing good for the world while we’re at it. We are an international team of experts and passionate believers in a better world who choose to act to make a difference.
|
||||
|
||||
<br/>
|
||||
|
||||
This journey began with the creation of a new Internet infrastructure layer, a process that took over 20 years – and was made possible by the contributions of thousands of people. Thank you to everyone who has made this possible.
|
||||
|
||||
<br/>
|
||||
|
||||
Our co-founders also have experience running [Incubaid](https://incubaid.com), a successful incubator focused primarily on helping to change our planet for the better through technology that supports decentralization. Over 19 years, Incubaid did seven strong exits.
|
||||
|
||||
|||
|
||||
|
||||

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

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

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

|
||||
|
||||
{% end %}
|
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
content/archive/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 321 KiB After Width: | Height: | Size: 321 KiB |
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 443 KiB After Width: | Height: | Size: 443 KiB |
Before Width: | Height: | Size: 453 KiB After Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 391 KiB |
Before Width: | Height: | Size: 460 KiB After Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
@@ -5,10 +5,10 @@ image_caption: "What is a Digital Twin?"
|
||||
description: In the current Internet system, each of us exists many times, each application provider owns our data while offering functionality they own. We become the user. We become the product. Instead, what if we were at the center of our digital lives?
|
||||
date: 2022-10-18
|
||||
taxonomies:
|
||||
people: [victoria_obeegadoo]
|
||||
tags: [threefold_grid, technology, peer_to_peer, threefold_cloud]
|
||||
categories: [foundation]
|
||||
tags: [threefold, technology, peer_to_peer]
|
||||
categories: [threefold]
|
||||
extra:
|
||||
author: victoria_obeegadoo
|
||||
imgPath: digital_twin.png
|
||||
---
|
||||
|
||||
|
@@ -5,11 +5,12 @@ image_caption: "The Evolution Towards A More Secure, Private, And Sovereign Inte
|
||||
description: Today, the Internet is a ubiquitous part of our daily lives, and it continues to evolve. As we continue to innovate and collaborate, we can build a better, more secure digital future for all.
|
||||
date: 2023-04-11
|
||||
taxonomies:
|
||||
people: [victoria_obeegadoo]
|
||||
tags: [threefold_grid, technology, peer_to_peer, threefold_cloud]
|
||||
categories: [foundation]
|
||||
extra:
|
||||
author: victoria_obeegadoo
|
||||
imgPath: internet_evolution.png
|
||||
isFeatured: "true"
|
||||
---
|
||||
|
||||
The Internet has undergone a natural evolution from its early days as a fragmented network of computers, to the vast interconnected web of infrastructure and platforms we know today. This has shaped the way we communicate, work, and live. With each passing decade, new technologies and protocols have emerged to address growing concerns about cybercrime, surveillance, and censorship. Let's take a closer look at each phase of this evolution and how ThreeFold is taking action for the next step.
|
||||
@@ -90,3 +91,10 @@ On our side, at ThreeFold, we see that many of the solutions being presented tod
|
||||
- Subscribe to our [Weekly & Monthly Newsletters](https://bit.ly/threefoldweekly).
|
||||
- Connect with us on [Twitter](https://twitter.com/threefold_io), [LinkedIn](https://ae.linkedin.com/company/threefold-foundation), & [Reddit](https://www.reddit.com/r/threefold/).
|
||||
- Join our [Community Chat](https://t.me/threefold) and [Updates Channel](https://t.me/threefoldnews).
|
||||
|
||||
* Visit our [Website](https://www.threefold.io).
|
||||
* Visit our [Forum](https://forum.threefold.io/).
|
||||
* Collaborate on [GitHub](https://github.com/threefoldtech).
|
||||
* Subscribe to our [Weekly & Monthly Newsletters](https://bit.ly/threefoldweekly).
|
||||
* Connect with us on [Twitter](https://twitter.com/threefold_io), [LinkedIn](https://ae.linkedin.com/company/threefold-foundation), & [Reddit](https://www.reddit.com/r/threefold/).
|
||||
* Join our [Community Chat](https://t.me/threefold) and [Updates Channel](https://t.me/threefoldnews).
|
@@ -5,10 +5,10 @@ image_caption: "Technology as a Tool for Humanity"
|
||||
description: While technology has had an important role in the creation of today’s societies, it might have an even greater role for our future. Two opposite pictures could be painted - a utopia or a dystopia. Technology should not be a tool to extort humanity, but one at the service of humanity.
|
||||
date: 2022-10-28
|
||||
taxonomies:
|
||||
people: [victoria_obeegadoo]
|
||||
tags: [threefold_grid, technology, peer_to_peer, threefold_cloud, why]
|
||||
categories: [foundation]
|
||||
tags: [threefold, why]
|
||||
categories: [threefold]
|
||||
extra:
|
||||
author: victoria_obeegadoo
|
||||
imgPath: tech_as_a_tool_for_humanity.png
|
||||
---
|
||||
|
||||
|
BIN
content/contact/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/contact/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/contact/img/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 218 KiB After Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 516 KiB After Width: | Height: | Size: 516 KiB |
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
12
content/contact/index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "About"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 2
|
||||
template: "layouts/contact.html"
|
||||
---
|
||||
|
||||
<!-- see partials/contact.html -->
|
||||
|
BIN
content/contact/videos/ow.mp4
Normal file
Before Width: | Height: | Size: 289 KiB |
Before Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 428 KiB |
Before Width: | Height: | Size: 621 KiB |
@@ -1,144 +0,0 @@
|
||||
---
|
||||
title: "Creator Zones"
|
||||
description: "A better world is where we all have access to endless information and opportunities."
|
||||
date: 2018-09-14T21:00:00-05:00
|
||||
updated: 2021-02-20T14:40:00-06:00
|
||||
draft: false
|
||||
extra:
|
||||
author:
|
||||
---
|
||||
|
||||
<!-- section 1 (header) -->
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
{% row(style="center lean-right") %}
|
||||
|
||||
### GROWTH BEGINS IN
|
||||
|
||||
## THE CREATOR ZONE
|
||||
|
||||
<br>
|
||||
|
||||
Creator Zones are set up to allow aspiring entrepreneurs, business people and digital nomads to work together on projects and experiences that bring a positive impact to the society.
|
||||
|
||||
<button>[EXPLORE]("/experiences/")</button>
|
||||
|
||||
|||
|
||||
|
||||

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

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

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

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

|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{{ space() }}
|
||||
|
||||
{% row(style="center narrow invert-color" bgColor="#4ec48f") %}
|
||||
|
||||
## WANNA GET **INVOLVED?**
|
||||
|
||||
<br/>
|
||||
|
||||
Interested in partnering up? Or just wanna say hi?
|
||||
|
||||
Drop us a message!
|
||||
|
||||
<a class="text-white" href="mailto:info@ourverse.tf" target="_blanck"><button >Email</button></a>
|
||||
|
||||
<br>
|
||||
|
||||
#### OUR**WORLD**
|
||||
|
||||
{% end %}
|
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 132 KiB |
@@ -4,50 +4,62 @@ description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/footer.html"
|
||||
extra:
|
||||
logoPath: "images/black_threefold.png"
|
||||
socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||
logoPath: "images/logo.png"
|
||||
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||
---
|
||||
|
||||
{% row(style="lean") %}
|
||||
|
||||
##### **LEARN**
|
||||
##### Partners
|
||||
|
||||
<br>
|
||||
|
||||
###### [Litepaper](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/84eh676k7a9pcw36)
|
||||
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
||||
|
||||
###### [Fact Sheet](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/hehw4is7pvg8gbcc)
|
||||
###### [Incubaid](https://incubaid.com/)
|
||||
|
||||
###### [Restore the Commons](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/58shuiksemuaeiyb)
|
||||
|
||||
###### [Project Details](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/tvqf5pq4nvuukqgx)
|
||||
|
||||
|||
|
||||
|
||||
##### **THE VENTURES**
|
||||
|
||||
<br>
|
||||
|
||||
###### [ThreeFold](https://threefold.io)
|
||||
|
||||
###### [OurWorld Free Zone](https://freezone.ourworld.tf/)
|
||||
###### [Mazraa](https://maazra.io/)
|
||||
|
||||
###### [Sikana](https://sikana.tv/)
|
||||
|
||||
###### [OurVerse](https://ourverse.tf/)
|
||||
|
||||
###### [OurPhone](https://ourphone.tf/)
|
||||
###### [VVerse](https://vverse.co/)
|
||||
|
||||
|||
|
||||
|
||||
##### **BUILT ON THREEFOLD**
|
||||
##### OurWorld
|
||||
|
||||
<br>
|
||||
|
||||
###### [Main Community](https://t.me/threefold)
|
||||
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
|
||||
|
||||
###### [Manual](https://manual.grid.tf)
|
||||
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
|
||||
|
||||
###### [Forum](https://forum.threefold.io/)
|
||||
<a onclick="window.open('https://ourworld.vindo.ai/slider/95', '_blank')"><h6>ODEZ</h6></a>
|
||||
|
||||
{% end %}
|
||||
<a onclick="window.open('https://habari.ourworld.tf', '_blank')"><h6>Habari</h6></a>
|
||||
|
||||
|
||||
|||
|
||||
|
||||
##### About Us
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<a onclick="window.open('https://t.me/threefoldnews', '_blank')"><h6>Telegram</h6></a>
|
||||
|
||||
|
||||
<a onclick="window.open('https://threefoldfaq.crisp.help/en/', '_blank')"><h6>Support</h6></a>
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<style>
|
||||
a {
|
||||
cursor: pointer;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
BIN
content/footer/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/footer/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/footer/img/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/footer/img/ow_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
13
content/header/_index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Header"
|
||||
description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/header.html"
|
||||
extra:
|
||||
logoPath: "./images/ow_logo.svg"
|
||||
imgPath: ""
|
||||
---
|
||||
- [Home]("/")
|
||||
- [Newsroom]("/newsroom")
|
||||
- [Contact]("/contact")
|
||||
|
BIN
content/header/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
@@ -1,39 +0,0 @@
|
||||
---
|
||||
title: "Header"
|
||||
description: ""
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/header.html"
|
||||
extra:
|
||||
logoPath: "/images/OW_Logo.png"
|
||||
imgPath: ""
|
||||
---
|
||||
|
||||
- [ABOUT]("/about")
|
||||
- [VENTURES]("/ventures")
|
||||
- INFO
|
||||
|
||||
{% row() %}
|
||||
|
||||
[Litepaper](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/84eh676k7a9pcw36)
|
||||
<br>
|
||||
<p class="text-sm">Dive into the full story</p>
|
||||
|
||||
|||
|
||||
|
||||
[Fact Sheet](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/hehw4is7pvg8gbcc)
|
||||
<br>
|
||||
<p class="text-sm">Core principles and info</p>
|
||||
|
||||
|||
|
||||
|
||||
[Restore the Commons](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/hehw4is7pvg8gbcc)
|
||||
<br>
|
||||
<p class="text-sm">Read our methodology</p>
|
||||
|
||||
|||
|
||||
|
||||
[Project Details](https://threefold.docsend.com/view/b6wmefr47r2qsjcc/d/tvqf5pq4nvuukqgx)
|
||||
<br>
|
||||
<p class="text-sm">The latest on our portfolio</p>
|
||||
|
||||
{% end %}
|
BIN
content/home/images/OW_Logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/home/images/kds.png
Normal file
After Width: | Height: | Size: 137 KiB |
BIN
content/home/img/brand1.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
content/home/img/brand2.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
content/home/img/brand3.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
content/home/img/brand4.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
content/home/img/brand5.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
content/home/img/brand6.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 38 KiB |
BIN
content/home/img/ow_logo.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
content/home/img/team.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
@@ -7,229 +7,25 @@ draft: false
|
||||
weight: 1
|
||||
---
|
||||
|
||||
<!-- section 1 -->
|
||||
|
||||
{% row(style="center" margin="tight" bgPath="img/horizon.jpeg" bgStyle="full") %}
|
||||
|
||||
# OurWorld
|
||||
|
||||
### A Platform to Enable Self-Sovereignty.
|
||||
|
||||
<br>
|
||||
|
||||
Together we are creating a multi-faceted platform to support and empower startups aspiring to harness the potential of emerging technology while putting the planet and people first. The sun is rising on a new way forward.
|
||||
|
||||
<button>[Our Ventures](/ventures)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
|
||||
<!-- section 2 -->
|
||||
|
||||
{% row(style="center" padding="top") %}
|
||||
|
||||

|
||||
|
||||
## What We Provide
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
{% 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.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
{% row(style="center" padding="both") %}
|
||||
|
||||
### **Legal & Financial 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>
|
||||
<!--
|
||||
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:
|
||||
|
||||
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"
|
||||
|
||||
---
|
||||
Extras:
|
||||
1. header: "partials/header_custom.html"
|
||||
2. footer: "partials/footer.html"
|
||||
-->
|
Before Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 508 KiB |
Before Width: | Height: | Size: 5.4 KiB |
13
content/newsroom/_index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "News"
|
||||
paginate_by: 9
|
||||
# paginate_reversed: false
|
||||
sort_by: "date"
|
||||
insert_anchor_links: "left"
|
||||
#base_url: "posts"
|
||||
#first: "first"
|
||||
#last: "last"
|
||||
template: "layouts/newsroom.html"
|
||||
page_template: "newsPage.html"
|
||||
#transparent: true
|
||||
---
|
BIN
content/newsroom/africanregensummit/africanregensummit.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
27
content/newsroom/africanregensummit/index.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
id: africanregensummit
|
||||
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]
|
||||
extra:
|
||||
imgPath: africanregensummit.png
|
||||
---
|
||||
|
||||
Over the past four days, we have had the pleasure to host the African Regenerative Cities Summit in Zanzibar, Tanzania – uniting top innovators and investors supporting human flourishing, with a special focus on science and technology that will lay the foundation for Africa’s future.
|
||||
|
||||
<br/>
|
||||
|
||||
A lot has happened over the course of the summit, including a surprise visit today from an extremely special guest.
|
||||
|
||||
<br/>
|
||||
|
||||
Generally, we have been blown away by the participants and the projects they are working on, and we warmly welcome many of them now into the ThreeFold community.
|
||||
|
||||
<br/>
|
||||
|
||||
We'll be sharing more in the coming days.
|
20
content/newsroom/ourworldfreezone/index.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
id: ourworldfreezone
|
||||
title: 🗞 In the News – OurWorld Digital FreeZone
|
||||
image_caption: OurWorld Digital FreeZone
|
||||
description: OurWorld Digital FreeZone received some coverage recently from IPPMEDIA. Take a look!
|
||||
date: 2023-08-01
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
tags: [partner,news,community,technology,update]
|
||||
news-category: [foundation]
|
||||
extra:
|
||||
imgPath: ourworldfreezone.png
|
||||
isFeatured: true
|
||||
---
|
||||
|
||||
"Our vision is to foster a digital ecosystem that harmoniously blends the tranquility of Zanzibar with the awe-inspiring power of the digital age. I am deeply appreciative of the dedication of the OurWorld Zanzibar team in turning this vision into a reality," Zanzibar President Dr. Hussein Mwinyi.
|
||||
|
||||
<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.
|
BIN
content/newsroom/ourworldfreezone/ourworldfreezone.png
Normal file
After Width: | Height: | Size: 683 KiB |
32
content/newsroom/zuzalu/index.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
id: zuzalu
|
||||
title: 🗓 ThreeFold Team @ 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.
|
||||
date: 2023-04-26
|
||||
taxonomies:
|
||||
people: [sam_taggart]
|
||||
tags: [update, news, community]
|
||||
news-category: [foundation]
|
||||
extra:
|
||||
imgPath: zuzalu.png
|
||||
---
|
||||
|
||||
Some of the team has arrived to Zuzalu in Montenegro for this weekend's New Cities & Network States event. Kristof will be speaking on Sunday and we'll also be hosting several side events including a hackathon around the Web3 Gateway.
|
||||
|
||||
<br/>
|
||||
|
||||
Other speakers include Vitalik Buterin (founder of Ethereum), Balaji Srinivasan (author of The Network State), and Mark Lutter (founder & chairman of the Charter Cities Institute).
|
||||
|
||||
<br/>
|
||||
|
||||
Looking forward to a productive event with a like-minded community of people and sharing how ThreeFold provides the ideal underlying infrastructure for new cities and network states!
|
||||
|
||||
<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)
|
BIN
content/newsroom/zuzalu/zuzalu.png
Normal file
After Width: | Height: | Size: 538 KiB |
@@ -4,11 +4,11 @@ weight: 1
|
||||
description: Honored to be part of a team that has the potential to make the world a better place..
|
||||
taxonomies:
|
||||
people: [adnan_fatayerji]
|
||||
memberships: [farmers, foundation, cofounders, wisdom_council, aci_members]
|
||||
categories: [foundation, farming, cloud, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: adnan_fatayerji.jpg
|
||||
organizations: [threefold_foundation]
|
||||
organizations: []
|
||||
countries: [UAE, Spain]
|
||||
cities: [Dubai, Ibiza]
|
||||
private: 0
|
||||
@@ -18,10 +18,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
<BR>
|
||||
<div class="aspect-w-16 aspect-h-9">
|
||||
<iframe src="https://player.vimeo.com/video/413151305" width="800" height="450" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
|
||||
</div>
|
||||
<BR>
|
||||
|
||||
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.
|
||||
|
@@ -4,11 +4,11 @@ weight: 4
|
||||
description: Ahmed is an Automation Software Testing Engineer, started his career at Codescalers.
|
||||
taxonomies:
|
||||
people: [ahmed_hanafy]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ahmed_hanafy.png
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@@ -4,11 +4,11 @@ weight: 4
|
||||
description: Ahmed is a passionate software test engineer with experience in software testing and automation ....
|
||||
taxonomies:
|
||||
people: [ahmed_harby]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ahmed_harby.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Ahmed Thabet
|
||||
weight: 2
|
||||
weight: 3
|
||||
description: Wants to build beautiful applications that don't invade user privacy.
|
||||
taxonomies:
|
||||
people: [ahmed_thabet]
|
||||
memberships: [tech, foundation, technology_council]
|
||||
categories: [foundation]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: ahmed_thabet.jpg
|
||||
organizations: [threefold_tech]
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
|
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Alexandre Hannelas
|
||||
weight: 2
|
||||
description: Alexandre has worked with regenerative companies to help them in their funding rounds.
|
||||
weight: 3
|
||||
description: Finance manager, artist-painter, nature enthusiast.
|
||||
taxonomies:
|
||||
people: [alexandre_hannelas]
|
||||
memberships: [foundation, twin, aci_members]
|
||||
categories: [foundation, twin, aci]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: alexandre_hannelas.jpeg
|
||||
organizations: [threefold_foundation]
|
||||
organizations: []
|
||||
countries: [France]
|
||||
cities: [Aix-en-Provence]
|
||||
private: 0
|
||||
@@ -19,4 +19,4 @@ extra:
|
||||
}
|
||||
---
|
||||
|
||||
After graduating from a Master in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined ThreeFold because it is perfectly aligned with his vision of enhancing people’s life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world.
|
||||
After graduating from a Masters in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined first ThreeFold and then OurWorld because the projects are perfectly aligned with his vision of enhancing people’s life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world.
|
||||
|
Before Width: | Height: | Size: 89 KiB |
@@ -1,21 +0,0 @@
|
||||
---
|
||||
title: Ali Chaddad
|
||||
weight: 4
|
||||
description: Software Engineer with a passion for the finer details and finding the best tools for every job.
|
||||
taxonomies:
|
||||
people: [ali_chaddad]
|
||||
memberships: [tech]
|
||||
categories: [foundation]
|
||||
extra:
|
||||
imgPath: ali_chaddad.jpg
|
||||
organizations: [threefold_tech]
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/in/ali-chaddad-4a5b56b8/,
|
||||
websites: https://threefold.tech,
|
||||
}
|
||||
---
|
||||
|
||||
Software Engineer with a passion for the finer details and finding the best tools for every job.
|
BIN
content/people/amira_abouhadid/amira_abouhadid.jpg
Normal file
After Width: | Height: | Size: 136 KiB |
22
content/people/amira_abouhadid/index.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: Amira Abouhadid
|
||||
weight: 4
|
||||
description: Msc. Computer & Information Technology , Bsc. Chemical Engineering.
|
||||
taxonomies:
|
||||
people: [amira_abouhadid]
|
||||
memberships: []
|
||||
categories: []
|
||||
extra:
|
||||
imgPath: amira_abouhadid.jpg
|
||||
organizations: []
|
||||
countries: [Egypt]
|
||||
cities: [Cairo]
|
||||
private: 0
|
||||
socialLinks: {
|
||||
LinkedIn: https://www.linkedin.com/in/amira-abouhadid/,
|
||||
github: https://github.com/amiraabouhadid,
|
||||
websites: https://threefold.tech,
|
||||
}
|
||||
---
|
||||
|
||||
Trilingual (Arabic, English & German) software developer and chemical engineer skilled in remote pair programming and mentoring. I can use multiple languages, frameworks, and technologies to efficiently achieve a project’s goals.
|
Before Width: | Height: | Size: 70 KiB |
@@ -1,23 +0,0 @@
|
||||
---
|
||||
title: Ashish Bansal
|
||||
weight: 3
|
||||
description: Ashish has extensive experience analyzing and evaluating investment possibilities.
|
||||
taxonomies:
|
||||
people: [ashish_bansal]
|
||||
memberships: [foundation]
|
||||
categories: [foundation]
|
||||
extra:
|
||||
imgPath: ashish_bansal.jpeg
|
||||
organizations: [threefold_foundation]
|
||||
countries: [India]
|
||||
cities: [Mumbai]
|
||||
private: 0
|
||||
socialLinks:
|
||||
{
|
||||
LinkedIn: https://www.linkedin.com/in/ab-equity/,
|
||||
github: https://github.com/Ashishban/,
|
||||
websites: https://threefold.io/,
|
||||
}
|
||||
---
|
||||
|
||||
Ashish has extensive experience analyzing and evaluating investment possibilities, market trends and crypto projects, with a proven track record of 15+ years in improving profits by identifying new themes for investments. He believes and supports ThreeFold's vision for a decentralized internet for all.
|