diff --git a/Teams/Kommunicate/ABOUT.md b/Teams/Kommunicate/ABOUT.md new file mode 100644 index 0000000..f420bcf --- /dev/null +++ b/Teams/Kommunicate/ABOUT.md @@ -0,0 +1,18 @@ + +# Kommunicate + +We are Kevin, Alice and Sherman. Kevin and Sherman met at their summer internship at GoDaddy in 2014, they worked +in Rails on the Online Store product and did [community](http://www.community-app.herokuapp.com) together. Alice and Kevin met in +a class at UC Berkeley and have coded together winning multiple small scale hackathons together. + +## About us + +- Kevin: I do full stack web dev, specializing in backend. Checkout out my [website](http://www.kacasey.me) +- Sherman: Frontend. [website](http://shermanleung.com) +- Alice: Frontend. [website](http://www.alicejliu.com) + +## Languages we love + +- Python +- Ruby (not Alice) +- Javascript diff --git a/Teams/Kommunicate/team.json b/Teams/Kommunicate/team.json new file mode 100644 index 0000000..950514e --- /dev/null +++ b/Teams/Kommunicate/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Kommunicate", + "members": [ + { + "name": "Alice Liu", + "koding": "aliceliu", + "location": "Berkeley, CA" + }, + { + "name": "Kevin Casey", + "twitter": "KevinCasey22", + "koding": "Fortisque", + "location": "Berkeley, CA" + }, + { + "name": "Sherman Leung", + "twitter": "sk_leung", + "koding": "skleung", + "location": "Stanford, CA", + "lead": true + } + ] +}