diff --git a/Teams/MasterMinds/ABOUT.md b/Teams/MasterMinds/ABOUT.md new file mode 100644 index 0000000..cdc1f7c --- /dev/null +++ b/Teams/MasterMinds/ABOUT.md @@ -0,0 +1,16 @@ + +# Team MasterMinds + +We are Eric, Gerry, and Irene. We are all from UBC and love creating awesome and innovative things. + +## About Us + +- Eric: My name is Eric, +- Gerry: + +## Languages we love + +- Java +- C# +- PHP +- MySQL diff --git a/Teams/MasterMinds/team.json b/Teams/MasterMinds/team.json new file mode 100644 index 0000000..2b07a7f --- /dev/null +++ b/Teams/MasterMinds/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "MasterMinds", + "members": [ + { + "name": "Eric Kim", + "twitter": "bosung90", + "koding": "bosung90", + "location": "Vancouver, CA", + "lead": true + }, + { + "name": "Gerry Cao", + "twitter": "", + "koding": "gerrycao", + "location": "Calgary, CA" + } + ] +}