Compare commits
28 Commits
2eeac0863b
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
561bb070c8 | |||
15f918e520 | |||
8392218694 | |||
02cfe501eb | |||
49ed5bfbbc | |||
55cc163e04 | |||
ea1a4dacf4 | |||
bec61bd479 | |||
3bf970dabd | |||
0799715fff | |||
926ddf3a57 | |||
8aa131a56b | |||
e6a48bbc7f | |||
e79cbefac0 | |||
648e8582e7 | |||
3e87096322 | |||
a2b84e5a71 | |||
7661b363cc | |||
c3cb39ac03 | |||
9621f8249a | |||
80253662d4 | |||
|
8edb6728a2 | ||
8a39375faa | |||
2c529632c1 | |||
|
db61ef4b96 | ||
|
a85ea9383a | ||
|
454cab09a6 | ||
|
92993235c6 |
32
README.md
@@ -1,14 +1,14 @@
|
|||||||
# Welcome to OurWorld Website Repository
|
# Welcome to freezone.ourworld Repository
|
||||||
|
|
||||||
- Website Name: OurWorld
|
- Website Name: freezone.ourworld
|
||||||
- Brief Description: This is the official website of OurWorld.
|
- Brief Description: This is the official website of freezone.ourworld.
|
||||||
Last Updated: Aug 2024
|
Last Updated: Aug 2024
|
||||||
|
|
||||||
- production(master branch) https://ourworld.tf/
|
- production(master branch) https://www.freezone.ourworld.tf/
|
||||||
- staging(development branch) https://www2.ourworld.tf/
|
- staging(development branch) https://www2.freezone.ourworld.tf/
|
||||||
|
|
||||||
- For any suggestions or improvement ideas please
|
- For any suggestions or improvement ideas please
|
||||||
Create an issue on: https://github.com/threefoldfoundation/www_ourworld_tf/issues
|
Create an issue on: https://git.ourworld.tf/tfgrid/circle_web_presence/issues
|
||||||
|
|
||||||
## Project Overview
|
## Project Overview
|
||||||
|
|
||||||
@@ -88,3 +88,23 @@ Thank you for helping us improve TF9!
|
|||||||
|
|
||||||
It is highly important to follow this procedure to contribute to the website content. <br>
|
It is highly important to follow this procedure to contribute to the website content. <br>
|
||||||
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
|
__WARNING__: DO NOT commit straight into __master__ / __development__ branch.
|
||||||
|
|
||||||
|
1. Create an Issue
|
||||||
|
Feel free to [create a new issue](https://git.ourworld.tf/tfgrid/circle_web_presence/issues) to report an error on the website, or if you have any suggestions on website improvements.
|
||||||
|
|
||||||
|
2. Make your own branch from __'development'__ branch.
|
||||||
|
by creating a new branch from 'Master' you will be provided with the latest copy of the live website content.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
7. When PR is approved, you can see your changes on staging env on www2.threefold.io (development branch)
|
||||||
|
|
||||||
|
8. Admin will then create a PR to merge 'development' into into '**maste**r' (production branch)
|
||||||
|
|
||||||
|
10. When PR is approved, you can see your changes live on production (master branch).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
build.sh
@@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then
|
|||||||
ASSET="$ASSET-arm64"
|
ASSET="$ASSET-arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}"
|
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}"
|
||||||
chmod +x $ASSET
|
chmod +x $ASSET
|
||||||
mv $ASSET tailwindcss
|
mv $ASSET tailwindcss
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://www.ourworld.tf"
|
base_url = "https://www2.freezone.ourworld.tf"
|
||||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||||
|
|
||||||
title = "OURWORLD"
|
title = "ODFZ"
|
||||||
description="Our global digital backbone"
|
description="Ourworld Digital Freezone"
|
||||||
|
|
||||||
# When set to "true", a feed is automatically generated.
|
# When set to "true", a feed is automatically generated.
|
||||||
# generate_feed = true
|
# generate_feed = true
|
||||||
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 239 KiB |
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
title: "About"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 2
|
|
||||||
template: "layouts/about.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
This page is designed by combining different 'block' (partial html pages) together.
|
|
||||||
To edit the page content, please go to specific 'block' that you would like to edit.
|
|
||||||
To see the list of blocks in this page, add or remove some of the partial pages, go to: layouts/about.html.
|
|
||||||
|
|
||||||
ABOUT PAGE (layouts/about.html) contains:
|
|
||||||
|
|
||||||
1. Company Overview: "partials/company.html"
|
|
||||||
|
|
||||||
---
|
|
||||||
Extras:
|
|
||||||
1. header: "partials/header_custom.html"
|
|
||||||
2. footer: "partials/footer.html"
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
1
content/contact/images/odfz.svg
Normal file
After Width: | Height: | Size: 12 KiB |
@@ -14,12 +14,11 @@ template: "layouts/contact.html"
|
|||||||
CONTACT PAGE (layouts/contact.html) contains:
|
CONTACT PAGE (layouts/contact.html) contains:
|
||||||
|
|
||||||
1. Contact Section: "partials/contact.html"
|
1. Contact Section: "partials/contact.html"
|
||||||
2. Quote Section: "partials/quote.html"
|
|
||||||
|
|
||||||
---
|
---
|
||||||
Extras:
|
Extras:
|
||||||
1. header: "partials/header_custom.html"
|
1. header: "partials/header_custom.html"
|
||||||
2. footer: "partials/footer.html"
|
2. footer: "partials/footer.html
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 168 KiB |
Before Width: | Height: | Size: 529 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 132 KiB |
@@ -4,7 +4,7 @@ description: ""
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "partials/footer.html"
|
template: "partials/footer.html"
|
||||||
extra:
|
extra:
|
||||||
logoPath: "images/logo.png"
|
logoPath: "images/odfz.svg"
|
||||||
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@@ -4,12 +4,10 @@ description: ""
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
template: "partials/header.html"
|
template: "partials/header.html"
|
||||||
extra:
|
extra:
|
||||||
logoPath: "/images/OW_Logo.png"
|
logoPath: "./images/odfz.svg"
|
||||||
imgPath: ""
|
imgPath: ""
|
||||||
---
|
---
|
||||||
|
- [Home]("/")
|
||||||
- [About]("/about")
|
- [Newsroom]("/newsroom")
|
||||||
- [Ventures]("/ventures")
|
|
||||||
- [People]("/people")
|
|
||||||
- [Contact]("/contact")
|
- [Contact]("/contact")
|
||||||
|
|
||||||
|
@@ -1,216 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Home"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- section 2 -->
|
|
||||||
|
|
||||||
|
|
||||||
{% row(style="center" padding="top") %}
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## What We Provide
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
{% row(style="center" padding="none") %}
|
|
||||||
|
|
||||||
### Funding Platform
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Funding for potentially hundreds of like-minded projects, with a primary focus on emering technology that puts the planet and people first.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Technological Platform
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
A technological platform that enables everyone to be self-sovereign from a digital perspective. This is a fundamental requirement.
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
|
|
||||||
{% row(style="center" padding="both") %}
|
|
||||||
|
|
||||||
### Legal & Financial<br/>Independence Platform
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Supplement technological sovereignty with a system that offers legal and financial independence through mechanisms like free zones and sovereign sustainable charter cities.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Life Supporting Platform
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Create a sovereign and efficient set of platforms for financial, educational, and health systems, which can be utilized by all startups within the venture creator.
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
|
|
||||||
<!-- section 3 -->
|
|
||||||
|
|
||||||
|
|
||||||
{% row(style="center" margin="narrow" padding="top") %}
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## The Foundation of Every Venture
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
{% row(style="center" margin="narrow" padding="bottom") %}
|
|
||||||
|
|
||||||
### Planet First
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Never do anything which does not respect mother earth.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### People First
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Equality for everyone.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Open Source
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
For all sectors from healthcare to software to legal to education.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Authenticity
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Restore authenticity of people and information.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Simplicity
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Complexity is killing progress.
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- section 4 -->
|
|
||||||
|
|
||||||
|
|
||||||
{% row(style="center" margin="narrow" padding="top") %}
|
|
||||||
|
|
||||||
## Our Journey
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
{% row(style="center" padding="bottom") %}
|
|
||||||
|
|
||||||
### Phase One
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
#### Creation of Core Tech
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
10+ years of development.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Built decentralized, autonomous, edge Internet technology.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
50M USD invested by community and TF Tech investors.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Phase Two
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
#### Expansion & Proof
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Signed with government of Zanzibar for digital free zone and connected charter city.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Eight projects with working tech, active and ready to scale.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Core technology proven.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Phase Three
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
#### Launch Our Ventures
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Conclude on 30M USD fundraise.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Global awareness campaign.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Launch digital asset exchange, carbon credits.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Millions of people using services and products of our ventures.
|
|
||||||
|
|
||||||
|||
|
|
||||||
|
|
||||||
### Phase Four
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
#### Sovereignty For All
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
+1 million nodes deployed.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
Impacting +100 million people.
|
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
The startups in the venture creator are now community-owned and our investors received a good exit.
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
</div>
|
|
Before Width: | Height: | Size: 137 KiB |
@@ -7,6 +7,7 @@ draft: false
|
|||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This page is made by combining different 'block' (partial html pages) together.
|
This page is made by combining different 'block' (partial html pages) together.
|
||||||
To edit the page content, please go to specific 'block' that you would like to edit.
|
To edit the page content, please go to specific 'block' that you would like to edit.
|
||||||
@@ -15,15 +16,16 @@ weight: 1
|
|||||||
HOMEPAGE (layouts/index.html) contains:
|
HOMEPAGE (layouts/index.html) contains:
|
||||||
|
|
||||||
1. Hero section: "partials/hero.html
|
1. Hero section: "partials/hero.html
|
||||||
2. About section: "partials/about.html"
|
2. About section: "partials/about1.html"
|
||||||
3. Foundation section: "partials/features.html"
|
3. Why Choose a Digital FreeZone section: "partials/about.html"
|
||||||
4. Milestones section: "partials/stats.html
|
4. Why ZNZ section: "partials/feature.html
|
||||||
5. Portfolio section: "partials/ventures.html"
|
5. Benefits section: "partials/benefits.html"
|
||||||
5. Quote: "partials/quotes.html"
|
6. Blog section : "partials/blogs.html"
|
||||||
|
7. Company License section: "partials/presale.html"
|
||||||
|
8. FAQ section: "partials/faq.html"
|
||||||
|
|
||||||
---
|
---
|
||||||
Extras:
|
Extras:
|
||||||
1. header: "partials/header_custom.html"
|
1. header: "partials/header_custom.html"
|
||||||
2. footer: "partials/footer.html"
|
2. footer: "partials/footer.html"
|
||||||
-->
|
-->
|
||||||
|
|
1
content/newsroom/images/odfz.svg
Normal file
After Width: | Height: | Size: 12 KiB |
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: ourworldfreezone
|
id: ourworldfreezone
|
||||||
title: In the News – OurWorld Digital Free Zone
|
title: 🗞 In the News – OurWorld Digital FreeZone
|
||||||
image_caption: OurWorld Digital FreeZone
|
image_caption: OurWorld Digital FreeZone
|
||||||
description: OurWorld Digital FreeZone received some coverage recently from IPPMEDIA. Take a look!
|
description: OurWorld Digital FreeZone received some coverage recently from IPPMEDIA. Take a look!
|
||||||
date: 2023-08-01
|
date: 2023-08-01
|
||||||
|
@@ -1,91 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Ventures"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 3
|
|
||||||
template: "layouts/portfolio.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- section 1 -->
|
|
||||||
|
|
||||||
{% row(style="center" margin="tight" bgPath="img/ventures.jpeg" bgStyle="full" id="ventures") %}
|
|
||||||
|
|
||||||
## Ventures
|
|
||||||
|
|
||||||
### A Growing Ecosystem Enabling Self-Sovereignty
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
These are the first OurWorld Ventures, connected by a strong set of values and a desire to bring forward a new era of digital sovereignty and empowerment.
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<!-- section 1 -->
|
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgPath="img/threefold.jpeg" bgStyle="full" id="ventures") %}
|
|
||||||
|
|
||||||
## ThreeFold Internet
|
|
||||||
|
|
||||||
### Decentralized autonomous Internet infrastructure.
|
|
||||||
|
|
||||||
<button>[Website](https://threefold.io)</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<!-- section 1 -->
|
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgPath="img/stonetown.jpeg" bgStyle="full") %}
|
|
||||||
|
|
||||||
## OurWorld Digital Free Zone
|
|
||||||
|
|
||||||
### 100% Digital. Automated, Accessible, & Affordable.
|
|
||||||
|
|
||||||
<button>[Website](https://freezone.ourworld.tf)</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<!-- section 1 -->
|
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgPath="img/sikana.jpeg" bgStyle="full") %}
|
|
||||||
|
|
||||||
## Sikana
|
|
||||||
|
|
||||||
### Digital Video Education System with 2B Views.
|
|
||||||
|
|
||||||
<button>[Website](https://sikana.tv/)</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<!-- section 1 -->
|
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgPath="img/ourverse.jpeg" bgStyle="full") %}
|
|
||||||
|
|
||||||
## OurVerse
|
|
||||||
|
|
||||||
### A New Internet System for Search, Knowledge, & More.
|
|
||||||
|
|
||||||
<button>[Website](https://ourverse.tf)</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<!-- section 1 -->
|
|
||||||
|
|
||||||
{% row(style="center narrow" margin="header" bgPath="img/phone.jpeg" bgStyle="full") %}
|
|
||||||
|
|
||||||
## OurPhone
|
|
||||||
|
|
||||||
### A Decentralized, Secure, & Sovereign Smartphone.
|
|
||||||
|
|
||||||
<button>[Website](https://ourphone.tf/)</button>
|
|
||||||
|
|
||||||
{% end %}
|
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
.bg_color{
|
|
||||||
background-color: rgb(233 233 233 / 50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
Before Width: | Height: | Size: 460 KiB |
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Hero"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 4
|
|
||||||
template: "layouts/hero.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- see ventures/hero.html -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 840 KiB |
Before Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 3.7 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 644 KiB |
Before Width: | Height: | Size: 3.0 MiB |
Before Width: | Height: | Size: 298 KiB |
Before Width: | Height: | Size: 774 KiB |
@@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Ventures"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 3
|
|
||||||
template: "layouts/portfolio.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!--
|
|
||||||
This page is designed by combining specific 'block' (partial html pages) together.
|
|
||||||
To edit the page content, please go to the partial html files listed below.
|
|
||||||
PORTFOLIO PAGE (layouts/portfolio.html) contains:
|
|
||||||
|
|
||||||
1. Portfolio Section: "partials/portfolio2.html"
|
|
||||||
2. Quote Section: "partials/quote.html"
|
|
||||||
|
|
||||||
---
|
|
||||||
Extras:
|
|
||||||
1. header: "partials/header_custom.html"
|
|
||||||
2. footer: "partials/footer.html"
|
|
||||||
-->
|
|
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 5.3 MiB |
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: "ODEZ"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 4
|
|
||||||
template: "layouts/odez.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- see partials/company.html -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 462 KiB |
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: "OurPhone"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 4
|
|
||||||
template: "layouts/ourphone.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- see partials/company.html -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 2.4 MiB |
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Hero"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 4
|
|
||||||
template: "layouts/sikana.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- see ventures/hero.html -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 1.1 MiB |
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: "ODEZ"
|
|
||||||
description: ""
|
|
||||||
date: 2018-09-14
|
|
||||||
updated: 2021-02-20
|
|
||||||
draft: false
|
|
||||||
weight: 4
|
|
||||||
template: "layouts/threefold.html"
|
|
||||||
---
|
|
||||||
|
|
||||||
<!-- see partials/company.html -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@@ -40,15 +40,30 @@ code {
|
|||||||
@apply text-gray-400;
|
@apply text-gray-400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-blue-light {
|
/* Custom blue text color classes */
|
||||||
@apply text-blue-500;
|
.text-blue-50 { color: #eff6ff; }
|
||||||
}
|
.text-blue-100 { color: #dbeafe; }
|
||||||
|
.text-blue-200 { color: #bfdbfe; }
|
||||||
|
.text-blue-300 { color: #93c5fd; }
|
||||||
|
.text-blue-400 { color: #60a5fa; }
|
||||||
|
.text-blue-500 { color: #3b82f6; }
|
||||||
|
.text-blue-600 { color: #2563eb; }
|
||||||
|
.text-blue-700 { color: #1d4ed8; }
|
||||||
|
.text-blue-800 { color: #1e40af; }
|
||||||
|
.text-blue-900 { color: #1e3a8a; }
|
||||||
|
|
||||||
|
/* Custom blue background color classes */
|
||||||
|
.bg-blue-50 { background-color: #eff6ff; }
|
||||||
|
.bg-blue-100 { background-color: #dbeafe; }
|
||||||
|
.bg-blue-200 { background-color: #bfdbfe; }
|
||||||
|
.bg-blue-300 { background-color: #93c5fd; }
|
||||||
|
.bg-blue-400 { background-color: #60a5fa; }
|
||||||
|
.bg-blue-500 { background-color: #3b82f6; }
|
||||||
|
.bg-blue-600 { background-color: #2563eb; }
|
||||||
|
.bg-blue-700 { background-color: #0160ee; }
|
||||||
|
.bg-blue-800 { background-color: #1e40af; }
|
||||||
|
.bg-blue-900 { background-color: #1e3a8a; }
|
||||||
|
|
||||||
.text-blue-dark {
|
|
||||||
/* for dark mode
|
|
||||||
@apply text-blue-200;
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-shadow-titles {
|
.text-shadow-titles {
|
||||||
text-shadow: 4px 4px 2px #000;
|
text-shadow: 4px 4px 2px #000;
|
||||||
|
10238
output.css
Normal file
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 22 KiB |
BIN
static/images/benefits.webp
Normal file
After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 KiB |
1
static/images/logo.svg
Normal file
After Width: | Height: | Size: 5.8 KiB |
1
static/images/odfz.svg
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 5.4 KiB |
BIN
static/images/presale.jpg
Normal file
After Width: | Height: | Size: 366 KiB |
@@ -12,13 +12,15 @@
|
|||||||
{{page.content | safe}}
|
{{page.content | safe}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include "partials/about1.html" %}
|
||||||
|
|
||||||
{% include "partials/about.html" %}
|
{% include "partials/about.html" %}
|
||||||
|
|
||||||
{% include "partials/feature.html" %}
|
{% include "partials/feature.html" %}
|
||||||
|
|
||||||
{% include "partials/stats.html" %}
|
{% include "partials/benefits.html" %}
|
||||||
|
|
||||||
{% include "partials/ventures.html" %}
|
{% include "partials/blogs.html" %}
|
||||||
|
{% include "partials/presale.html" %}
|
||||||
{% include "partials/quote.html" %}
|
{% include "partials/faq.html" %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
@@ -11,6 +11,5 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include "partials/contact.html" %}
|
{% include "partials/contact.html" %}
|
||||||
{% include "partials/quote.html" %}
|
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
@@ -20,7 +20,7 @@
|
|||||||
<h1 class="tracking-tight text-5xl text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal">
|
<h1 class="tracking-tight text-5xl text-left text-2xl sm:text-3xl md:text-4xl lg:text-5xl fw-500 leading-snug font-normal">
|
||||||
{{category | replace(from='-', to=' ' ) | title}}
|
{{category | replace(from='-', to=' ' ) | title}}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="text-xl text-gray-800">
|
<div class="text-xl text-gray-600">
|
||||||
{{ paginator.total_pages ~ " People"}}
|
{{ paginator.total_pages ~ " People"}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -83,7 +83,7 @@
|
|||||||
{% set author = get_page(path=author_path) %}
|
{% set author = get_page(path=author_path) %}
|
||||||
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
|
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
|
||||||
<span>
|
<span>
|
||||||
<a href="{{author.permalink}}" tooltip="{{author.title}}" class="hover:underline text-gray-800">{{ author.title }}</a>
|
<a href="{{author.permalink}}" tooltip="{{author.title}}" class="hover:underline text-gray-600">{{ author.title }}</a>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@@ -1,56 +1,47 @@
|
|||||||
<!-- section 2 page templates -->
|
<div class="relative isolate overflow-hidden bg-white lg:py-24 py-16">
|
||||||
|
<div class="mx-auto max-w-7xl px-6 bg-white">
|
||||||
<div class="relative isolate overflow-hidden bg-black text-white lg:py-24 py-16">
|
|
||||||
<div class="mx-auto max-w-7xl px-6">
|
|
||||||
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
|
|
||||||
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
|
||||||
</div>
|
|
||||||
<div class="mx-auto max-w-2xl lg:mx-0">
|
<div class="mx-auto max-w-2xl lg:mx-0">
|
||||||
<h2 class="text-base font-semibold leading-8 text-indigo-400">ABOUT</h2>
|
<h2 class="text-base font-semibold leading-8 text-blue-600">FEATURES</h2>
|
||||||
<p class="mt-2 text-2xl font-bold tracking-tight text-white sm:text-4xl">Where innovation meets independence <br>and sustainability-driven success.</p>
|
<p class="mt-2 text-2xl font-bold tracking-tight text-black sm:text-4xl">🌍 Why Choose a Digital FreeZone</p>
|
||||||
<p class="mt-8 text-base font-light lg:text-xl"><b>OurWorld</b> is an organization dedicated to empowering startups with the resources and support they need to revolutionize the future.</p>
|
<p class="mt-8 text-base font-light lg:text-xl text-gray-600">Our automated onboarding process, will ensure compliance with KYC and AML regulations at ease and efficiency.</p>
|
||||||
</div>
|
</div>
|
||||||
<dl class="mt-6 grid grid-cols-1 gap-8 sm:mt-16 sm:grid-cols-2 lg:grid-cols-2">
|
<dl class="mt-6 lg:mt-6 grid grid-cols-1 gap-8 sm:mt-16 sm:grid-cols-2 lg:grid-cols-2">
|
||||||
<div class="flex flex-col-reverse px-6 py-2">
|
<div class="flex flex-col-reverse px-6 py-2">
|
||||||
<dt class="text-base leading-7 text-gray-300">Unlock unparalleled financial support for diverse, forward-thinking projects, focusing on cutting-edge technologies that benefit both the environment and society.</dt>
|
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">A digital free zone fosters effortless collaboration among individuals and organizations by eliminating intermediaries.</dt>
|
||||||
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 rounded-md bg-white text-black p-1">
|
<span class="leading-6">🔹Fully Automated Onboarding</span>
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125" />
|
|
||||||
</svg>
|
|
||||||
<span class="ml-4">A Funding Platform</span>
|
|
||||||
</dd>
|
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col-reverse px-6 py-2">
|
<div class="flex flex-col-reverse px-6 py-2">
|
||||||
<dt class="text-base leading-7 text-gray-300">Harness the power of our advanced technological platform, designed to grant individuals complete digital sovereignty. This is the bedrock of innovation and independent growth.</dt>
|
<dt class="text-base font-light leading-tight smt-4 lg:mt-2 text-gray-600">Seamlessly manage both fiat and digital currencies with our comprehensive banking solutions compatible with Web3 technologies.</dt>
|
||||||
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 rounded-md bg-white text-black p-1">
|
<span class="leading-6">🔹 Banking & Web3 Compatible</span>
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.926 14.926 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.927 14.927 0 0 0-2.58 5.84m2.699 2.7c-.103.021-.207.041-.311.06a15.09 15.09 0 0 1-2.448-2.448 14.9 14.9 0 0 1 .06-.312m-2.24 2.39a4.493 4.493 0 0 0-1.757 4.306 4.493 4.493 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" />
|
|
||||||
</svg>
|
|
||||||
<span class="ml-4">Technological Empowerment</span>
|
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col-reverse px-6 py-2">
|
<div class="flex flex-col-reverse px-6 py-2">
|
||||||
<dt class="text-base leading-7 text-gray-300">Experience true independence with our integrated system offering legal and financial freedom. Through innovative structures like free zones, we create a fertile ground for your business to flourish.</dt>
|
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">Experience hassle-free business operations, as we provide built-in legal and tax settlement services, simplifying legal obligations.</dt>
|
||||||
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 rounded-md bg-white text-black p-1">
|
<span class="leading-6">🔹 Built-in Legal & Tax Settlement</span>
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3v17.25m0 0c-1.472 0-2.882.265-4.185.75M12 20.25c1.472 0 2.882.265 4.185.75M18.75 4.97A48.416 48.416 0 0 0 12 4.5c-2.291 0-4.545.16-6.75.47m13.5 0c1.01.143 2.01.317 3 .52m-3-.52 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.988 5.988 0 0 1-2.031.352 5.988 5.988 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L18.75 4.971Zm-16.5.52c.99-.203 1.99-.377 3-.52m0 0 2.62 10.726c.122.499-.106 1.028-.589 1.202a5.989 5.989 0 0 1-2.031.352 5.989 5.989 0 0 1-2.031-.352c-.483-.174-.711-.703-.59-1.202L5.25 4.971Z" />
|
|
||||||
</svg>
|
|
||||||
<span class="ml-4">Legal & Financial Autonomy</span>
|
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col-reverse px-6 py-2">
|
<div class="flex flex-col-reverse px-6 py-2">
|
||||||
<dt class="text-base leading-7 text-gray-300">Benefit from our holistic infrastructure that supports financial, educational- tailored to ensure that every startup within our venture ecosystem can thrive and grow sustainably.</dt>
|
<dt class="text-base font-light leading-tight lg:mt-2 text-gray-600">Ourworld FreeZone offers cost-effective and flexible company licenses, making it easier to kickstart your entrepreneurial journey.</dt>
|
||||||
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="h-6 w-6 rounded-md bg-white text-black p-1">
|
<span class="leading-6">🔹 Affordable & Flexible Licenses</span>
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99" />
|
</dd>
|
||||||
</svg>
|
</div>
|
||||||
<span class="ml-4">Life Supporting Infrastructure</span>
|
<div class="flex flex-col-reverse px-6 py-2">
|
||||||
|
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">Ourworld FreeZone empowers businesses to operate within an independent economic environment, fostering growth and prosperity.</dt>
|
||||||
|
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||||
|
<span class="leading-6">🔹 Autonomous Economic Jurisdiction</span>
|
||||||
|
</dd>
|
||||||
|
</div>
|
||||||
|
<div class="flex flex-col-reverse px-6 py-2">
|
||||||
|
<dt class="text-base font-light leading-tight mt-4 lg:mt-2 text-gray-600">Your Privacy, Your Data, Your Security. Our Quantum Safe Storage will empower you to safeguard your digital information.</dt>
|
||||||
|
<dd class="text-xl font-semibold leading-9 tracking-tight flex items-center gap-4"> <!-- Increased gap here -->
|
||||||
|
<span class="leading-6">🔹 Powered by Autonomous Data Tech</span>
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
</dl>
|
</dl>
|
||||||
<div class="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]" aria-hidden="true">
|
|
||||||
<div class="relative left-[calc(50%+3rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%+36rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
38
templates/partials/about1.html
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<div class="relative isolate overflow-hidden py-12 bg-blue-100 mx-auto">
|
||||||
|
<div class="flex flex-col justify-center items-center max-w-2xl mx-auto py-16 px-4 lg:px-0 text-center h-full">
|
||||||
|
<div class="text-center">
|
||||||
|
<h1 class="mt-4 text-3xl lg:text-4xl font-bold leading-8 tracking-tight text-black mb-4">🏛️ About ODFZ</h1>
|
||||||
|
<p class="mt-6 text-lg lg:text-xl mx-2 leading-8 text-gray-600 font-light"><span class="font-semibold">OurWorld Digital FreeZone</span> offer cutting-edge digital infrastructure, simplified financial transactions, and competitive tax structures to foster innovation and economic growth. With a clear regulatory framework and robust dispute resolution, we ensure a stable environment for businesses to thrive, removing complexity and enabling effortless global expansion.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
html, body {
|
||||||
|
margin: 0;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.relative.isolate.overflow-hidden.h-screen {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Custom styles for smaller font, margin adjustments, and line spacing for mobile */
|
||||||
|
@media (max-width: 640px) {
|
||||||
|
h1 {
|
||||||
|
font-size: 2rem; /* Smaller font for mobile */
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.25rem; /* Smaller font for mobile */
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 1rem; /* Smaller font for mobile */
|
||||||
|
margin-left: 1rem; /* Margin left for mobile */
|
||||||
|
margin-right: 1rem; /* Margin right for mobile */
|
||||||
|
line-height: 1.5; /* Smaller line spacing */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
57
templates/partials/benefits.html
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
<!-- Hero Section -->
|
||||||
|
<div class="relative bg-white">
|
||||||
|
<div class="mx-auto max-w-7xl px-4 grid grid-cols-1 lg:grid-cols-2 gap-4 lg:gap-8 items-start py-12">
|
||||||
|
<!-- Left Column (Image Section) -->
|
||||||
|
<div class="relative overflow-hidden lg:h-full">
|
||||||
|
<div class="image-container">
|
||||||
|
<img class="object-cover w-full h-full rounded-md mx-1" src="/images/benefits.webp" alt="Image description">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Right Column (Text Section) -->
|
||||||
|
<div class="relative sm:py-24 lg:py-12 lg:px-8 px-4">
|
||||||
|
<div class="max-w-xl mx-auto">
|
||||||
|
<h2 class="text-base font-semibold leading-7 text-blue-600">BENEFITS</h2>
|
||||||
|
<p class="mt-2 text-3xl font-bold tracking-tight text-black sm:text-4xl">✅ Simple. Streamlined.</p>
|
||||||
|
<div class="mt-4 font-light text-lg leading-7 tracking-tight text-gray-600">
|
||||||
|
<p class="text-base font-light lg:text-xl text-gray-600 mb-10 mt-6">For the entrepreneur, the digital nomad, or any company, we provide a revolutionary platform where you can obtain a digital company license, a bank account supporting both fiat and cryptocurrencies, and handle your legal requirements and taxes, all within a single, streamlined platform. <br><br>
|
||||||
|
Say goodbye to complexities and hello to a new era of simplicity and efficiency, empowering your business to thrive like never before.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="mt-10 flex lg:gap-x-6 gap-x-3">
|
||||||
|
<a href="/about" class="rounded-xl bg-blue-700 px-4 py-2.5 lg:text-base text-sm font-semibold text-white shadow-sm hover:bg-blue-800 hover:text-blue-200 transition-colors duration-300">
|
||||||
|
Get Started
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/about" class="rounded-xl border border-gray-800 border-r-2 px-4 py-2.5 font-medium text-gray-900 bg-transparent hover:bg-white hover:text-blue-700 transition-all duration-300">
|
||||||
|
Learn More →
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.image-container {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
width: 90%;
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-container::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 90%;
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Reset margin and padding for the entire page if needed */
|
||||||
|
body, html {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
</style>
|
@@ -1,13 +1,13 @@
|
|||||||
<div class="bg-white lg:py-24 py-16">
|
<div class="bg-blue-100 py-24">
|
||||||
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
<div class="mx-auto max-w-7xl px-6 lg:px-8">
|
||||||
<div class="mx-auto max-w-2xl text-center">
|
<div class="mx-auto max-w-3xl text-center">
|
||||||
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
|
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
|
||||||
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl pt-8">From the Blog</h2>
|
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl pt-8">📰 Stay Informed with ODFZ's Blog</h2>
|
||||||
<p class="mt-2 text-lg leading-8 text-gray-600">The latest news and updates from <b>OurWorld</b>.</p>
|
<p class="text-lg lg:leading-8 leading-6 font-light mt-6 lg:mx-20 mx-4 text-gray-600">Explore our comprehensive collection of insightful articles and the latest news updates about OurWorld Digital Freezone's ongoing and upcoming developments. Stay informed with exclusive insights into our innovative projects and initiatives shaping the future of digital environments.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="mx-auto pt-8 lg:pt-16 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-3">
|
<div class="mx-auto pt-8 lg:pt-16 grid max-w-2xl grid-cols-1 gap-x-8 lg:gap-y-12 gap-y-16 lg:mx-0 lg:max-w-none lg:grid-cols-3">
|
||||||
<article class="flex flex-col items-start justify-between">
|
<article class="flex flex-col items-start justify-between">
|
||||||
<div class="relative w-full mt-4">
|
<div class="relative w-full mt-4">
|
||||||
<img src="/newsroom/ourworldfreezone/ourworldfreezone.png" alt="" class="aspect-[16/9] w-full rounded-xl bg-gray-100 object-cover sm:aspect-[2/1] lg:aspect-[3/2]">
|
<img src="/newsroom/ourworldfreezone/ourworldfreezone.png" alt="" class="aspect-[16/9] w-full rounded-xl bg-gray-100 object-cover sm:aspect-[2/1] lg:aspect-[3/2]">
|
||||||
@@ -23,18 +23,7 @@
|
|||||||
🗞 In the News – OurWorld Digital FreeZone
|
🗞 In the News – OurWorld Digital FreeZone
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">IPPMEDIA covered some details about our collaboration with the Revolutionary Government of Zanzibar with our latest project of Digital Freezone...</p>
|
<p class="mt-5 line-clamp-3 text-sm leading-6 font-light text-gray-600">IPPMEDIA covered some details about our collaboration with the Revolutionary Government of Zanzibar with our latest project of Digital Freezone...</p>
|
||||||
</div>
|
|
||||||
<div class="relative mt-6 mb-2 lg:mb-6 flex items-center gap-x-4">
|
|
||||||
<img src="/people/sam-taggart/sam_taggart.jpg" alt="" class="w-6 h-6 rounded-full bg-gray-100">
|
|
||||||
<div class="flex flex-col text-sm leading-6">
|
|
||||||
<p class="flex items-center font-semibold text-gray-900">
|
|
||||||
<a href="#" class="flex items-center space-x-2">
|
|
||||||
<span class="absolute inset-0"></span>
|
|
||||||
<span class="text-base">Sam Taggart</span>
|
|
||||||
<span class="text-gray-600 text-sm">| Project Contributor</span>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
@@ -53,19 +42,7 @@
|
|||||||
🌍 African Regenerative Cities Summit
|
🌍 African Regenerative Cities Summit
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">Learn about the summit we hosted this past weekend in Zanzibar to unite innovators and investors to support Africa's future...</p>
|
<p class="mt-5 line-clamp-3 text-sm leading-6 font-light text-gray-600">Learn about the summit we hosted this past weekend in Zanzibar to unite innovators and investors to support Africa's future...</p>
|
||||||
</div>
|
|
||||||
<div class="relative mt-6 mb-2 lg:mb-6 flex items-center gap-x-4">
|
|
||||||
<img src="/people/sam-taggart/sam_taggart.jpg" alt="" class="w-6 h-6 rounded-full bg-gray-100">
|
|
||||||
<div class="flex flex-col text-sm leading-6">
|
|
||||||
<p class="flex items-center font-semibold text-gray-900">
|
|
||||||
<a href="#" class="flex items-center space-x-2">
|
|
||||||
<span class="absolute inset-0"></span>
|
|
||||||
<span class="text-base">Sam Taggart</span>
|
|
||||||
<span class="text-gray-600 text-sm">| Project Contributor</span>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
@@ -84,19 +61,7 @@
|
|||||||
🗓 ThreeFold Team @ Zuzalu 2023
|
🗓 ThreeFold Team @ Zuzalu 2023
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">Some of the team is at the New Cities & Network States event at Zuzalu, where our founder, Kristof de Spiegeleer will be speaking....</p>
|
<p class="mt-5 line-clamp-3 text-sm leading-6 font-light text-gray-600">Some of the team is at the New Cities & Network States event at Zuzalu, where our founder, Kristof de Spiegeleer will be speaking....</p>
|
||||||
</div>
|
|
||||||
<div class="relative mt-6 mb-2 lg:mb-6 flex items-center gap-x-4">
|
|
||||||
<img src="/people/sam-taggart/sam_taggart.jpg" alt="" class="w-6 h-6 rounded-full bg-gray-100">
|
|
||||||
<div class="flex flex-col text-sm leading-6">
|
|
||||||
<p class="flex items-center font-semibold text-gray-900">
|
|
||||||
<a href="#" class="flex items-center space-x-2">
|
|
||||||
<span class="absolute inset-0"></span>
|
|
||||||
<span class="text-base">Sam Taggart</span>
|
|
||||||
<span class="text-gray-600 text-sm">| Project Contributor</span>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,22 +1,23 @@
|
|||||||
<div class="relative isolate overflow-hidden bg-black text-white lg:py-12 py-16">
|
<div class="relative isolate overflow-hidden bg-white lg:py-24 py-16">
|
||||||
<div class="mx-auto max-w-7xl px-6">
|
<div class="mx-auto max-w-7xl px-6">
|
||||||
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
|
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true">
|
||||||
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#ff80b5] to-[#9089fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
<div class="relative left-[calc(50%-11rem)] aspect-[1155/678] w-[36.125rem] -translate-x-1/2 rotate-[30deg] bg-gradient-to-tr from-[#4a98ff] to-[#89b7fc] opacity-20 sm:left-[calc(50%-30rem)] sm:w-[72.1875rem]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mx-auto grid max-w-7xl grid-cols-1 lg:grid-cols-2">
|
<div class="mx-auto grid max-w-7xl grid-cols-1 lg:grid-cols-2">
|
||||||
<!-- Left Column: Text Content and Form -->
|
<!-- Left Column: Text Content and Form -->
|
||||||
<div class="relative px-6 pb-20 pt-24 sm:pt-32 lg:static lg:px-8">
|
<div class="relative px-6 pb-20 pt-12 sm:pt-32 lg:static lg:px-8">
|
||||||
<div class="mx-auto max-w-xl lg:mx-0 lg:max-w-lg">
|
<div class="mx-auto max-w-xl lg:mx-0 lg:max-w-lg">
|
||||||
<div class="absolute inset-y-0 left-0 -z-10 w-full overflow-hidden ring-1 ring-white/5 lg:w-1/2">
|
<div class="absolute inset-y-0 left-0 -z-10 w-full overflow-hidden ring-1 ring-white/5 lg:w-1/2">
|
||||||
<!-- Placeholder for decorative SVG or background -->
|
<!-- Placeholder for decorative SVG or background -->
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-3xl font-bold tracking-tight text-white">Get in touch</h2>
|
<h2 class="text-base font-semibold leading-7 text-blue-600">CONTACT US</h2>
|
||||||
<p class="mt-6 text-lg leading-8 text-gray-300">At OurWorld, we value your feedback and inquiries. Whether you're interested in our ventures, have questions about our technologies, or want to collaborate, we're here to connect. Reach out to us today and let's build a better digital future together.</p>
|
<h2 class="mt-2 text-3xl font-bold tracking-tight text-blac">📬 Get in touch</h2>
|
||||||
<dl class="mt-10 space-y-4 text-base leading-7 text-gray-300">
|
<p class="mt-6 text-lg leading-8 text-gray-600">At OurWorld Digital FreeZone (ODFZ), we are eager to hear from you! Whether you have questions about our innovative platform and programs, need assistance with onboarding, or are interested in exploring collaboration opportunities, we are here to help. .</p>
|
||||||
|
<dl class="mt-10 space-y-4 text-base leading-7 text-gray-600">
|
||||||
<div class="flex gap-x-4">
|
<div class="flex gap-x-4">
|
||||||
<dt class="flex-none">
|
<dt class="flex-none">
|
||||||
<span class="sr-only">Address</span>
|
<span class="sr-only">Address</span>
|
||||||
<svg class="h-7 w-6 text-gray-400" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
<svg class="h-7 w-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008z" />
|
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008zm0 3h.008v.008h-.008v-.008z" />
|
||||||
</svg>
|
</svg>
|
||||||
</dt>
|
</dt>
|
||||||
@@ -25,15 +26,17 @@
|
|||||||
<div class="flex gap-x-4">
|
<div class="flex gap-x-4">
|
||||||
<dt class="flex-none">
|
<dt class="flex-none">
|
||||||
<span class="sr-only">Email</span>
|
<span class="sr-only">Email</span>
|
||||||
<svg class="h-7 w-6 text-gray-400" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
<svg class="h-7 w-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" />
|
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" />
|
||||||
</svg>
|
</svg>
|
||||||
</dt>
|
</dt>
|
||||||
<dd><a class="hover:text-white" href="mailto:info@ourworld.tf"><u>info@ourworld.tf</u></a></dd>
|
<dd><a class="hover:text-gray-600" href="mailto:info@ourworld.tf"><u>info@ourworld.tf</u></a></dd>
|
||||||
</div>
|
</div>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Right Column: Video -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
31
templates/partials/faq.html
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
<div class="bg-blue-50">
|
||||||
|
<div class="mx-auto max-w-7xl px-6 py-16 sm:py-24 lg:px-8">
|
||||||
|
<h2 class="text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">🔎 Frequently Asked Questions</h2>
|
||||||
|
|
||||||
|
<p class="mt-6 max-w-2xl text-base leading-7 text-gray-600">Have a different question and can’t find the answer you’re looking for? Reach out to our support team by <a href="mailto:info@ourworld.tf" class="font-semibold text-blue-600 hover:text-blue-500">sending us an email</a> and we’ll get back to you as soon as we can.</p>
|
||||||
|
|
||||||
|
<div class="mt-10">
|
||||||
|
<dl class="grid lg:grid-cols-2 grid-cols-1 gap-x-6 lg:gap-y-8 gap-y-6 lg:gap-x-10">
|
||||||
|
<div>
|
||||||
|
<dt class="mt-6 text-lg font-semibold leading-7 text-gray-900">➡ What is OurWorld Digital FreeZone?</dt>
|
||||||
|
<dd class="mt-2 text-base leading-tight font-light text-gray-600">OurWorld Digital FreeZone is the world's first 100% digital free zone, designed to simplify and enhance business operations through advanced digital infrastructure. Strategically located in Zanzibar, it offers businesses seamless access to regional and global markets, fostering innovation and economic growth.</dd>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<dt class="mt-6 text-lg font-semibold leading-7 text-gray-900">➡ What are the benefits of operating within OurWorld Digital FreeZone?</dt>
|
||||||
|
<dd class="mt-2 text-base leading-tight font-light text-gray-600">Businesses within OurWorld Digital FreeZone enjoy numerous benefits, including reduced tax burdens, streamlined financial transactions, and a supportive regulatory environment. The digital infrastructure facilitates efficient collaboration and global expansion, making it an ideal hub for ecommerce and service providers.</dd>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<dt class="mt-6 text-lg font-semibold leading-7 text-gray-900">➡ How does OurWorld Digital FreeZone support financial transactions?</dt>
|
||||||
|
<dd class="mt-2 text-base leading-tight font-light text-gray-600">OurWorld Digital FreeZone offers a frictionless banking environment, enabling businesses to send and receive money effortlessly. This reduces the complexities and fees associated with traditional banking systems, ensuring smooth financial operations.</dd>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<dt class="mt-6 text-lg font-semibold leading-7 text-gray-900">➡ What makes Zanzibar an ideal location for a digital free zone?</dt>
|
||||||
|
<dd class="mt-2 text-base leading-tight font-light text-gray-600">Zanzibar's strategic location at the crossroads of Africa and the Indian Ocean provides a culturally rich environment and exceptional access to regional and global markets. Combined with Tanzania's robust economic growth and proactive business-friendly policies, Zanzibar is an emerging hub for innovation and investment in East Africa.</dd>
|
||||||
|
</div>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
@@ -1,42 +1,53 @@
|
|||||||
<div class="bg-white pt-16 py-16 mx-12 lg:py-24 relative">
|
<div class="bg-white pb-24 pt-12 relative">
|
||||||
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
|
||||||
<div class="absolute inset-x-0 top-1/2 -z-10 -translate-y-1/2 transform-gpu overflow-hidden opacity-20 blur-3xl w-1/3 mx-auto" aria-hidden="true">
|
|
||||||
<div class="aspect-[1313/771] w-full bg-gradient-to-tr from-[#ff80b5] to-[#9089fc]" style="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%)"></div>
|
|
||||||
</div>
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-bold tracking-tight text-gray-900 lg:mb-2">The Foundation of Every Venture</h2>
|
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-bold tracking-tight text-gray-900 lg:mb-2">🇹🇿 Why Zanzibar?</h2>
|
||||||
<p class="text-base font-medium lg:text-xl text-gray-500 lg:mb-8 lg:mt-2 mt-2 mb-4">Core Principles Guiding Our Vision for Building Successful Ventures.</p>
|
<p class="text-base font-light lg:text-xl text-gray-600 mb-10 mt-6">With proactive business-friendly policies and Tanzania's robust economic growth, <br>Zanzibar emerges as a promising hub for innovation and investment in East Africa.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-4 bg-white border border-gray-200 rounded-lg overflow-hidden">
|
<div class="mt-2 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 bg-white border border-gray-200 rounded-lg overflow-hidden">
|
||||||
<!-- Feature 1 -->
|
<!-- Feature 1 -->
|
||||||
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
|
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
|
||||||
<img src="images/planet.png" alt="Icon 1" class="mb-2 h-16 w-16">
|
<svg width="1em" height="1em" viewBox="0 0 48 48" class="w-12 h-12 mb-6 text-primary">
|
||||||
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Planet First</h3>
|
<g fill="#009688">
|
||||||
<p class="text-base text-gray-500 mb-4"> Build in ways that respect and protect natural resources. </p>
|
<path d="M22 35h4v11h-4z"></path>
|
||||||
|
<path d="m24 29.6l7 8.4H17z"></path>
|
||||||
|
</g>
|
||||||
|
<g fill="#009688">
|
||||||
|
<path d="M22 2h4v11h-4z"></path>
|
||||||
|
<path d="M24 18.4L17 10h14z"></path>
|
||||||
|
</g>
|
||||||
|
<g fill="#009688">
|
||||||
|
<path d="M2 22h11v4H2z"></path>
|
||||||
|
<path d="M18.4 24L10 31V17z"></path>
|
||||||
|
</g>
|
||||||
|
<g fill="#009688">
|
||||||
|
<path d="M35 22h11v4H35z"></path>
|
||||||
|
<path d="m29.6 24l8.4-7v14z"></path>
|
||||||
|
</g>
|
||||||
|
<circle cx="24" cy="24" r="3" fill="#F44336"></circle>
|
||||||
|
</svg>
|
||||||
|
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Strategic Location</h3>
|
||||||
|
<p class="text-base font-light text-gray-600 mb-4">Situated at the intersection of Africa and the Indian Ocean, Zanzibar boasts a rich cultural heritage and provides convenient access to both regional and global markets.</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Feature 2 -->
|
<!-- Feature 2 -->
|
||||||
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:mx-h-2 sm:border-r border-gray-200">
|
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:mx-h-2 sm:border-r border-gray-200">
|
||||||
<img src="images/people.png" alt="Icon 2" class="mb-2 h-16 w-16">
|
<svg width="1em" height="1em" viewBox="0 0 48 48" class="w-12 h-12 mb-6 text-primary">
|
||||||
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">People First</h3>
|
<path d="M26 2L10 20h8v16l16-18h-8z" fill="#FFEB3B"></path>
|
||||||
<p class="text-base text-gray-500 mb-4">Ensure equality and equity in our ecosystem.</p>
|
</svg>
|
||||||
|
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Rapid Economic Growth</h3>
|
||||||
|
<p class="text-base font-light text-gray-600 mb-4">In recent years, Tanzania has maintained a robust economic growth rate averaging 6-7% annually, underscoring its strong economic potential and stability.</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- Feature 3 -->
|
<!-- Feature 3 -->
|
||||||
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
|
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
|
||||||
<img src="images/open.png" alt="Icon 3" class="mb-2 h-16 w-16">
|
<svg width="1em" height="1em" viewBox="0 0 48 48" class="w-12 h-12 mb-6 text-primary">
|
||||||
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Open Source</h3>
|
<path fill="#00BCD4" d="M19 22h10v20H19zM32 8h10v34H32zM6 30h10v12H6z"></path>
|
||||||
<p class="text-base text-gray-500 mb-4">Promote collaborative development across all our projects.</p>
|
<g fill="#3F51B5">
|
||||||
</div>
|
<path d="m11 8l10 10V8z"></path>
|
||||||
<!-- Feature 4 -->
|
<path d="m9.394 22.437l-2.828-2.828l9.969-9.969l2.828 2.828z"></path>
|
||||||
<div class="flex flex-col items-start p-6 text-left border-b sm:border-b-0 sm:border-r border-gray-200">
|
</g>
|
||||||
<img src="images/authentic.png" alt="Icon 4" class="mb-2 h-16 w-16">
|
</svg>
|
||||||
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Authenticity</h3>
|
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Business-Friendly Policies</h3>
|
||||||
<p class="text-base text-gray-500 mb-4">Uphold an ethos of transparency and trust.</p>
|
<p class="text-base text-gray-600 font-light mb-4">Tanzania was recognized among the top 10 most improved economies globally in 2020 by the World Bank, demonstrating a proactive approach in adapting agile business policies..</p>
|
||||||
</div>
|
|
||||||
<!-- Feature 5 -->
|
|
||||||
<div class="flex flex-col items-start p-6 text-left">
|
|
||||||
<img src="images/simple.png" alt="Icon 5" class="mb-2 h-16 w-16">
|
|
||||||
<h3 class="text-lg sm:text-xl font-semibold text-gray-900 mb-2">Simplicity</h3>
|
|
||||||
<p class="text-base text-gray-500 mb-4">Eliminate design complexities to foster rapid progress.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
{% set author_path = 'people/' ~ author ~ '/index.md' %}
|
{% set author_path = 'people/' ~ author ~ '/index.md' %}
|
||||||
{% set author = get_page(path=author_path) %}
|
{% set author = get_page(path=author_path) %}
|
||||||
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
|
{% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %}
|
||||||
<a href="{{author.permalink}}" tooltip="{{author.title}}" class="capitalize text-gray-800"> <img
|
<a href="{{author.permalink}}" tooltip="{{author.title}}" class="capitalize text-gray-600"> <img
|
||||||
src="{{ author_img }}" alt="{{ author.title }}" class="
|
src="{{ author_img }}" alt="{{ author.title }}" class="
|
||||||
inline-flex
|
inline-flex
|
||||||
w-8
|
w-8
|
||||||
|
@@ -3,25 +3,15 @@
|
|||||||
|
|
||||||
<div class="border-t border-gray-200"></div>
|
<div class="border-t border-gray-200"></div>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="mx-auto pt-4 pb-2 text-center">
|
<div class="max-w-screen-2xl mx-auto lg:py-4 py-4 sm:px-6 lg:px-8">
|
||||||
<div class="mt-2 mb-4 flex justify-center space-x-10">
|
<div class="flex flex-col xl:flex-row xl:gap-4 items-center">
|
||||||
<a href="https://www.linkedin.com/company/ourworld-ventures/" class="text-gray-400 hover:text-gray-500">
|
<div class="space-y-8 lg:max-w-sm xl:max-w-sm lg:mr-8 mb-4 xl:col-span-1 text-center xl:text-left">
|
||||||
<span class="sr-only">LinkedIn</span>
|
<img class="lg:w-60 h-auto w-20 mx-auto" src="./images/odfz.svg" alt="logo" />
|
||||||
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
|
||||||
<path fill-rule="evenodd" d="M20.447 20.452H17.21v-5.414c0-1.291-.024-2.955-1.8-2.955-1.803 0-2.079 1.405-2.079 2.86v5.509H9.096V9.467h3.103v1.503h.043c.431-.818 1.48-1.68 3.046-1.68 3.257 0 3.86 2.144 3.86 4.931v6.231zM6.281 8.186c-1.035 0-1.875-.84-1.875-1.875s.84-1.875 1.875-1.875 1.875.84 1.875 1.875-1.84 1.875-1.875 1.875zM7.923 20.452H4.639V9.467h3.284v10.985zM22.225 0H1.771C.792 0 0 .785 0 1.753v20.495C0 23.215.792 24 1.771 24h20.451C23.207 24 24 23.215 24 22.248V1.753C24 .785 23.207 0 22.225 0z" clip-rule="evenodd"/>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
<a href="mailto:info@ourworld.tf" class="text-gray-400 hover:text-gray-500">
|
|
||||||
<span class="sr-only">Mail</span>
|
|
||||||
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
|
||||||
<path fill-rule="evenodd" d="M1.5 4.5h21v15h-21v-15zm21-1.5h-21C.672 3 0 3.672 0 4.5v15c0 .828.672 1.5 1.5 1.5h21c.828 0 1.5-.672 1.5-1.5v-15c0-.828-.672-1.5-1.5-1.5zM3 6.928l7.928 5.54a1.5 1.5 0 001.744 0L21 6.928V6H3v.928zm18 1.557l-6.86 4.794a3.5 3.5 0 01-4.28 0L3 8.485v9.015h18V8.485z" clip-rule="evenodd"/>
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
|
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
|
||||||
© 2024 OurWorld Holdings, All rights reserved.
|
© 2024 OurWorld Holdings, All rights reserved.
|
||||||
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-gray-900">Terms & Conditions |
|
||||||
</a><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy
|
</a><a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
{% set zolaVer = '0.13.0' %}
|
{% set zolaVer = '0.13.0' %}
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
|
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
|
||||||
{% block title %}
|
{% block title %}
|
||||||
<title>{{ config.title }}</title>
|
<title>{{ config.title }}</title>
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button id="close-hamburger-btn" class="menu-mobile hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
|
<button id="close-hamburger-btn" class="menu-mobile lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
|
||||||
<!-- Heroicon name: x -->
|
<!-- Heroicon name: x -->
|
||||||
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
{% set button_id = subsection ~ "-mobile-menu-btn" | slugify %}
|
{% set button_id = subsection ~ "-mobile-menu-btn" | slugify %}
|
||||||
{% set menu_id = subsection ~ "-mobile-menu" | slugify %}
|
{% set menu_id = subsection ~ "-mobile-menu" | slugify %}
|
||||||
|
|
||||||
<button type="button" id="{{button_id}}" class="menu-mobile flex px-8 py-3 items-start text-left text-gray-900 group inline-flex space-x-2 text-lg leading-6 font-normal hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
|
<button type="button" id="{{button_id}}" class="menu-mobile flex px-8 py-3 items-start text-left text-gray-900 group lg:inline-flex space-x-2 text-lg leading-6 font-normal hover:text-gray-900 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150">
|
||||||
<span>{{ subsection }}</span>
|
<span>{{ subsection }}</span>
|
||||||
<div class="-rotate-90 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg></div>
|
<div class="-rotate-90 transition-transform"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg></div>
|
||||||
</button>
|
</button>
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
<div class="mx-auto flex z-50 shadow justify-between items-center pl-6 pr-2 md:pl-0 md:pr-0 lg:py-5 sm:px-8 md:px-12 py-2 lg:px-20 lg:justify-start lg:space-x-20">
|
<div class="mx-auto flex z-50 shadow justify-between items-center pl-6 pr-2 md:pl-0 md:pr-0 lg:py-5 sm:px-8 md:px-12 py-2 lg:px-20 lg:justify-start lg:space-x-20">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="flex">
|
<a href="/" class="flex">
|
||||||
<img class="w-48 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="OurWorld Logo" />
|
<img class="w-48 h-auto sm:w-15" src="{{section.extra.logoPath}}" alt="ODFZ Logo" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="-mr-2 -my-2 lg:hidden">
|
<div class="-mr-2 -my-2 lg:hidden">
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button id="close-hamburger-btn" class="menu-mobile hidden lg:hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
|
<button id="close-hamburger-btn" class="menu-mobile hidden inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500 transition duration-150 ease-in-out my-2">
|
||||||
<!-- Heroicon name: x -->
|
<!-- Heroicon name: x -->
|
||||||
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
|
||||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
||||||
|
@@ -1,24 +1,25 @@
|
|||||||
<head>
|
<div class="relative isolate overflow-hidden h-screen bg-white">
|
||||||
<link href="./output.css" rel="stylesheet">
|
<div class="flex flex-col justify-center items-center mx-auto max-w-2xl py-32 lg:py-48 text-center h-full">
|
||||||
</head>
|
|
||||||
|
|
||||||
<div class="relative isolate overflow-hidden h-screen">
|
|
||||||
<video autoplay loop muted class="absolute inset-0 -z-10 h-full w-full object-cover">
|
|
||||||
<source src="/videos/ourworld.mp4" type="video/mp4">
|
|
||||||
</video>
|
|
||||||
<div class="flex flex-col justify-center items-center mx-auto max-w-2xl py-32 sm:py-48 lg:py-56 text-center h-full">
|
|
||||||
<div class="hidden sm:mb-8 sm:flex sm:justify-center">
|
|
||||||
<div class="relative rounded-full px-3 py-1 text-sm leading-6 text-gray-200 ring-1 ring-white/10 hover:ring-white/20">
|
|
||||||
Interested to Take Part? <a href="https://calendly.com/florian_threefold/30min
|
|
||||||
" class="font-semibold text-indigo-300 hover:text-indigo-400"><span class="text-indigo-500 absolute inset-0" aria-hidden="true"></span>Book a Meeting<span aria-hidden="true">→</span></a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h1 class="text-3xl sm:text-4xl lg:text-6xl font-bold leading-8 tracking-tight text-white mb-4">OurWorld</h1>
|
<img src="./images/logo.svg"
|
||||||
<h2 class="text-xl sm:text-2xl text-gray-200 px-6">Empowering Self-Sovereign Development</h2>
|
alt="Hero Image"
|
||||||
<p class="mt-6 text-lg sm:text-xl leading-7 sm:leading-8 text-white font-light mx-4 sm:mx-0">Pioneering an ecosystem where startups can harness emerging technologies to reclaim their sovereignty while prioritizing environmental and social sustainability.</p>
|
width="210"
|
||||||
|
height="210"
|
||||||
|
class="mx-auto rounded-md">
|
||||||
|
|
||||||
|
<p class="text-base font-semibold leading-7 text-blue-600">WELCOME TO</p>
|
||||||
|
<div class="max-w-4xl">
|
||||||
|
<h1 class="mt-4 text-3xl lg:text-5xl font-bold leading-8 tracking-tight text-black mb-4">OurWorld Digital Freezone</h1>
|
||||||
|
</div>
|
||||||
|
<p class="mt-6 text-lg sm:text-xl leading-7 sm:leading-8 text-gray-600 font-light mx-4 sm:mx-0">ODFZ OurWorld Digital FreeZone is a collaboration between the Government of Zanzibar and OurWorld Venture Creator. We are the world's first 100% digital free zone, accessible and affordable for all. Removing complexity from doing business.</p>
|
||||||
<div class="mt-10 flex items-center justify-center gap-x-6">
|
<div class="mt-10 flex items-center justify-center gap-x-6">
|
||||||
<a href="/about" class="rounded-md main-button px-3.5 py-2.5 font-semibold shadow-sm hover:bg- focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:bg-hover">Learn More</a>
|
<a href="/about" class="rounded-xl bg-blue-700 px-4 py-2.5 font-semibold text-white shadow-sm hover:bg-blue-800 hover:text-blue-200 transition-colors duration-300">
|
||||||
|
Get Started
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/about" class="rounded-xl border border-gray-800 px-4 py-2.5 font-medium text-gray-900 bg-transparent shadow-sm hover:bg-blue-700 hover:text-blue-700 transition-all duration-300">
|
||||||
|
Learn More →
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -34,25 +35,6 @@
|
|||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
video {
|
|
||||||
object-fit: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-black {
|
|
||||||
color: white;
|
|
||||||
background: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-button {
|
|
||||||
color: #fff;
|
|
||||||
background: #6366f1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-hover {
|
|
||||||
color: white;
|
|
||||||
background: #020202;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Custom styles for smaller font, margin adjustments, and line spacing for mobile */
|
/* Custom styles for smaller font, margin adjustments, and line spacing for mobile */
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
@@ -19,7 +19,7 @@
|
|||||||
{{category | replace(from='-', to=' ' ) | title}}
|
{{category | replace(from='-', to=' ' ) | title}}
|
||||||
</h1>
|
</h1>
|
||||||
test
|
test
|
||||||
<div class="text-xl text-gray-800">
|
<div class="text-xl text-gray-600">
|
||||||
{{ paginator.total_pages ~ " People"}}
|
{{ paginator.total_pages ~ " People"}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
56
templates/partials/presale.html
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
<!-- Hero Section -->
|
||||||
|
<div class="relative bg-white">
|
||||||
|
<div class="mx-auto max-w-7xl px-4 grid grid-cols-1 lg:grid-cols-2 gap-4 lg:gap-8 items-start pt-24 mt-12 pb-12">
|
||||||
|
<!-- Right Column (Text Section) -->
|
||||||
|
<div class="relative sm:py-24 lg:py-12 lg:px-8 px-4">
|
||||||
|
<div class="max-w-xl mx-auto">
|
||||||
|
<h2 class="text-base font-semibold leading-7 text-blue-600">COMPANY LICENSE PRESALE</h2>
|
||||||
|
<p class="mt-2 text-3xl font-bold tracking-tight text-black sm:text-4xl">🚀 Secure Your Spot with a Special Offer Price</p>
|
||||||
|
<div class="mt-4 font-light text-lg leading-7 tracking-tight text-gray-600">
|
||||||
|
<p class="text-base font-light lg:text-xl text-gray-600 mb-10 mt-6">Be among the first to secure your company license with our exclusive presale offer at a special price. Embrace the future of digital entrepreneurship with OurWorld FreeZone and kickstart your business journey with unprecedented advantages.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="mt-10 flex lg:gap-x-6 gap-x-3">
|
||||||
|
<a href="/about" class="rounded-xl bg-blue-700 px-4 py-2.5 lg:text-base text-sm font-semibold text-white shadow-sm hover:bg-blue-800 hover:text-blue-200 transition-colors duration-300">
|
||||||
|
Join Presale
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a href="/about" class="rounded-xl border border-gray-800 border-r-2 px-4 py-2.5 font-medium text-gray-900 bg-transparent hover:bg-white hover:text-blue-700 transition-all duration-300">
|
||||||
|
Learn More →
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- Left Column (Image Section) -->
|
||||||
|
<div class="relative overflow-hidden lg:h-full">
|
||||||
|
<div class="image-container">
|
||||||
|
<img class="object-cover w-full h-full rounded-md mx-1" src="/images/presale.jpg" alt="Image description">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.image-container {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
width: 90%;
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.image-container::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 90%;
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Reset margin and padding for the entire page if needed */
|
||||||
|
body, html {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
@@ -28,7 +28,7 @@
|
|||||||
<h3 class="mt-2 text-4xl leading-9 font-normal uppercase text-gray-900">
|
<h3 class="mt-2 text-4xl leading-9 font-normal uppercase text-gray-900">
|
||||||
get a node and <br /><b class="font-bold">start earning</b>
|
get a node and <br /><b class="font-bold">start earning</b>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="mt-3 leading-6 text-gray-800 text-lg max-w-sm">Get a FreeFlow Node and add capacity to
|
<div class="mt-3 leading-6 text-gray-600 text-lg max-w-sm">Get a FreeFlow Node and add capacity to
|
||||||
the FreeFlow Network.</div>
|
the FreeFlow Network.</div>
|
||||||
<button class="uppercase font-bold" onclick="window.location='/node'">know more</button>
|
<button class="uppercase font-bold" onclick="window.location='/node'">know more</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
<h3 class="mt-2 text-4xl leading-9 font-normal uppercase text-gray-900">
|
<h3 class="mt-2 text-4xl leading-9 font-normal uppercase text-gray-900">
|
||||||
GET THE <br /><b class="font-bold">FREEFLOW TWIN</b>
|
GET THE <br /><b class="font-bold">FREEFLOW TWIN</b>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="mt-3 leading-6 text-gray-800 text-lg max-w-sm">Reserve your sovereign digital twin. <br>Take control over your digital life.</div>
|
<div class="mt-3 leading-6 text-gray-600 text-lg max-w-sm">Reserve your sovereign digital twin. <br>Take control over your digital life.</div>
|
||||||
<button class="uppercase font-bold" onclick="window.location='/twin'">know more</button>
|
<button class="uppercase font-bold" onclick="window.location='/twin'">know more</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
<h3 class="mt-2 text-4xl leading-9 font-normal uppercase text-gray-900">
|
<h3 class="mt-2 text-4xl leading-9 font-normal uppercase text-gray-900">
|
||||||
ACQUIRE <br /><b class="font-bold">CHI</b>
|
ACQUIRE <br /><b class="font-bold">CHI</b>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="mt-3 leading-6 text-gray-800 text-lg max-w-sm">The digital energy currency
|
<div class="mt-3 leading-6 text-gray-600 text-lg max-w-sm">The digital energy currency
|
||||||
of <br>the FreeFlow network `CHI token`</div>
|
of <br>the FreeFlow network `CHI token`</div>
|
||||||
<button class="uppercase font-bold"
|
<button class="uppercase font-bold"
|
||||||
onclick="window.open('https://threefoldfoundation.github.io/books/freeflow/network/buy/buy_my_chi.html', '_blank')">know
|
onclick="window.open('https://threefoldfoundation.github.io/books/freeflow/network/buy/buy_my_chi.html', '_blank')">know
|
||||||
|