gitdab/customizations/custom/templates/home.tmpl

37 lines
1.5 KiB
Cheetah
Raw Permalink Normal View History

2018-11-12 11:00:32 +00:00
{{template "base/head" .}}
<div class="home">
2020-05-25 12:08:40 +00:00
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
2023-02-23 22:42:45 +00:00
<img class="logo" src="{{AppSubUrl}}/assets/img/gitea-lg.png" />
2020-05-25 12:08:40 +00:00
</div>
<div class="hero">
<h1 class="ui icon header title">
2023-02-23 22:42:45 +00:00
Gitdab
2020-05-25 12:08:40 +00:00
</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">
2023-02-23 22:42:45 +00:00
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> By people, for people
</h1>
2020-05-25 12:08:40 +00:00
<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>
2023-02-23 22:42:45 +00:00
2020-05-25 12:08:40 +00:00
<div class="eight wide center column">
<h1 class="hero ui icon header">
2023-02-23 22:42:45 +00:00
<i class="octicon octicon-code"> Open Source
2020-05-25 12:08:40 +00:00
</h1>
<p class="large">
2023-02-23 22:42:45 +00:00
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.
2020-05-25 12:08:40 +00:00
</p>
</div>
</div>
2018-11-12 11:00:32 +00:00
</div>
{{template "base/footer" .}}