93 lines
3.7 KiB
Cheetah
93 lines
3.7 KiB
Cheetah
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{ctx.Locale.Tr "home_title"}}" class="page-content home">
|
|
|
|
{{/* ── Hero ─────────────────────────────────────────────────── */}}
|
|
<div class="tw-mb-8 tw-px-8">
|
|
<div class="center" style="padding: 2.5rem 1rem 1.5rem;">
|
|
<img class="logo" width="160" height="160"
|
|
src="{{AssetUrlPrefix}}/img/logo_alt.svg"
|
|
alt="{{ctx.Locale.Tr "logo"}}">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title tw-text-balance">
|
|
sorcia.dev
|
|
</h1>
|
|
<h2 class="tw-text-balance" style="opacity:0.75;">
|
|
Personal source code hosting by
|
|
<a href="{{AppSubUrl}}/mysticmode">mysticmode</a>
|
|
</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{/* ── Registration notice ──────────────────────────────────── */}}
|
|
<div class="ui stackable page grid" style="margin-bottom: 1.5rem;">
|
|
<div class="sixteen wide center aligned column">
|
|
<div class="ui info message" style="max-width: 640px; margin: 0 auto; text-align: left;">
|
|
<div class="header">
|
|
{{svg "octicon-mail" 16}} Registration is by invitation only
|
|
</div>
|
|
<p style="margin: 0.5rem 0 0;">
|
|
This instance is not open for public registration.
|
|
To request access, send an email to
|
|
<a href="mailto:tildezero@gmail.com">tildezero@gmail.com</a>
|
|
with a brief introduction and your intended use.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{/* ── Quick links ──────────────────────────────────────────── */}}
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
{{svg "octicon-person"}} mysticmode
|
|
</h1>
|
|
<p class="large tw-text-balance">
|
|
Browse all public repositories and projects by
|
|
<a href="{{AppSubUrl}}/mysticmode">mysticmode</a>
|
|
on this instance.
|
|
</p>
|
|
<a class="ui primary button" href="{{AppSubUrl}}/mysticmode">
|
|
{{svg "octicon-repo"}} View Repositories
|
|
</a>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
{{svg "octicon-search"}} Explore
|
|
</h1>
|
|
<p class="large tw-text-balance">
|
|
Discover all public repositories and activity
|
|
hosted on this instance.
|
|
</p>
|
|
<a class="ui basic button" href="{{AppSubUrl}}/explore/repos">
|
|
{{svg "octicon-telescope"}} Explore All Repos
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
{{/* ── About strip ──────────────────────────────────────────── */}}
|
|
<div class="ui stackable middle very relaxed page grid" style="margin-top: 1rem;">
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
{{svg "octicon-lock"}} Private by default
|
|
</h1>
|
|
<p class="large tw-text-balance">
|
|
This is a self-hosted, invite-only Git service.
|
|
All repositories are owned and maintained by mysticmode.
|
|
</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h1 class="hero ui icon header">
|
|
{{svg "octicon-rocket"}} Powered by Gitea
|
|
</h1>
|
|
<p class="large tw-text-balance">
|
|
Running on <a href="https://about.gitea.com" target="_blank" rel="noopener">Gitea</a>
|
|
— a lightweight, self-hosted Git service.
|
|
Fast, reliable, and open source.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
{{template "base/footer" .}}
|