From fb8cc451af196386816737facdfd8cabce30394b Mon Sep 17 00:00:00 2001 From: Ali Date: Sat, 22 Nov 2014 00:06:23 +0500 Subject: [PATCH] Added J-Unit team info --- Teams/J-Unit/ABOUT.md | 32 ++++++++++++++++++++++++++++++++ Teams/J-Unit/team.json | 18 ++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 Teams/J-Unit/ABOUT.md create mode 100644 Teams/J-Unit/team.json diff --git a/Teams/J-Unit/ABOUT.md b/Teams/J-Unit/ABOUT.md new file mode 100644 index 0000000..169978f --- /dev/null +++ b/Teams/J-Unit/ABOUT.md @@ -0,0 +1,32 @@ +J-Unit +================ + +We are Ali and Bobby, a strong developer / designer team. Ali is located in Lahore, +Pakistan, while Bobby is in Boston, U.S. + +We met during work a few months ago. Due to our complimentary skills and good working chemistry, +we decided we'd be the dream team for going into a hackathon together. + +About us +=========================== +Our team has a yin/yang philosophy. Bobby, the yin, does all the design, CSS, +and UX work. Ali, the yang, does the backend programming to bring everything together. +This works great, as we have skills that compliment each other's weaknesses. + +Our name, 'J-Unit', comes from Ali's love of hip hop and +unit testing, mixed with the fact that we use Java as our programming language of +choice, both for the client and server side. + +Our biggest motivation for participating in this hackathon, is so we can have a shot at an interview +with some of the awesome VCs which are on the judges panel. Our dream is to do a startup. + + +Our Skills +======= +- Java +- [GWT](http://www.gwtproject.org) +- CSS3 +- HTML5 +- PhoneGap + + diff --git a/Teams/J-Unit/team.json b/Teams/J-Unit/team.json new file mode 100644 index 0000000..d8aa19e --- /dev/null +++ b/Teams/J-Unit/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "J-Unit", + "members": [ + { + "name": "Bobby Degrot", + "twitter": "bdegrot", + "koding": "eonns", + "location": "Boston, US" + }, + { + "name": "Ali Akhtar", + "twitter": "AliAkhtar_", + "koding": "digitman2", + "location": "Lahore, Pakistan" + "lead": true + } + ] +}