mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-23 07:43:55 -05:00
564a8df61c
Refactor the Releases, Modules and Projects cards into reusable templates. Now they are used in the non-logged-in landing homepage and in the logged-in dashboard.
20 lines
687 B
Cheetah
20 lines
687 B
Cheetah
<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>
|