From 06ebf41fd9305ad1da567a0c23cd0ade2a502b1b Mon Sep 17 00:00:00 2001 From: Muhammed Thanish Date: Sun, 30 Nov 2014 13:03:19 +0530 Subject: [PATCH] Add team files --- Teams/Meteorhacks/ABOUT.md | 3 +++ Teams/Meteorhacks/teams.json | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 Teams/Meteorhacks/ABOUT.md create mode 100644 Teams/Meteorhacks/teams.json diff --git a/Teams/Meteorhacks/ABOUT.md b/Teams/Meteorhacks/ABOUT.md new file mode 100644 index 0000000..5269f67 --- /dev/null +++ b/Teams/Meteorhacks/ABOUT.md @@ -0,0 +1,3 @@ +Meteorhacks +=========== + diff --git a/Teams/Meteorhacks/teams.json b/Teams/Meteorhacks/teams.json new file mode 100644 index 0000000..1d79531 --- /dev/null +++ b/Teams/Meteorhacks/teams.json @@ -0,0 +1,35 @@ +{ + "teamName": "Meteorhacks", + "members": [ + { + "name": "Arunoda Susiripala", + "twitter": "", + "koding": "", + "location": "Colombo, LK" + }, + { + "name": "Pahan Sarachchandra", + "twitter": "", + "koding": "", + "location": "" + }, + { + "name": "Muhammed Thanish", + "twitter": "@mnmtanish", + "koding": "mnmtanish", + "location": "Negombo, LK" + }, + { + "name": "Pasindu De Silva", + "twitter": "", + "koding": "", + "location": "Colombo, LK" + }, + { + "name": "Chathu Vishwajith", + "twitter": "", + "koding": "", + "location": "Colombo, LK" + } + ] +}