63 lines
1.4 KiB
Markdown
63 lines
1.4 KiB
Markdown
---
|
|
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") %}
|
|
|
|
##### **LEARN**
|
|
|
|
<br>
|
|
|
|
<a onclick="window.open('', '_blank')"><h6>Knowledgebase</h6></a>
|
|
|
|
###### [Blog](/blog)
|
|
|
|
###### [News](/newsroom)
|
|
|
|
|||
|
|
|
|
##### **THE ECOSYSTEM**
|
|
|
|
<br>
|
|
|
|
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
|
|
|
|
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
|
|
|
|
<a onclick="window.open('https://freezone.ourworld.tf/', '_blank')"><h6>OW Digital Free Zone</h6></a>
|
|
|
|
<a onclick="window.open('https://sikana.tv/)', '_blank')"><h6>Sikana</h6></a>
|
|
|
|
<a onclick="window.open('https://ourverse.tf/', '_blank')"><h6>OurVerse</h6></a>
|
|
|
|
<a onclick="window.open('https://ourphone.tf/', '_blank')"><h6>OurPhone</h6></a>
|
|
|
|
|
|
|||
|
|
|
|
##### **BUILT ON THREEFOLD**
|
|
|
|
<br>
|
|
|
|
<a onclick="window.open('https://t.me/threefold', '_blank')"><h6>Main Community</h6></a>
|
|
|
|
<a onclick="window.open('https://manual.grid.tf', '_blank')"><h6>Manual</h6></a>
|
|
|
|
<a onclick="window.open('https://forum.threefold.io/', '_blank')"><h6>Forum</h6></a>
|
|
|
|
|
|
{% end %}
|
|
|
|
<style>
|
|
a {
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
</style> |