diff --git a/Teams/InsaneAi/ABOUT.md b/Teams/InsaneAi/ABOUT.md new file mode 100644 index 0000000..8df4255 --- /dev/null +++ b/Teams/InsaneAi/ABOUT.md @@ -0,0 +1,11 @@ +# InsaneAi Team + +We are a group of enthusiastic developers around the world and passioned +about programming and making cool things. + +## About Us + +- Nestor: 13+ years web developer with experience in many thecnologies around web, a problem solver, an architech and a guy pasioned about +performance. +- Alvis: I am interested in all fields of software development, especially UI/UX design. +- Dmitry: I'm young and motivated student with programming skills who wants to spend a time on building cool project with new interesting people. diff --git a/Teams/InsaneAi/team.json b/Teams/InsaneAi/team.json new file mode 100644 index 0000000..6233d69 --- /dev/null +++ b/Teams/InsaneAi/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "InsaneAi", + "members": [ + { + "name": "Nestor Mata", + "twitter": "nestormata", + "koding": "nestormata", + "location": "Panama, PA", + "lead": true + }, + { + "name": "Alvis Wong", + "twitter": "pwmvx1289", + "koding": "pwmvx1289", + "location": "Hong Kong, HK" + }, + { + "name": "Dmitry Romanenko", + "twitter": "dimon222", + "koding": "dimon222", + "location": "Toronto, CA", + } + ] +}