mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
pixel.horse team credits
Can be added to later, these are just the current contribtors I know
This commit is contained in:
BIN
Binary file not shown.
@@ -23,6 +23,36 @@ export const CREDITS: Credit[] = [
|
||||
// avatarIndex: 0, // place of the avatar in /assets/images/avatars.jpg
|
||||
// links: ['https://twitter.com/your_twitter_handle'],
|
||||
// },
|
||||
{
|
||||
name: 'Bytewave',
|
||||
title: 'Programmer / Moderator',
|
||||
avatarIndex: 0,
|
||||
links: ['https://twitter.com/BytewaveMLP', 'https://github.com/BytewaveMLP']
|
||||
},
|
||||
{
|
||||
name: 'Cloud Hop',
|
||||
title: 'Programmer / Moderator',
|
||||
avatarIndex: 1,
|
||||
links: ['https://twitter.com/blackhole0173', 'https://github.com/blackhole12']
|
||||
},
|
||||
{
|
||||
name: 'CyberPon3',
|
||||
title: 'Programmer / Moderator',
|
||||
avatarIndex: 2,
|
||||
links: ['https://twitter.com/CyberPon3']
|
||||
},
|
||||
{
|
||||
name: 'NotMyWing',
|
||||
title: 'Programmer / Moderator',
|
||||
avatarIndex: 3,
|
||||
links: ['https://twitter.com/NotMyWing', 'https://github.com/Neeve01']
|
||||
},
|
||||
{
|
||||
name: 'Stubenhocker',
|
||||
title: 'Programmer',
|
||||
avatarIndex: 4,
|
||||
links: ['https://github.com/Stubenhocker1399']
|
||||
}
|
||||
];
|
||||
|
||||
export const CONTRIBUTORS: Contributors[] = [
|
||||
@@ -38,12 +68,6 @@ export const CONTRIBUTORS: Contributors[] = [
|
||||
{ name: 'OtakuAP', links: ['https://www.deviantart.com/otakuap'] },
|
||||
],
|
||||
},
|
||||
{
|
||||
group: 'Programmers & Artists',
|
||||
contributors: [
|
||||
{ name: 'CyberPon3', links: ['https://www.deviantart.com/cyberpon3'] },
|
||||
],
|
||||
},
|
||||
{
|
||||
group: 'Artists',
|
||||
contributors: [
|
||||
|
||||
Reference in New Issue
Block a user