0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 15:23:32 -05:00
blender-projects-gitea-custom/templates/blender_components/card_releases.tmpl
2023-08-24 16:06:39 +02:00

30 lines
900 B
Cheetah

<div class="ui fluid card" style="width: 100%;">
<div class="content">
<h3>Release Status</h3>
<p>Current and upcoming versions</p>
<div class="description">
<ul>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/7">Blender 4.0</a>
— <strong>Bcon2</strong>: Improve and stabilize
</li>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/5">Blender 3.6 LTS</a>
— Released on Jun 27, 2023
</li>
<li>
<a href="{{AppSubUrl}}/blender/blender/milestone/3">Blender 3.3 LTS</a>
— Released on Sep 7, 2022
</li>
</ul>
</div>
</div>
<div class="extra content">
<span class="right floated">
<a href="https://wiki.blender.org/wiki/Process/Release_Cycle">
Read more {{svg "octicon-chevron-right" 18}}
</a>
</span>
</div>
</div>