From 77996517dabc3fc7c648e319f19f37d2ad1deb10 Mon Sep 17 00:00:00 2001 From: yart <100040020+youarereadingthis@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:49:01 -0400 Subject: [PATCH] Insert yart's member Heyyy. --- src/lib/types/Member.ts | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/lib/types/Member.ts b/src/lib/types/Member.ts index 77ce633..460268c 100644 --- a/src/lib/types/Member.ts +++ b/src/lib/types/Member.ts @@ -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',