mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-22 07:13:09 -05:00
Homepage: Add placeholder text
This commit is contained in:
parent
c5fb50d41a
commit
1e38c726dc
1 changed files with 25 additions and 0 deletions
25
templates/home.tmpl
Normal file
25
templates/home.tmpl
Normal 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" .}}
|
Loading…
Reference in a new issue