From 8643be6092e8b20f5e388f113f1c0e5fabdd454a Mon Sep 17 00:00:00 2001 From: Kevin Casey Date: Wed, 26 Nov 2014 18:52:25 -0800 Subject: [PATCH 1/3] Create team.json --- Teams/Kommunicate/team.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Teams/Kommunicate/team.json diff --git a/Teams/Kommunicate/team.json b/Teams/Kommunicate/team.json new file mode 100644 index 0000000..0d473d7 --- /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": "sinan", + "location": "Stanford, CA", + "lead": true + } + ] +} From b25cf72263508892ddfa3535d97d2e57972c89b6 Mon Sep 17 00:00:00 2001 From: Kevin Casey Date: Wed, 26 Nov 2014 21:41:32 -0800 Subject: [PATCH 2/3] Create ABOUT.md --- Teams/Kommunicate/ABOUT.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Teams/Kommunicate/ABOUT.md 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 From 4a677731c199c0629a3a008795b8170fceabf835 Mon Sep 17 00:00:00 2001 From: Kevin Casey Date: Wed, 26 Nov 2014 21:41:52 -0800 Subject: [PATCH 3/3] Update team.json --- Teams/Kommunicate/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/Kommunicate/team.json b/Teams/Kommunicate/team.json index 0d473d7..950514e 100644 --- a/Teams/Kommunicate/team.json +++ b/Teams/Kommunicate/team.json @@ -15,7 +15,7 @@ { "name": "Sherman Leung", "twitter": "sk_leung", - "koding": "sinan", + "koding": "skleung", "location": "Stanford, CA", "lead": true }