From f3d15a8d47f5c84f1ceebd73d639d1aa5ab29817 Mon Sep 17 00:00:00 2001 From: Adrian Lee Date: Wed, 3 Dec 2014 14:53:05 -0500 Subject: [PATCH] add team Lemonsweat --- Teams/Lemonsweat/ABOUT.md | 17 +++++++++++++++++ Teams/Lemonsweat/team.json | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 Teams/Lemonsweat/ABOUT.md create mode 100644 Teams/Lemonsweat/team.json diff --git a/Teams/Lemonsweat/ABOUT.md b/Teams/Lemonsweat/ABOUT.md new file mode 100644 index 0000000..d89d4ab --- /dev/null +++ b/Teams/Lemonsweat/ABOUT.md @@ -0,0 +1,17 @@ +Team Lemonsweat + +About your team +=========================== + +| adrianlee | jerechua +|--- |--- +| ![adrianlee](https://avatars3.githubusercontent.com/u/793431?v=3&s=150) | ![jerechua](https://avatars1.githubusercontent.com/u/1859344?v=3&s=150) | + +We are friends looking for an excuse to build something for fun and for a purpose. Instead of procrastinating, we decided to make something happen with this hackathon! + + +About your skills and what you are going to do? +======= +We want to experiment with new languages such as GO but is now the time? Otherwise, node.js or phython. + +We are brainstorming projects for theme 2 & 3 diff --git a/Teams/Lemonsweat/team.json b/Teams/Lemonsweat/team.json new file mode 100644 index 0000000..190a10d --- /dev/null +++ b/Teams/Lemonsweat/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "Lemonsweat", + "members": [ + { + "name": "Adrian Lee", + "twitter": "@junirok", + "koding": "irok", + "location": "Seattle, US" + }, + { + "name": "Jeremy Chua", + "twitter": "", + "koding": "jerechua", + "location": "Mountain View, US" + } + ] +}