diff --git a/Teams/TeamWhatShouldWeCallMe/ABOUT.md b/Teams/TeamWhatShouldWeCallMe/ABOUT.md new file mode 100644 index 0000000..b2aed11 --- /dev/null +++ b/Teams/TeamWhatShouldWeCallMe/ABOUT.md @@ -0,0 +1,31 @@ +Team Name: TBD +================ + +``` + _ _ _ _ _ _ + _| || |_| |__ __ _ ___| | ____ _| |_| |__ ___ _ __ +|_ .. _| '_ \ / _` |/ __| |/ / _` | __| '_ \ / _ \| '_ \ +|_ _| | | | (_| | (__| < (_| | |_| | | | (_) | | | | + |_||_| |_| |_|\__,_|\___|_|\_\__,_|\__|_| |_|\___/|_| |_| +``` + + + +About Us +=========================== +> Judges will read this page before making a final decision, so write your story, make it emotional and impressive. +> Tell us why you want to win. + +We build this project on rock & roll. + +About The Project +======= +> Don't reveal too much about your project, this is a competition but maybe +> you can tell us the technologies, APIs you are going to use and what kind +> of application you are going to build. + +> You can change your mind, that's ok. Just push an update here when you do. + +No clue yet. + + diff --git a/Teams/TeamWhatShouldWeCallMe/team.json b/Teams/TeamWhatShouldWeCallMe/team.json new file mode 100644 index 0000000..8d97250 --- /dev/null +++ b/Teams/TeamWhatShouldWeCallMe/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Alan Norton", + "twitter": "nonrational", + "koding": "nonrational", + "location": "New York, NY, USA", + "lead": true + }, + { + "name": "John Mileham", + "location": "New York, NY, USA", + }, + { + "name": "Sam Moore", + "location": "New York, NY, USA", + }, + { + "name": "Sarah Whinnem", + "location": "New York, NY, USA", + } + ] +}