Skip to content

Commit

Permalink
Insert yart's member
Browse files Browse the repository at this point in the history
Heyyy.
  • Loading branch information
youarereadingthis authored Oct 17, 2024
1 parent 221724a commit 7799651
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/lib/types/Member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,30 @@ export const Members: Member[] = [
}
},

// yart
{
name: 'yart',
description:
'You are reading this.',
avatar: '/team/profiles/yart.png',
point: { x: 100, y: 80 },
country: Countries.US,
roles: {
Programmer: [Languages.CSharp, Languages.LUA],
},
socials: ['https://github.com/youarereadingthis'],
classification: {
domain: ['Eukaryota', 'https://en.wikipedia.org/wiki/Eukaryote'],
kingdom: ['Animalia', 'https://en.wikipedia.org/wiki/Animal'],
phylum: ['Chordata', 'https://en.wikipedia.org/wiki/Chordate'],
class: ['Chondrichthyes', 'https://en.wikipedia.org/wiki/Chondrichthyes'],
order: ['Squatiniformes', 'https://en.wikipedia.org/wiki/Squatiniformes'],
family: ['Squatinidae', 'https://en.wikipedia.org/wiki/Squatiniformes'],
genus: ['Squatina', 'https://en.wikipedia.org/wiki/Angelshark'],
species: ['S. squatina', 'https://en.wikipedia.org/wiki/Angelshark']
}
},

// Cool looking jellyfish
{
name: 'Cool Looking Jellyfish',
Expand Down

0 comments on commit 7799651

Please sign in to comment.