mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-29 13:51:03 +00:00
feat: credits page
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
||||
let peoples = [
|
||||
"Ushie",
|
||||
"afnzmn",
|
||||
"baiorett",
|
||||
"PickleNik",
|
||||
]
|
||||
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
<ContributorHost {peoples}></ContributorHost>
|
||||
</div>
|
||||
<div class="wrapper contrib-grid">
|
||||
<ContributorHost repo="cli"/>
|
||||
<ContributorHost repo="patcher"/>
|
||||
<ContributorHost repo="patches"/>
|
||||
<ContributorHost repo="integrations"/>
|
||||
<ContributorHost repo="manager"/>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.contrib-grid {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2rem;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user