Dashboard: Move large card links to header dropdown

Move the cards "Blender, User Manual, Flamenco", to a "Products" dropdown
in the header, together with other projects. We can add more in the
future to give visibility to other projects.
This commit is contained in:
Pablo Vazquez
2024-05-24 19:04:49 +02:00
parent a083144d04
commit 8904b6b97f
2 changed files with 15 additions and 50 deletions

View File

@@ -1,3 +1,18 @@
<div class="ui dropdown jump item tooltip" data-content="Modules">
Products
<span class="fitted not-mobile">{{svg "octicon-triangle-down"}}</span>
<div class="menu">
<a class="item" href="{{AppSubUrl}}/blender/blender/">Blender</a>
<a class="item" href="{{AppSubUrl}}/blender/blender/blender-manual/">User Manual</a>
<div class="divider"></div>
<a class="item" href="{{AppSubUrl}}/infrastructure/blender-open-data/">Blender Benchmark</a>
<div class="divider"></div>
<a class="item" href="{{AppSubUrl}}/studio/">Blender Studio Tools</a>
<a class="item" href="{{AppSubUrl}}/studio/flamenco/">Flamenco</a>
<a class="item" href="{{AppSubUrl}}/studio/watchtower/">Watchtower</a>
</div>
</div>
<div class="ui dropdown jump item tooltip" data-content="Modules">
Modules
<span class="fitted not-mobile">{{svg "octicon-triangle-down"}}</span>