diff --git a/Teams/ExpertsUnlimited/ABOUT.md b/Teams/ExpertsUnlimited/ABOUT.md new file mode 100644 index 0000000..2ab893b --- /dev/null +++ b/Teams/ExpertsUnlimited/ABOUT.md @@ -0,0 +1,17 @@ +== Team Name: Experts Unlimited + +-- About Us: + +We're 4 highschool students taking part in this competition. + +- Ananay Arora (http://ananayarora.com) : The leader here, with all the development skills. +- Abhishek Anand: Beta Tester & Designer with great debugging skills. +- Akshay Gupta: Graphics Designer with Beta Testing skills. +- Rohan Dhar: PHP Guy & Web Developer. + +Languages : +-> HTML +-> CSS +-> Javascript w/ jQuery & AJAX +-> PHP +-> MySQL diff --git a/Teams/ExpertsUnlimited/team.json b/Teams/ExpertsUnlimited/team.json new file mode 100644 index 0000000..f613cda --- /dev/null +++ b/Teams/ExpertsUnlimited/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Experts Unlimited", + "members": [ + { + "name": "Ananay Arora", + "twitter": "@ananayarora_com", + "koding": "ananay", + "location": "New Delhi, IN", + "lead": true + }, + { + "name": "Abhishek Anand", + "twitter": "@abhichamp97", + "koding": "abhishek97", + "location": "New Delhi, IN" + }, + { + "name": "Akshay Gupta", + "twitter": "@wizardgupta", + "koding": "akshaykgupta", + "location": "New Delhi, IN", + }, + { + "name": "Rohan Dhar", + "twitter": "@rohanoffi", + "koding": "rohanoffi", + "location": "New Delhi, IN" + } + ] +}