Files
gitea/templates/home.tmpl
T
naomi 168e24157b
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 1m41s
feat: back up things
2025-12-30 15:49:51 -08:00

28 lines
2.5 KiB
Cheetah

{{template "base/head" .}}
<div role="main" aria-label="{{if .IsSigned}}{{ctx.Locale.Tr "dashboard"}}{{else}}{{ctx.Locale.Tr "home"}}{{end}}" class="page-content home">
<div class="tw-mb-8 tw-px-8">
<div class="center">
<img class="logo" width="220" src="https://cdn.nhcarrigan.com/logo.png" alt="{{ctx.Locale.Tr "logo"}}" />
<div class="hero">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>Code Repositories</h2>
<p>Welcome to our custom Gitea instance! Please check out our <a href="https://git.nhcarrigan.com/nhcarrigan">organisation page</a> for more information.</p>
<p>To report bugs or propose features, you should NOT come here. Instead, use the appropriate forum channels in our <a href="https://chat.nhcarrigan.com">Discord community</a>. Our team will triage your tickets there, and if accepted they will be added to the issue tracker for the project here.
<p>If you'd like to contribute code, you'll need to <a href="https://forms.nhcarrigan.com/form/PEpB3gA79gxP8wmfEf4zou96opkpUTjssTcaeYjhoi8">join our volunteer team</a> to get access. We restrict both registration and repository/org creation, so you'll be working off of our repos directly.</p>
<p>This policy ensures that we can focus our limited resources on delivering you the best products.</p>
<h2>Other Repositories</h2>
<p>You can find our works across these five organisations:</p>
<ul>
<li><a href="{{AppSubUrl}}/nhcarrigan">Public Repositories</a></li>
<li><a href="{{AppSubUrl}}/nhcarrigan-private">Private Repositories</a></li>
<li><a href="{{AppSubUrl}}/nhcarrigan-games">Game Development</a></li>
<li><a class="item" href="{{AppSubUrl}}/naomi">Naomi Carrigan</a></li>
<li><a class="item" href="{{AppSubUrl}}/nhcarrigan-archive">Archive</a></li>
</ul>
</div>
</div>
</div>
</div>
{{template "base/footer" .}}