From ea3ff650bf68d277eabb5c65e73b880099275c34 Mon Sep 17 00:00:00 2001 From: Jitesh Khandelwal Date: Mon, 1 Dec 2014 21:22:50 +0530 Subject: [PATCH 1/3] Added team details --- Teams/LunchBox/team.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Teams/LunchBox/team.json diff --git a/Teams/LunchBox/team.json b/Teams/LunchBox/team.json new file mode 100644 index 0000000..6bd5838 --- /dev/null +++ b/Teams/LunchBox/team.json @@ -0,0 +1,31 @@ +{ + "teamName" : "LunchBox", + "members" : + [ + { + "name" : "Aayush Gupta", + "twitter" : "aayushgupta2306", + "koding" : "aayushgupta2306", + "location" : "Roorkee, IN" + }, + { + "name" : "Vishal Chand", + "twitter" : "poison020492", + "koding" : "poison0204", + "location" : "Roorkee, IN" + }, + { + "name" : "Nitesh Kumar", + "twitter" : "niteshk5", + "koding" : "niteshk770", + "location" : "Roorkee, IN" + }, + { + "name" : "Jitesh Khandelwal", + "twitter" : "jiteshk23", + "koding" : "jiteshk", + "location" : "Roorkee, IN", + "lead" : true + } + ] +} From 54902cef2668638c608c1ed9c9fb6bf3ebaa184f Mon Sep 17 00:00:00 2001 From: Jitesh Khandelwal Date: Wed, 3 Dec 2014 20:29:29 +0530 Subject: [PATCH 2/3] Adding detailed team member descriptions --- Teams/LunchBox/ABOUT.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/LunchBox/ABOUT.md diff --git a/Teams/LunchBox/ABOUT.md b/Teams/LunchBox/ABOUT.md new file mode 100644 index 0000000..8f0ca53 --- /dev/null +++ b/Teams/LunchBox/ABOUT.md @@ -0,0 +1,11 @@ +All our team members are final year students at IIT Roorkee with interests ranging over a wide spectrum of topics. + +**Samyak Datta** is an ML enthusiast and a budding Computer Vision researcher. + +**Jitesh Khandelwal** specialises in web development, both back-end and front end. + +**Vishal** has managed to create his own niche in Android development and game programming + +**Nitesh Kumar** is the creative genius in our group who specialises in UX/UI. + +**Aayush Gupta**, our future Facebook engineer is another Android enthusiast. From f6596e2311a5f9bde8efbbb238663fc34dd800b2 Mon Sep 17 00:00:00 2001 From: Jitesh Khandelwal Date: Wed, 3 Dec 2014 20:31:27 +0530 Subject: [PATCH 3/3] Update team.json --- Teams/LunchBox/team.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Teams/LunchBox/team.json b/Teams/LunchBox/team.json index 6bd5838..50986ef 100644 --- a/Teams/LunchBox/team.json +++ b/Teams/LunchBox/team.json @@ -26,6 +26,12 @@ "koding" : "jiteshk", "location" : "Roorkee, IN", "lead" : true + }, + { + "name" : "Samyak Datta", + "twitter" : "gedwey_parfait", + "koding" : "samyak-268", + "location" : "Roorkee, IN" } ] }