From 412834e94436ca2a4c8a0722cad133f897fbc740 Mon Sep 17 00:00:00 2001 From: Fizer Khan Date: Sun, 23 Nov 2014 15:27:56 +0530 Subject: [PATCH] Added team machi. --- Teams/Machi/ABOUT.md | 25 +++++++++++++++++++++++++ Teams/Machi/team.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 Teams/Machi/ABOUT.md create mode 100644 Teams/Machi/team.json diff --git a/Teams/Machi/ABOUT.md b/Teams/Machi/ABOUT.md new file mode 100644 index 0000000..ce0be90 --- /dev/null +++ b/Teams/Machi/ABOUT.md @@ -0,0 +1,25 @@ +Machi +======== + +## Who we Are + +We are passionate and creative group of developers share deep love for hacking. +We truly believe that learning comes from sharing. +We know each other during work or while attending hackathons And, +we are from great place Chennai, INDIA + + +| Fizer Khan | Yogeswaran | Dheeraj Joshi +|--- |--- |--- +| ![Fizer Khan](https://avatars3.githubusercontent.com/u/1433380?v=3&s=200) | ![Yogeswaran](https://avatars3.githubusercontent.com/u/1505586?v=3&s=200) | ![Dheeraj Joshi](https://pbs.twimg.com/profile_images/489018856506011648/_3yNhEXD_200x200.jpeg) | + +Still thinking about it. But it will surely be somthing special ! + + + + + + + + + diff --git a/Teams/Machi/team.json b/Teams/Machi/team.json new file mode 100644 index 0000000..69d1015 --- /dev/null +++ b/Teams/Machi/team.json @@ -0,0 +1,28 @@ + +{ + "teamname": "Machi", + + "members":[ + { + "name":"Fizer Khan", + "twitter":"fizerkhan", + "koding":"fizerkhan", + "location":"Chennai, India", + "lead":true + }, + + { + "name":"Yogeswaran", + "twitter":"yogeswarant", + "koding":"yogeswarant", + "location":"Chennai, India" + }, + + { + "name":"Dheeraj Joshi", + "twitter":"dheerajhere", + "koding":"dheerajhere", + "location":"Chennai, India" + } + ] +}