From da81ea70d79e91e052ec11343837056fc61324df Mon Sep 17 00:00:00 2001 From: Mohamed Saleh Zaied Date: Tue, 2 Dec 2014 23:10:49 +0200 Subject: [PATCH] Add team --- Teams/VentaApps/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/VentaApps/team.json diff --git a/Teams/VentaApps/team.json b/Teams/VentaApps/team.json new file mode 100644 index 0000000..7bd8203 --- /dev/null +++ b/Teams/VentaApps/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Venta Apps", + "members": [ + { + "name": "Mohamed Saleh Zaied", + "twitter": "engmsaleh", + "koding": "engmsaleh", + "location": "Alexandria,EG" + }, + { + "name": "Karim Abd El Aal", + "twitter": "kroky_cs", + "koding": "kroky", + "location": "Alexandria,EG" + } + ] +}