Create team.json
initial commit team detail
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"teamName": "KarmaOverflow",
|
||||
"members": [
|
||||
{
|
||||
"name": "Jigar Joshi",
|
||||
"twitter": "JigarMJoshi",
|
||||
"koding": "jigarjm",
|
||||
"location": "San Francisco, US",
|
||||
"lead": true
|
||||
},
|
||||
{
|
||||
"name": "Nirmal Pathak",
|
||||
"twitter": "nirmalpathak",
|
||||
"koding": "cybertinku",
|
||||
"location": "Sunnyvale, US"
|
||||
},
|
||||
{
|
||||
"name": "Darshan Joshi",
|
||||
"twitter": "",
|
||||
"koding": "",
|
||||
"location": "Rajkot, IN",
|
||||
},
|
||||
{
|
||||
"name": "Samyak Bhutta",
|
||||
"twitter": "samyak_bhuta",
|
||||
"koding": "samyakbhuta",
|
||||
"location": "Ahmedabad, IN"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user