73 lines
1.4 KiB
Markdown
73 lines
1.4 KiB
Markdown
---
|
|
title: "Header"
|
|
insert_anchor_links: "left"
|
|
template: "partials/header.html"
|
|
extra:
|
|
logoPath: "images/black_threefold.png"
|
|
button_Path: "/images/gettft_white.png"
|
|
---
|
|
|
|
- [Grid]("/grid")
|
|
- [Deploy]("/build")
|
|
- [Farm]("/farm")
|
|
- [TFT]("/tft")
|
|
- [Next Chapter]("/next")
|
|
- [Mission]("/mission")
|
|
- [Blog]("/blog")
|
|
- Help
|
|
|
|
{% row(style="wide") %}
|
|
|
|
|
|
#### Tools
|
|
|
|
<button onclick="openInNewTab('https://manual.grid.tf/getstarted/TF_Connect/TF_Connect.html')">
|
|
|
|
[ThreeFold Connect](https://manual.grid.tf/getstarted/TF_Connect/TF_Connect.html)
|
|
<br>
|
|
<p class="text-sm">TFT Wallet, 2FA, & More</p>
|
|
|
|
</button>
|
|
|
|
<button onclick="openInNewTab('https://dashboard.grid.tf/')">
|
|
|
|
[Dashboard](https://dashboard.grid.tf/)
|
|
<br>
|
|
<p class="text-sm">Portal & Capacity Explorer</p>
|
|
|
|
</button>
|
|
|
|
<button onclick="openInNewTab('https://playground.grid.tf')">
|
|
|
|
[Weblet Playground](https://playground.grid.tf)
|
|
<br>
|
|
<p class="text-sm">Deploy a VM & More</p>
|
|
|
|
|||
|
|
|
|
#### Support & Help
|
|
|
|
<button onclick="openInNewTab('https://manual.grid.tf')">
|
|
|
|
[Manual](https://manual.grid.tf)
|
|
<br>
|
|
<p class="text-sm">Get Started on the Grid</p>
|
|
|
|
</button>
|
|
|
|
<button onclick="openInNewTab('https://forum.threefold.io')">
|
|
|
|
[Forum](https://forum.threefold.io)
|
|
<br>
|
|
<p class="text-sm">Questions & Feedback</p>
|
|
|
|
<button onclick="window.location.href='/support'">
|
|
|
|
[Support](/support)
|
|
<br>
|
|
<p class="text-sm">Speak Live with a Human</p>
|
|
|
|
</button>
|
|
|
|
{% end %}
|