update nav with dropdown
This commit is contained in:
@@ -12,7 +12,48 @@ extra:
|
||||
- [Host]("/host")
|
||||
- [Utilization]("/utilization")
|
||||
- [TFT]("/tft")
|
||||
- [News]("/newsroom")
|
||||
- [Blog]("/blog")
|
||||
- [People]("/people")
|
||||
- [Documentation]("https://manual.grid.tf")
|
||||
- Info
|
||||
|
||||
|
||||
{% row() %}
|
||||
|
||||
<button onclick="window.location.href='/newsroom'">
|
||||
|
||||
[Newsroom](/newsroom)
|
||||
<br>
|
||||
<p class="text-sm">Check the Latest Updates</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/blog'">
|
||||
|
||||
[Blog](/blog)
|
||||
<br>
|
||||
<p class="text-sm">Explore the Blogs</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="window.location.href='/people'">
|
||||
|
||||
[Our People](/people)
|
||||
<br>
|
||||
<p class="text-sm">Team, stories, & more</p>
|
||||
|
||||
</button>
|
||||
|
||||
|||
|
||||
|
||||
<button onclick="openInNewTab('https://library.threefold.me/info/threefold#/')">
|
||||
|
||||
[Documentation](https://manual.grid.tf)
|
||||
<br>
|
||||
<p class="text-sm">Explore the Documentation</p>
|
||||
|
||||
</button>
|
||||
|
||||
|
||||
{% end %}
|
||||
@@ -147,7 +147,7 @@ Meet the projects with whom we are working closely this year to drive utilizatio
|
||||
|
||||
<div class="shadow-md rounded-md border-solid border-2 border-gray-100 p-4 md:p-6 mypartners">
|
||||
|
||||
[](/partners/veverse)
|
||||
[](/partners/vverse/)
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user