www_mycelium/content/footer/_index.md

63 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-03 20:15:09 +00:00
---
title: "Footer"
description: ""
insert_anchor_links: "left"
template: "partials/footer.html"
extra:
2024-08-13 14:40:49 +00:00
logoPath: "images/logo.svg"
2024-05-03 20:15:09 +00:00
socialLinks: { Github: "https://github.com/ourworldfreezone", Twitter: "https://twitter.com/threefold_io", Telegram: "https://t.me/threefoldnews" }
---
{% row(style="lean") %}
##### Affiliate Projects
<br>
<a onclick="window.open('https://threefold.io', '_blank')"><h6>ThreeFold</h6></a>
2024-08-19 13:06:23 +00:00
###### [Incubaid](https://incubaid.com)
<a onclick="window.open('https://ourworld.tf', '_blank')"><h6>OurWorld</h6></a>
2024-05-03 20:15:09 +00:00
|||
2024-08-19 13:06:23 +00:00
##### Company
2024-05-03 20:15:09 +00:00
<br>
2024-08-19 13:06:23 +00:00
<a onclick="window.open('https://threefold.info/tech/tech/overview.html', '_blank')"><h6>Manual</h6></a>
2024-05-03 20:15:09 +00:00
2024-08-19 13:06:23 +00:00
<a onclick="window.open('https://t.me/threefoldnews', '_blank')"><h6>Telegram</h6></a>
2024-05-06 20:53:21 +00:00
2024-05-03 20:15:09 +00:00
2024-08-19 13:06:23 +00:00
<a onclick="window.open('https://threefoldfaq.crisp.help/en/', '_blank')"><h6>Support</h6></a>
2024-05-03 20:15:09 +00:00
|||
2024-08-19 13:06:23 +00:00
##### TF9
2024-05-03 20:15:09 +00:00
<br>
2024-08-19 13:06:23 +00:00
<a onclick="window.open('/technology', '_blank')"><h6>Technology</h6></a>
2024-05-03 20:15:09 +00:00
2024-08-19 13:06:23 +00:00
<a onclick="window.open('/usecases', '_blank')"><h6>Use Cases</h6></a>
2024-05-03 20:15:09 +00:00
2024-08-19 13:06:23 +00:00
<a onclick="window.open('/blog', '_blank')"><h6>Blog</h6></a>
2024-05-03 20:15:09 +00:00
{% end %}
<style>
a {
cursor: pointer;
}
</style>