feat: add custom Gitea home page with Oribi branding and styling.
This commit is contained in:
20
custom/templates/home.tmpl
Normal file
20
custom/templates/home.tmpl
Normal file
@@ -0,0 +1,20 @@
|
||||
{{template "base/head" .}}
|
||||
<div role="main" aria-label="{{.Title}}" class="page-content home">
|
||||
<div class="home-container">
|
||||
<img class="logo-img" src="{{AssetUrlPrefix}}/img/logo.png" alt="Oribi Technology Services"/>
|
||||
<h1 class="hero-title">Oribi Technology Services</h1>
|
||||
<div class="hero-subtitle">Internal Code Repository</div>
|
||||
|
||||
<div class="action-grid">
|
||||
<a href="{{AppSubUrl}}/explore/repos" class="action-card">
|
||||
<i class="octicon octicon-telescope"></i>
|
||||
<h3>Explore</h3>
|
||||
</a>
|
||||
<a href="{{AppSubUrl}}/user/login" class="action-card">
|
||||
<i class="octicon octicon-sign-in"></i>
|
||||
<h3>Sign In</h3>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
Reference in New Issue
Block a user