From f3e07d63d27c977d5d1f0d7090d5c467b889fa68 Mon Sep 17 00:00:00 2001 From: eshanized Date: Mon, 6 Jan 2025 14:13:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat:=20add=20a=20descriptioon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/team.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/data/team.ts b/src/data/team.ts index 86d8305d..6247bdbc 100644 --- a/src/data/team.ts +++ b/src/data/team.ts @@ -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.', }, -]; \ No newline at end of file +];