From c93e1b5c7ba40ffcc86b1821d28bf147b01e64c2 Mon Sep 17 00:00:00 2001 From: MartianKnight Date: Tue, 2 Dec 2014 20:46:17 -0500 Subject: [PATCH 1/4] Create team.json --- Teams/Hack-the-Planet/team.json | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Teams/Hack-the-Planet/team.json diff --git a/Teams/Hack-the-Planet/team.json b/Teams/Hack-the-Planet/team.json new file mode 100644 index 0000000..4a2b61a --- /dev/null +++ b/Teams/Hack-the-Planet/team.json @@ -0,0 +1,36 @@ +{ + "teamName": "Hack the Planet", + "members": [ + { + "name": "Charles Sinclair", + "twitter": "", + "koding": "Will Sin", + "location": "Charlotte, US", + "lead": true + }, + { + "name": "Simon Girma", + "twitter": "", + "koding": "", + "location": "Charlotte, US" + }, + { + "name": "Markcus Wallace", + "twitter": "", + "koding": "", + "location": "Raleigh, US" + }, + { + "name": "Daniel Godfrey", + "twitter": "", + "koding": "", + "location": "Charlotte, US" + }, + { + "name": "Chris Wesley", + "twitter": "", + "koding": "", + "location": "Charlotte, US" + } + ] +} From 5e00d92eb4ddec6d377f760d5b7a687958b9378f Mon Sep 17 00:00:00 2001 From: MartianKnight Date: Tue, 2 Dec 2014 21:08:15 -0500 Subject: [PATCH 2/4] Update team.json --- Teams/Hack-the-Planet/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/Hack-the-Planet/team.json b/Teams/Hack-the-Planet/team.json index 4a2b61a..fe52757 100644 --- a/Teams/Hack-the-Planet/team.json +++ b/Teams/Hack-the-Planet/team.json @@ -2,9 +2,9 @@ "teamName": "Hack the Planet", "members": [ { - "name": "Charles Sinclair", + "name": "Charlie Sinclair", "twitter": "", - "koding": "Will Sin", + "koding": "saintclair", "location": "Charlotte, US", "lead": true }, From 37ea33d6a3e527254435f5c9f8f0abd878b7edd2 Mon Sep 17 00:00:00 2001 From: MartianKnight Date: Tue, 2 Dec 2014 21:41:38 -0500 Subject: [PATCH 3/4] Create ABOUT.md --- Teams/Hack-the-Planet/ABOUT.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Teams/Hack-the-Planet/ABOUT.md diff --git a/Teams/Hack-the-Planet/ABOUT.md b/Teams/Hack-the-Planet/ABOUT.md new file mode 100644 index 0000000..cdb72a8 --- /dev/null +++ b/Teams/Hack-the-Planet/ABOUT.md @@ -0,0 +1,22 @@ +Hack the Planet +================ + +| Charlie Sinclair | Simon Girma | Markcus Wallace | Daniel Godfrey | Chris Wesley +|--- |--- |--- |--- |--- +| ![Charlie](http://justinakapaste.com//wp-content/uploads/2014/02/tumblr_n0ckh5eFEZ1trn8dmo1_500.jpg) | ![Simon](http://cdn1-www.craveonline.com/assets/uploads/2013/02/Hackers-Matthew-Lillard-Cereal-Killer.jpg) | ![Markcus](http://showbizgeek.com/wp-content/uploads/2014/04/Screen-Shot-2014-04-18-at-18.53.18.png) | ![Daniel](http://www.kitguru.net/wp-content/uploads/2013/07/zerocool.jpg) | ![Chris](http://www.hotflick.net/flicks/1995_Hackers/995HAC_Renoly_Santiago_008.jpg) | + +Tell us who you are, why you did you decide to join? + +We are team Hack the Planet, we decided to join, because we wanted to try a new challenge and face our fear of the internet. + +Tell us why you want to win. + +Participating is our real test. This will be a great way to test our ability to work as a team. Winning is just icing on the cake. + +About your skills and what you are going to do? +======= + +Java, Python, Javascript, HTML, and CSS + +We shall conquer problem number 1 + From 265a0a1058e64fd42d972f7255b386f704ccb5fe Mon Sep 17 00:00:00 2001 From: MartianKnight Date: Wed, 3 Dec 2014 10:47:02 -0500 Subject: [PATCH 4/4] Update team.json --- Teams/Hack-the-Planet/team.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Teams/Hack-the-Planet/team.json b/Teams/Hack-the-Planet/team.json index fe52757..e6d8b2b 100644 --- a/Teams/Hack-the-Planet/team.json +++ b/Teams/Hack-the-Planet/team.json @@ -11,25 +11,25 @@ { "name": "Simon Girma", "twitter": "", - "koding": "", + "koding": "tempuser2724", "location": "Charlotte, US" }, { "name": "Markcus Wallace", "twitter": "", - "koding": "", + "koding": "Stealth21", "location": "Raleigh, US" }, { "name": "Daniel Godfrey", "twitter": "", - "koding": "", + "koding": "Dgfree", "location": "Charlotte, US" }, { "name": "Chris Wesley", "twitter": "", - "koding": "", + "koding": "cwesley8", "location": "Charlotte, US" } ]