From e435a15559651b449ae4ecb63462bf7280fd8350 Mon Sep 17 00:00:00 2001 From: Amar Prabhu Date: Wed, 26 Nov 2014 17:15:14 +0530 Subject: [PATCH 1/3] Create team.json --- Teams/Nilofer/team.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/Nilofer/team.json diff --git a/Teams/Nilofer/team.json b/Teams/Nilofer/team.json new file mode 100644 index 0000000..78119ee --- /dev/null +++ b/Teams/Nilofer/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Nilofer", + "members": [ + { + "name": "Amar Prabhu", + "twitter": "oligomath", + "koding": "amarprabhu", + "location": "Bangalore, IN" + }, + { + "name": "Dharmesh BA", + "twitter": "dharmeshba", + "koding": "dharmeshba", + "location": "Bangalore, IN" + }, + { + "name": "Pratik Mandrekar", + "twitter": "pmandrek", + "koding": "pmandrek", + "location": "Bangalore, IN" + } + ] +} From d8ce61417e954a7e5b1622943bca9b3ef6ba4399 Mon Sep 17 00:00:00 2001 From: Amar Prabhu Date: Wed, 26 Nov 2014 17:24:20 +0530 Subject: [PATCH 2/3] Create ABOUT.md --- Teams/Nilofer/ABOUT.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Teams/Nilofer/ABOUT.md diff --git a/Teams/Nilofer/ABOUT.md b/Teams/Nilofer/ABOUT.md new file mode 100644 index 0000000..3cf50bf --- /dev/null +++ b/Teams/Nilofer/ABOUT.md @@ -0,0 +1,29 @@ +Nilofer +================ + +We are named after the storm, Nilofer. We are working on track 2 for the hackathon. Details to be posted later. + + +About your team +=========================== + +| amar | dharmesh | pratik +|--- |--- |--- |--- +| ![amar](https://pbs.twimg.com/profile_images/378800000082073549/ae5996bc745e3b1d774002eb337df175_400x400.jpeg) | ![Dharmesh](https://pbs.twimg.com/profile_images/1833734117/430652_10150553227823363_804813362_8779268_2007078582_n__1__400x400.jpeg) | ![Pratik](https://pbs.twimg.com/profile_images/2655174063/4300addfd96a9bbacf84c2716ba621bf_400x400.png) | + +Tell us who you are, why you did you decide to join? + +Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +Tell us why you want to win. + + +About your skills and what you are going to do? +======= + +Don't reveal too much about your project, this is a competition but maybe +you can tell us the technologies, APIs you are going to use and what kind +of application you are going to build. + +You can change your mind, that's ok. Just push an update here when you do. + + From 5d211a4b356f1caeb7037258c2dd9b93e598c4d8 Mon Sep 17 00:00:00 2001 From: Amar Prabhu Date: Wed, 26 Nov 2014 17:29:02 +0530 Subject: [PATCH 3/3] Update team.json --- Teams/Nilofer/team.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Teams/Nilofer/team.json b/Teams/Nilofer/team.json index 78119ee..765c9d2 100644 --- a/Teams/Nilofer/team.json +++ b/Teams/Nilofer/team.json @@ -1,6 +1,12 @@ { "teamName": "Nilofer", "members": [ + { + "name": "Ajeeth Kumar", + "twitter": "OUT_OF_MEM", + "koding": "ajeet2511", + "location": "Bangalore, IN" + }, { "name": "Amar Prabhu", "twitter": "oligomath", @@ -18,6 +24,12 @@ "twitter": "pmandrek", "koding": "pmandrek", "location": "Bangalore, IN" + }, + { + "name": "Ritesh Ranjan", + "twitter": "riteshr24", + "koding": "riteshr.designs", + "location": "Bangalore, IN" } ] }