Skip to content

Commit

Permalink
probably about time to update my card on team page
Browse files Browse the repository at this point in the history
  • Loading branch information
wheatleymf committed Mar 24, 2024
1 parent ea896b8 commit a545212
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion src/lib/types/Member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,41 @@ export const Members: Member[] = [
{
name: 'wheatleymf',
avatar: '/team/profiles/wheatleymf.jpg',
description: 'I am doing lots of stuff at the cost of my sleep schedule.',
description: 'Your local fartist with a messed up sleep schedule.',
roles: {
Programming: [
Languages.CSharp,
Languages.HLSL
],
'Webdev': [
Languages.JS,
Languages.HTML,
Languages.CSS,
Languages.PHP
],
'3D Artist': [
Software.Blender,
Software.Designer,
Software.Marmoset,
Software.SpeedTree,
Software.Topogun
],
'Graphics Design': [
Software.Photoshop,
Software.Illustrator,
Software.Figma
],
'Level Design': [ Software.Hammer ]
},
classification: {
kingdom: ['Animalia', 'https://en.wikipedia.org/wiki/Animal'],
phylum: ['Chordata', 'https://en.wikipedia.org/wiki/Chordate'],
class: ['Mammalia', 'https://en.wikipedia.org/wiki/Mammal'],
order: ['Carnivora', 'https://en.wikipedia.org/wiki/Carnivora'],
family: ['Phocidae', 'https://en.wikipedia.org/wiki/Earless_seal'],
genus: ['Pusa', 'https://en.wikipedia.org/wiki/Pusa'],
species: ['P. sibirica', 'https://en.wikipedia.org/wiki/Baikal_seal']
},
point: { x: 365, y: 38 },
country: Countries.Russia,
socials: ['https://wheatleymf.net', 'https://twitter.com/wheatleymf']
Expand Down

0 comments on commit a545212

Please sign in to comment.