From c4fa45519924fbfe63bd3e0e9b1e3630832e95a0 Mon Sep 17 00:00:00 2001 From: Joe Colburn Date: Thu, 27 Nov 2014 22:39:00 -0500 Subject: [PATCH] Added Team 000000 --- Teams/000000/ABOUT.md | 22 ++++++++++++++++++++++ Teams/000000/team.json | 12 ++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/000000/ABOUT.md create mode 100644 Teams/000000/team.json diff --git a/Teams/000000/ABOUT.md b/Teams/000000/ABOUT.md new file mode 100644 index 0000000..81d324b --- /dev/null +++ b/Teams/000000/ABOUT.md @@ -0,0 +1,22 @@ +This is my page +================ + +I'm just a guy with an idea. + + +About your team +=========================== + +| Joe +|--- +| ![Joe](https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-xaf1/v/t1.0-9/600114_10152277501655714_1947060528_n.jpg?oh=548b0d211bce73aa5931e99e021d8c54&oe=54D49B28&__gda__=1423474339_6f2c1539f904178546e80c53ec681e0a) + +I've been writing code for the web in one form or another since before there were any books on it. I'd head to one of the 300 or so pages Yahoo had at the time, save it, change something, reload, and squeal with delight at what I learned to do that day. These days, it's a career, but the passion hasn't waned one bit. + +I spent many years toiling away for up to 100 hours a week with my own company, trying to just keep the lights on and the team paid and neglecting my own growth. In the past couple years, I've regained my focus and thirst for new knowledge and languages. I joined this hackathon because I want to challenge myself and play with new APIs... and I've had this site idea in my head for a while that matches one of the themes perfectly. + +About your skills and what you are going to do? +======= +I'm still fine-tuning my Javascript skills, but my long-time passion and strength is in PHP. I've also been productive in Perl, Python, ASP and Java, and I'm getting my head around Node and Erlang. + +I won't say much about the project and the APIs I plan to use as I feel it might give too much away, but I will say that I think it will be pretty far apart from what other teams will be doing. You'll just have to wait and see. diff --git a/Teams/000000/team.json b/Teams/000000/team.json new file mode 100644 index 0000000..3517abc --- /dev/null +++ b/Teams/000000/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "000000", + "members": [ + { + "name": "Joe Colburn", + "twitter": "joetech", + "koding": "joetech", + "location": "Detroit, US", + "lead": true + } + ] +}