This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-07 18:32:30 +03:00

27 lines
751 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 Zeldon's Projects portal!
This is where all the codebases are coordinated and managed.
</p>
</div>
<div class="ui stackable twelve column mb-4">
<p>This portal hosts more than just the project sources, bug and patch tracker. Explore the other repositories
and get involved!
</p>
</div>
{{template "components/card_repos" .}}
</div>
</div>
</div>
{{template "base/footer" .}}