Compare commits
1 Commits
developmen
...
Sacha
Author | SHA1 | Date | |
---|---|---|---|
|
2bf4bdee63 |
23
.github/workflows/tf_update.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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
@ -1,24 +0,0 @@
|
|||||||
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
@ -1,24 +0,0 @@
|
|||||||
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
@ -1,201 +0,0 @@
|
|||||||
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
@ -1,46 +1,108 @@
|
|||||||
# EDEN Website (Updated)
|
# OUR PARADISE Website
|
||||||
|
|
||||||
Production (master branch) [www.zanzibar.ourworld.tf](https://www.zanzibar.ourworld.tf/)
|
wesite on https://ourparadise.ourworld.tf/
|
||||||
|
|
||||||
Staging (development branch) [www2.zanzibar.ourworld.tf](https://www2.zanzibar.ourworld.tf/)
|
> More info see [gdoc](https://docs.google.com/document/d/1RuWIVcuhSE5BGF1HkgXqKVOcF31g0CQR-EjhcAAlHoA/edit#)
|
||||||
|
|
||||||
The official website of Eden: A Co-Living Community for Change-Makers & Digital Nomads
|
## Developers
|
||||||
|
|
||||||
[https://zanzibar.ourworld.tf/](https://zanzibar.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_new/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
|
To use this repository as a template, simply:
|
||||||
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
|
|
||||||
|
|
||||||
## 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>
|
#### Structure of the content directory
|
||||||
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
|
|
||||||
|
|
||||||
1. Create an Issue
|
Every index.md file in a content directory corresponds to a page, and the landing page is content/\_index.md.
|
||||||
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.
|
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.
|
Ex:
|
||||||
by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.
|
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
|
# The URL the site will be built for
|
||||||
base_url = "https://zanzibar.ourworld.tf/"
|
base_url = "https://ourparadise.ourworld.tf/"
|
||||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||||
|
|
||||||
title = "Eden"
|
title = "OurParadise"
|
||||||
description="Eden Project, strive to protect."
|
description="OurParadise Project, strive to protect."
|
||||||
|
|
||||||
# When set to "true", a feed is automatically generated.
|
# When set to "true", a feed is automatically generated.
|
||||||
# generate_feed = true
|
# generate_feed = true
|
||||||
@ -67,5 +67,5 @@ paginate_by = 2
|
|||||||
paginate_path = "blog-posts"
|
paginate_path = "blog-posts"
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
header_class = "customize"
|
header_class = "freeflow"
|
||||||
footer_class = "customize"
|
footer_class = "freeflow"
|
@ -7,5 +7,5 @@ draft: false
|
|||||||
sort_by: weight
|
sort_by: weight
|
||||||
weight: 1
|
weight: 1
|
||||||
extra:
|
extra:
|
||||||
logo_path: images/logo_placeholder_eden_small.png
|
logo_path: images/logo_placeholder_owp.png
|
||||||
---
|
---
|
||||||
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 220 KiB |
BIN
content/about/img/mang_12.jpeg
Normal file
After Width: | Height: | Size: 279 KiB |
Before Width: | Height: | Size: 415 KiB |
BIN
content/about/img/mbweniruins2.jpeg
Normal file
After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 4.7 MiB |
Before Width: | Height: | Size: 418 KiB |
BIN
content/about/img/team.png
Normal file
After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 220 KiB |
@ -9,119 +9,79 @@ weight: 2
|
|||||||
|
|
||||||
<!-- section 1 (JP) -->
|
<!-- section 1 (JP) -->
|
||||||
|
|
||||||
{% row(style="center narrow" margin="tight" bgPath="img/opwhy.jpg" bgStyle="full") %}
|
{% row(style="center narrow" margin="header" bgPath="img/opwhy.jpg" bgStyle="full") %}
|
||||||
|
|
||||||
<div class="bg-gray-200/50 py-4 px-4 rounded-md">
|
## Our Why
|
||||||
|
|
||||||
## About Us
|
### Planet. People. Authenticity.
|
||||||
|
|
||||||
### Dreamers and Doers
|
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.
|
||||||
|
|
||||||
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.
|
<br>
|
||||||
|
<br>
|
||||||
</div>
|
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" id="ruins") %}
|
{% row(bgColor="#F2F2F2" margin="moderate" padding="both" id="ruins") %}
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||
### Who We Are
|
### 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. Today, we operate out of the Seaview Apartments and have taken over ownership of the Jungle Paradise Hotel as of January 2023.</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. 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>
|
<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>
|
||||||
|
|
||||||
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>Together with local people of Zanzibar and Tanzania and foreigners alike, we are creating a safe space for us all, while protecting our mother earth.</p>
|
||||||
|
|
||||||
</p>
|
<p>If you’d like to learn more about our efforts and who we are, please get in touch with us.</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 %}
|
{% end %}
|
||||||
|
|
||||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="bottom" id="botanical") %}
|
{% row(bgColor="#FFFFFF" margin="moderate" padding="both" 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>
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
{% row(bgColor="#FFFFFF" margin="moderate" padding="bottom" id="botanical") %}
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### 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
|
### Our Manifesto
|
||||||
|
|
||||||
<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>
|
<p>Jungle Paradise is a home for all of us. A laid-back no frills environment that allows us to slow down, get back in touch with mother nature, and with ourselves. Jungle Paradise is a raw and safe space for collaboration and co-creation, for imagination and celebration.</p>
|
||||||
|
|
||||||
- We say hello to each other and offer a warm smile
|
- We say hello (jambo) to each other and offer a warm smile
|
||||||
- We treat each other with kindness and do not discriminate
|
- We treat each other with kindness and do not discriminate
|
||||||
- We choose love over fear, and we act out of love
|
- 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 respect nature and we leave no trace
|
||||||
- We consume fresh and healthy food, local when possible
|
- We consume fresh and healthy food, local when possible
|
||||||
- We share experiences and stories – and sunsets
|
- We share experiences and stories
|
||||||
- We do not enter rooms with shoes on
|
- We do not enter rooms without shoes on
|
||||||
|
|
||||||
<p>This list is evolving. Let us know what else you'd like to see.</p>
|
<p>This list is incomplete and a work in progress. :)</p>
|
||||||
|
|
||||||
<button>[Support the Project](/action)</button>
|
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|
|
||||||

|

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

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

|
||||||
|
|
||||||
|
|||
|
||||||
|
|
||||||
|
### Mbweni Mangrove Beach
|
||||||
|
|
||||||
|
<p>5,200 Seedlings of Mangroves Replanted at Mbweni.</p>
|
||||||
|
|
||||||
|
<p>This effort helps the Wanawake Mazingira Group and a number of partners in assuring the desired goal of 10,000 Mangroves for 100 years of carbon offset.</p>
|
||||||
|
|
||||||
|
<p>Mbweni Mangrove forest is a vital periurban forest just at the edge of Dar es Salaam and Coastal region, and there is a degraded area as a result of El Nino of the late 1990s, where a lot of waterlogged at the mangroves and nearly 2 acres died.</p>
|
||||||
|
|
||||||
|
<p>We are restoring the degraded part of Mbweni mangrove forest with 10,000 Mangrove seedlings through community-based restoration, since March 2018 and up to the moment we have restored 5,200 seedlings.</p>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
Before Width: | Height: | Size: 930 KiB |
Before Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 351 KiB |
Before Width: | Height: | Size: 506 KiB |
Before Width: | Height: | Size: 140 KiB |
Before Width: | Height: | Size: 1.1 MiB |
@ -1,65 +0,0 @@
|
|||||||
---
|
|
||||||
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") %}
|
|
||||||
|
|
||||||

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

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

|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
# 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 %}
|
|
Before Width: | Height: | Size: 1.8 MiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 589 KiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 245 KiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 3.2 MiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 884 KiB |
Before Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 575 KiB |
Before Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 137 KiB |
@ -1,100 +0,0 @@
|
|||||||
---
|
|
||||||
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") %}
|
|
||||||
|
|
||||||
[](/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.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
[](/activities/indulge)
|
|
||||||
|
|
||||||
### [Indulge](/activities/indulge)
|
|
||||||
|
|
||||||
We're working on new menus featuring local, healthy, and sustainable ingredients, whenever possible. You are what you eat!
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
[](/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") %}
|
|
||||||
|
|
||||||
[](/activities/ruins)
|
|
||||||
|
|
||||||
### [Mbweni Ruins](/activities/ruins)
|
|
||||||
|
|
||||||
The historic ruins of the St Mary’s 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.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
[](/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!
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
[](/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") %}
|
|
||||||
|
|
||||||
[](/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.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
[](/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.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
[](/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 %}
|
|
Before Width: | Height: | Size: 339 KiB |
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 2.9 MiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 1.1 MiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
Before Width: | Height: | Size: 3.1 MiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 Mary’s 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 %}
|
|
Before Width: | Height: | Size: 110 KiB |
@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
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 %}
|
|
165
content/header/index.md
Normal file
@ -0,0 +1,165 @@
|
|||||||
|
---
|
||||||
|
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/Eco_resort.png
Normal file
After Width: | Height: | Size: 265 KiB |
BIN
content/home/img/Our_P_mg.png
Normal file
After Width: | Height: | Size: 185 KiB |
BIN
content/home/img/RGAsset 21.png
Normal file
After Width: | Height: | Size: 4.2 MiB |
BIN
content/home/img/RGAsset 9.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
content/home/img/RGAsset8.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 334 KiB |
Before Width: | Height: | Size: 524 KiB After Width: | Height: | Size: 524 KiB |
BIN
content/home/img/botanical.png
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
content/home/img/boutique_hotel.png
Normal file
After Width: | Height: | Size: 294 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
BIN
content/home/img/chumbe.png
Normal file
After Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 1.9 MiB |
BIN
content/home/img/dahabiyas.png
Normal file
After Width: | Height: | Size: 220 KiB |
BIN
content/home/img/earth_pro.png
Normal file
After Width: | Height: | Size: 326 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
BIN
content/home/img/fake_nomad.jpeg
Normal file
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 6.2 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 4.9 MiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 9.1 MiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 3.0 MiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 967 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
BIN
content/home/img/mbweni.png
Normal file
After Width: | Height: | Size: 360 KiB |
BIN
content/home/img/michamvi.jpeg
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
content/home/img/new_home.jpg
Normal file
After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 6.0 MiB |
BIN
content/home/img/nile_activities.jpg
Normal file
After Width: | Height: | Size: 362 KiB |
Before Width: | Height: | Size: 573 KiB |
BIN
content/home/img/regenerative_farm.png
Normal file
After Width: | Height: | Size: 361 KiB |