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.

71 lines
3.1 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 <a href="https://github.com/adri326/">Github</a> to <a href="https://git.shadamethyst.xyz/">this instance of Gitea</a>.
<br />
I'll be mirroring the projects that are already on Github, but new projects will end up here instead.
</div>
<div class="twelve wide center aligned centered column">
<h2>Getting started</h2>
To get started, head over to the "explore" tab or have a look at my profile page:
</div>
<div class="twelve wide center aligned centered column">
<div class="ui middle grid">
<div class="sixteen wide center aligned centered row">
<a class="ui green button" href="/explore">Explore</a>
<div style="width: 2em;"></div>
<a class="ui green button" href="/adri326">My Profile</a>
</div>
</div>
</div>
<div class="twelve wide center aligned centered column">
<h2>Contributing</h2>
I haven't figured out a contribution solution that truly satisfies me.
If <a href="https://news.ycombinator.com/item?id=29830061">federation support for Gitea</a> gets implemented, then I might switch to using it.
<br />
In the meantime, here are temporary solutions for you to use:
<h3>Issues</h3>
While the repositories are all mirrored on Github, you can use Github's issue tracker to send issues.
<br />
I'm not a fan of using Gitea's issue tracker, as the registrations on this server are closed.
<h3>Pull/Merge Requests</h3>
These can be done on Github, but you can also send me a link to your branch for me to check out.
You can find my contact informations on <a href="https://shadamethyst.xyz/">my website</a>.
<h3>Direct contributions</h3>
The projects to which I expect direct contributions should already be primarily hosted on Github.
<br />
If you do want to contribute to them through this website, then I'll happily create an account for you here and give you access.
The difficulty with this method lies in the way mirroring works &mdash; pushing different commits to both Github and Gitea will likely break things, so this situation should be avoided.
</div>
</div>
</div>
{{template "base/footer" .}}