From 93859c8a6cc4b7c3bca246491d5b2cbf9d38778a Mon Sep 17 00:00:00 2001 From: Emad Al-Shihabi Date: Wed, 3 Dec 2014 00:52:58 -0500 Subject: [PATCH] adding Maze team --- Teams/Maze/ABOUT.md | 16 ++++++++++++++++ Teams/Maze/team.json | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/Maze/ABOUT.md create mode 100644 Teams/Maze/team.json diff --git a/Teams/Maze/ABOUT.md b/Teams/Maze/ABOUT.md new file mode 100644 index 0000000..e7de246 --- /dev/null +++ b/Teams/Maze/ABOUT.md @@ -0,0 +1,16 @@ +

+ +Welcome to the Maze +=========================== + +We are a pair of programmers who have nothing in common except for Dota 2. We figure that if we can play with and against swearing teenage gamers and still get along, we can code together and not kill each other. + + + +About Our Team +=========================== + +| | | +|-|-| +| ![Emad](https://s.gravatar.com/avatar/dbc38b4a6b385c35d98cbde918134103?s=120) |
Emad Al-Shihabi
[Website](http://www.3emad.com)
A passionate software engineer specialized in web development
techonologies who loves to hack prototypes once an idea pops up in his
head or he couldn't find a tool to help him with his life daily. | +|![Myrddin](https://s.gravatar.com/avatar/55fa7c8732748824675b5b6bc0429686?s=120)|
Myrddin Emrys
[Website](https://plus.google.com/+MyrddinEmrys/posts)
Having worked in IT for twenty years as a Network Admin, Web Developer,
Database Analyst, and a lot of other buzzwords, Myrddin was the sole
technical employee at his first job, a small ISP, and wore every hat. Since
then he has grown to prefer helping people use technology by making
systems easier to use and supporting them directly. He is a jack of all trades
and master of few.| diff --git a/Teams/Maze/team.json b/Teams/Maze/team.json new file mode 100644 index 0000000..c93d444 --- /dev/null +++ b/Teams/Maze/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "Maze", + "members": [ + { + "name": "Emad Al-Shihabi", + "twitter": "emadshi", + "koding": "3emad", + "location": "Toronto, CA", + "lead": true + }, + { + "name": "Myrddin Emrys", + "twitter": "myrddine", + "koding": "myrddine", + "location": "Winscoson, US" + } + ] +}