www_duniayetu/content/footer/_index.md

69 lines
1.5 KiB
Markdown
Raw Normal View History

2023-08-14 19:04:47 +00:00
---
title: "Footer"
description: ""
insert_anchor_links: "left"
template: "partials/footer.html"
extra:
2023-08-31 08:20:57 +00:00
logoPath: "images/logo.svg"
2023-08-14 21:57:32 +00:00
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
2023-08-14 19:04:47 +00:00
---
{% row(style="lean") %}
##### Affiliate Projects
<br>
2023-08-21 08:59:10 +00:00
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
2023-08-14 19:04:47 +00:00
###### [Incubaid](https://manual.grid.tf/threefold_token/buy_sell_tft/buy_sell_tft.html)
###### [Mazraa](https://dashboard.grid.tf/)
2023-08-14 21:32:09 +00:00
###### [Freeflow Nation](https://manual.grid.tf/farmers/farmers.html)
2023-08-14 19:04:47 +00:00
|||
##### OurWorld
<br>
2023-08-21 08:59:10 +00:00
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
2023-08-14 19:04:47 +00:00
2023-08-21 08:59:10 +00:00
###### [Freezone](/)
2023-08-14 21:32:09 +00:00
2023-08-21 08:59:10 +00:00
<a onclick="window.open('https://ourphone.ourworld.tf/', '_blank')"><h6>OurPhone</h6></a>
2023-08-14 19:04:47 +00:00
2023-08-21 08:59:10 +00:00
<a onclick="window.open('https://ourparadise.ourworld.tf/', '_blank')"><h6>OurParadise</h6></a>
<a onclick="window.open('https://ournomads.ourworld.tf/', '_blank')"><h6>OurNomads</h6></a>
2023-08-14 19:04:47 +00:00
|||
##### About Us
<br>
2023-08-21 08:59:10 +00:00
<a onclick="window.open('https://ourworldfreezone.github.io/info_freezone/', '_blank')"><h6>Knowledgebase</h6></a>
###### [Blog](/blog)
<a onclick="window.open('https://t.me/threefoldnews', '_blank')"><h6>Telegram</h6></a>
<a onclick="window.open('https://threefoldfaq.crisp.help/en/', '_blank')"><h6>Support</h6></a>
2023-08-14 19:04:47 +00:00
2023-08-21 08:59:10 +00:00
<a onclick="window.open('https://github.com/ourworldfreezone', '_blank')"><h6>Github</h6></a>
2023-08-14 21:32:09 +00:00
2023-08-21 08:59:10 +00:00
{% end %}
2023-08-14 21:32:09 +00:00
2023-08-21 08:59:10 +00:00
<style>
a {
cursor: pointer;
2023-08-14 21:32:09 +00:00
2023-08-21 08:59:10 +00:00
}
</style>