0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 15:23:32 -05:00

Homepage: Add placeholder text

This commit is contained in:
Pablo Vazquez 2023-01-20 19:14:39 +01:00
parent c5fb50d41a
commit 1e38c726dc

25
templates/home.tmpl Normal file
View file

@ -0,0 +1,25 @@
{{template "base/head" .}}
<div class="page-content home">
<div class="ui stackable middle very relaxed page grid">
<div class="twelve 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 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" .}}