From 923f99a46f659fdcb83ccce1094acb035012799a Mon Sep 17 00:00:00 2001 From: Carina Technologies & Services Date: Wed, 26 Nov 2014 16:13:54 +0530 Subject: [PATCH] Added team information --- Teams/TeamCarina/team.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/TeamCarina/team.json diff --git a/Teams/TeamCarina/team.json b/Teams/TeamCarina/team.json new file mode 100644 index 0000000..a8eb967 --- /dev/null +++ b/Teams/TeamCarina/team.json @@ -0,0 +1,36 @@ +{ +"teamName": "Team Carina", +"members": [ +{ +"name": "Ajad Patel", +"twitter": "Ajad", +"koding": "ajad", +"location": "Indore,IN" +}, +{ +"name": "Nirmal", +"twitter": "nirmal", +"koding": "nirmal", +"location": "Indore, IN" +}, +{ +"name": "Mayank Pande", +"twitter": "Carina Technologies", +"koding": "Mayank", +"location": "Indore, IN", +"lead": true +}, +{ +"name": "Pragati singh suman", +"twitter": "Pragati", +"koding": "Pragati", +"location": "Indore, IN" +}, +{ +"name": "Shweta shrimali", +"twitter": "Shweta", +"koding": "Shweta", +"location": "Indore, IN" +} +] +}