-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauthors.json
More file actions
48 lines (48 loc) · 1.58 KB
/
Copy pathauthors.json
File metadata and controls
48 lines (48 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"authors": [
{
"name": "CodeStorm Hub Team",
"role": "Core Team",
"bio": "The collective voice of the CodeStorm Hub community, sharing updates, announcements, and insights from our open-source journey.",
"avatar": "/images/codestorm-logo.png",
"social": {
"github": "https://github.com/CodeStorm-Hub",
"twitter": "#",
"linkedin": "#"
}
},
{
"name": "Syed Salman Reza",
"role": "Founder & Lead Developer",
"bio": "Full-stack developer passionate about building scalable web applications and fostering open-source communities.",
"avatar": "/team-members/syed-salman-reza.jpg",
"social": {
"github": "https://github.com/syed-reza98",
"linkedin": "https://www.linkedin.com/in/salman-reza",
"twitter": "#"
}
},
{
"name": "Development Team",
"role": "Technical Writers",
"bio": "Our development team shares technical insights, tutorials, and best practices from building modern web applications.",
"avatar": "/images/team-avatar.png",
"social": {
"github": "https://github.com/CodeStorm-Hub",
"twitter": "#",
"linkedin": "#"
}
},
{
"name": "Community Team",
"role": "Community Managers",
"bio": "Dedicated to building and nurturing our open-source community through guidelines, support, and engagement.",
"avatar": "/images/community-avatar.png",
"social": {
"github": "https://github.com/CodeStorm-Hub",
"twitter": "#",
"linkedin": "#"
}
}
]
}