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.

97 lines
4.0 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>
<p class="twelve wide left 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.
</p>
<div class="twelve wide center aligned centered column">
<h2>Getting started</h2>
<p>
To get started, head over to the "explore" tab or have a look at my profile page:
</p>
</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="{{AppSubUrl}}/explore">Explore</a>
<div style="width: 2em;"></div>
<a class="ui green button" href="{{AppSubUrl}}/adri326">My Profile</a>
</div>
</div>
</div>
<div class="twelve wide left aligned centered column">
<h2 class="center">Contributing</h2>
<p>
I'll happily accept contributions that are done directly on Github.
If you'd like to use this website instead, then you'll need to login through Github first.
Here's a handy button for you:
</p>
<div class="ui middle grid" style="margin-bottom: 1em; margin-top: 1em;">
<div class="sixteen wide center aligned centered row">
<a role="button" class="ui button" href="{{AppSubUrl}}/user/oauth2/github">Sign In via Github</a>
</div>
</div>
<h3>About Github sign-in</h3>
<p>
The current solution for contributions (Sign In via Github) is more of a temporary solution, as I'm waiting for
<a href="https://github.com/go-gitea/gitea/issues/18240">federation support for Gitea</a> to get implemented.
</p>
<p>
New accounts created this way will not be able to create repositories, nor can they create organizations.
They can still <a href="https://github.com/go-gitea/gitea/issues/4586">make forks</a>.
</p>
<p>
If you'd like to host repositories on this instance or if you'd like to get an account without using Github,
then please contact me directly (you'll find my contact infos on my <a href="https://shadamethyst.xyz/">main website</a>).
</p>
<!-- <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" .}}