Compare commits

...

2 Commits

Author SHA1 Message Date
Luna 52fd6593dc Add link to the Services Agreement on footer 2023-02-23 19:43:00 -03:00
Luna 0262aaa4d4 Fix home page template 2023-02-23 19:42:45 -03:00
2 changed files with 9 additions and 7 deletions

View File

@ -0,0 +1 @@
<a href="https://gitlab.com/lavatech/servicesagreement">LavaTech Services Agreement</a>

View File

@ -3,11 +3,11 @@
<div class="ui stackable middle very relaxed page grid"> <div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column"> <div class="sixteen wide center aligned centered column">
<div> <div>
<img class="logo" src="{{StaticUrlPrefix}}/img/gitea-lg.png" /> <img class="logo" src="{{AppSubUrl}}/assets/img/gitea-lg.png" />
</div> </div>
<div class="hero"> <div class="hero">
<h1 class="ui icon header title"> <h1 class="ui icon header title">
{{AppName}} Gitdab
</h1> </h1>
<h2>Git with a bunch of dabs</h2> <h2>Git with a bunch of dabs</h2>
</div> </div>
@ -15,19 +15,20 @@
</div> </div>
<div class="ui stackable middle very relaxed page grid"> <div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column"> <div class="eight wide center column">
<h1 class="hero ui icon header"> <h1 class="hero ui icon header">
{{svg "octicon-organization" 16}} By people, for people <i class="octicon octicon-organization"></i> By people, for people
</h1> </h1>
<p class="large"> <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. 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> </p>
</div> </div>
<div class="eight wide center column"> <div class="eight wide center column">
<h1 class="hero ui icon header"> <h1 class="hero ui icon header">
{{svg "octicon-code" 16}} Open Source <i class="octicon octicon-code"> Open Source
</h1> </h1>
<p class="large"> <p class="large">
Gitdab uses <a target="_blank" rel="noopener noreferrer" href="https://github.com/go-gitea/gitea/">Gitea</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. 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> </p>
</div> </div>
</div> </div>