From 470716fd05a8b07e8f3b57919d4a9bba83ff8bd1 Mon Sep 17 00:00:00 2001 From: Ismael Jimenez Date: Wed, 26 Nov 2014 10:48:08 -0600 Subject: [PATCH 1/3] Create teams.json --- Teams/F00Pill/teams.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Teams/F00Pill/teams.json diff --git a/Teams/F00Pill/teams.json b/Teams/F00Pill/teams.json new file mode 100644 index 0000000..9fbd19c --- /dev/null +++ b/Teams/F00Pill/teams.json @@ -0,0 +1,11 @@ +{ +"teamName": "Team Koders", +"members": [ +{ +"name": "Ismael Jimenez", +"twitter": "ismapro", +"koding": "ismaproco", +"location": "San Jose, Costa Rica" +} +] +} From 882b9703ba6ccb5287c4a59e8a2799832d85cdbb Mon Sep 17 00:00:00 2001 From: Ismael Jimenez Date: Wed, 26 Nov 2014 10:52:35 -0600 Subject: [PATCH 2/3] Create ABOUT.md --- Teams/F00Pill/ABOUT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Teams/F00Pill/ABOUT.md diff --git a/Teams/F00Pill/ABOUT.md b/Teams/F00Pill/ABOUT.md new file mode 100644 index 0000000..043460d --- /dev/null +++ b/Teams/F00Pill/ABOUT.md @@ -0,0 +1,16 @@ +Team F00 Pill +================ + +The name of this group is a reference to Neo taking the red pill "#F00" in The Matrix movie. + + +About Me +=========================== + +I'm Ismael Jimenez, and this is a great opportunnity to test my skills. + +Languages +======= + +- Javascript +- Python From c62cd1c2918f2984aee47f79c9f326cf59c15cc6 Mon Sep 17 00:00:00 2001 From: Ismael Jimenez Date: Wed, 26 Nov 2014 11:22:16 -0600 Subject: [PATCH 3/3] Update teams.json --- Teams/F00Pill/teams.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/F00Pill/teams.json b/Teams/F00Pill/teams.json index 9fbd19c..f4bfb5c 100644 --- a/Teams/F00Pill/teams.json +++ b/Teams/F00Pill/teams.json @@ -1,11 +1,11 @@ { -"teamName": "Team Koders", +"teamName": "F00Pill", "members": [ { "name": "Ismael Jimenez", "twitter": "ismapro", "koding": "ismaproco", -"location": "San Jose, Costa Rica" +"location": "San Jose, CR" } ] }