diff --git a/Teams/mother/ABOUT.md b/Teams/mother/ABOUT.md new file mode 100644 index 0000000..59fc2f8 --- /dev/null +++ b/Teams/mother/ABOUT.md @@ -0,0 +1,4 @@ +mother +====== + +We are three web devs. diff --git a/Teams/mother/team.json b/Teams/mother/team.json new file mode 100644 index 0000000..d0f9b3a --- /dev/null +++ b/Teams/mother/team.json @@ -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" + } + ] +}