diff --git a/config.toml b/config.toml index 1c8c9cc..57a885f 100644 --- a/config.toml +++ b/config.toml @@ -104,25 +104,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" diff --git a/content/footer/_index.md b/content/footer/_index.md new file mode 100644 index 0000000..3c0246d --- /dev/null +++ b/content/footer/_index.md @@ -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 + +
+ +###### [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 + +
+ +###### [OurWorld](https://ourworld.tf) + +###### [OurPhone](https://ourphone.ourworld.tf/) + +###### [OurParadise](https://ourparadise.ourworld.tf/) + +###### [OurNomads](https://ournomads.ourworld.tf/) + +||| + +##### About Us + +
+ +
Freezone
+ +
Wiki
+ +
Blog
+ +{% end %} \ No newline at end of file diff --git a/content/home/index.md b/content/home/index.md index c007070..cc86fb3 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -16,7 +16,8 @@ weight: 1

-## **Welcome to** Ourworld Free Zone +## **Welcome to** +# OurWorld
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 Free Zone**, you can embark on your business journey with ease,
leveraging our innovative technology to streamline every step of the process. +With **OurWorld Free Zone**, you can embark on your business journey with ease,
leveraging our innovative technology to streamline every step of the process.
@@ -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 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.
diff --git a/static/images/OurZone.png b/static/images/OurZone.png new file mode 100644 index 0000000..8a0d50e Binary files /dev/null and b/static/images/OurZone.png differ diff --git a/static/images/black_threefold.png b/static/images/black_threefold.png new file mode 100644 index 0000000..ae46096 Binary files /dev/null and b/static/images/black_threefold.png differ diff --git a/static/images/logo_placeholder2.png b/static/images/logo_placeholder2.png index c290912..c58515d 100644 Binary files a/static/images/logo_placeholder2.png and b/static/images/logo_placeholder2.png differ diff --git a/static/images/logo_placeholder4.png b/static/images/logo_placeholder4.png new file mode 100644 index 0000000..c290912 Binary files /dev/null and b/static/images/logo_placeholder4.png differ diff --git a/templates/partials/footer.html b/templates/partials/footer.html index c2dfa22..052f80c 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -15,7 +15,7 @@ {% set footer_class = config.extra.footer_class | default(value='') %} {% endif %} \ No newline at end of file