🚀 feat: add a descriptioon

This commit is contained in:
eshanized
2025-01-06 14:13:22 +05:30
parent 14f59c4603
commit f3e07d63d2

View File

@@ -2,26 +2,26 @@ export const teamMembers = [
{
username: 'eshanized',
role: 'Lead Developer & Maintainer',
description: 'Leading the development of Snigdha OS core system and architecture',
description: 'Oversees the development and maintenance of the Snigdha OS core system, ensuring a robust and scalable architecture.',
},
{
username: 'd3v1l0n',
role: 'Co Maintainer & Tools Developer',
description: 'Managing security tools integration and package maintenance',
role: 'Co-Maintainer & Tools Developer',
description: 'Specializes in integrating security tools and maintaining critical packages for enhanced system functionality.',
},
{
username: 'iconized',
role: 'Co Maintainer & Server Designer',
description: 'Managing security tools integration and package maintenance',
role: 'Co-Maintainer & Server Designer',
description: 'Focuses on designing and optimizing server infrastructures for seamless tool integration and performance.',
},
{
username: 'alokified',
role: 'Co Web Infrastructure Developer',
description: 'Managing security tools integration and package maintenance',
role: 'Web Infrastructure Developer',
description: 'Develops and maintains the web infrastructure, ensuring efficient and secure online operations.',
},
{
username: 'utkrshift',
role: 'DM/WM UI Moders',
description: 'Managing security tools integration and package maintenance',
role: 'UI/UX Designer for DM/WM',
description: 'Leads the design and customization of desktop and window manager interfaces to enhance user experience.',
},
];
];