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_repos.tmpl
2023-05-22 15:18:11 +02:00

43 lines
1.5 KiB
Cheetah

<div class="ui cards stackable">
<div class="ui card card-with-image" style="flex: 1;">
<a href="{{AppSubUrl}}/blender/blender" class="image">
<img src="/assets/img/thumb_blender.jpg" style="width: 100%; height: 100%;">
</a>
<div class="content">
<a href="{{AppSubUrl}}/blender/blender">
<h3>Blender</h3>
</a>
<div class="description">
<p>The main repository for Blender's code and all its branches.</p>
</div>
</div>
</div>
<div class="ui card card-with-image" style="flex: 1;">
<a href="{{AppSubUrl}}/blender/documentation" class="image">
<img src="/assets/img/thumb_manual.jpg" style="width: 100%; height: 100%;">
</a>
<div class="content">
<a href="{{AppSubUrl}}/blender/documentation">
<h3>User Manual</h3>
</a>
<div class="description">
<p>The official Blender manual, with references and examples.</p>
</div>
</div>
</div>
<div class="ui card card-with-image" style="flex: 1;">
<a href="{{AppSubUrl}}/studio/flamenco" class="image">
<img src="/assets/img/thumb_flamenco.jpg" style="width: 100%; height: 100%;">
</a>
<div class="content">
<a href="{{AppSubUrl}}/studio/flamenco">
<h3>Flamenco</h3>
</a>
<div class="description">
<p>Free and open source render management software.</p>
</div>
</div>
</div>
</div>