gitdab/customizations/custom/templates/home.tmpl

37 lines
1.5 KiB
Cheetah

{{template "base/head" .}}
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" src="{{AppSubUrl}}/assets/img/gitea-lg.png" />
</div>
<div class="hero">
<h1 class="ui icon header title">
Gitdab
</h1>
<h2>Git with a bunch of dabs</h2>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> By people, for people
</h1>
<p class="large">
Gitdab isn't run by a massive company trying to get your personal information and your money, it's run by <a target="_blank" rel="noopener noreferrer" href="https://lavatech.top">LavaTech</a>, a group dedicated to bringing you quality, free, non-spying services.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"> Open Source
</h1>
<p class="large">
Gitdab uses <a target="_blank" rel="noopener noreferrer" href="https://forgejo.org/">Forgejo</a>, which is open source. All of our <a target="_blank" rel="noopener noreferrer" href="https://gitdab.com/a/gitdab/">customizations, scripts and icons</a> are open source too.
</p>
</div>
</div>
</div>
{{template "base/footer" .}}