0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 23:40:37 -05:00
blender-projects-gitea-custom/templates/blender_components/card_projects.tmpl

21 lines
687 B
Cheetah
Raw Normal View History

<div class="ui card">
<div class="content">
<span class="header">Ongoing Projects</span>
<div class="meta">
<span class="date">Focused activities to advance Blender</span>
</div>
<div class="description">
<ul>
<li>Animation 25 — Next generation animation system</li>
<li>Simulation Nodes — Everything with nodes</li>
<li>Brush Assets — The asset system and browser</li>
</ul>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a>View all projects...</a>
</span>
</div>
</div>