www_freeflownation/content/footer/_index.md

56 lines
1.2 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)
|||
##### **COLLABORATORS**
<br>
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
<a onclick="window.open('https://freezone.ourworld.tf/', '_blank')"><h6>OurWorld Digital Free Zone</h6></a>
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld Venture Creator</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>