21 lines
816 B
Cheetah
21 lines
816 B
Cheetah
{{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" .}}
|