2023-01-20 19:14:39 +01:00
|
|
|
{{template "base/head" .}}
|
|
|
|
|
|
|
|
<div class="page-content home">
|
|
|
|
<div class="ui stackable middle very relaxed page grid">
|
2023-01-26 15:56:18 +01:00
|
|
|
<div class="sixteen wide aligned column">
|
2023-01-20 19:14:39 +01:00
|
|
|
<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>
|
2023-01-31 17:36:55 +01:00
|
|
|
</div>
|
|
|
|
|
2023-02-09 19:48:16 +01:00
|
|
|
<div class="ui stackable twelve column mb-4">
|
2023-02-02 18:48:29 +01:00
|
|
|
<p>This portal hosts more than just the Blender sources, bug and patch tracker. Explore the other repositories and get involved!</p>
|
2023-02-02 13:06:08 +01:00
|
|
|
</div>
|
2023-01-31 17:36:55 +01:00
|
|
|
|
2024-05-24 19:06:49 +02:00
|
|
|
{{template "blender_components/card_projects" .}}
|
2023-02-07 15:52:22 +01:00
|
|
|
{{template "blender_components/card_repos" .}}
|
2023-01-31 17:36:55 +01:00
|
|
|
|
2023-02-02 18:03:43 +01:00
|
|
|
<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>
|
2023-01-20 19:14:39 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|