Merge pull request #941 from jiteshk23/master

Team LunchBox - Added details
This commit is contained in:
Senthil Arivudainambi
2014-12-03 11:14:31 -08:00
2 changed files with 48 additions and 0 deletions

11
Teams/LunchBox/ABOUT.md Normal file
View File

@@ -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.

37
Teams/LunchBox/team.json Normal file
View File

@@ -0,0 +1,37 @@
{
"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
},
{
"name" : "Samyak Datta",
"twitter" : "gedwey_parfait",
"koding" : "samyak-268",
"location" : "Roorkee, IN"
}
]
}