From 15e37faaa2256410092c9308c2e1a45714a95d32 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:19:32 -0500 Subject: [PATCH 1/5] Team Elusive Bits, reporting for duty. --- Teams/ElusiveBits/ABOUT.md | 24 ++++++++++++++++++++++++ Teams/ElusiveBits/team.json | 15 +++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Teams/ElusiveBits/ABOUT.md create mode 100644 Teams/ElusiveBits/team.json diff --git a/Teams/ElusiveBits/ABOUT.md b/Teams/ElusiveBits/ABOUT.md new file mode 100644 index 0000000..eeff79a --- /dev/null +++ b/Teams/ElusiveBits/ABOUT.md @@ -0,0 +1,24 @@ +The Elusive Bits +================ + +99 problems but a bit ain''t one. + +About your team +=========================== + +Tim +-- +** + +Works in DC as CTO of a startup in the Bitcoin ecosystem. + +Pat +-- +** + +Works in the Philadelphia area as a Senior Automation Engineer. + +About your skills and what you are going to do? +======= +Backend and frontend skills all over the place. +We''ll be targeting themes 2, 5, and 6. diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json new file mode 100644 index 0000000..a5232c2 --- /dev/null +++ b/Teams/ElusiveBits/team.json @@ -0,0 +1,15 @@ +{ + "teamName": "Elusive Bits", + "members": [ + { + "name": "Tim Sidie", + "koding": "tims", + "location": "Washington, DC" + } + { + "name": "Pat Quinn", + "koding": "elusivebits", + "location": "Philadelphia, PA" + } + ] +} From ef9723bca77ba150790e9b837057572754559ca4 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:20:47 -0500 Subject: [PATCH 2/5] Woops! --- Teams/ElusiveBits/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json index a5232c2..80961b9 100644 --- a/Teams/ElusiveBits/team.json +++ b/Teams/ElusiveBits/team.json @@ -5,7 +5,7 @@ "name": "Tim Sidie", "koding": "tims", "location": "Washington, DC" - } + }, { "name": "Pat Quinn", "koding": "elusivebits", From ffa8dfeee9c266f7914a956f307035c81d37b7c0 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:21:32 -0500 Subject: [PATCH 3/5] Markdown fix. --- Teams/ElusiveBits/ABOUT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/ElusiveBits/ABOUT.md b/Teams/ElusiveBits/ABOUT.md index eeff79a..8cf8c2a 100644 --- a/Teams/ElusiveBits/ABOUT.md +++ b/Teams/ElusiveBits/ABOUT.md @@ -1,7 +1,7 @@ The Elusive Bits ================ -99 problems but a bit ain''t one. +99 problems but a bit ain't one. About your team =========================== @@ -21,4 +21,4 @@ Works in the Philadelphia area as a Senior Automation Engineer. About your skills and what you are going to do? ======= Backend and frontend skills all over the place. -We''ll be targeting themes 2, 5, and 6. +We'll be targeting themes 2, 5, and 6. From aab13e800c288f578a52f8c8c0bd932d371398f9 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:26:35 -0500 Subject: [PATCH 4/5] Two digit country code, fixed. --- Teams/ElusiveBits/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json index 80961b9..7b45f7a 100644 --- a/Teams/ElusiveBits/team.json +++ b/Teams/ElusiveBits/team.json @@ -4,12 +4,12 @@ { "name": "Tim Sidie", "koding": "tims", - "location": "Washington, DC" + "location": "Washington D.C., US" }, { "name": "Pat Quinn", "koding": "elusivebits", - "location": "Philadelphia, PA" + "location": "Philadelphia, US" } ] } From 056c5f666cd21887e37b347bac5fea295bb32fd0 Mon Sep 17 00:00:00 2001 From: Tim Sidie Date: Sun, 23 Nov 2014 04:28:07 -0500 Subject: [PATCH 5/5] Add team lead designation. --- Teams/ElusiveBits/team.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Teams/ElusiveBits/team.json b/Teams/ElusiveBits/team.json index 7b45f7a..8f7fab9 100644 --- a/Teams/ElusiveBits/team.json +++ b/Teams/ElusiveBits/team.json @@ -4,7 +4,8 @@ { "name": "Tim Sidie", "koding": "tims", - "location": "Washington D.C., US" + "location": "Washington D.C., US", + "lead": true }, { "name": "Pat Quinn",