From f0ca28a7e8cc0d3cae731c3139ba706171bf67bb Mon Sep 17 00:00:00 2001 From: Sadique Ali Date: Tue, 25 Nov 2014 08:43:40 +0530 Subject: [PATCH] team newfolder add --- Teams/NewFolder/ABOUT.md | 7 +++++++ Teams/NewFolder/team.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 Teams/NewFolder/ABOUT.md create mode 100644 Teams/NewFolder/team.json diff --git a/Teams/NewFolder/ABOUT.md b/Teams/NewFolder/ABOUT.md new file mode 100644 index 0000000..f1da6fa --- /dev/null +++ b/Teams/NewFolder/ABOUT.md @@ -0,0 +1,7 @@ +Sadique Ali P +Sachin Murali G +Akhil Balakrishnan +Ijas Ahamed +Sibin John + +Member of Tech Staffs at Nethram India Innovation Centre. Graduates from Government Engineering College Wayanad. diff --git a/Teams/NewFolder/team.json b/Teams/NewFolder/team.json new file mode 100644 index 0000000..89f69ec --- /dev/null +++ b/Teams/NewFolder/team.json @@ -0,0 +1,34 @@ +{ + "teamName": "NewFolder", + "members": [ + { + "name": "Sachin Murali G", + "koding": "dotg", + "twitter":"sachinmuralig", + "location": "India, IN" + }, + { + "name": "Akhil Balakrishnan", + "koding": "akhilb91", + "location": "India, IN" + }, + { + "name": "Ijas Ahamed N", + "koding": "ijasahamed", + "location": "India, IN" + }, + { + "name": "Sadique Ali P", + "koding": "spali", + "twitter":"spali90", + "location": "India, IN", + "lead" : true + }, + { + "name": "Sibin John", + "koding": "sibinjohn", + "location": "India, IN" + } + + ] +}