From 2af65d6a6c4069900f43c7133b4ea015651d8375 Mon Sep 17 00:00:00 2001 From: tortis97 Date: Tue, 2 Dec 2014 18:20:16 -0800 Subject: [PATCH 1/3] team info added --- Teams/BluDwarf/team.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Teams/BluDwarf/team.json diff --git a/Teams/BluDwarf/team.json b/Teams/BluDwarf/team.json new file mode 100644 index 0000000..736428b --- /dev/null +++ b/Teams/BluDwarf/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "BluDwarf", + "members": [ + { + "name": "Kyle Bates", + "twitter": "kbtortis", + "koding": "tortis97", + "location": "Prineville, US" + }, + { + "name": "Cameron Rapp", + "twitter": "RappCameron", + "koding": "n/a", + "location": "Bend, US" + } + ] +} From 6a93390d1da73069cbed3f94c4eb416cd3883814 Mon Sep 17 00:00:00 2001 From: tortis97 Date: Tue, 2 Dec 2014 18:27:14 -0800 Subject: [PATCH 2/3] about file added --- Teams/BluDwarf/ABOUT.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Teams/BluDwarf/ABOUT.md diff --git a/Teams/BluDwarf/ABOUT.md b/Teams/BluDwarf/ABOUT.md new file mode 100644 index 0000000..213e640 --- /dev/null +++ b/Teams/BluDwarf/ABOUT.md @@ -0,0 +1,15 @@ +# BluDwarf + +We aspire to greatness, though expect no reward. + +## members + +Kyle - Aplication engineering. Enjoy JS + +## languages used + +- JavaScript +- C++ +- Java +- Python +- HTML/CSS From d4760dc9e3ac5d2c7c7ce220306598d0551ef5b9 Mon Sep 17 00:00:00 2001 From: tortis97 Date: Tue, 2 Dec 2014 21:23:25 -0800 Subject: [PATCH 3/3] team info updated --- Teams/BluDwarf/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/BluDwarf/team.json b/Teams/BluDwarf/team.json index 736428b..b5c83b0 100644 --- a/Teams/BluDwarf/team.json +++ b/Teams/BluDwarf/team.json @@ -10,7 +10,7 @@ { "name": "Cameron Rapp", "twitter": "RappCameron", - "koding": "n/a", + "koding": "tortis97", "location": "Bend, US" } ]