Compare commits
54 Commits
main_sacha
...
master
Author | SHA1 | Date | |
---|---|---|---|
6a35190648 | |||
b04722ee20 | |||
cdc97a75bf | |||
|
dc6e0ade69 | ||
|
d53f9d4044 | ||
|
158fba56a4 | ||
a2a6a27786 | |||
b20c0e5a10 | |||
9300ec909d | |||
|
ca642579f9 | ||
|
0caafdfada | ||
|
eb6e29f114 | ||
|
f6561278a7 | ||
ed17f510fc | |||
872d04bee2 | |||
215b5c5144 | |||
392ecc99a3 | |||
f5687fbf32 | |||
|
49ad09bbfa | ||
|
bc1cb7dac5 | ||
|
615630a23a | ||
|
58d104dc56 | ||
|
b3b30c1aba | ||
|
ab3f120600 | ||
|
2b4a47a2bb | ||
|
250e00d7f1 | ||
|
d58731fc03 | ||
84cd088afa | |||
|
a23d05b4ff | ||
|
0634c58e3d | ||
|
b9785493e7 | ||
|
95765f211c | ||
|
eb502f1e15 | ||
|
ce69a8f6ef | ||
|
5f24a8d689 | ||
|
afbd343e50 | ||
|
5dd0ef1e8d | ||
|
c470946637 | ||
|
b178e8e26a | ||
|
3da6666323 | ||
|
3089566156 | ||
|
17e070d1e6 | ||
|
5295353f97 | ||
|
9919ce723c | ||
|
2dc728d043 | ||
|
49e1e3150c | ||
|
398b0e7713 | ||
|
9f6d9352d6 | ||
|
4c697cb498 | ||
|
68d5efba0d | ||
|
f2a6e1adce | ||
|
a0f64935bd | ||
|
bcdb80684c | ||
|
c029dea575 |
24
.github/workflows/tf_update_dev.yml
vendored
Normal 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
@@ -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
|
2
.gitignore
vendored
@@ -25,4 +25,4 @@ run*
|
||||
install*
|
||||
public
|
||||
static/css
|
||||
tailwindcss
|
||||
tailwindcss
|
||||
|
201
LICENSE
Normal 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
@@ -1,108 +1,42 @@
|
||||
# OUR PARADISE Website
|
||||
## OurParadise Website Repository
|
||||
|
||||
wesite on https://wwww.ourparadise.me
|
||||
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)
|
||||
- The pages are rendered using HTML templates with Tailwind CSS framework in /templates
|
||||
## Contribution
|
||||
|
||||
### 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
|
||||
- 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.
|
||||
The path of each page is simply its path relavant to the root of the content directory.
|
||||
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.
|
||||
|
||||
Ex:
|
||||
content/\_index.md -> yoururl.com/
|
||||
content/blog/\_index.md -> yoururl.com/blog
|
||||
content/careers/index.md or content/careers.md -> yoururl.com/careers
|
||||
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.
|
||||
|
||||
#### 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)
|
||||
|
10
config.toml
@@ -1,9 +1,9 @@
|
||||
# The URL the site will be built for
|
||||
base_url = "https://nomads.ourworld.tf/"
|
||||
base_url = "https://ourparadise.ourworld.tf/"
|
||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||
|
||||
title = "Ournomads"
|
||||
description="Our global digital backbone"
|
||||
title = "OurParadise"
|
||||
description="OurParadise Project, strive to protect."
|
||||
|
||||
# When set to "true", a feed is automatically generated.
|
||||
# generate_feed = true
|
||||
@@ -67,5 +67,5 @@ paginate_by = 2
|
||||
paginate_path = "blog-posts"
|
||||
|
||||
[extra]
|
||||
header_class = "freeflow"
|
||||
footer_class = "freeflow"
|
||||
header_class = "customize"
|
||||
footer_class = "customize"
|
@@ -7,5 +7,5 @@ draft: false
|
||||
sort_by: weight
|
||||
weight: 1
|
||||
extra:
|
||||
logo_path: images/nomads_logo.png
|
||||
logo_path: images/logo_placeholder.png
|
||||
---
|
||||
|
BIN
content/contact/img/LOCATIONS_img.png
Normal file
After Width: | Height: | Size: 1.8 MiB |
BIN
content/contact/img/educationheader.jpg
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
content/contact/img/join_header.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
content/contact/img/nonprofit.jpg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
content/contact/img/paradise.jpeg
Normal file
After Width: | Height: | Size: 677 KiB |
BIN
content/contact/img/token_ownership.jpg
Normal file
After Width: | Height: | Size: 704 KiB |
BIN
content/contact/img/venture_creator.png
Normal file
After Width: | Height: | Size: 554 KiB |
64
content/contact/index.md
Normal 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") %}
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
# 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.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="tight" padding="both" id="fflow_grid") %}
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
# 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 %}
|
@@ -7,7 +7,9 @@ draft: false
|
||||
weight: 5
|
||||
---
|
||||
|
||||
{% row(style="center narrow" margin="header" bgPath="img/educationheader.jpg" bgStyle="full") %}
|
||||
{% 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
|
||||
|
||||
@@ -15,9 +17,9 @@ weight: 5
|
||||
|
||||
“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
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<button>[Contact Us](/contact)</button>
|
||||
|
||||
</div>
|
||||
|
||||
{% end %}
|
@@ -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://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://dashboard.grid.tf/')">
|
||||
|
||||
[Dashboard](https://dashboard.grid.tf/)
|
||||
<br>
|
||||
<p class="text-sm">Portal & Capacity Explorer</p>
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://play.grid.tf')">
|
||||
|
||||
[Weblet Playground](https://play.grid.tf)
|
||||
<br>
|
||||
<p class="text-sm">Deploy a VM & More</p>
|
||||
|
||||
|||
|
||||
|
||||
#### Resources
|
||||
|
||||
<button onclick="openInNewTab('https://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://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://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://intro.threefold.me')">
|
||||
|
||||
[Intro Docs](https://intro.threefold.me)
|
||||
<br>
|
||||
<p class="text-sm">Perfect for Newcomers</p>
|
||||
|
||||
|||
|
||||
|
||||
#### Support & Help
|
||||
|
||||
<button onclick="openInNewTab('https://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 %}
|
BIN
content/home/img/boats.jpg
Normal file
After Width: | Height: | Size: 524 KiB |
BIN
content/home/img/ecobeach.png
Normal file
After Width: | Height: | Size: 2.5 MiB |
BIN
content/home/img/local_culture.jpg
Normal file
After Width: | Height: | Size: 354 KiB |
BIN
content/home/img/michamvi.jpeg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
content/home/img/regenerative_farm.jpg
Normal file
After Width: | Height: | Size: 348 KiB |
@@ -9,80 +9,55 @@ weight: 1
|
||||
|
||||
<!-- section 1 -->
|
||||
|
||||
{% row(style="center narrow" margin="header" bgPath="img/home_header.jpg" bgStyle="full") %}
|
||||
{% row(style="center narrow" margin="tight" bgPath="img/home_header.jpg" bgStyle="full") %}
|
||||
|
||||
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
|
||||
|
||||
## Welcome to OurParadise
|
||||
|
||||
### A Co-Owned Abundance-Based System
|
||||
|
||||
Our mission is to conserve and protect unique locations by promoting eco-tourism and education. We strive to raise awareness of the importance of environmental conservation and to inspire people to take action to regenerate our planet.
|
||||
<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. -->
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
<!-- section 2 -->
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||
## Current Paradises
|
||||
## Karibu Zanzibar
|
||||
|
||||
### First Locations
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
{% row(style="center" margin="narrow" padding="none") %}
|
||||
|
||||

|
||||

|
||||
|
||||
#### **Mbweni Ruins**
|
||||
#### **Mbweni Ruins & Jungle Paradise**
|
||||
|
||||
Historical ruins surrounded by beautiful lush gardens featuring a variety of native and exotic plants.
|
||||
|
||||
<button>[Info](/locations/mbweni)</button>
|
||||
|
||||
|||
|
||||
|
||||

|
||||

|
||||
|
||||
#### **Chumbe Island**
|
||||
|
||||
An award-winning private nature reserve, home to one of the world's most pristine coral reef sanctuary.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
#### **Jungle Paradise**
|
||||
|
||||
A 4-star boutique hotel with 13 rooms, overseeing one of the most magestic beaches nearby Zanzibar Town.
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
|
||||

|
||||
|
||||
#### **Mbweni Apartments**
|
||||
|
||||
28 rooms two minutes from the Mbweni Ruins & Botanical Gardens, for digital nomads and volunteers.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
#### **Eco-Bungalows**
|
||||
|
||||
7 simple yet stunning eco-bungalows, perfectly blended with the surrounding nature of Chumbe Island.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
#### **Dahabiyas**
|
||||
|
||||
4 unique, authentic, and private Nile river boats with organic food and a warm-hearted crew.
|
||||
<button>[Info](/locations/chumbe)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
@@ -90,26 +65,28 @@ An award-winning private nature reserve, home to one of the world's most pristin
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
|
||||
## Upcoming Paradises
|
||||
## Next Up
|
||||
|
||||
### Planned Locations
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
|
||||

|
||||
|
||||
#### **Eco Beach Villas**
|
||||
|
||||
10 planned villas on the Zanzibar coast with stylish organic design, for eco-conscious visitors.
|
||||
|
||||
|||
|
||||
|
||||

|
||||

|
||||
|
||||
#### **Regenerative Farms**
|
||||
|
||||
Up to 500 hectares of fertile Tanzanian land for the purpose of sustainable farming and food safety.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
#### **Eco Beach Villas**
|
||||
|
||||
10 planned villas on the Zanzibar coast with stylish organic design, for eco-conscious visitors.
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center" margin="narrow" padding="top") %}
|
||||
@@ -120,19 +97,27 @@ Up to 500 hectares of fertile Tanzanian land for the purpose of sustainable farm
|
||||
|
||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
||||
|
||||

|
||||

|
||||
|
||||
### Zanzibar Activities
|
||||
### Experience
|
||||
|
||||
Experience an authentic paradise through diving and snorkeling, sailing, and tropical garden exploration trips. In 2023, we are planning deep sea explorations and the creation of an Ayurvedic Center & Advanced Healing Clinic. Hakuna Matata!
|
||||
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.
|
||||
|
||||
|||
|
||||
|
||||

|
||||

|
||||
|
||||
### Nile Activities
|
||||
### Crafts
|
||||
|
||||
Go deep with health and healing retreat activities, the amazing temples of the Nile, and the Great Pyramids of Gaza. We'll take you through Nubian Villages and a secret tour of Luxor. Fly high with a sunrise hot air balloon trip. Yallah!
|
||||
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.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
### On the Water
|
||||
|
||||
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 %}
|
||||
|
||||
@@ -144,10 +129,14 @@ Go deep with health and healing retreat activities, the amazing temples of the N
|
||||
|
||||
<br>
|
||||
|
||||

|
||||

|
||||
|
||||
<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 %}
|
||||
{% end %}
|
||||
|
||||
</div>
|
After Width: | Height: | Size: 316 KiB |
After Width: | Height: | Size: 864 KiB |
After Width: | Height: | Size: 840 KiB |
BIN
content/locations/chumbe/img/chumb34.jpeg
Normal file
After Width: | Height: | Size: 212 KiB |
BIN
content/locations/chumbe/img/chumbe1.jpeg
Normal file
After Width: | Height: | Size: 928 KiB |
BIN
content/locations/chumbe/img/chumbe10.jpeg
Normal file
After Width: | Height: | Size: 96 KiB |
BIN
content/locations/chumbe/img/chumbe12.jpeg
Normal file
After Width: | Height: | Size: 162 KiB |
BIN
content/locations/chumbe/img/chumbe13.jpeg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
content/locations/chumbe/img/chumbe14.jpeg
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
content/locations/chumbe/img/chumbe15.jpeg
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
content/locations/chumbe/img/chumbe16.jpeg
Normal file
After Width: | Height: | Size: 232 KiB |
BIN
content/locations/chumbe/img/chumbe17.jpeg
Normal file
After Width: | Height: | Size: 280 KiB |
BIN
content/locations/chumbe/img/chumbe2.jpeg
Normal file
After Width: | Height: | Size: 474 KiB |
BIN
content/locations/chumbe/img/chumbe2.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
content/locations/chumbe/img/chumbe3.jpeg
Normal file
After Width: | Height: | Size: 224 KiB |
BIN
content/locations/chumbe/img/chumbe5.jpeg
Normal file
After Width: | Height: | Size: 268 KiB |
BIN
content/locations/chumbe/img/chumbe6.jpeg
Normal file
After Width: | Height: | Size: 277 KiB |
BIN
content/locations/chumbe/img/chumbe7.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
content/locations/chumbe/img/chumbe9.jpeg
Normal file
After Width: | Height: | Size: 211 KiB |
BIN
content/locations/chumbe/img/chumbe§§.jpeg
Normal file
After Width: | Height: | Size: 186 KiB |
110
content/locations/chumbe/index.md
Normal file
@@ -0,0 +1,110 @@
|
||||
---
|
||||
title: "Locations"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 3
|
||||
---
|
||||
<!-- section 1 (JP) -->
|
||||
|
||||
{% 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
|
||||
|
||||
### World-leading Ecotourism Destination
|
||||
|
||||
<br>
|
||||
|
||||
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 %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
|
||||
{% row(style="center narrow") %}
|
||||
|
||||
### More About Chumbe Island
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 0 (JP) -->
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="none" id="fflow_grid") %}
|
||||
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 1 (JP) -->
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||

|
||||
|
||||
|
||||
|||
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
<!-- section 2 (JP) -->
|
||||
|
||||
{% row(style="reserve" bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
<!-- section 2 (JP) -->
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
{% row(style="center" margin="moderate" padding="none") %}
|
||||
|
||||
<button>[See More Locations](/locations)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
BIN
content/locations/dahabiyas/img/799947.jpeg
Normal file
After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 325 KiB After Width: | Height: | Size: 325 KiB |
BIN
content/locations/dahabiyas/img/Eco_resort.png
Normal file
After Width: | Height: | Size: 265 KiB |
BIN
content/locations/dahabiyas/img/Our_P_mg.png
Normal file
After Width: | Height: | Size: 185 KiB |
BIN
content/locations/dahabiyas/img/RGAsset 21.png
Normal file
After Width: | Height: | Size: 4.2 MiB |
BIN
content/locations/dahabiyas/img/RGAsset 9.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
content/locations/dahabiyas/img/RGAsset8.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
content/locations/dahabiyas/img/beach_activities_2.jpg
Normal file
After Width: | Height: | Size: 334 KiB |
BIN
content/locations/dahabiyas/img/botanical.png
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
content/locations/dahabiyas/img/boutique_hotel.png
Normal file
After Width: | Height: | Size: 294 KiB |
BIN
content/locations/dahabiyas/img/chumbe.jpeg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
content/locations/dahabiyas/img/chumbe.png
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
content/locations/dahabiyas/img/chumbe_location.jpeg
Normal file
After Width: | Height: | Size: 294 KiB |
BIN
content/locations/dahabiyas/img/dahabiyas.png
Normal file
After Width: | Height: | Size: 220 KiB |
BIN
content/locations/dahabiyas/img/dahabiyasbg.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
content/locations/dahabiyas/img/earth_pro.png
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
content/locations/dahabiyas/img/fake_nomad.jpeg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
content/locations/dahabiyas/img/farmlocation1.jpg
Normal file
After Width: | Height: | Size: 4.3 MiB |
BIN
content/locations/dahabiyas/img/farmlocation2.jpg
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
content/locations/dahabiyas/img/farmlocation3.jpg
Normal file
After Width: | Height: | Size: 7.3 MiB |
BIN
content/locations/dahabiyas/img/home_header.jpg
Normal file
After Width: | Height: | Size: 4.9 MiB |
BIN
content/locations/dahabiyas/img/luxury.jpeg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
content/locations/dahabiyas/img/luxury1.jpg
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
content/locations/dahabiyas/img/luxury1.png
Normal file
After Width: | Height: | Size: 325 KiB |
BIN
content/locations/dahabiyas/img/luxury2.png
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
content/locations/dahabiyas/img/luxury3.png
Normal file
After Width: | Height: | Size: 303 KiB |
BIN
content/locations/dahabiyas/img/mbweni.jpeg
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
content/locations/dahabiyas/img/mbweni.png
Normal file
After Width: | Height: | Size: 360 KiB |
BIN
content/locations/dahabiyas/img/mbwenilocation1.jpeg
Normal file
After Width: | Height: | Size: 778 KiB |
BIN
content/locations/dahabiyas/img/mbwenilocation2.jpeg
Normal file
After Width: | Height: | Size: 721 KiB |
BIN
content/locations/dahabiyas/img/mbwenilocation3.jpeg
Normal file
After Width: | Height: | Size: 744 KiB |
BIN
content/locations/dahabiyas/img/mbweniprotection1.jpeg
Normal file
After Width: | Height: | Size: 778 KiB |
BIN
content/locations/dahabiyas/img/mbweniprotection2.jpeg
Normal file
After Width: | Height: | Size: 721 KiB |
BIN
content/locations/dahabiyas/img/mbweniprotection3.jpeg
Normal file
After Width: | Height: | Size: 744 KiB |
BIN
content/locations/dahabiyas/img/nile1.jpeg
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
content/locations/dahabiyas/img/nile_activities.jpg
Normal file
After Width: | Height: | Size: 362 KiB |
BIN
content/locations/dahabiyas/img/nilelocation1.jpeg
Normal file
After Width: | Height: | Size: 266 KiB |
BIN
content/locations/dahabiyas/img/nilelocation2.jpg
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
content/locations/dahabiyas/img/nilelocation3.jpeg
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
content/locations/dahabiyas/img/regenerative_farm.png
Normal file
After Width: | Height: | Size: 361 KiB |
BIN
content/locations/dahabiyas/img/zanzibarvillas.jpeg
Normal file
After Width: | Height: | Size: 3.2 MiB |
106
content/locations/dahabiyas/index.md
Normal file
@@ -0,0 +1,106 @@
|
||||
---
|
||||
title: "Locations"
|
||||
description: ""
|
||||
date: 2018-09-14
|
||||
updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 3
|
||||
---
|
||||
<!-- section 1 (JP) -->
|
||||
|
||||
{% 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
|
||||
|
||||
### Unforgettable Sailing Experience
|
||||
|
||||
|
||||
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 %}
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
<!-- section 1 (JP) -->
|
||||
|
||||
{% row(style="center" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||
## Egypt Nile River
|
||||
|
||||
{% end %}
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
{% row(style="reverse" margin="moderate" padding="none" id="fflow_grid") %}
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
{% end %}
|
||||
|
||||
|
||||
|
||||
{% row(margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
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>
|
||||
|
||||
|
||||
Additionally, we organize retreats for investors, business people, and change-makers on the Nile, an extremely powerful energy instrument.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Ultimately, we want to empower any other changemakers to use our platform and organize events – it's proven to be incredibly impactful.
|
||||
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(style="center") %}
|
||||
|
||||
<button>[See More Locations](/locations)</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
</div>
|
BIN
content/locations/img/luxury.jpeg
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
content/locations/img/zanzibarvillas.jpeg
Normal file
After Width: | Height: | Size: 3.2 MiB |
@@ -6,169 +6,66 @@ updated: 2021-02-20
|
||||
draft: false
|
||||
weight: 3
|
||||
---
|
||||
<!-- section 1 (Locations) -->
|
||||
|
||||
<!-- section 1 (JP) -->
|
||||
{% row(style="center narrow" margin="tight" bgPath="img/luxury.jpeg" bgStyle="full") %}
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
|
||||
|
||||
### Chumbe Island
|
||||
## Our Locations
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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. The island itself, covered with lush mangrove forest, is a designated forest reserve.
|
||||
</p>
|
||||
### Discover Places Where You Can Make a Change
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Chumbe island contains a lighthouse, built by the British in 1904 and still operational, a ruined Mosque, and the lighthouse keeper's house, now converted into a spectacularly-built education center and restaurant.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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. Guided walks are also available through the island's coral rag forest, which supports a unique flora and wildlife population including the rare - and enormous - coconut crab.
|
||||
</p>
|
||||
OurParadise consists of numerous beautiful eco-friendly destinations – starting in Zanzibar & Tanzania – places where you are invited to learn about local cultures, conservational programs, and contribute to and support the betterment of society.
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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. Beds are high in the palm-thatch roof, with a personal air-conditioning system that involves raising and lowering the front wall of the bedroom like a portcullis!
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
<!-- section 2 (Fun beach) -->
|
||||
<!-- section 2 (Mbweni) -->
|
||||
|
||||
{% row(bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
<div class="container mx-auto">
|
||||
|
||||

|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="fflow_grid") %}
|
||||
|
||||
<br>
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||

|
||||
|
||||
|||
|
||||
|
||||
### Mbweni Ruins & Botanical Gardens
|
||||
# Mbweni Ruins & Gardens and Jungle Paradise
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Today, this location is an operational boutique hotel in front of one of the absolute nicest beaches at this side of the island. The hotel today has 13 rooms today and will be upgraded to more rooms in a sustainable way.
|
||||
</p>
|
||||
Historical ruins surrounded by beautiful lush botanical gardens featuring a variety of native and exotic plants.
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
The resort is very uniquely positioned, only 15 minutes away from the airport and Stone Town, yet it's an absolutely stunning and quiet place on the beach. The resort is a jungle place, there are more than 280 different tree species (including 80 different types of palm trees), some of them very old and even unique on the island. This place allows us to go back in time but yet still has all the conveniences of modern times.
|
||||
</p>
|
||||
<button>[Read More](/locations/mbweni)</button>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
The resort is also the HQ of OurWorld Concept – an innovative approach to co-creating a better, more regenerative world. The resort will be used to come together with change makers from around the globe, in combination with our retreats on the Nile.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
The Mbweni Ruins & Gardens are unbelievably rich from a historical perspective. They are home to amazing ruins dating from 1870 – which are perfect for events and gatherings – and the plan is to transform the ruins back to their original glory.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
A healing center will be built and will host incredible technology (both ancient and new wisdom) for body, mind, and spirit . The therapies available are literally life saving or complete rejuvenation.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
More info see: http://hq.ourworld.tf
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
<!-- section 3 (Chumbe) -->
|
||||
|
||||
### Egypt Nile
|
||||
{% row(style="reverse" bgColor="#F2F2F2" margin="tight" padding="both" id="fflow_grid") %}
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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. It is fundamentally important and can use some help right now.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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>
|
||||
# Chumbe Island
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
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. We are working to buy or long-term lease 1.000.000 square meters of land, all in collaboration with a powerful manager with connections to President Sisi, to organize our requirements.
|
||||
</p>
|
||||
An award-winning private nature reserve, <br>
|
||||
home to one of the world's most pristine coral reef sanctuary.
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
We have plans to leverage 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. Additionally, we organize retreats for investors, business people, and change-makers on the Nile, an extremely powerful energy instrument.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Ultimately, we want to empower any other change-making organization to use our platform and organize events – it's proven to be incredibly impactful.
|
||||
</p>
|
||||
<button>[Read More](/locations/chumbe)</button>
|
||||
|
||||
|||
|
||||
|
||||

|
||||

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

|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(bgColor="#F2F2F2" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||

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

|
||||
|
||||
|||
|
||||
|
||||
### Tanzania & Zanzibar Farms
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
OurParadise Farming projects are for the purpose of large-scale regenerative farming.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Tanzania is the cradle of human civilization and is also one of the start of the Nile. The Nile brings life to large parts of Africa and ends in Egypt, which is also one of our smaller locations.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Zanzibar/Tanzania is a super safe & fertile area, and thanks to the climate, it is ideal for farming. Zanzibar/Tanzania still has a very low GDP per capita (about 1.000 USD per person per year) and has been seriously hit because of COVID. By leveraging some of its natural resources, Tanzania and Zanzibar can become an example to the rest of the world how regenerative agriculture (and regenerative Internet) can provide for a sustainable form of value creation.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Zanzibar/Tanzania have enough natural resources to be independent for its own direct needs. Healthy, non GMO-modified food is the future for a better world.
|
||||
</p>
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
We are buying 100.000 square meters or more of farming land in Zanzibar and +5.000.000 square meters of farming land in Tanzania, with the purpose to protect and provide value for the Tanzania and Zanzibar communities. This land will be protected property, and can never be abused in any possible way. The land can only be used for regenerative organic farming, working with and empowering local communities to build a resilient and prosperous local supply chain, education projects dealing with regenerative farming and Internet, research projects and programs experimenting with the best regenerative food and agriculture practices, conscious living in mobile structures in balance with organic farming, keeping the benefit of the farming in Zanzibar for the people of Zanzibar, and the farming of Internet capacity for the local community. People who live around the Farming projects can find work and education on the land.
|
||||
</p>
|
||||
|
||||
{% end %}
|
||||
|
||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="top" id="fflow_grid") %}
|
||||
|
||||
### Zanzibar Villas & Apartments
|
||||
|
||||
<p style='font-size: 15px'>
|
||||
Zanzibar, in our opinion, is one of the most fantastic locations in the world, and we have the option to acquire some remaining beautiful beach plots. One example is Michamvi, close to Paje. It is an amazing spot on the island, with incredible hotels and stunning beaches. Low tide gives room for a huge beach with clean white sand, and it's also home to mangroves just next to our location. We have 20.000 square meters at the beach and 10.000 square meters on a hilltop with stunning views of the sea. This is a perfect place to live parts of the year or relax after a stay at our (future) healing clinic or resort on the other side of the island.
|
||||
</p>
|
||||
|
||||
|||
|
||||
|
||||

|
||||
|
||||
{% end %}
|
BIN
content/locations/mbweni/img/Eco_beach.png
Normal file
After Width: | Height: | Size: 325 KiB |
BIN
content/locations/mbweni/img/Eco_resort.png
Normal file
After Width: | Height: | Size: 265 KiB |
BIN
content/locations/mbweni/img/Our_P_mg.png
Normal file
After Width: | Height: | Size: 185 KiB |
BIN
content/locations/mbweni/img/RGAsset 21.png
Normal file
After Width: | Height: | Size: 4.2 MiB |
BIN
content/locations/mbweni/img/RGAsset 9.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
content/locations/mbweni/img/RGAsset8.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
content/locations/mbweni/img/beach_activities_2.jpg
Normal file
After Width: | Height: | Size: 334 KiB |
BIN
content/locations/mbweni/img/botanical.png
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
content/locations/mbweni/img/boutique_hotel.png
Normal file
After Width: | Height: | Size: 294 KiB |
BIN
content/locations/mbweni/img/chumbe.jpeg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
content/locations/mbweni/img/chumbe.png
Normal file
After Width: | Height: | Size: 288 KiB |