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" + } + ] +}