From b0d9cb4e14acf29d311946b57bb3946959cac329 Mon Sep 17 00:00:00 2001 From: Wilson Cheng Date: Wed, 26 Nov 2014 21:09:58 -0500 Subject: [PATCH] Add Team UniLasers to the teams page --- Teams/UniLasers/ABOUT.md | 15 +++++++++++++++ Teams/UniLasers/team.json | 13 +++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Teams/UniLasers/ABOUT.md create mode 100644 Teams/UniLasers/team.json diff --git a/Teams/UniLasers/ABOUT.md b/Teams/UniLasers/ABOUT.md new file mode 100644 index 0000000..8f01a63 --- /dev/null +++ b/Teams/UniLasers/ABOUT.md @@ -0,0 +1,15 @@ +UniLasers +============= + +We're team UniLasers, a small team of two people based out of Toronto. We consider ourselves hobbyist programmers, we enjoy programming but don't have enough chances to do so at work or after work. Neither of us have ever participated in a Hackathon before, but this global Hackathon seems like a great place to begin! + +It's time to see how well we stack up against the other 1999 teams in this Hackathon! + +What we're going to do +============= + +Honestly, we're not sure yet. One of us is stronger with backend technologies, one of us is better with frontend, so we'll see how that goes. + +We're still deciding between the first and third theme as those two plays to our strengths, we'll commit a change to this file once we decide! + +For sure we'll be making use of PHP, nginx, and a bunch of JavaScript libraries that can help us code fast in 48h. Any other APIs and technologies will be determined once we decide on a theme. \ No newline at end of file diff --git a/Teams/UniLasers/team.json b/Teams/UniLasers/team.json new file mode 100644 index 0000000..cfd500a --- /dev/null +++ b/Teams/UniLasers/team.json @@ -0,0 +1,13 @@ +{ + "teamName": "Team UniLasers", + "members": [{ + "name": "Wilson Cheng", + "koding": "chengw01", + "location": "Markham, CA" + }, + { + "name": "Mike Penner", + "koding": "fenrisulfir", + "location": "Toronto, CA" + }] +} \ No newline at end of file