diff --git a/Teams/Invincibles/ABOUT.md b/Teams/Invincibles/ABOUT.md index 3dbb42b..5a2ed05 100644 --- a/Teams/Invincibles/ABOUT.md +++ b/Teams/Invincibles/ABOUT.md @@ -2,26 +2,17 @@ Team Invincibles ================ - About your team =========================== - We are a group of programming enthusiasts very motivated to solve real world problems. All of us - are students enrolled in colleges in the United States. We decided to join this competition - because of our passion for programming and finding solutions for complex problems. We have prior - experience with developing applications making use of real time data to solve everyday problems. - Our biggest motivation behind us taking part in this competition is to get a really good - feel of some of the API's mentioned in the document. We do not have much experience working with - these API's and would relish the opportunity to build something cool by utilizing them - Skills and Project Idea ====================== diff --git a/Teams/Invincibles/team.json b/Teams/Invincibles/team.json index f0e5a44..b270ad2 100644 --- a/Teams/Invincibles/team.json +++ b/Teams/Invincibles/team.json @@ -1,41 +1,22 @@ { - - "teamName": "Invincibles ", - - "members": [ - - { - - "name": "Manikandan Soundarapandian", - - "twitter": "mani3834", - - "koding": "mani89", - - "location": "Cary, NC, USA", - "lead": true - - }, - - { - - "name": "Ishita Malhotra", - - "koding": "ishita2310", - "location": "Cary, NC, USA" - - }, - - { - - "name": "Harjas Ahuja", - - "koding": "harjas09", - - "location": "Cary, NC, USA" - - } - - ] - + "teamName": "Invincibles ", + "members": [ + { + "name": "Manikandan Soundarapandian", + "twitter": "mani3834", + "koding": "mani89", + "location": "Cary, NC, USA", + "lead": true + }, + { + "name": "Ishita Malhotra", + "koding": "ishita2310", + "location": "Cary, NC, USA" + }, + { + "name": "Harjas Ahuja", + "koding": "harjas09", + "location": "Cary, NC, USA" + } + ] }