2024-03-07 15:32:30 +00:00
|
|
|
{{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">
|
2024-03-08 06:48:41 +00:00
|
|
|
<p>This portal hosts more than just the project sources, bug and patch tracker. Explore the other repositories!
|
2024-03-07 15:32:30 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "components/card_repos" .}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|