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.
32 lines
1.3 KiB
32 lines
1.3 KiB
{{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 class="ui middle grid">
|
|
<div class="sixteen wide center aligned centered row" style="user-select: none; align-items: center;">
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/shad-pfp.png" alt="Shad Amethyst's profile picture" />
|
|
<div style="font-size: 8em; margin-left: 1em; margin-right: 1em;">+</div>
|
|
<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg" alt="Gitea logo" />
|
|
</div>
|
|
</div>
|
|
<div class="hero" style="margin-top: 2em;">
|
|
<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 class="sixteen wide center aligned centered column">
|
|
{{template "explore/repo_list" .}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|