diff --git a/Teams/Codetogo/ABOUT.md b/Teams/Codetogo/ABOUT.md new file mode 100644 index 0000000..eca8c49 --- /dev/null +++ b/Teams/Codetogo/ABOUT.md @@ -0,0 +1,22 @@ +#TeamName: Codetogo + +- We are team of 4 members +- Here for good! + +About us: + +##Anurag + +http://twitter.com/anurag1695 + +##Chinmay +- A pre final year student from India +- Anurag is my classmate +http://twitter.com/chinmaynj + + +##Fong King Yew +http://twitter.com/kingyew + +##Korak Purkayastha +http://twitter.com/qriousguy diff --git a/Teams/Codetogo/team.json b/Teams/Codetogo/team.json new file mode 100644 index 0000000..b109320 --- /dev/null +++ b/Teams/Codetogo/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Codetogo", + "members": [ + { + "name": "Anurag Patel", + "twitter": "anurag1695", + "koding": "anurag95", + "location": "Ahmedabad, IN" + }, + { + "name": "Chinmay Joshi", + "twitter": "chinmaynj", + "koding": "chinmayj", + "location": "Vadodara, IN", + "lead": true + }, + { + "name": "Fong King Yew", + "twitter": "kingyew11", + "koding": "kingyew", + "location": "Kuala Lumpur, MY" + }, + { + "name": "Korak Purkayastha", + "twitter": "qriousguy", + "koding": "qriousguy", + "location": "Kolkata, IN" + } + ] +}