Added mother

This commit is contained in:
uri
2014-12-03 00:34:42 -05:00
parent 2c37b1e4d1
commit c4e810cf6f
2 changed files with 27 additions and 0 deletions

4
Teams/mother/ABOUT.md Normal file
View File

@@ -0,0 +1,4 @@
mother
======
We are three web devs.

23
Teams/mother/team.json Normal file
View File

@@ -0,0 +1,23 @@
{
"teamName": "mother",
"members": [
{
"name": "Uri Gorelik",
"twitter": "urigorelik",
"koding": "uri",
"location": "Ottawa, ON"
},
{
"name": "Kurtis Funai",
"twitter": "kurtfunai",
"koding": "kurtfunai",
"location": "Ottawa, ON"
},
{
"name": "Patrick Vice",
"twitter": "patgvice",
"koding": "patgvice",
"location": "Ottawa, ON"
}
]
}