From 412834e94436ca2a4c8a0722cad133f897fbc740 Mon Sep 17 00:00:00 2001 From: Fizer Khan Date: Sun, 23 Nov 2014 15:27:56 +0530 Subject: [PATCH 1/2] 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" + } + ] +} From a0728aa81f24b653831c6b3a9a9d24d4196a25a7 Mon Sep 17 00:00:00 2001 From: Fizer Khan Date: Mon, 24 Nov 2014 11:57:33 +0530 Subject: [PATCH 2/2] Renamed team name to ChennaiNerd. --- Teams/{Machi => ChennaiNerd}/ABOUT.md | 8 ++++---- Teams/{Machi => ChennaiNerd}/team.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename Teams/{Machi => ChennaiNerd}/ABOUT.md (75%) rename Teams/{Machi => ChennaiNerd}/team.json (87%) diff --git a/Teams/Machi/ABOUT.md b/Teams/ChennaiNerd/ABOUT.md similarity index 75% rename from Teams/Machi/ABOUT.md rename to Teams/ChennaiNerd/ABOUT.md index ce0be90..c56b948 100644 --- a/Teams/Machi/ABOUT.md +++ b/Teams/ChennaiNerd/ABOUT.md @@ -1,19 +1,19 @@ -Machi -======== +ChennaiNerd +=========== ## 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 +we are from great place [Chennai, INDIA](https://www.youtube.com/watch?v=VKMyYO2g6Fc) | 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 ! +Still thinking about it. But it will surely be something special! diff --git a/Teams/Machi/team.json b/Teams/ChennaiNerd/team.json similarity index 87% rename from Teams/Machi/team.json rename to Teams/ChennaiNerd/team.json index 69d1015..62c0819 100644 --- a/Teams/Machi/team.json +++ b/Teams/ChennaiNerd/team.json @@ -1,6 +1,6 @@ { - "teamname": "Machi", + "teamname": "ChennaiNerd", "members":[ { @@ -21,7 +21,7 @@ { "name":"Dheeraj Joshi", "twitter":"dheerajhere", - "koding":"dheerajhere", + "koding":"djadmin", "location":"Chennai, India" } ]