From c8a43c244c5187c424eb84ca241bc82a0a406e35 Mon Sep 17 00:00:00 2001 From: koding user Date: Tue, 25 Nov 2014 13:57:03 +0000 Subject: [PATCH 1/2] Add Cheers Folder --- Teams/Cheers/ABOUT.md | 28 ++++++++++++++++++++++++++++ Teams/Cheers/team.json | 23 +++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 Teams/Cheers/ABOUT.md create mode 100644 Teams/Cheers/team.json diff --git a/Teams/Cheers/ABOUT.md b/Teams/Cheers/ABOUT.md new file mode 100644 index 0000000..27b5115 --- /dev/null +++ b/Teams/Cheers/ABOUT.md @@ -0,0 +1,28 @@ +Cheers Page +================ + +We are the Koding team, so we are not really participating. But this page is here +to give you an idea about your own page. + + +About your team +=========================== + +| Carlos | David | Rui | +|--- |--- |--- | +| ![Carlos]() | ![David]() | ![Rui](https://media.licdn.com/mpr/mpr/shrink_200_200/p/6/005/02b/201/309bf7e.jpg) | + +Tell us who you are, why you did you decide to join? + +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. + + +About your skills and what you are going to do? +======= +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. + diff --git a/Teams/Cheers/team.json b/Teams/Cheers/team.json new file mode 100644 index 0000000..e7fe4cc --- /dev/null +++ b/Teams/Cheers/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "Cheers", + "members": [ + { + "name": "Carlos Fernandes", + "twitter": "", + "koding": "", + "location": "Lisbon, PT" + }, + { + "name": "David Bombaça", + "twitter": "", + "koding": "dbombaca", + "location": "Lisbon, PT" + }, + { + "name": "Rui Elói", + "twitter": "", + "koding": "reloi", + "location": "Lisbon, PT" + } + ] +} \ No newline at end of file From 7dccc65c41b24a3022e379eff945f9442ecef38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20El=C3=B3i?= Date: Wed, 26 Nov 2014 16:08:12 +0000 Subject: [PATCH 2/2] update carlos koding --- Teams/Cheers/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Cheers/team.json b/Teams/Cheers/team.json index e7fe4cc..4f0a8d5 100644 --- a/Teams/Cheers/team.json +++ b/Teams/Cheers/team.json @@ -4,7 +4,7 @@ { "name": "Carlos Fernandes", "twitter": "", - "koding": "", + "koding": "carlosjs89", "location": "Lisbon, PT" }, { @@ -20,4 +20,4 @@ "location": "Lisbon, PT" } ] -} \ No newline at end of file +}