mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-07 13:15:17 +02:00
33 lines
1.2 KiB
TypeScript
33 lines
1.2 KiB
TypeScript
export const teamMembers = [
|
|
{
|
|
username: 'eshanized',
|
|
role: 'Lead Developer & Maintainer',
|
|
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: 'Specializes in integrating security tools and maintaining critical packages for enhanced system functionality.',
|
|
},
|
|
{
|
|
username: 'XlebyllleK',
|
|
role: 'Key Developer',
|
|
description: 'Plays a pivotal role in core development, focusing on innovative solutions and system optimizations to enhance functionality.',
|
|
},
|
|
{
|
|
username: 'iconized',
|
|
role: 'Co-Maintainer & Server Designer',
|
|
description: 'Focuses on designing and optimizing server infrastructures for seamless tool integration and performance.',
|
|
},
|
|
{
|
|
username: 'alokified',
|
|
role: 'Web Infrastructure Developer',
|
|
description: 'Develops and maintains the web infrastructure, ensuring efficient and secure online operations.',
|
|
},
|
|
{
|
|
username: 'utkrshift',
|
|
role: 'UI/UX Designer for DM/WM',
|
|
description: 'Leads the design and customization of desktop and window manager interfaces to enhance user experience.',
|
|
},
|
|
];
|