From 4d84b11f3f2ad0cee0bd6ead2f1366ce7bc4ec1d Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Fri, 21 Nov 2014 16:21:38 -0500 Subject: [PATCH 1/9] just kidding. we need to make a new folder. --- Teams/TeamWhatShouldWeCallMe/ABOUT.md | 31 ++++++++++++++++++++++++++ Teams/TeamWhatShouldWeCallMe/team.json | 24 ++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 Teams/TeamWhatShouldWeCallMe/ABOUT.md create mode 100644 Teams/TeamWhatShouldWeCallMe/team.json 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", + } + ] +} From 692bb2395621a92f8f7744cf07309eb4de21b215 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Tue, 25 Nov 2014 13:23:06 -0500 Subject: [PATCH 2/9] added sam to team.json --- Teams/TeamWhatShouldWeCallMe/team.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Teams/TeamWhatShouldWeCallMe/team.json b/Teams/TeamWhatShouldWeCallMe/team.json index 8d97250..07bd952 100644 --- a/Teams/TeamWhatShouldWeCallMe/team.json +++ b/Teams/TeamWhatShouldWeCallMe/team.json @@ -14,6 +14,8 @@ }, { "name": "Sam Moore", + "twitter": "samandmoore", + "koding": "samandmoore", "location": "New York, NY, USA", }, { From 682a4c5e0cbf0edf6392198f7321e8950b7cdbb9 Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Tue, 2 Dec 2014 23:24:50 -0500 Subject: [PATCH 3/9] nobacksies --- Teams/nobacksies/ABOUT.md | 17 +++++++++++++++++ Teams/nobacksies/team.json | 26 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 Teams/nobacksies/ABOUT.md create mode 100644 Teams/nobacksies/team.json diff --git a/Teams/nobacksies/ABOUT.md b/Teams/nobacksies/ABOUT.md new file mode 100644 index 0000000..76f2b43 --- /dev/null +++ b/Teams/nobacksies/ABOUT.md @@ -0,0 +1,17 @@ +Team Name: `nobacksies` +================ + +`nobacksies` is john, sarah, sam, and alan. `<3` from nyc, usa. + +![](http://images.amcnetworks.com/ifc.com/wp-content/uploads/2011/10/the-breakfast-club-10192011.jpg) + +ruby. rails. rock n' roll. + +``` +# _ _ _ _ _ +# _| || |_ _ __ ___ | |__ __ _ ___| | _____(_) ___ ___ +# |_ .. _| '_ \ / _ \| '_ \ / _` |/ __| |/ / __| |/ _ \/ __| +# |_ _| | | | (_) | |_) | (_| | (__| <\__ \ | __/\__ \ +# |_||_| |_| |_|\___/|_.__/ \__,_|\___|_|\_\___/_|\___||___/ +# +``` diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json new file mode 100644 index 0000000..07bd952 --- /dev/null +++ b/Teams/nobacksies/team.json @@ -0,0 +1,26 @@ +{ + "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", + "twitter": "samandmoore", + "koding": "samandmoore", + "location": "New York, NY, USA", + }, + { + "name": "Sarah Whinnem", + "location": "New York, NY, USA", + } + ] +} From d1c65802e6dc56731ddb011a74f7dcb4fd8baa56 Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Tue, 2 Dec 2014 23:25:01 -0500 Subject: [PATCH 4/9] remove old TBD --- Teams/TeamWhatShouldWeCallMe/ABOUT.md | 31 -------------------------- Teams/TeamWhatShouldWeCallMe/team.json | 26 --------------------- 2 files changed, 57 deletions(-) delete mode 100644 Teams/TeamWhatShouldWeCallMe/ABOUT.md delete mode 100644 Teams/TeamWhatShouldWeCallMe/team.json diff --git a/Teams/TeamWhatShouldWeCallMe/ABOUT.md b/Teams/TeamWhatShouldWeCallMe/ABOUT.md deleted file mode 100644 index b2aed11..0000000 --- a/Teams/TeamWhatShouldWeCallMe/ABOUT.md +++ /dev/null @@ -1,31 +0,0 @@ -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 deleted file mode 100644 index 07bd952..0000000 --- a/Teams/TeamWhatShouldWeCallMe/team.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "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", - "twitter": "samandmoore", - "koding": "samandmoore", - "location": "New York, NY, USA", - }, - { - "name": "Sarah Whinnem", - "location": "New York, NY, USA", - } - ] -} From 51e7764c6ce56ed939ea8c5c372a9adef523ea7e Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Tue, 2 Dec 2014 23:56:27 -0500 Subject: [PATCH 5/9] fixed team.json --- Teams/nobacksies/team.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json index 07bd952..136d45e 100644 --- a/Teams/nobacksies/team.json +++ b/Teams/nobacksies/team.json @@ -1,26 +1,27 @@ { - "teamName": "Team Koders", + "teamName": "nobacksies", "members": [ { "name": "Alan Norton", "twitter": "nonrational", "koding": "nonrational", - "location": "New York, NY, USA", + "location": "New York, US", "lead": true }, { "name": "John Mileham", - "location": "New York, NY, USA", + "location": "New York, US", }, { "name": "Sam Moore", "twitter": "samandmoore", "koding": "samandmoore", - "location": "New York, NY, USA", + "location": "New York, US", }, { "name": "Sarah Whinnem", - "location": "New York, NY, USA", + "twitter": "MadysonDesigns", + "location": "New York, US", } ] } From 0162f18e09f7ec996d2f240c15f730ebb1821095 Mon Sep 17 00:00:00 2001 From: John Mileham Date: Wed, 3 Dec 2014 07:39:14 -0500 Subject: [PATCH 6/9] Add jmileham koding/twitter --- Teams/nobacksies/team.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json index 136d45e..6c2861a 100644 --- a/Teams/nobacksies/team.json +++ b/Teams/nobacksies/team.json @@ -10,6 +10,8 @@ }, { "name": "John Mileham", + "twitter": "jmileham", + "koding": "jmileham", "location": "New York, US", }, { From 4d86e41cd56872e7a9aa369821f6308428d9bb0c Mon Sep 17 00:00:00 2001 From: Sarah Whinnem Date: Wed, 3 Dec 2014 08:53:05 -0500 Subject: [PATCH 7/9] add sdubs koding account --- Teams/nobacksies/team.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json index 6c2861a..4dcb2b4 100644 --- a/Teams/nobacksies/team.json +++ b/Teams/nobacksies/team.json @@ -23,6 +23,7 @@ { "name": "Sarah Whinnem", "twitter": "MadysonDesigns", + "koding": "madysondesigns", "location": "New York, US", } ] From b0408299014836c791a81adc804c6d9c65cb3651 Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Wed, 3 Dec 2014 13:40:44 -0500 Subject: [PATCH 8/9] linted JSON --- Teams/nobacksies/team.json | 56 +++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json index 4dcb2b4..3fb34bd 100644 --- a/Teams/nobacksies/team.json +++ b/Teams/nobacksies/team.json @@ -1,30 +1,30 @@ { - "teamName": "nobacksies", - "members": [ - { - "name": "Alan Norton", - "twitter": "nonrational", - "koding": "nonrational", - "location": "New York, US", - "lead": true - }, - { - "name": "John Mileham", - "twitter": "jmileham", - "koding": "jmileham", - "location": "New York, US", - }, - { - "name": "Sam Moore", - "twitter": "samandmoore", - "koding": "samandmoore", - "location": "New York, US", - }, - { - "name": "Sarah Whinnem", - "twitter": "MadysonDesigns", - "koding": "madysondesigns", - "location": "New York, US", - } - ] + "teamName": "nobacksies", + "members": [ + { + "name": "Alan Norton", + "twitter": "nonrational", + "koding": "nonrational", + "location": "New York, US", + "lead": true + }, + { + "name": "John Mileham", + "twitter": "jmileham", + "koding": "jmileham", + "location": "New York, US" + }, + { + "name": "Sam Moore", + "twitter": "samandmoore", + "koding": "samandmoore", + "location": "New York, US" + }, + { + "name": "Sarah Whinnem", + "twitter": "MadysonDesigns", + "koding": "madysondesigns", + "location": "New York, US" + } + ] } From 1897d728223d1da15ba59fe44fac48f520022dcf Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Wed, 3 Dec 2014 13:41:18 -0500 Subject: [PATCH 9/9] made john lead since i'm not sure how much time i'll have --- Teams/nobacksies/team.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Teams/nobacksies/team.json b/Teams/nobacksies/team.json index 3fb34bd..425aeaf 100644 --- a/Teams/nobacksies/team.json +++ b/Teams/nobacksies/team.json @@ -5,14 +5,14 @@ "name": "Alan Norton", "twitter": "nonrational", "koding": "nonrational", - "location": "New York, US", - "lead": true + "location": "New York, US" }, { "name": "John Mileham", "twitter": "jmileham", "koding": "jmileham", - "location": "New York, US" + "location": "New York, US", + "lead": true }, { "name": "Sam Moore",