Added Team Infinity

This commit is contained in:
Kamyar Allahverdi
2014-11-23 04:20:20 +03:30
parent 6e4cf00ea1
commit 486de2039e
2 changed files with 37 additions and 0 deletions

20
Teams/Infinity/ABOUT.md Normal file
View File

@@ -0,0 +1,20 @@
Infinity Team
================
We are the Infinity team located in Vancouver and Calgary. We are both from Iran.
Our Team
===========================
| Kamyar | Mehran
|--- |---
| ![Kamyar](https://gravatar.com/avatar/478ef9a000a615df6d701cc435312e36?size=143) | ![Mehran](https://gravatar.com/avatar/a8067c4c164eda058858d0ca0da09b84?size=143) |
We have both studied Computer Science for a while. We believe it's all in the details. The best ideas, with bad implementations, will always go to waste.
Our Skills and Our Plan
=======
We haven't yet set what we are going to do. We will choose something simple and useful, we'll try to approach it out of the box. We love Python, JS and HTML5.

17
Teams/Infinity/team.json Normal file
View File

@@ -0,0 +1,17 @@
{
"teamName": "Infinity",
"members": [
{
"name": "Mehran Khodabandeh",
"koding": "mkhodabandeh",
"location": "Vancouver, CA"
},
{
"name": "Kamyar Allahverdi",
"twitter": "kamyarworks",
"koding": "kamyarinfinity",
"location": "Calgary, CA",
"lead": true
}
]
}