0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00
blender-projects-gitea-custom/templates/home.tmpl
2023-02-09 19:48:16 +01:00

37 lines
1.2 KiB
Cheetah

{{template "base/head" .}}
<div class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide aligned column">
<div class="hero">
<h2 class="ui header title">
{{AppName}}
</h2>
<p>
Welcome to the Blender Projects portal!
This is where all the official initiatives are coordinated and managed.
Read on to find out how to get involved, report bugs, see what's happening,
and discover resources and documentation.
</p>
</div>
<div class="ui stackable twelve column mb-4">
<p>This portal hosts more than just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!</p>
</div>
{{template "blender_components/card_repos" .}}
<div class="ui stackable two column grid mb-4 pt-0">
<div class="column">
{{template "blender_components/card_releases" .}}
{{template "blender_components/card_projects" .}}
</div>
<div class="column">
{{template "blender_components/card_modules" .}}
</div>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}