|
|
@ -9,18 +9,23 @@
|
|
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="Gitea logo" />
|
|
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="Gitea logo" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="hero">
|
|
|
|
<div class="hero" style="margin-top: 2em;">
|
|
|
|
<h1 class="ui icon header title">
|
|
|
|
<h1 class="ui icon header title">
|
|
|
|
{{AppName}}
|
|
|
|
{{AppName}}
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="twelve wide center aligned centered column">
|
|
|
|
<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>.
|
|
|
|
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.
|
|
|
|
For this reason, I'm moving from github to this instance of gitea.
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
I'll be mirroring the projects that are already on github, but new projects will end up here instead.
|
|
|
|
I'll be mirroring the projects that are already on github, but new projects will end up here instead.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sixteen wide center aligned centered column">
|
|
|
|
|
|
|
|
{{template "explore/repo_list" .}}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|
|
|
|
{{template "base/footer" .}}
|
|
|
|