mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-09 14:15:04 +02:00
Prepare for GitHub Pages deployment
This commit is contained in:
17
src/data/team.ts
Normal file
17
src/data/team.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export const teamMembers = [
|
||||
{
|
||||
username: 'eshanized', // Using placeholder usernames that exist on GitHub
|
||||
role: 'Core Development',
|
||||
description: 'Leading the development of Snigdha OS core system and architecture',
|
||||
},
|
||||
{
|
||||
username: 'd3v1l0n',
|
||||
role: 'Security Tools',
|
||||
description: 'Managing security tools integration and package maintenance',
|
||||
},
|
||||
{
|
||||
username: 'alokified',
|
||||
role: 'Project Lead',
|
||||
description: 'Overseeing project direction and community engagement',
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user