You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1009 B
25 lines
1009 B
{{template "base/head" .}}
|
|
<div class="page-content home">
|
|
<div class="ui stackable middle very relaxed page grid">
|
|
<div class="sixteen wide center aligned centered column">
|
|
<div>
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/shad-pfp.png" alt="Shad Amethyst's profile picture" />
|
|
<div style="font-size: 8em;">+</div>
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="Gitea logo" />
|
|
</div>
|
|
<div class="hero">
|
|
<h1 class="ui icon header title">
|
|
{{AppName}}
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
<div class="twelve wide center aligned centered column">
|
|
I'm done <a href="https://giveupgithub.org/">giving Github the right to painlessly break the terms of my open-source licenses</a>.
|
|
For this reason, I'm moving from github to this instance of gitea.
|
|
<br />
|
|
I'll be mirroring the projects that are already on github, but new projects will end up here instead.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|