This commit is contained in:
sasha-astiadi 2023-08-14 21:04:47 +02:00
parent 020eb67d7a
commit 4c4b5452be
9 changed files with 64 additions and 12 deletions

View File

@ -19,10 +19,10 @@ Last updated: March 2023
Feel free to [create a new issue](https://github.com/ourworld-tsc/www_ourphone/issues) to report an error on the website, or if you have any suggestions on website improvements.
# Welcome to Ourworld Website Repository
# Welcome to OurWorld Website Repository
- Website Name: Ourworld
- Brief Description: This is the official website of Ourworld.
- Website Name: OurWorld
- Brief Description: This is the official website of OurWorld.
Last Updated: March 2023
- Website URL: https://ourworld.tf/

View File

@ -2,7 +2,7 @@
base_url = "https://www2.freezone.ourworld.tf/"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "OurWorld Digital Free Zone"
title = "OurWorld Free Zone"
description="Accessible and affordable for all"
# When set to "true", a feed is automatically generated.
@ -86,25 +86,25 @@ footer_class = "customize"
[extra.taxonomies."roles".Create]
icon_path = "images/icons/paint-brush-art-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Create Ourworld"
title = "Create OurWorld"
description = "Become a part of a team of creators looking to shape our digital world"
[extra.taxonomies."roles".Develop]
icon_path = "images/icons/code-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Develop Ourworld"
title = "Develop OurWorld"
description = "Become a part of a team of developers building our digital world"
[extra.taxonomies."roles".Inspire]
icon_path = "images/icons/bar-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Share Ourworld"
title = "Share OurWorld"
description = "Create communities and involve people in ourworld"
[extra.taxonomies."roles".Organize]
icon_path = "images/icons/form-svgrepo-com.svg"
banner_path = "images/marius-masalar-unsplash.jpg"
title = "Run Ourworld"
title = "Run OurWorld"
description = "Become a part of the organizational team at ourworld"

51
content/footer/_index.md Normal file
View File

@ -0,0 +1,51 @@
---
title: "Footer"
description: ""
insert_anchor_links: "left"
template: "partials/footer.html"
extra:
logoPath: "images/black_threefold.png"
socialLinks: { Github: "https://github.com/threefoldfoundation", Github2: "https://github.com/threefoldtech", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
---
{% row(style="lean") %}
##### Affiliate Projects
<br>
###### [ThreeFold](https://incubaid.com)
###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
###### [Freeflow Nation](https://manual.grid.tf/farmers/farmers.html)
###### [Mazraa](https://dashboard.grid.tf/)
|||
##### OurWorld
<br>
###### [OurWorld](https://ourworld.tf)
###### [OurPhone](https://ourphone.ourworld.tf/)
###### [OurParadise](https://ourparadise.ourworld.tf/)
###### [OurNomads](https://ournomads.ourworld.tf/)
|||
##### About Us
<br>
<h6><a target="_self" onclick="window.location.href='/home'">Freezone</a></h6>
<h6><a target="_self" onclick="window.location.href='/info'">Wiki</a></h6>
<h6><a target="_self" onclick="window.location.href='/blog'">Blog</a></h6>
{% end %}

View File

@ -16,7 +16,8 @@ weight: 1
<br>
<br>
## **Welcome to** OurWorld Digital Free Zone
## **Welcome to**
# OurWorld <br>Free Zone
### The world's first 100% digital free zone, accessible and affordable for all. Removing complexity from doing business.
@ -108,7 +109,7 @@ For the entrepreneur, the digital nomad, or any company, we provide a revolution
## Our Benefits
### Where freedom meets efficiency
With **OurWorld Digital Free Zone**, you can embark on your business journey with ease, <br>leveraging our innovative technology to streamline every step of the process.
With **OurWorld Free Zone**, you can embark on your business journey with ease, <br>leveraging our innovative technology to streamline every step of the process.
<br>
@ -193,7 +194,7 @@ Your Privacy, Your Data, Your Security. Our Quantum Safe Storage will empower yo
## Company License Presale
### Secure your spot with a Special Offer Price
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 Digital Free Zone and kickstart your business journey with unprecedented advantages.
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 Free Zone and kickstart your business journey with unprecedented advantages.
<br>

BIN
static/images/OurZone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -15,7 +15,7 @@
{% set footer_class = config.extra.footer_class | default(value='') %}
<div class="{{ footer_class }}">
{# <img src="{{get_url(path='images/')}}" class="w-60" alt=""> #}
<p class="text-center">OurWorld Digital Free Zone | All Rights Reserved 2023</p>
<p class="text-center">OurWorld Free Zone | All Rights Reserved 2023</p>
</div>
{% endif %}
</footer>