assets/templates/home.tmpl

36 lines
2.3 KiB
Cheetah

{{template "base/head" .}}
<style>.gitdotgay-hero{padding:4rem 0;background-color:var(--color-nav-bg);display:flex;flex-direction:column;align-items:center;gap:1rem}@media only screen and (min-width: 767.98px){.gitdotgay-sellingpoints{margin:4rem 0 !important;}.gitdotgay-hero{padding: 6rem 0;flex-direction:row;justify-content:center;gap:8rem}}.gitdotgay-hero .text h1{font-size:4rem;font-weight:800}.gitdotgay-hero .text h2{margin-top:1rem}.gitdotgay-hero .img{width:8rem;height:8rem}.gitdotgay-hero .img img{width:100%;height:100%}.gitdotgay-hero .text {max-width:25rem}</style>
<div class="home">
<div class="gitdotgay-hero sixteen wide center aligned centered column">
<div class="img">
<img class="logo" alt="git.gay's logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
</div>
<div class="text">
<h1 class="ui icon header title">
{{AppName}}
</h1>
<h2>Git hosting for the queers</h2>
<p>git.gay is a collaboration platform made to empower queer developers to create and share their projects with the world.</p>
</div>
</div>
<div class="gitdotgay-sellingpoints ui stackable middle very relaxed page grid" style="align-items: center;">
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-organization"}} Anti-Corporate
</h1>
<p class="large">
git.gay is ran by <a target="_blank" rel="noopener noreferrer" href="https://besties.house">besties</a>, a community of queer and neurodiverse leftists with the shared goal of providing online spaces for people like us to socialise and collaborate.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
{{svg "octicon-code"}} Open Source
</h1>
<p class="large">
git.gay is running <a target="_blank" rel="noopener noreferrer" href="https://git.gay/gitgay/forgejo">our fork</a> of <a target="_blank" rel="noopener noreferrer" href="https://forgejo.org/">Forgejo</a>, available under the terms of the <a href="https://git.gay/gitgay/forgejo/src/branch/main/LICENSE.md">Opinionated Queer License</a>. All <a target="_blank" rel="noopener noreferrer" href="https://git.gay/gitgay/assets">other assets</a> used are made available to everyone too. Additionally, we don't use any 3rd party trackers or advertising and never will.
</p>
</div>
</div>
</div>
{{template "base/footer" .}}