Compare commits

..

43 Commits

Author SHA1 Message Date
c923ad79be update favicon 2023-11-07 15:34:11 +02:00
Reem Khamis
d5b0048cc4 add LICENSE 2023-08-07 15:23:53 +03:00
2b0e268d61 fix conflict 2023-05-28 16:17:47 +03:00
Ehab-hassan
9c55ad57a7
Update README.md 2023-05-28 12:21:06 +03:00
Ehab-hassan
733b93f6d4
Update README.md 2023-05-28 12:20:05 +03:00
Peter Nashaat
f0c9f5fd4a new autodep workflow 2023-05-25 12:44:32 +00:00
268f349193 update css 2023-05-14 10:06:28 +02:00
b57586ebf8 update css 2023-05-14 09:55:27 +02:00
sasha-astiadi
6b9036dc90
Update README.md 2023-05-12 17:40:58 +02:00
5a90bb229c update css 2023-05-11 12:05:45 +02:00
remrekoc
96ae724ded Merge branch 'main' of https://github.com/ourworld-tsc/www_ourparadise_new 2023-04-20 14:46:39 +03:00
remrekoc
124cbff78e downsize images 2023-04-20 14:43:40 +03:00
remrekoc
6c12cfe3c3 booking links 2023-04-20 14:32:52 +03:00
sasha-astiadi
e3c49ef8b1
Update README.md 2023-04-19 16:54:29 +02:00
b168b139a9 Replace logos 2023-03-14 15:33:57 +03:00
b14ac616c3 OP to Eden 2023-03-14 14:13:05 +03:00
a42473d525 OP to Eden 2023-03-14 14:07:20 +03:00
sasha-astiadi
df9045133c edit 2023-03-09 23:20:56 +08:00
sasha-astiadi
b8f3491bf8 edit 2023-03-09 23:19:30 +08:00
sasha-astiadi
bfa1ca4488 edit 2023-03-09 23:09:19 +08:00
Sam T
b20ec88190
Update README.md 2023-03-06 14:51:51 +03:00
944bd7e4f7 Remove gulet 2023-03-06 09:53:17 +03:00
8d7feb20f2 Reduce image sizes 2023-03-03 15:23:50 +03:00
92d86f0865 Remove and compress images 2023-03-03 15:00:08 +03:00
1a427b9734 Activities Pages 2023-03-03 14:41:11 +03:00
fa09b1f9d4 Activities pages 2023-03-03 13:24:43 +03:00
4d4be6df69 Kristof edits 2023-03-03 11:13:37 +03:00
41511dd9cb Add history 2023-03-03 08:52:20 +03:00
f349accd89 Updates 2023-03-03 07:22:25 +03:00
8ca025e99c Bunch of updates based on KDS feedback 2023-03-02 20:57:20 +03:00
PeterNashaat
32e6887b81
Update tf_update.yml 2023-03-02 14:51:24 +02:00
PeterNashaat
c408b816cc
Update config.toml 2023-03-02 14:50:38 +02:00
PeterNashaat
b6bfff1e62
Update tf_update.yml 2023-03-02 14:44:25 +02:00
10aceaed8e Clean up images 2023-03-02 12:34:22 +03:00
42a0977f18 Image and text updates 2023-03-02 11:05:45 +03:00
ce5a3eba03 Padding and wording 2023-03-01 20:24:56 +03:00
3129924029 Updates including crisp integration 2023-03-01 20:10:38 +03:00
4484f799ed Updates 2023-03-01 12:32:12 +03:00
a9209b0865 Small text updates 2023-02-16 16:43:04 +03:00
701c059c25 More updates 2023-02-16 15:25:25 +03:00
3ce75888f0 More updates 2023-02-15 19:13:01 +03:00
77192ef504 Favicon and other updates 2023-02-15 17:15:50 +03:00
733d54503e More updates 2023-02-15 15:45:07 +03:00
318 changed files with 1035 additions and 991 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.zanzibar.ourworld.tf
on:
push:
branches: [ development ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on www2.zanzibar.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: www2.zanzibar.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd websites/www2/www_eden/
git log -1
git restore .
git pull
sed -i "s/https:\/\/zanzibar.ourworld.tf/https:\/\/www2.zanzibar.ourworld.tf/g" config.toml
./build.sh

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

@ -0,0 +1,24 @@
name: zanzibar.ourworld.tf
on:
push:
branches: [ master ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on zanzibar.ourworld.tf
uses: appleboy/ssh-action@master
with:
host: zanzibar.ourworld.tf
username: webuser
key: ${{ secrets.TF_SECRET }}
port: 34022
script: |
cd websites/www_eden/
git log -1
git restore .
git pull
sed -i "s/https:\/\/www2.zanzibar.ourworld.tf/https:\/\/zanzibar.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.

108
README.md
View File

@ -1,108 +1,46 @@
# OUR PARADISE Website
# EDEN Website (Updated)
wesite on https://ourparadise.ourworld.tf/
Production (master branch) [www.zanzibar.ourworld.tf](https://www.zanzibar.ourworld.tf/)
> More info see [gdoc](https://docs.google.com/document/d/1RuWIVcuhSE5BGF1HkgXqKVOcF31g0CQR-EjhcAAlHoA/edit#)
Staging (development branch) [www2.zanzibar.ourworld.tf](https://www2.zanzibar.ourworld.tf/)
## Developers
The official website of Eden: A Co-Living Community for Change-Makers & Digital Nomads
A website created using Zola, a static site generator.
[https://zanzibar.ourworld.tf/](https://zanzibar.ourworld.tf/)
- 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
Last Updated: March 2023
### Getting Started
## Contribution
This repository is meant to use as a template for static sites.
Feel free to [create a new issue](https://github.com/ourworld-tsc/www_ourparadise_new/issues) to report an error on the website, or if you have any suggestions on website improvements.
To use this repository as a template, simply:
## Administrators
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
- 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`
## Direct Contribution Procedure
### How to create pages using this template
![readme](https://user-images.githubusercontent.com/43240801/236867088-56c95abd-510c-4202-b0c5-317cdfb75cb3.png)
#### Structure of the content directory
It is highly important to follow this procedure to contribute to the website content. <br>
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
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.
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.
Ex:
content/\_index.md -> yoururl.com/
content/blog/\_index.md -> yoururl.com/blog
content/careers/index.md or content/careers.md -> yoururl.com/careers
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.
#### Section Templates
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.
##### Blog.html
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.
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.
7. When PR is approved, you can see your changes on staging env on www2.threefold.io (development 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.
8. Admin will then create a PR to merge 'development' into into '**master**' (production 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.
10. When PR is approved, you can see your changes live on production (master branch).
##### 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

@ -1,9 +1,9 @@
# The URL the site will be built for
base_url = "https://ourparadise.ourworld.tf/"
base_url = "https://zanzibar.ourworld.tf/"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "OurParadise"
description="OurParadise Project, strive to protect."
title = "Eden"
description="Eden 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"

View File

@ -7,5 +7,5 @@ draft: false
sort_by: weight
weight: 1
extra:
logo_path: images/logo_placeholder_owp.png
logo_path: images/logo_placeholder_eden_small.png
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

View File

@ -9,79 +9,119 @@ weight: 2
<!-- section 1 (JP) -->
{% row(style="center narrow" margin="header" bgPath="img/opwhy.jpg" bgStyle="full") %}
{% row(style="center narrow" margin="tight" bgPath="img/opwhy.jpg" bgStyle="full") %}
## Our Why
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
### Planet. People. Authenticity.
## About Us
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.
### Dreamers and Doers
<br>
<br>
We are fortunate enough to have found this special place and bold enough to turn our dreams into reality. Together we can show people the beauty of our world and help them find themselves in these hectic times.
</div>
{% end %}
{% row(bgColor="#F2F2F2" margin="moderate" padding="both" id="ruins") %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="ruins") %}
![Ruins](img/mbweniruins3.jpeg#large)
![Who We Are](img/who_we_are.png#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>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. Today, we operate out of the Seaview Apartments and have taken over ownership of the Jungle Paradise Hotel as of January 2023.</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>
<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>
Primarily we are focused on building **[a decentralized Internet](https://threefold.io) (ThreeFold)** 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>If youd like to learn more about our efforts and who we are, please get in touch with us.</p>
</p>
<p>
*"The fight for a better Internet is inseparable from the fight for a better world."*
</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 do what we can to reverse the story of this country and the wider continent.</p>
<p>We believe that collaboration is the key to a better future. So, together we are creating our own little paradise, a safe space for like-minded people, while supporting the local community and protecting our mother earth.</p>
<button>[The Fight for Our Sovereingty](https://threefold.docsend.com/view/9hqdsjxhe5fezdu6)</button>
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="botanical") %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="bottom" id="botanical") %}
### Our Why
<br>
<p>Planet-First. People-First. Authenticity. These values are engrained into all that we do.</p>
<p>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 and empower the people around us. A healthy community starts with authenticity and the opportunity to be our authentic selves.</p>
<p>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.</p>
<p>And finally we aim to educate around planet regeneration and sustainability, awareness improvement, sovereignty, and more.</p>
|||
![Our Why](img/our_why.png#large)
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="bottom" id="botanical") %}
![Purpose](img/purpose.jpg#mx-auto)
|||
### Our Purpose
We aim to provide a space in which people feel at home and can create, live, work, heal, taste, learn, and experience. Eden will be a co-owned space in line with nature which will be fully sustainable and organic. The unique environment around us makes it possible from Chumbe Island to the mangroves, the beach and sea, the ruins, the botanical garden.
#### **Now or In-Motion**
- Boutique Hotel (focus on changemakers and digital nomads)
- Digital Nomad Apartments
- Water Sports & Sailing Club (no engines; 24 to 60-foot boats)
- Healthy Organic Restaurants
#### **Coming 2023**
- Natural (Ayurvedic) Advanced Healing Center
- Co-Working / Co-Creation Space with integrated art, music, dance, yoga, and more
- Artistic & Health Retail Space (local products, rare minerals, healing products, craftsmanship, art)
- Seminar Space
<p>All what we do always in line with our values of planet & people first and authenticity.</p>
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="bottom" id="ruins") %}
### 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>
<p>Eden 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. Eden 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 say hello 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 collaborate and support each others' missions
- 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
- We share experiences and stories and sunsets
- We do not enter rooms with shoes on
<p>This list is incomplete and a work in progress. :)</p>
<p>This list is evolving. Let us know what else you'd like to see.</p>
<button>[Support the Project](/action)</button>
|||
![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>
![Manifesto](img/manifesto.png#mx-auto)
{% end %}

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

Before

Width:  |  Height:  |  Size: 554 KiB

After

Width:  |  Height:  |  Size: 554 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

65
content/action/index.md Normal file
View File

@ -0,0 +1,65 @@
---
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 rounded-md">
## Calling Dreamers & Doers
### A Dream Becomes Reality
There are many ways to join in on the efforts to bring the vision to life. Come to Zanzibar to collaborate in-person, buy EDN (below), or support from afar. Today we are already operating from this location and making initial steps.
Our primary focus is on **raising $4M USD by June 2023** in order to take on full ownership and finance the project. We cannot do this without the support of like-minded believers.
<button>[Investment Paper: Soon]()</button>
<button>[Get In Touch](https://docs.google.com/forms/d/e/1FAIpQLSe33Kz4pi3qnNtv115cgSnKCYHZTxZxtPoZKXbaBcWgNbd2qw/viewform)</button>
</div>
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="fflow_grid") %}
![chumbe](img/token_ownership.jpg#large)
|||
# A Token for Co-Ownership
We are introducing a token called EDN. EDN Tokens are not crypto currencies, they are pre-purchase tokens of Eden and represent ownership/utilization in the ecosystem. You can always re-sell your EDN tokens or use them to participate in the Eden universe.
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="fflow_grid") %}
# Not For Profit
The Eden 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 Eden for 33-66-99 years (renewable). This allows us to create value for the future of our planet and ourselves.
|||
![chumbe](img/nonprofit.jpg#large)
{% end %}
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="fflow_grid") %}
![venture creator](img/ventures.png#large)
|||
# A Bigger Picture
Eden is part of a much bigger picture focused on planet and people first principles. We collectively believe that doing business and doing good for the world can go hand in hand.
<button>[Dive Deep](https://threefold.docsend.com/view/s/mqxhrmf5kyxj2jwd)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -0,0 +1,21 @@
---
title: "On the Water"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_boats.png" bgStyle="full") %}
## On the Water
### Activities
We are boat lovers ourselves and have several boats available for day trips. One is a 35 year-old wooden 60-foot Turkish sailing boat with four sails. Another is a 30-year old smaller catamaran which is all wood and has no bolts  it's a very specific design and sails beautifully. We also have a faster boat when speed is of the essence.
<button>[<<< Mangroves](/activities/mangroves)</button>
<button>[Chumbe Island >>>](/activities/chumbe)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 KiB

View File

@ -0,0 +1,21 @@
---
title: "Chumbe"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_chumbe.jpeg" bgStyle="full") %}
## Chumbe Island
### Activities
Friends of Eden, Chumbe Island 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. Trips to Chumbe leave from our property each day.
<button>[<<< On the Water](/activities/boats)</button>
<button>[Spa Experience >>>](/activities/spa)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

View File

@ -0,0 +1,21 @@
---
title: "Crafts"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_crafts.jpg" bgStyle="full") %}
## Local Crafts
### Activities
As part of our aim to support local people and preserve Zanzibari culture, we are inviting artists and skilled craftsmen and women from the island to share their knowledge with Eden visitors.
<button>[<<< Spa Exerience](/activities/spa)</button>
<button>[Take It Easy >>>](/activities/relax)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

@ -0,0 +1,21 @@
---
title: "Gardens"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_gardens.png" bgStyle="full") %}
## Botanical Gardens
### Activities
Our gardens are part of a mature and rainforest (jungle) atmosphere which is only found in a few other places in Zanzibar and Pemba. Home to hundreds of species of plants and trees, many endemic to Zanzibar, it's a beautiful place to take a stroll or take it easy. We're working on educational signage and guided tours, coming this year.
<button>[<<< Indulge](/activities/indulge)</button>
<button>[Mbweni Ruins >>>](/activities/ruins)</button>
{% end %}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 334 KiB

After

Width:  |  Height:  |  Size: 334 KiB

View File

Before

Width:  |  Height:  |  Size: 524 KiB

After

Width:  |  Height:  |  Size: 524 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 KiB

View File

Before

Width:  |  Height:  |  Size: 354 KiB

After

Width:  |  Height:  |  Size: 354 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

100
content/activities/index.md Normal file
View File

@ -0,0 +1,100 @@
---
title: "Activities"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 4
---
{% row(style="center narrow" margin="tight" bgPath="img/activities_header_2.png" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
## Experience Authentic Paradise
### By Land, By Sea, Always "Hakuna Matata"
No worries. Take it easy. Slowly, slowly, or "Pole, pole," as they say on the island. We have plenty of activities and experiences for eco-conscious and nature-loving travelers.
</div>
{% end %}
{% row(style="center" margin="narrow" padding="top") %}
[![relax](img/relax.png#mx-auto#large)](/activities/relax)
### [Take It Easy](/activities/relax)
Relax on the beach or by the pool. Take in some Vitamin D. Escape into a place where time slows down. Here, you are family.
|||
[![indulge](img/indulge.jpg#mx-auto#large)](/activities/indulge)
### [Indulge](/activities/indulge)
We're working on new menus featuring local, healthy, and sustainable ingredients, whenever possible. You are what you eat!
|||
[![gardens](img/gardens.png#mx-auto#large)](/activities/gardens)
### [Botanical Gardens](/activities/gardens)
Take a stroll through the gardens which flow through the property, home to hundreds of species of plants and trees. Signage and tours coming.
{% end %}
{% row(style="center" margin="narrow" padding="none") %}
[![ruins](img/ruins.png#mx-auto#large)](/activities/ruins)
### [Mbweni Ruins](/activities/ruins)
The historic ruins of the St Marys School for Girls, founded in the 1870s for girls freed from slave ships, sit on our property. Our aim is to restore and revive these ruins.
|||
[![mangroves](img/mangroves.png#mx-auto#large)](/activities/mangroves)
### [Mangroves](/activities/mangroves)
Swim or kayak around the mangroves during high tide. During low tide you can even take a walk through the mangrove forest nearby. Water shoes recommended!
|||
[![boats](img/boats.png#mx-auto#large)](/activities/boats)
### [On the Water](/activities/boats)
Take a relaxing day trip to a sand bank or a nearby island on one of our two sailing boats one, a solar-equipped 60-foot sailboat with four sails, and the other, a simple and fun catamaran.
{% end %}
{% row(style="center" margin="narrow" padding="bottom") %}
[![chumbe](img/chumbe_island.jpeg#mx-auto#large)](/activities/chumbe)
### [Chumbe Island](/activities/chumbe)
Take a trip to an award-winning private nature reserve, home to one of the world's most pristine coral reef sanctuaries. Trips leave daily from Jungle Paradise.
|||
[![spa](img/spa.jpg#mx-auto#large)](/activities/spa)
### [Spa Experience](/activities/spa)
Our spa, wrapped in the silence of nature and the historic ruins, offers a variety of therapies and treatments with botanical products made in Zanzibar. Open daily 10:00 - 18:00.
|||
[![crafts](img/crafts.jpeg#mx-auto#large)](/activities/crafts)
### [Local Crafts](/activities/crafts)
Coming 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.
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

View File

@ -0,0 +1,22 @@
---
title: "Indulge"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_indulge.jpg" bgStyle="full") %}
## Indulge
### Activities
We want to demonstrate that healthy food can also be super nice. Eden will feature healthy restaurants showcasing local, fresh, and sustainably-produced ingredients, whenever possible. In the future, we will look to grow our own fruits and vegetables and source items like eggs directly from our property.
<button>[<<< Take It Easy](/activities/relax)</button>
<button>[Botanical Gardens >>>](/activities/gardens)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

View File

@ -0,0 +1,21 @@
---
title: "Mangroves"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_mangroves.png" bgStyle="full") %}
## Mangroves
### Activities
Beautiful mangroves, natural protectors of coastlines, can be found by our beach as part of a larger mangrove forest that stretches beyond our property. Take the opportunity to see these beautiful trees up close.
<button>[<<< Mbweni Ruins](/activities/ruins)</button>
<button>[On the Water >>>](/activities/boats)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -0,0 +1,21 @@
---
title: "Relax"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_relax.png" bgStyle="full") %}
## Take It Easy
### Activities
Part of our aim is to help people find themselves in this hectic world. Eden is a perfect place to relax and unwind. Spend your day soaking in the sun on our mangrove-lined 150 meter-long beach or by the pool. Wind down with a perfect view of sunset from our restaurant or bar.
<button>[<<< Local Crafts](/activities/crafts)</button>
<button>[Indulge >>>](/activities/indulge)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@ -0,0 +1,21 @@
---
title: "Ruins"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_ruins.png" bgStyle="full") %}
## Mbweni Ruins
### Activities
The ruins of St Marys School for Girls, built by missionaries for girls freed from slave ships, are set amidst the lush botanical gardens. These ruins, representing freedom and sovereignty, will be restored as part of our protection programs and we will introduce educational tours. In the meantime, you are invited to walk through these beautiful structures.
<button>[<<< Botanical Gardens](/activities/gardens)</button>
<button>[Mangroves >>>](/activities/mangroves)</button>
{% end %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

View File

@ -0,0 +1,21 @@
---
title: "Spa"
description: ""
date: 2018-09-14
updated: 2021-02-20
draft: false
weight: 6
---
{% row(style="center narrow" margin="header" bgPath="img/activities_spa.jpeg" bgStyle="full") %}
## Spa Experience
### Activities
Our spa will have you feeling like a new person, offering you an experience wrapped in the silence of Nature and in the Historic Ruins. Our spa menu offers a variety of treatments, carried out by skilled hands of professional therapists.
<button>[<<< Chumbe Island](/activities/chumbe)</button>
<button>[Local Crafts >>>](/activities/crafts)</button>
{% 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: 265 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 KiB

View File

@ -9,83 +9,89 @@ weight: 1
<!-- section 1 -->
{% row(style="center narrow" margin="header" bgPath="img/new_home.png" bgStyle="full") %}
{% row(style="center narrow" margin="tight" bgPath="img/new_home.png" bgStyle="full") %}
## OurParadise: Zanzibar
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
## Welcome to Eden
### A Co-Living Community for Change-Makers & Digital Nomads
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.
On the west coast of Zanzibar sits a beautiful and historical community space for eco-tourism, co-working, and co-living. A place for like-minded people to gather, share authentic moments, and build our future together.
<button>[Support the Project](/visit)</button>
*We invite you to use the chat on the bottom-right of your screen to get assistance.*
</div>
{% end %}
<br>
{% row(style="center narrow" margin="tight" bgPath="img/ruins_big.jpg" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
## [About](/about)
Learn more about our project and who we are.
</div>
{% end %}
<br>
{% end %}
{% row(style="center narrow" margin="tight" bgPath="img/location_big.jpg" bgStyle="full") %}
<!-- section 2 -->
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
{% row(style="center" margin="narrow" padding="top") %}
## [Location](/location)
## Karibu Zanzibar
Get to know where we are and its history.
### Karibu means **"Welcome (to)"** in Swahili
Discover authentic paradise, just ten minutes from Stone Town, a World Heritage Site, as well as the international airport.
</div>
{% end %}
{% row(style="center" margin="narrow" padding="none") %}
<br>
![Mbweni Ruins](img/mbweni.jpeg)
{% row(style="center narrow" margin="tight" bgPath="img/activities_big.png" bgStyle="full") %}
#### **Jungle Paradise** @ Mbweni Ruins
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
A beachfront hotel that sits beside historical ruins, all surrounded by beautiful lush gardens featuring a wide variety of native and exotic plants.
## [Activities](/activities)
<button>[Info](/location/mbweni)</button>
Find out what paradise has to offer.
|||
![Chumbe Island](img/chumbe.jpeg)
#### **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.
<button>[Info](/location/chumbe)</button>
</div>
{% end %}
{% row(style="center" margin="narrow" padding="top") %}
<br>
## Activities
{% row(style="center narrow" margin="tight" bgPath="img/protection_big.jpg" bgStyle="full") %}
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
## [Protection](/protection)
Discover how we aim to preserve this place.
</div>
{% end %}
{% row(style="center" margin="narrow" padding="bottom") %}
<br>
![General Activities](img/beach_activities_2.jpg#mx-auto#large)
{% row(style="center narrow" margin="tight" bgPath="img/coown_big.png" bgStyle="full") %}
### Experience
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
Experience an authentic paradise through relaxation, swimming, and garden explorations. Escape into a place where time slows down. Here, you are family.
## [Action](/action)
|||
![Crafts](img/local_culture.jpg#mx-auto#large)
Get involved in turning dream into reality.
### 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.
|||
![Crafts](img/boats.jpg#mx-auto#large)
### 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.
</div>
{% end %}

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