0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-21 23:03:13 -05:00
blender-projects-gitea-custom/templates/home.tmpl
Pablo Vazquez 8e8d4a5201 Homepage: Move list of ongoing projects up
So it uses the full width and it's more visible what the team is working
on.
2024-05-24 19:06:49 +02: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_projects" .}}
{{template "blender_components/card_repos" .}}
<div class="ui stackable two column grid mb-4 pt-0">
<div class="column">
{{template "blender_components/card_releases" .}}
</div>
<div class="column">
{{template "blender_components/card_modules" .}}
</div>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}