diff --git a/Teams/FrankTheTank/ABOUT.md b/Teams/FrankTheTank/ABOUT.md new file mode 100644 index 0000000..803c6a3 --- /dev/null +++ b/Teams/FrankTheTank/ABOUT.md @@ -0,0 +1,15 @@ +FrankTheTank +================ + +| Frank | +|--- | +| ![Frank](http://i.imgur.com/DEjorFfl.jpg) | + +Hey there, I'm Frank, a German student currently interning in the Bay Area. +I love hackathons and hacking challenges, in which I participated a lot with fellow students. + +Skills +======= +I love to develop in Go to solve data-intensive backend challenges. +Besides the usual HTML5/JS/CSS3 frontend stuff, I'm currently experimenting with Polymer.dart. +Most of my little projects (privately and at hackathons) run on the Google Cloud Platform. diff --git a/Teams/FrankTheTank/team.json b/Teams/FrankTheTank/team.json new file mode 100644 index 0000000..6278e93 --- /dev/null +++ b/Teams/FrankTheTank/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "FrankTheTank", + "members": [ + { + "name": "Frank Blechschmidt", + "twitter": "FraBle90", + "koding": "frable", + "location": "San Francsico, US", + "lead": true + } + ] +}