www_mycelium/content/header/index.md
sasha-astiadi d8c8c1ec3a
Some checks failed
www2.threefold_io / Deploy (push) Has been cancelled
www2.threefold_io / Wait for Website Update (push) Has been cancelled
www2.threefold_io / Check for Broken Links (push) Has been cancelled
add mycelium
2025-02-12 22:11:44 +08:00

60 lines
931 B
Markdown

---
title: "Header"
insert_anchor_links: "left"
template: "partials/header.html"
extra:
logoPath: "images/new_logo_tft.png"
---
- [About]("/why")
- [Features]("/what")
- [Roadmap]("/initiatives")
- [Pricing]("/action")
- Info
{% row() %}
<button class="dropdown" onclick="window.location.href='/newsroom'">
[Newsroom](/newsroom)
<br>
<p class="text-sm">Check the Latest Updates</p>
</button>
|||
<button class="dropdown" onclick="window.location.href='/blog'">
[Blog](/blog)
<br>
<p class="text-sm">Explore the Blogs</p>
</button>
|||
<button class="dropdown" onclick="openInNewTab('https&#58;//docs.threefold.io/docs/introduction')">
[Docs](https://docs.threefold.io)
<br>
<p class="text-sm">V4 Documentation</p>
</button>
|||
<button class="dropdown" onclick="openInNewTab('https&#58;//manual.grid.tf/')">
[Manual](https://manual.grid.tf/)
<br>
<p class="text-sm">V3 Documentation</p>
</button>
{% end %}