diff --git a/Teams/openIT/ABOUT.md b/Teams/openIT/ABOUT.md new file mode 100644 index 0000000..f520a8d --- /dev/null +++ b/Teams/openIT/ABOUT.md @@ -0,0 +1,10 @@ +Open IT +================ +We love hackathon, and we won the hackathon twice in Taiwan. +We're creative, and we focus on user story. +We want to make things different. We don't make shit. + + +What I am going to do? +======= +We have some ideas about theme 1. It will be cool and fun. diff --git a/Teams/openIT/team.json b/Teams/openIT/team.json new file mode 100644 index 0000000..e62f41f --- /dev/null +++ b/Teams/openIT/team.json @@ -0,0 +1,30 @@ +{ + "teamName" : "open IT", + "members" :[{ + "name" : "Will You", + "twitter" : "mrjumpyyy", + "koding" : "willyou", + "location" : "Taipei, TW" + }, { + "name" : "Ivan Wu", + "twitter" : "invictusegg", + "koding" : "invictusivan", + "location" : "Taipei, TW" + }, { + "name" : "EdwardKung", + "twitter" : "edwardsstep9", + "koding" : "edwardsstep9", + "location" : "Taipei, TW", + "lead" : true + }, { + "name" : "Joe Chou", + "twitter" : "dontpkme", + "koding" : "dontpkme993", + "location" : "Taipei, TW" + }, { + "name" : "Chia-Hung, Chu", + "twitter" : "apig1026", + "koding" : "apig1026", + "location" : "Taipei, TW" + }] +}