0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-01-05 06:10:11 -05:00
blender-projects-gitea-custom/templates/blender_components/card_projects.tmpl
Pablo Vazquez d72b4f9bb7 Home: Layout and style adjustments
* Replace images with icons.
* Add links to ongoing projects and swap for code blog entries.
* Style tweaks.
2023-02-02 18:03:43 +01:00

27 lines
719 B
Cheetah

<div class="ui card">
<div class="content">
<h3>Ongoing Projects</h3>
<p>Focused activities to advance Blender.</p>
<div class="description">
<ul>
<li>
<a href="https://code.blender.org/2022/11/the-future-of-character-animation-rigging/">
The Future of Character Animation
</a>
<li>
<a href="https://code.blender.org/2022/12/brush-assets-workflow/">
Brush Assets
</a>
</li>
</ul>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a href="https://code.blender.org">
See all articles {{svg "octicon-chevron-right" 18}}
</a>
</span>
</div>
</div>