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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user