From c4e810cf6f11708a73ef274c96c8e0a7a84a4ce3 Mon Sep 17 00:00:00 2001 From: uri Date: Wed, 3 Dec 2014 00:34:42 -0500 Subject: [PATCH] Added mother --- Teams/mother/ABOUT.md | 4 ++++ Teams/mother/team.json | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 Teams/mother/ABOUT.md create mode 100644 Teams/mother/team.json 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" + } + ] +}