small mod for config file, so is a template
This commit is contained in:
165
content/header/index.md
Normal file
165
content/header/index.md
Normal file
@@ -0,0 +1,165 @@
|
||||
---
|
||||
title: "Header"
|
||||
insert_anchor_links: "left"
|
||||
template: "partials/header.html"
|
||||
extra:
|
||||
logoPath: "images/black_threefold.png"
|
||||
button_Path: "/images/gettft_white.png"
|
||||
---
|
||||
|
||||
|
||||
- [Mission]("/mission")
|
||||
- [Grid]("/grid")
|
||||
- [Build]("/build")
|
||||
- [Farm]("/farm")
|
||||
- [TFT]("/tft")
|
||||
- Ecosystem
|
||||
|
||||
{% row() %}
|
||||
|
||||
<button onclick="window.location.href='/people'">
|
||||
|
||||
[Our People](/people)
|
||||
<br>
|
||||
<p class="text-sm">Team, stories, & more</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/partners'">
|
||||
|
||||
[Our Partners](/partners)
|
||||
<br>
|
||||
<p class="text-sm">Explore Our Partners</p>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/community'">
|
||||
|
||||
[ThreeFold Community](/community)
|
||||
<br>
|
||||
<p class="text-sm">Welcome To The Fold</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/developer'">
|
||||
|
||||
[Developer Resources](/developer)
|
||||
<br>
|
||||
<p class="text-sm">Join The Developer Community</p>
|
||||
|
||||
</button>
|
||||
|
||||
{% end %}
|
||||
|
||||
- MoreInfo
|
||||
|
||||
{% row(style="wide") %}
|
||||
|
||||
|
||||
#### Tools
|
||||
|
||||
<button onclick="openInNewTab('https://library.threefold.me/info/threefold#/tokens/threefold__threefold_connect')">
|
||||
|
||||
[ThreeFold Connect](https://library.threefold.me/info/threefold#/tokens/threefold__threefold_connect)
|
||||
<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://play.grid.tf')">
|
||||
|
||||
[Weblet Playground](https://play.grid.tf)
|
||||
<br>
|
||||
<p class="text-sm">Deploy a VM & More</p>
|
||||
|
||||
|||
|
||||
|
||||
#### Resources
|
||||
|
||||
<button onclick="openInNewTab('https://library.threefold.me/info/threefold#/')">
|
||||
|
||||
[Library](https://library.threefold.me/info/threefold#/)
|
||||
<br>
|
||||
<p class="text-sm">Explore the Documentation</p>
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://library.threefold.me/info/manual/#/manual__manual3_home_new')">
|
||||
|
||||
[Manual](https://library.threefold.me/info/manual/#/manual__manual3_home_new)
|
||||
<br>
|
||||
<p class="text-sm">Get Started on the Grid</p>
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://github.com/')">
|
||||
|
||||
[GitHub](https://github.com/)
|
||||
<br>
|
||||
<p class="text-sm">Code Library & Documentation</p>
|
||||
|
||||
|||
|
||||
|
||||
#### Dive Deeper
|
||||
|
||||
<button onclick="window.location.href='/blog'">
|
||||
|
||||
[Blog](/blog)
|
||||
<br>
|
||||
<p class="text-sm">Explore the Blogs</p>
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="window.location.href='/newsroom'">
|
||||
|
||||
[Newsroom](/newsroom)
|
||||
<br>
|
||||
<p class="text-sm">Check the Latest Updates</p>
|
||||
|
||||
</button>
|
||||
|
||||
<button onclick="openInNewTab('https://intro.threefold.me')">
|
||||
|
||||
[Intro Docs](https://intro.threefold.me)
|
||||
<br>
|
||||
<p class="text-sm">Perfect for Newcomers</p>
|
||||
|
||||
|||
|
||||
|
||||
#### Support & Help
|
||||
|
||||
<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>
|
||||
|
||||
<button onclick="window.location.href='/careers'">
|
||||
|
||||
[Careers](/careers)
|
||||
<br>
|
||||
<p class="text-sm">Join the Team</p>
|
||||
|
||||
</button>
|
||||
|
||||
{% end %}
|
Reference in New Issue
Block a user