mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
GitHub -> Gitea
This commit is contained in:
@@ -25,7 +25,7 @@ If you donate, we will be more motivated to work on the server and host more stu
|
||||
</div>
|
||||
</div>
|
||||
|
||||
_You can find all of our financial reports on [our transparency repository on GitHub](https://github.com/ProjectSegfault/transparency/)._
|
||||
_You can find all of our financial reports on [our transparency repository on Gitea](https://git.projectsegfau.lt/ProjectSegfault/transparency/)._
|
||||
|
||||
<style>
|
||||
.monero {
|
||||
|
||||
@@ -8,4 +8,4 @@ Since we care about transparency, privacy and safety we have created some docume
|
||||
|
||||
- [Privacy Policy](/legal/privacy-policy)
|
||||
- [Terms of Service](/legal/tos)
|
||||
- [Transparency reports](https://github.com/ProjectSegfault/transparency/)
|
||||
- [Transparency reports](https://git.projectsegfau.lt/ProjectSegfault/transparency/)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<h1>Our projects</h1>
|
||||
<CardOuter>
|
||||
{#each projects as { name, description, github, website }}
|
||||
{#each projects as { name, description, git, website }}
|
||||
<CardInner title={name} {description}>
|
||||
<LinksOuter>
|
||||
{#if website}
|
||||
@@ -19,12 +19,12 @@
|
||||
</Link>
|
||||
{/if}
|
||||
|
||||
{#if github}
|
||||
<Link url={github} classes="githubcolored">
|
||||
<div class="i-simple-icons:github"></div>
|
||||
{#if git}
|
||||
<Link url={git} classes="giteacolored">
|
||||
<div class="i-simple-icons:gitea"></div>
|
||||
</Link>
|
||||
{/if}
|
||||
</LinksOuter>
|
||||
</CardInner>
|
||||
{/each}
|
||||
</CardOuter>
|
||||
</CardOuter>
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<h1>Our team</h1>
|
||||
<CardOuter>
|
||||
{#each members as { name, discord, matrix, position, description, github, pgp, website, email, picture }}
|
||||
{#each members as { name, discord, matrix, position, description, git, pgp, website, email, picture }}
|
||||
<CardInner title={name} {position} {description}>
|
||||
<LinksOuter>
|
||||
{#if matrix}
|
||||
@@ -25,9 +25,9 @@
|
||||
</Link>
|
||||
{/if}
|
||||
|
||||
{#if github}
|
||||
<Link url={github} classes="githubcolored">
|
||||
<div class="i-simple-icons:github"></div>
|
||||
{#if git}
|
||||
<Link url={git} classes="gitcolored">
|
||||
<div class="i-simple-icons:git"></div>
|
||||
</Link>
|
||||
{/if}
|
||||
|
||||
@@ -57,4 +57,4 @@
|
||||
</LinksOuter>
|
||||
</CardInner>
|
||||
{/each}
|
||||
</CardOuter>
|
||||
</CardOuter>
|
||||
Reference in New Issue
Block a user