0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-01-03 05:10:05 -05:00
blender-projects-gitea-custom/templates/home.tmpl
Pablo Vazquez 130dc1ed8e Home: Use full-width column for welcome message
Text to be replaced soon anyway but at least it doesn't look misaligned
in the meantime.
2023-01-26 15:56:18 +01:00

27 lines
899 B
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.
</p>
<p>
Read on to find out how to get involved, report bugs, see what's happening,
and discover resources and documentation.
</p>
<div class="ui info message">
<p>projects.blender.org is currently under development.</p>
<p>For Blender development updates go to <a href="https://developer.blender.org/">developer.blender.org</a>.</p>
</div>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}