forked from Shiloh/githaven
49 lines
3.0 KiB
Handlebars
49 lines
3.0 KiB
Handlebars
{{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="gt-mb-5 gt-px-5">
|
|
<div class="center">
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="{{.locale.Tr "logo"}}">
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppName}}
|
|
</h1>
|
|
<h2>Code with Conviction</h2>
|
|
<p>
|
|
GitHaven is a free, open-source, and secure git service hosted by
|
|
<a href="https://shilohcode.com" rel="noopener noreferrer" target="_blank">
|
|
<span>Shiloh</span>
|
|
</a>.
|
|
</p>
|
|
<!-- Sign-in and Register Buttons -->
|
|
<div class="sign-buttons">
|
|
<a href="/user/login?redirect_to=%2f" class="ui primary button">{{ctx.Locale.Tr "sign_in"}}</a>
|
|
<a href="/user/sign_up" class="ui secondary button">{{ctx.Locale.Tr "sign_up"}}</a>
|
|
<a href="/explore/repos" class="ui tertiary button">{{ctx.Locale.Tr "Explore"}}</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h2 class="large">{{ctx.Locale.Tr "Unrestricted Collaboration"}}</h2>
|
|
<p class="medium">{{ctx.Locale.Tr "Express your faith and collaborate with like-minded developers."}}</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h2 class="large">{{ctx.Locale.Tr "Robust Version Control"}}</h2>
|
|
<p class="medium">{{ctx.Locale.Tr "Enjoy seamless and reliable version control for your projects."}}</p>
|
|
</div>
|
|
</div>
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="eight wide center column">
|
|
<h2 class="large">{{ctx.Locale.Tr "Easy Migration"}}</h2>
|
|
<p class="medium">{{ctx.Locale.Tr "Effortlessly transition from platforms like GitHub and GitLab to GitHaven."}}</p>
|
|
</div>
|
|
<div class="eight wide center column">
|
|
<h2 class="large">{{ctx.Locale.Tr "Integration Made Easy"}}</h2>
|
|
<p class="medium">{{ctx.Locale.Tr "GitHaven seamlessly integrates with popular development workflows."}}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|
|
|