Add Yokozuna59 & nirname

This commit is contained in:
Sidharth Vinod
2023-07-06 21:29:40 +05:30
parent 48050333a0
commit d4281d365d
3 changed files with 15 additions and 13 deletions

View File

@@ -89,6 +89,8 @@
"mult", "mult",
"neurodiverse", "neurodiverse",
"nextra", "nextra",
"nikolay",
"nirname",
"orlandoni", "orlandoni",
"pathe", "pathe",
"pbrolin", "pbrolin",
@@ -102,9 +104,11 @@
"ranksep", "ranksep",
"rect", "rect",
"rects", "rects",
"reda",
"redmine", "redmine",
"rehype", "rehype",
"roledescription", "roledescription",
"rozhkov",
"sandboxed", "sandboxed",
"sankey", "sankey",
"setupgraphviewbox", "setupgraphviewbox",
@@ -121,6 +125,7 @@
"stylis", "stylis",
"subhash-halder", "subhash-halder",
"substate", "substate",
"sulais",
"sveidqvist", "sveidqvist",
"swimm", "swimm",
"techn", "techn",
@@ -144,6 +149,7 @@
"vueuse", "vueuse",
"xlink", "xlink",
"yash", "yash",
"yokozuna",
"zenuml" "zenuml"
], ],
"patterns": [ "patterns": [

View File

@@ -13,6 +13,7 @@ const websiteSVG = {
const createLinks = (tm: CoreTeam): CoreTeam => { const createLinks = (tm: CoreTeam): CoreTeam => {
tm.avatar = `/user-avatars/${tm.github}.png`; tm.avatar = `/user-avatars/${tm.github}.png`;
tm.title = tm.title ?? 'Developer';
tm.links = [{ icon: 'github', link: `https://github.com/${tm.github}` }]; tm.links = [{ icon: 'github', link: `https://github.com/${tm.github}` }];
if (tm.mastodon) { if (tm.mastodon) {
tm.links.push({ icon: 'mastodon', link: tm.mastodon }); tm.links.push({ icon: 'mastodon', link: tm.mastodon });

View File

@@ -36,17 +36,14 @@ export const plainTeamMembers: CoreTeam[] = [
{ {
github: 'NeilCuzon', github: 'NeilCuzon',
name: 'Neil Cuzon', name: 'Neil Cuzon',
title: 'Developer',
}, },
{ {
github: 'tylerlong', github: 'tylerlong',
name: 'Tyler Liu', name: 'Tyler Liu',
title: 'Developer',
}, },
{ {
github: 'sidharthv96', github: 'sidharthv96',
name: 'Sidharth Vinod', name: 'Sidharth Vinod',
title: 'Developer',
twitter: 'sidv42', twitter: 'sidv42',
mastodon: 'https://techhub.social/@sidv', mastodon: 'https://techhub.social/@sidv',
sponsor: 'https://github.com/sponsors/sidharthv96', sponsor: 'https://github.com/sponsors/sidharthv96',
@@ -56,55 +53,53 @@ export const plainTeamMembers: CoreTeam[] = [
{ {
github: 'ashishjain0512', github: 'ashishjain0512',
name: 'Ashish Jain', name: 'Ashish Jain',
title: 'Developer',
}, },
{ {
github: 'mmorel-35', github: 'mmorel-35',
name: 'Matthieu Morel', name: 'Matthieu Morel',
title: 'Developer',
linkedIn: 'matthieumorel35', linkedIn: 'matthieumorel35',
}, },
{ {
github: 'aloisklink', github: 'aloisklink',
name: 'Alois Klink', name: 'Alois Klink',
title: 'Developer',
linkedIn: 'aloisklink', linkedIn: 'aloisklink',
website: 'https://aloisklink.com', website: 'https://aloisklink.com',
}, },
{ {
github: 'pbrolin47', github: 'pbrolin47',
name: 'Per Brolin', name: 'Per Brolin',
title: 'Developer',
}, },
{ {
github: 'Yash-Singh1', github: 'Yash-Singh1',
name: 'Yash Singh', name: 'Yash Singh',
title: 'Developer',
}, },
{ {
github: 'GDFaber', github: 'GDFaber',
name: 'Marc Faber', name: 'Marc Faber',
title: 'Developer',
linkedIn: 'marc-faber', linkedIn: 'marc-faber',
}, },
{ {
github: 'MindaugasLaganeckas', github: 'MindaugasLaganeckas',
name: 'Mindaugas Laganeckas', name: 'Mindaugas Laganeckas',
title: 'Developer',
}, },
{ {
github: 'jgreywolf', github: 'jgreywolf',
name: 'Justin Greywolf', name: 'Justin Greywolf',
title: 'Developer',
}, },
{ {
github: 'IOrlandoni', github: 'IOrlandoni',
name: 'Nacho Orlandoni', name: 'Nacho Orlandoni',
title: 'Developer',
}, },
{ {
github: 'huynhicode', github: 'huynhicode',
name: 'Steph Huynh', name: 'Steph Huynh',
title: 'Developer', },
{
github: 'Yokozuna59',
name: 'Reda Al Sulais',
},
{
github: 'nirname',
name: 'Nikolay Rozhkov',
}, },
]; ];