From 081d93d94b8171d09c1440aef723f15358dec010 Mon Sep 17 00:00:00 2001 From: Frank Weng Date: Wed, 3 Dec 2014 02:42:35 +0000 Subject: [PATCH] Hackathon registration information --- Teams/TheATeam/ABOUT.md | 12 ++++++++++++ Teams/TheATeam/team.json | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 Teams/TheATeam/ABOUT.md create mode 100644 Teams/TheATeam/team.json diff --git a/Teams/TheATeam/ABOUT.md b/Teams/TheATeam/ABOUT.md new file mode 100644 index 0000000..53ea1c8 --- /dev/null +++ b/Teams/TheATeam/ABOUT.md @@ -0,0 +1,12 @@ +This is ~~our~~ my page +================ +A hackathon is always great motivation to jump-start a project! + +About me +=========================== +Name's Frank. I'll be working (probably by myself) on a simple idea that I've been brewing. Wanna know what it is? Guess you'll have to wait and see when I get around to putting it together. + +About your skills and what you are going to do? +======= +My day-job is in robotics, and we can leave it at that. I do, however, have a background in web-dev essentials. + diff --git a/Teams/TheATeam/team.json b/Teams/TheATeam/team.json new file mode 100644 index 0000000..64594a1 --- /dev/null +++ b/Teams/TheATeam/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "The A-Team", + "members": [ + { + "name": "Frank Weng", + "twitter": "", + "koding": "weng-frank", + "location": "Houston, US" + } + ] +}