From 8a0c5189f5dc9898038b69c2b97396f39290587d Mon Sep 17 00:00:00 2001 From: Amit Pal Date: Wed, 26 Nov 2014 15:16:37 +0530 Subject: [PATCH 1/3] Added team information --- Teams/Recon/team.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Teams/Recon/team.json diff --git a/Teams/Recon/team.json b/Teams/Recon/team.json new file mode 100644 index 0000000..0a20559 --- /dev/null +++ b/Teams/Recon/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Recon", + "members": [ + { + "name": "Rahul jain", + "twitter": "rahuljain_itbhu", + "koding": "rjhector", + "location": "Delhi, IN" + }, + { + "name": "Amit pal", + "twitter": "amix_pal", + "koding": "coderwall", + "location": "Delhi, IN" + "lead": true + }, + { + "name": "Sourabh Chandak", + "twitter": "sourabh0612", + "koding": "sourabh0612", + "location": "Hyderabad, IN", + } + ] +} From 6377e060deba68cfa88d528d4adf6e1e7e31b8c8 Mon Sep 17 00:00:00 2001 From: Amit Pal Date: Wed, 26 Nov 2014 15:18:17 +0530 Subject: [PATCH 2/3] Added about.md file --- Teams/Recon/ABOUT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Teams/Recon/ABOUT.md diff --git a/Teams/Recon/ABOUT.md b/Teams/Recon/ABOUT.md new file mode 100644 index 0000000..65bfb58 --- /dev/null +++ b/Teams/Recon/ABOUT.md @@ -0,0 +1,3 @@ +# Recon + +Dream don't work unless you do... From 4da20aaf06992fcd724a0002b1d182b9dc0b678f Mon Sep 17 00:00:00 2001 From: Amit Pal Date: Thu, 27 Nov 2014 03:09:29 +0530 Subject: [PATCH 3/3] Update team.json --- Teams/Recon/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Recon/team.json b/Teams/Recon/team.json index 0a20559..80e8a5e 100644 --- a/Teams/Recon/team.json +++ b/Teams/Recon/team.json @@ -11,14 +11,14 @@ "name": "Amit pal", "twitter": "amix_pal", "koding": "coderwall", - "location": "Delhi, IN" + "location": "Delhi, IN", "lead": true }, { "name": "Sourabh Chandak", "twitter": "sourabh0612", "koding": "sourabh0612", - "location": "Hyderabad, IN", + "location": "Hyderabad, IN" } ] }