27 Commits

Author SHA1 Message Date
6a35190648 update 2023-11-07 14:04:21 +02:00
b04722ee20 update readme 2023-11-07 14:03:24 +02:00
cdc97a75bf update favicon 2023-11-07 13:59:56 +02:00
PeterNashaat
dc6e0ade69 Merge pull request #19 from ourworldventures/development
repo new link
2023-08-20 11:04:30 +03:00
Peter Nashaat
d53f9d4044 actions new repo 2023-08-20 07:33:01 +00:00
Reem Khamis
158fba56a4 add LICENSE 2023-08-07 15:23:52 +03:00
a2a6a27786 Merge branch 'development' 2023-07-27 14:36:36 +03:00
b20c0e5a10 fix mobile issue 2023-07-27 14:36:10 +03:00
9300ec909d update protection page 2023-07-27 14:22:35 +03:00
Ehab-hassan
ca642579f9 Update README.md 2023-05-18 13:53:38 +03:00
Ehab-hassan
0caafdfada Update README.md 2023-05-18 13:52:55 +03:00
PeterNashaat
eb6e29f114 Merge pull request #18 from ourworld-tsc/development
adding autodep for prod
2023-05-18 13:27:31 +03:00
Peter Nashaat
f6561278a7 adding autodep for prod 2023-05-18 10:18:21 +00:00
ed17f510fc update 2023-05-16 14:43:12 +03:00
872d04bee2 update 2023-05-16 14:36:45 +03:00
215b5c5144 update 2023-05-16 14:23:15 +03:00
392ecc99a3 update css and fix mobile 2023-05-16 14:08:31 +03:00
f5687fbf32 update css and section size and fix mobile 2023-05-16 13:33:59 +03:00
sasha-astiadi
49ad09bbfa Update README.md 2023-05-12 17:38:16 +02:00
sasha-astiadi
bc1cb7dac5 Update README.md 2023-04-19 15:48:20 +02:00
sasha-astiadi
615630a23a Create README.md 2023-04-19 15:47:53 +02:00
sasha-astiadi
58d104dc56 edit 2023-03-02 20:17:45 +08:00
sasha-astiadi
b3b30c1aba eidt 2023-03-02 20:15:57 +08:00
sasha-astiadi
ab3f120600 edit 2023-02-06 18:26:19 +08:00
sasha-astiadi
2b4a47a2bb Merge pull request #14 from ourworld-tsc/Sacha_main3
Sacha main3
2023-02-06 18:19:06 +08:00
Sacha156
250e00d7f1 added protection folders 2023-02-06 13:03:23 +03:00
Sacha156
d58731fc03 new file: content/protection/botan_restor_pro/index.md
new file:   content/protection/chumbeisland_pro/index.md
	new file:   content/protection/mbweniruins_pro/index.md
	content/protection/botan_restor_pro/img/
	content/protection/chumbeisland_pro/img/
	content/protection/mbweniruins_pro/img/
2023-02-01 10:35:22 +03:00
248 changed files with 986 additions and 808 deletions

View File

@@ -1,23 +0,0 @@
name: ourparadise.ourworld.tf
on:
push:
branch: [main]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on ourparadise.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: ourparadise.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd websites/www_ourparadise/
git log -1
git restore .
git pull
bash build.sh

24
.github/workflows/tf_update_dev.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: www2.ourparadise.ourworld.tf
on:
push:
branches: [ development ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on www2.ourparadise.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: www2.ourparadise.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd websites/www2/www_ourparadise/
git log -1
git fetch
git reset --hard origin/development
sed -i "s/https:\/\/ourparadise.ourworld.tf/https:\/\/www2.ourparadise.ourworld.tf/g" config.toml
./build.sh

24
.github/workflows/tf_update_prod.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: ourparadise.ourworld.tf
on:
push:
branches: [ master ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on ourparadise.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: ourparadise.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd websites/www_ourparadise/
git log -1
git fetch
git reset --hard origin/master
sed -i "s/https:\/\/www2.ourparadise.ourworld.tf/https:\/\/ourparadise.ourworld.tf/g" config.toml
./build.sh

201
LICENSE Normal file
View File

@@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright Incubaid NV Belgium
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

110
README.md
View File

@@ -1,108 +1,42 @@
# OUR PARADISE Website ## OurParadise Website Repository
wesite on https://ourparadise.ourworld.tf/ The official website of OurParadise, powered by Ourworld.
> More info see [gdoc](https://docs.google.com/document/d/1RuWIVcuhSE5BGF1HkgXqKVOcF31g0CQR-EjhcAAlHoA/edit#) production(master branch) [https://ourparadise.ourworld.tf/](ourparadise.ourworld.tf)
## Developers staging(development branch) [https://www2.ourparadise.ourworld.tf/](www2.ourparadise.ourworld.tf/)
A website created using Zola, a static site generator. Last Updated: March 2023
- The contents of the pages reside in the markdown files in /content (written in CommmonMark) ## Contribution
- The pages are rendered using HTML templates with Tailwind CSS framework in /templates
### Getting Started Feel free to [create a new issue](https://github.com/ourworld-tsc/www_ourparadise/issues) to report an error on the website, or if you have any suggestions on website improvements.
This repository is meant to use as a template for static sites. ## Administrators
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
To use this repository as a template, simply: ## Direct Contribution Procedure
- clone repository ![readme](https://user-images.githubusercontent.com/43240801/236867088-56c95abd-510c-4202-b0c5-317cdfb75cb3.png)
- add your own content to templates directory (see more below)
- [install Zola](https://www.getzola.org/documentation/getting-started/installation/),
- run `npm install` to install dependencies
- run `npm run start`
### How to create pages using this template It is highly important to follow this procedure to contribute to the website content. <br>
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
#### Structure of the content directory 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.
Every index.md file in a content directory corresponds to a page, and the landing page is content/\_index.md. 2. Make your own branch from __'development'__ branch.
The path of each page is simply its path relavant to the root of the content directory. by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.
Ex: 3. Add your edits into your own branch via code editor locally, and push your local changes online. WARNING: DO NOT add your edits straight into __master__ / __development__ branch.
content/\_index.md -> yoururl.com/
content/blog/\_index.md -> yoururl.com/blog
content/careers/index.md or content/careers.md -> yoururl.com/careers
#### Section Templates 5. Create a PR to merge your own branch into '**development**', and assign one of [ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin) on your PR as reviewer, or assign @sasha-astiadi as reviewer.
##### Blog.html 7. When PR is approved, you can see your changes on staging env on www2.threefold.io (development branch)
The blog page is created by default if there is a blog folder in the content directory. The blog page consists of a featured post row, a paginated grid of posts sorted by recency, and a side nav of post categories and featured posts. 8. Admin will then create a PR to merge 'development' into into '**master**' (production branch)
Blog posts can have categories, and can be filtered by said categries. To add a new category simply define the posts category in the yaml header of the blog's index.md file. See /content/blog/2019/01/post-3/index.md for example. The side navigation and category based listing will be automatically updated. 10. When PR is approved, you can see your changes live on production (master branch).
To make a blog post featured, simply add an isFeatured attribute to the yaml header of the blog post. The most recent featured blog post wiil be displayed on the heading row of the blog page, and the rest will be displayed under featured posts in the side nav. See /content/blog/2019/03/post-5/index.md for implementation.
##### Section.html
The default section template, displays section body without styling (except for margins), and displays subpages of the section below. The subpages of the page are displayed as small summaries of pages with title, description, and categories, as rendered by partials/pageBox.html. The subpages are grouped by the taxonomy name passed in as the "group_pages_by" extra attribute, defined in the section's yaml header.
#### Creating custom pages
To create your own page, simply create a markdwn file following the examples provided above.
By default, the markdown file will be displayed plainly as it is.
#### Page templates
If you wish to display your markdown files in a specific page template, simply define the template you would like to use in the yaml header of your markdown file. For instance, the blogPage.html template displays blog posts with author info, date, side margins, and a hero image on top of the post. See any blog page in /content for implementation.
#### Shortcodes
To give website creators freedom in styling without necessitating getting outside of the /content directory and in to the html files, the template has a few features.
- #### row.html shortcode
Markdown only goes vertical, but this shortcode allows one to add horizontal elements to their web pages. Simply use the {% row() %} {% end %} syntax and place your content in between. The row shortcode can also take a bgPath parameter if you want your row to have a background. (see /content/careers/index.html)
You can create columns in your row by using three vertical bars. ( ||| )
You can fill in your columns with regular markdown, but they can also be empty.
- #### menu.html
Just like row, menu renders a row with columns split by ( ||| ). However, menu is specifically used to create menu objects for expandible header items. The menu shortcode supports button shortcodes in itself, and provides styling for the menu.
- #### button.html
A simple button shortcode that takes a body and displays it inside a button that is animated on hover. The button also is entirely clickable, and navigates to the first of if any children link elements.
- #### mermaid.html
Simple mermaid shorcode that can be used to create mermaid diagrams in markdown. Also supported in row shortcode.
[Mermaid]("https://mermaid-js.github.io/mermaid/#/")
- #### annotation.html
Simple annotation shorcode that can be used to create annotation objects in markdown.
(note: inline and inline end qualifiers do not work.)
[Annotations]("https://squidfunk.github.io/mkdocs-material/reference/annotations/#usage")
### Image sizing with source paths
You can size your markdown images by adding #small, #medium or #large at the end of the images source url.
See /content/\_index.md for implementation.
#### Header & Footer
The header and footer are also created from markdown files in the content directory. In /content/header/\_index.md, each header item is bulleted. If a header item has a row beneath it, the row will be displayed as a sub-menu on click. Otherwise, if header item is a link, it will simply navigate to the linked page.
The footer, likewise, is structured using the row shortcode. However the left section with page summary is built in. To edit the site destcription, one should edit the description (in the yaml header) of the footer md file. To edit the social links, simply add the social outlets name and your link into the socialLinks dictionary attribute on the yaml header of the footer/\_index.md. If a social icon exists for the social outlet, the link wiill be automatically rendered within the icon, displayed in the footer.
### Resources & References
This project was started using a [Zola Tailwind starter set](https://github.com/brycewray/zola_twcss)
Some templates were created using [Tailwind UI](https://tailwindui.com)

View File

@@ -67,5 +67,5 @@ paginate_by = 2
paginate_path = "blog-posts" paginate_path = "blog-posts"
[extra] [extra]
header_class = "freeflow" header_class = "customize"
footer_class = "freeflow" footer_class = "customize"

View File

@@ -1,5 +1,5 @@
--- ---
title: "OurWorld Zanzibar" title: "OW Nomads"
description: "" description: ""
date: 2018-09-14 date: 2018-09-14
updated: 2021-02-20 updated: 2021-02-20
@@ -7,5 +7,5 @@ draft: false
sort_by: weight sort_by: weight
weight: 1 weight: 1
extra: extra:
logo_path: images/logo_placeholder_owp.png logo_path: images/logo_placeholder.png
--- ---

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@@ -1,87 +0,0 @@
---
title: "About"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 2
---
<!-- section 1 (JP) -->
{% row(style="center narrow" margin="header" bgPath="img/opwhy.jpg" bgStyle="full") %}
## Our Why
### Planet. People. Authenticity.
These values are engrained into all that we do. Mother Earth is our home and we must protect her. Beyond that, we believe in people and the power of community and we aim to support the people around us. A healthy community starts with authenticity and the opportunity to be our authentic selves. We want people to experience peaceful free time with detail for art, nature, silence, food, and healing. We want to show people the beauty of our world which is a real paradise and help them find themselves again in this hectic world. We want to preserve unique locations and create awareness on why this is so important. And finally we aim to educate around planet regeneration and sustainability, awareness improvement, sovereignty, and more.
<br>
<br>
{% end %}
{% row(bgColor="#F2F2F2" margin="moderate" padding="both" id="ruins") %}
![Ruins](img/mbweniruins3.jpeg#large)
|||
### Who We Are
<p>We are an international group of believers in a better world who choose to act to make whatever difference we can. We are dreamers and doers. Our core “ownership” group is focused on building out a decentralized Internet owned by the people a safe, fair, and equal Internet offering private and secure digital tools and experiences. It is a big journey, and a journey we are deeply devoted to.</p>
<p>Africa is a continent which has been exploited for centuries, robbed of its culture and its resources. We came to Zanzibar and Tanzania to bring our technology here, to help reverse the story of this country and the wider continent.</p>
<p>Together with local people of Zanzibar and Tanzania and foreigners alike, we are creating a safe space for us all, while protecting our mother earth.</p>
<p>If youd like to learn more about our efforts and who we are, please get in touch with us.</p>
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="botanical") %}
### Our Manifesto
<p>Jungle Paradise is a home for all of us. A laid-back no frills environment that allows us to slow down, get back in touch with mother nature, and with ourselves. Jungle Paradise is a raw and safe space for collaboration and co-creation, for imagination and celebration.</p>
- We say hello (jambo) to each other and offer a warm smile
- We treat each other with kindness and do not discriminate
- We choose love over fear, and we act out of love
- We respect nature and we leave no trace
- We consume fresh and healthy food, local when possible
- We share experiences and stories
- We do not enter rooms without shoes on
<p>This list is incomplete and a work in progress. :)</p>
|||
![Mbweni](img/mbweniprotection4.jpg#large)
<br>
![Mbweni](img/mbweniprotection1.jpeg#large)
{% end %}
{% row(bgColor="#F2F2F2" margin="moderate" padding="both" id="mangrove") %}
![Mbweni Mangrove Beach](img/mangrove_beach.png#large)
|||
### Mbweni Mangrove Beach
<p>5,200 Seedlings of Mangroves Replanted at Mbweni.</p>
<p>This effort helps the Wanawake Mazingira Group and a number of partners in assuring the desired goal of 10,000 Mangroves for 100 years of carbon offset.</p>
<p>Mbweni Mangrove forest is a vital periurban forest just at the edge of Dar es Salaam and Coastal region, and there is a degraded area as a result of El Nino of the late 1990s, where a lot of waterlogged at the mangroves and nearly 2 acres died.</p>
<p>We are restoring the degraded part of Mbweni mangrove forest with 10,000 Mangrove seedlings through community-based restoration, since March 2018 and up to the moment we have restored 5,200 seedlings.</p>
<br>
{% end %}

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 677 KiB

After

Width:  |  Height:  |  Size: 677 KiB

View File

Before

Width:  |  Height:  |  Size: 704 KiB

After

Width:  |  Height:  |  Size: 704 KiB

View File

Before

Width:  |  Height:  |  Size: 554 KiB

After

Width:  |  Height:  |  Size: 554 KiB

64
content/contact/index.md Normal file
View File

@@ -0,0 +1,64 @@
---
title: "Action"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="tight" bgPath="img/join_header.png" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 mx-4 rounded-md">
## Take Action
### Be a Part of the Change
Calling dreamers and doers. There are many ways to join in on the efforts to bring the OurParadise vision to life. Come to Zanzibar to collaborate in-person, buy EDEN (see below), or support from afar.
Please note **we are now primarily focused on raising $3M in order to fully acquire Mbweni Ruins and Jungle Paradise**. Today we are already operating from this location.
<BUTTON><a href="mailto:info@threefold.io">Send us an Email</a></BUTTON>
</div>
{% end %}
{% row(bgColor="#FFFFFF" margin="tight" padding="both" id="fflow_grid") %}
![chumbe](img/token_ownership.jpg#mx-auto)
|||
# A Token for Co-Ownership
We are introducing a token called EDEN. EDEN Tokens are not crypto currencies, they are pre-purchase tokens of OurParadise and represent ownership/utilization in the ecosystem. You can always re-sell your EDEN tokens or use them to participate in the OurParadise World.
{% end %}
{% row(style="reverse" bgColor="#F2F2F2" margin="tight" padding="both" id="fflow_grid") %}
# Not For Profit
The OurParadise locations will be owned by not-for-profit entities to make sure that all stays protected for ever. All assets are owned by non profits but the utilization is 100% for OurParadise for 33-66-99 years (renewable). This allows us to create value for the future of our planet and ourselves.
|||
![chumbe](img/nonprofit.jpg#mx-auto)
{% end %}
{% row(bgColor="#FFFFFF" margin="tight" padding="both" id="fflow_grid") %}
![venture creator](img/venture_creator.png#mx-auto)
|||
# A Bigger Picture
OurParadise is part of a collection of impact projects focused on planet and people first. We collectively believe that doing business and doing good for the world can go hand in hand.
<button>[Other Ventures](https://venturecreator.studio)</button>
{% end %}

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -0,0 +1,25 @@
---
title: "Education"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 5
---
{% row(style="center narrow" margin="tight" bgPath="img/educationheader.jpg" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 mx-4 rounded-md">
## Education Initiatives
### Coming Soon
“Give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime.” —Maimonides
<button>[Contact Us](/contact)</button>
</div>
{% end %}

View File

@@ -1,165 +0,0 @@
---
title: "Header"
insert_anchor_links: "left"
template: "partials/header.html"
extra:
logoPath: "images/black_threefold.png"
button_Path: "/images/gettft_white.png"
---
- [Mission]("/mission")
- [Grid]("/grid")
- [Build]("/build")
- [Farm]("/farm")
- [TFT]("/tft")
- Ecosystem
{% row() %}
<button onclick="window.location.href='/people'">
[Our People](/people)
<br>
<p class="text-sm">Team, stories, & more</p>
</button>
|||
<button onclick="window.location.href='/partners'">
[Our Partners](/partners)
<br>
<p class="text-sm">Explore Our Partners</p>
|||
<button onclick="window.location.href='/community'">
[ThreeFold Community](/community)
<br>
<p class="text-sm">Welcome To The Fold</p>
</button>
|||
<button onclick="window.location.href='/developer'">
[Developer Resources](/developer)
<br>
<p class="text-sm">Join The Developer Community</p>
</button>
{% end %}
- MoreInfo
{% row(style="wide") %}
#### Tools
<button onclick="openInNewTab('https&#58;//library.threefold.me/info/threefold#/tokens/threefold__threefold_connect')">
[ThreeFold Connect](https://library.threefold.me/info/threefold#/tokens/threefold__threefold_connect)
<br>
<p class="text-sm">TFT Wallet, 2FA, & More</p>
</button>
<button onclick="openInNewTab('https&#58;//dashboard.grid.tf/')">
[Dashboard](https://dashboard.grid.tf/)
<br>
<p class="text-sm">Portal & Capacity Explorer</p>
</button>
<button onclick="openInNewTab('https&#58;//play.grid.tf')">
[Weblet Playground](https://play.grid.tf)
<br>
<p class="text-sm">Deploy a VM & More</p>
|||
#### Resources
<button onclick="openInNewTab('https&#58;//library.threefold.me/info/threefold#/')">
[Library](https://library.threefold.me/info/threefold#/)
<br>
<p class="text-sm">Explore the Documentation</p>
</button>
<button onclick="openInNewTab('https&#58;//library.threefold.me/info/manual/#/manual__manual3_home_new')">
[Manual](https://library.threefold.me/info/manual/#/manual__manual3_home_new)
<br>
<p class="text-sm">Get Started on the Grid</p>
</button>
<button onclick="openInNewTab('https&#58;//github.com/')">
[GitHub](https://github.com/)
<br>
<p class="text-sm">Code Library & Documentation</p>
|||
#### Dive Deeper
<button onclick="window.location.href='/blog'">
[Blog](/blog)
<br>
<p class="text-sm">Explore the Blogs</p>
</button>
<button onclick="window.location.href='/newsroom'">
[Newsroom](/newsroom)
<br>
<p class="text-sm">Check the Latest Updates</p>
</button>
<button onclick="openInNewTab('https&#58;//intro.threefold.me')">
[Intro Docs](https://intro.threefold.me)
<br>
<p class="text-sm">Perfect for Newcomers</p>
|||
#### Support & Help
<button onclick="openInNewTab('https&#58;//forum.threefold.io')">
[Forum](https://forum.threefold.io)
<br>
<p class="text-sm">Questions & Feedback</p>
<button onclick="window.location.href='/support'">
[Support](/support)
<br>
<p class="text-sm">Speak Live with a Human</p>
</button>
<button onclick="window.location.href='/careers'">
[Careers](/careers)
<br>
<p class="text-sm">Join the Team</p>
</button>
{% end %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 MiB

View File

@@ -9,52 +9,83 @@ weight: 1
<!-- section 1 --> <!-- section 1 -->
{% row(style="center narrow" margin="header" bgPath="img/new_home.png" bgStyle="full") %} {% row(style="center narrow" margin="tight" bgPath="img/home_header.jpg" bgStyle="full") %}
## OurParadise: Zanzibar <div class="bg-gray-200/50 py-4 px-4 rounded-md">
### A Co-Living Community for Change-Makers & Digital Nomads ## Welcome to OurParadise
On the west coast of Zanzibar sits a beautiful and historical short and long-term community space for eco-tourism, co-working, and co-living. A place for like-minded people to gather and build our future together. ### A Co-Owned Abundance-Based System
<button>[Support the Project](/visit)</button>
<br> <br>
<br>
Our mission is to conserve and protect unique locations around the world by promoting eco-tourism and eco-education and the preservation and empowerment of local cultures, starting in Zanzibar and Tanzania.<br><br>We strive to raise awareness of the importance of environmental and cultural conservation, and to inspire people to take action to regenerate our planet and to protect, empower, and learn from local peoples and their traditions.
<!-- What if we together create a new "paradise” system not based on scarcity and fear of missing out, but based on trust and abundance? An interconnected network of homes where we can always go to find healing, like-minded people, and safety. -->
</div>
{% end %} {% end %}
<div class="container mx-auto">
<!-- section 2 --> <!-- section 2 -->
{% row(style="center" margin="narrow" padding="top") %} {% row(style="center" margin="narrow" padding="top") %}
## Karibu Zanzibar ## Karibu Zanzibar
### Karibu means **"Welcome (to)"** in Swahili ### First Locations
Discover authentic paradise, just ten minutes from Stone Town, a World Heritage Site, as well as the international airport.
{% end %} {% end %}
{% row(style="center" margin="narrow" padding="none") %} {% row(style="center" margin="narrow" padding="none") %}
![Mbweni Ruins](img/mbweni.jpeg) ![Mbweni Ruins](img/mbweni.jpeg#mx-auto)
#### **Jungle Paradise** @ Mbweni Ruins #### **Mbweni Ruins & Jungle Paradise**
A beachfront hotel that sits beside historical ruins, all surrounded by beautiful lush gardens featuring a wide variety of native and exotic plants. Historical ruins surrounded by beautiful lush gardens featuring a variety of native and exotic plants.
<button>[Info](/location/mbweni)</button> <button>[Info](/locations/mbweni)</button>
||| |||
![Chumbe Island](img/chumbe.jpeg) ![Chumbe Island](img/chumbe.jpeg#mx-auto)
#### **Chumbe Island** #### **Chumbe Island**
An award-winning private nature reserve, home to one of the world's most pristine coral reef sanctuaries. Day trips leave to Chumbe every day from our property. An award-winning private nature reserve, home to one of the world's most pristine coral reef sanctuary.
<button>[Info](/location/chumbe)</button> <button>[Info](/locations/chumbe)</button>
{% end %}
<!-- section 3 -->
{% row(style="center" margin="narrow" padding="top") %}
## Next Up
### Planned Locations
{% end %}
{% row(style="center" margin="narrow" padding="bottom") %}
![Regenerative Farm](img/regenerative_farm.jpg#mx-auto)
#### **Regenerative Farms**
Up to 500 hectares of fertile Tanzanian land for the purpose of sustainable farming and food safety.
|||
![](img/ecobeach.png#mx-auto)
#### **Eco Beach Villas**
10 planned villas on the Zanzibar coast with stylish organic design, for eco-conscious visitors.
{% end %} {% end %}
@@ -66,26 +97,46 @@ An award-winning private nature reserve, home to one of the world's most pristin
{% row(style="center" margin="narrow" padding="bottom") %} {% row(style="center" margin="narrow" padding="bottom") %}
![General Activities](img/beach_activities_2.jpg#mx-auto#large) ![General Activities](img/beach_activities_2.jpg#mx-auto)
### Experience ### Experience
Experience an authentic paradise through relaxation, swimming, and garden explorations. Escape into a place where time slows down. Here, you are family. Experience an authentic paradise through diving, snorkeling and tropical garden explorations. In 2023, we are planning deep sea explorations and the creation of an Ayurvedic Center & Advanced Healing Clinic.
||| |||
![Crafts](img/local_culture.jpg#mx-auto#large) ![Crafts](img/local_culture.jpg#mx-auto)
### Crafts ### Crafts
Q1 2023 | Learn from locals how to produce crafts, from ceramics to clothing and wood-working. In this way, we can promote and support the conservation of Zanzibari practices. Learn from locals how to produce crafts, from ceramics to clothing and wood-working. In this way, we can promote and support the conservation of Zanzibarian practices and create beautiful products at the same time.
||| |||
![Crafts](img/boats.jpg#mx-auto#large) ![Crafts](img/boats.jpg#mx-auto)
### On the Water ### On the Water
Q1 2023 | Take a trip to a sand bank or a nearby island on one of our two sailing boats one, a solar-equipped Turkish Gulet, and the other, a simple and fun catamaran. Take day or overnight trips on one of our two sailing boats one an eco-friendly Turkish Gulet and the other a simple and fun Zanzibarian catamaran. Or enjoy watersports in the lagoon.
{% end %} {% end %}
<!-- section 4 -->
{% row(style="center" margin="narrow" padding="top") %}
## Protectors of Paradise
<br>
![Earth Protection](img/earth_pro.png#mx-auto)
<br>
By creating our own paradise we have a responsibility to the planet. As such, we have four initial projects to ensure the conservation and regeneration of OurParadise Chumbe Island, Mbweni Ruins, Mbweni Botanical Gardens, and the Mbweni Mangrove Forest.
<button>[Learn More](/protection)</button>
{% end %}
</div>

View File

@@ -1,9 +0,0 @@
---
title: "Location"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 3
---

View File

@@ -1,8 +0,0 @@
---
title: "Location"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 3
---

View File

@@ -1,59 +0,0 @@
---
title: "Location"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 3
---
<!-- section 1 (Locations) -->
{% row(style="center narrow" margin="header" bgPath="img/luxury.jpeg" bgStyle="full") %}
## Our Location
### Discover Authentic Paradise in East Africa
Jungle Paradise is located on the west coast of Zanzibar, sitting beside historic ruins, lush botanical gardens, and a mangrove forest. Nearby, the world-renowned Chumbe island awaits.
<br>
<br>
{% end %}
<!-- section 2 (Mbweni) -->
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
![Mbweni](img/mbwenilocation3.jpeg#large)
<br>
![Mbweni](img/mbwenilocation1.jpeg#large)
|||
# Jungle Paradise at Mbweni Ruins
A beachfront hotel that sits beside historical ruins and lush botanical gardens.
<button>[Read More](/location/mbweni)</button>
{% end %}
<!-- section 3 (Chumbe) -->
{% row(bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
# Chumbe Island
An award-winning private nature reserve, home to one of the world's most pristine coral reef sanctuary.
<button>[Read More](/location/chumbe)</button>
|||
![chumbe](img/chumbe_location.jpeg#large)
{% end %}

View File

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB

View File

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 212 KiB

View File

Before

Width:  |  Height:  |  Size: 928 KiB

After

Width:  |  Height:  |  Size: 928 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 162 KiB

View File

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

Before

Width:  |  Height:  |  Size: 208 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

Before

Width:  |  Height:  |  Size: 232 KiB

After

Width:  |  Height:  |  Size: 232 KiB

View File

Before

Width:  |  Height:  |  Size: 280 KiB

After

Width:  |  Height:  |  Size: 280 KiB

View File

Before

Width:  |  Height:  |  Size: 474 KiB

After

Width:  |  Height:  |  Size: 474 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 MiB

After

Width:  |  Height:  |  Size: 2.6 MiB

View File

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 224 KiB

View File

Before

Width:  |  Height:  |  Size: 268 KiB

After

Width:  |  Height:  |  Size: 268 KiB

View File

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 277 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 211 KiB

View File

Before

Width:  |  Height:  |  Size: 186 KiB

After

Width:  |  Height:  |  Size: 186 KiB

View File

@@ -8,7 +8,9 @@ weight: 3
--- ---
<!-- section 1 (JP) --> <!-- section 1 (JP) -->
{% row(style="center narrow" margin="header" bgPath="img/chumbe2.png" bgStyle="full") %} {% row(style="center narrow" margin="tight" bgPath="img/chumbe2.png" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
# Chumbe Island # Chumbe Island
@@ -18,8 +20,13 @@ weight: 3
Chumbe Island in the Zanzibar archipelago has been a private nature reserve for more than 25 years, protecting a diverse array of life on land and amid its surrounding coral reef sanctuary. Chumbe Island in the Zanzibar archipelago has been a private nature reserve for more than 25 years, protecting a diverse array of life on land and amid its surrounding coral reef sanctuary.
</div>
{% end %} {% end %}
<div class="container mx-auto">
{% row(style="center narrow") %} {% row(style="center narrow") %}
### More About Chumbe Island ### More About Chumbe Island
@@ -31,15 +38,15 @@ Chumbe Island in the Zanzibar archipelago has been a private nature reserve for
{% row(bgColor="#FFFFFF" margin="moderate" padding="none" id="fflow_grid") %} {% row(bgColor="#FFFFFF" margin="moderate" padding="none" id="fflow_grid") %}
![](img/chumbe10.jpeg) ![](img/chumbe10.jpeg#mx-auto)
||| |||
![](img/chumbe15.jpeg) ![](img/chumbe15.jpeg#mx-auto)
||| |||
![](img/chumbe5.jpeg) ![](img/chumbe5.jpeg#mx-auto)
{% end %} {% end %}
@@ -47,60 +54,57 @@ Chumbe Island in the Zanzibar archipelago has been a private nature reserve for
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %} {% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
![](img/chumbe1.jpeg) ![](img/chumbe1.jpeg#mx-auto)
||| |||
<p>
6 km south of Stone Town, surrounded by pristine coral reefs, Chumbe Island Coral Park is one of the world's most successful ecotourism projects. In 1994 the reef surrounding Chumbe island was created as Tanzania's first Marine National Park. 6 km south of Stone Town, surrounded by pristine coral reefs, Chumbe Island Coral Park is one of the world's most successful ecotourism projects. In 1994 the reef surrounding Chumbe island was created as Tanzania's first Marine National Park.
</p>
<p>
Chumbe Island Coral Park won the British Airways Tourism for Tomorrow Award in 1999, in recognition of seven years of conservation work carried out in cooperation with local fishermen, now retrained as marine wardens. Chumbe Island Coral Park won the British Airways Tourism for Tomorrow Award in 1999, in recognition of seven years of conservation work carried out in cooperation with local fishermen, now retrained as marine wardens.
</p>
{% end %} {% end %}
<!-- section 2 (JP) --> <!-- section 2 (JP) -->
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %} {% row(style="reserve" bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
<p>
Visitors can come for the day to snorkel over the incredible coral reef, which contains over 90% of all coral species ever recorded in East Africa. The reef, declared the 'world's best shallow water coral reef' by the Australian Institute of Marine Science, is home to over 370 species of fish, turtles, and dolphins. Visitors can come for the day to snorkel over the incredible coral reef, which contains over 90% of all coral species ever recorded in East Africa. The reef, declared the 'world's best shallow water coral reef' by the Australian Institute of Marine Science, is home to over 370 species of fish, turtles, and dolphins.
</p>
<p>
But to experience Chumbe Island properly, stay the night in one of the seven 'eco-bandas' that nestle in the forest. Each is a two-story, private cottage constructed out of local materials and decorated with shells, driftwood, and colorful local fabrics. But to experience Chumbe Island properly, stay the night in one of the seven 'eco-bandas' that nestle in the forest. Each is a two-story, private cottage constructed out of local materials and decorated with shells, driftwood, and colorful local fabrics.
</p>
||| |||
![](img/chumbe6.jpeg) ![](img/chumbe6.jpeg#mx-auto)
{% end %} {% end %}
<!-- section 2 (JP) --> <!-- section 2 (JP) -->
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %} {% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
![](img/chumbe9.jpeg) ![](img/chumbe9.jpeg#mx-auto)
||| |||
<p>
Water and energy on Chumbe are self-sustaining and provided by nature - the roofs of the bandas and the education center have been designed to catch and filter rainwater, which is then heated by solar power.
</p>
<p> Water and energy on Chumbe are self-sustaining and provided by nature - the roofs of the bandas and the education center have been designed to catch and filter rainwater, which is then heated by solar power.
All profits from tourism on Chumbe Island are reinvested into the conservation and education programs operating in the Park, and the island is staffed and managed by local Zanzibaris from the fishing community, with voluntary support from overseas experts. All profits from tourism on Chumbe Island are reinvested into the conservation and education programs operating in the Park, and the island is staffed and managed by local Zanzibaris from the fishing community, with voluntary support from overseas experts.
</p>
{% end %} {% end %}
{% row(style="center narrow") %} <br>
<br>
{% row(style="center" margin="moderate" padding="none") %}
<button>[See More Locations](/locations)</button> <button>[See More Locations](/locations)</button>
{% end %} {% end %}
</div>

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

View File

Before

Width:  |  Height:  |  Size: 265 KiB

After

Width:  |  Height:  |  Size: 265 KiB

View File

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 334 KiB

View File

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 288 KiB

View File

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 220 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 MiB

After

Width:  |  Height:  |  Size: 4.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 7.3 MiB

After

Width:  |  Height:  |  Size: 7.3 MiB

View File

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 303 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 360 KiB

After

Width:  |  Height:  |  Size: 360 KiB

View File

Before

Width:  |  Height:  |  Size: 778 KiB

After

Width:  |  Height:  |  Size: 778 KiB

View File

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 721 KiB

View File

Before

Width:  |  Height:  |  Size: 744 KiB

After

Width:  |  Height:  |  Size: 744 KiB

View File

Before

Width:  |  Height:  |  Size: 778 KiB

After

Width:  |  Height:  |  Size: 778 KiB

View File

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 721 KiB

View File

Before

Width:  |  Height:  |  Size: 744 KiB

After

Width:  |  Height:  |  Size: 744 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 362 KiB

After

Width:  |  Height:  |  Size: 362 KiB

View File

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

View File

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View File

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

@@ -8,91 +8,99 @@ weight: 3
--- ---
<!-- section 1 (JP) --> <!-- section 1 (JP) -->
{% row(style="center narrow" margin="header" bgPath="img/dahabiyasbg.png" bgStyle="full") %} {% row(style="center narrow" margin="tight" bgPath="img/dahabiyasbg.png" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
# Nile Dahabiyas # Nile Dahabiyas
### Unforgettable Sailing Experience ### Unforgettable Sailing Experience
<br>
#### The Nile is not only gorgeous but also an incredibly energy-rich location. <br>The river has always played an important role in global shifting situations. The Nile is not only gorgeous but also an incredibly energy-rich location. <br>The river has always played an important role in global shifting situations.
</div>
{% end %} {% end %}
<div class="container mx-auto">
<!-- section 1 (JP) --> <!-- section 1 (JP) -->
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %} {% row(style="center" margin="moderate" padding="top" id="fflow_grid") %}
## Egypt Nile River ## Egypt Nile River
{% end %} {% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="none" id="fflow_grid") %} <br>
{% row(style="reverse" margin="moderate" padding="none" id="fflow_grid") %}
<p>
The Nile is not only gorgeous but also an incredibly energy-rich location. The river has always played an important role in global shifting situations. The Nile is not only gorgeous but also an incredibly energy-rich location. The river has always played an important role in global shifting situations.
</p>
<br> <br>
<p>
We operate 4 boats on the Nile in the original Dahabiya style. Each boat has solar and is made as organic as possible. The Nile is an incredibly fertile area in Africa and is fundamental for the survival of millions of people, today it's not going well enough, education and concrete action is needed now. We operate 4 boats on the Nile in the original Dahabiya style. Each boat has solar and is made as organic as possible. The Nile is an incredibly fertile area in Africa and is fundamental for the survival of millions of people, today it's not going well enough, education and concrete action is needed now.
</p>
<br> <br>
<p>
Our Impact activities for Egypt include knowledge-creation and awareness education for the farmers along the Nile, farming projects for organic food and hemp to show the economic feasibility, carbon credit harvesting, practical digital education material, stopping the pollution of the Nile and the burning of sugar cane, and inviting experts to come and stay at our facilities to do practical research and help create educational content. Our Impact activities for Egypt include knowledge-creation and awareness education for the farmers along the Nile, farming projects for organic food and hemp to show the economic feasibility, carbon credit harvesting, practical digital education material, stopping the pollution of the Nile and the burning of sugar cane, and inviting experts to come and stay at our facilities to do practical research and help create educational content.
</p>
<br> <br>
||| |||
![Nile](img/nilelocation1.jpeg#large) ![Nile](img/nilelocation1.jpeg#mx-auto)
<br> ![Nile](img/dahabiyas.png#mx-auto)
![Nile](img/dahabiyas.png#large)
{% end %} {% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
{% row(margin="moderate" padding="top" id="fflow_grid") %}
![Nile](img/nilelocation3.jpeg) ![Nile](img/nilelocation3.jpeg)
<br>
![Nile](img/nile_activities.jpg) ![Nile](img/nile_activities.jpg)
||| |||
<p>
Today already we have four boats (movable platforms for authentic experiences) with a 30-person team. The boats together total 44 sleeping rooms and 4 educational rooms, along with solar energy and water filtration. Today already we have four boats (movable platforms for authentic experiences) with a 30-person team. The boats together total 44 sleeping rooms and 4 educational rooms, along with solar energy and water filtration.
</p>
<br> <br>
<p>
We're leveraging these boats for the expansion of OurWorld Ecosystem and beyond. Train the Trainer (two-week) sessions will permit us to train those who feel the calling around OurWorld, and allow them to go into the world, advocate, and expand our communities.</p> We're leveraging these boats for the expansion of OurWorld Ecosystem and beyond. Train the Trainer (two-week) sessions will permit us to train those who feel the calling around OurWorld, and allow them to go into the world, advocate, and expand our communities.
<br> <br>
<p>
Additionally, we organize retreats for investors, business people, and change-makers on the Nile, an extremely powerful energy instrument. Additionally, we organize retreats for investors, business people, and change-makers on the Nile, an extremely powerful energy instrument.
</p>
<br> <br>
<p>
Ultimately, we want to empower any other changemakers to use our platform and organize events it's proven to be incredibly impactful. Ultimately, we want to empower any other changemakers to use our platform and organize events it's proven to be incredibly impactful.
</p>
{% end %} {% end %}
{% row(style="center narrow") %} {% row(style="center") %}
<button>[See More Locations](/locations)</button> <button>[See More Locations](/locations)</button>
{% end %} {% end %}
</div>

View File

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 294 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 MiB

After

Width:  |  Height:  |  Size: 4.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 7.3 MiB

After

Width:  |  Height:  |  Size: 7.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

Before

Width:  |  Height:  |  Size: 303 KiB

After

Width:  |  Height:  |  Size: 303 KiB

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