From 486de2039e71008646e592810ffb0115d54c8cef Mon Sep 17 00:00:00 2001 From: Kamyar Allahverdi Date: Sun, 23 Nov 2014 04:20:20 +0330 Subject: [PATCH] Added Team Infinity --- Teams/Infinity/ABOUT.md | 20 ++++++++++++++++++++ Teams/Infinity/team.json | 17 +++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 Teams/Infinity/ABOUT.md create mode 100644 Teams/Infinity/team.json diff --git a/Teams/Infinity/ABOUT.md b/Teams/Infinity/ABOUT.md new file mode 100644 index 0000000..8c43d9a --- /dev/null +++ b/Teams/Infinity/ABOUT.md @@ -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. + + diff --git a/Teams/Infinity/team.json b/Teams/Infinity/team.json new file mode 100644 index 0000000..b3d3591 --- /dev/null +++ b/Teams/Infinity/team.json @@ -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 + } + ] +}