Prepare for GitHub Pages deployment

This commit is contained in:
eshanized
2024-12-25 05:00:53 +05:30
parent 2340d0f691
commit 138d4a9d2b
80 changed files with 7421 additions and 0 deletions

17
src/data/team.ts Normal file
View 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',
},
];