From 121fe087bbf961f04ae57fd66f32c64742b3c4e3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Dec 2014 23:56:20 -0500 Subject: [PATCH 1/3] Team AllAboutThatBass added to repo --- Teams/AllAboutThatBass/ABOUT.md | 22 ++++++++++++++++++++++ Teams/AllAboutThatBass/team.json | 18 ++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 Teams/AllAboutThatBass/ABOUT.md create mode 100644 Teams/AllAboutThatBass/team.json diff --git a/Teams/AllAboutThatBass/ABOUT.md b/Teams/AllAboutThatBass/ABOUT.md new file mode 100644 index 0000000..b51341d --- /dev/null +++ b/Teams/AllAboutThatBass/ABOUT.md @@ -0,0 +1,22 @@ +Francis +-------------- +I'm a senior Computer Science Student at Stony Brook University +in New York. I love coding and gaming! + +Languages I love + +- C# +- Java (Including Android Development) +- PHP +- MYSQL + +Michael +------------- +I'm a senior Computer Science Student at Stony Brook University +in New York. I made snake on Android! + +Language I love + +- C++ +- Java (Including Android Development) +- C# diff --git a/Teams/AllAboutThatBass/team.json b/Teams/AllAboutThatBass/team.json new file mode 100644 index 0000000..1de3220 --- /dev/null +++ b/Teams/AllAboutThatBass/team.json @@ -0,0 +1,18 @@ +{ + "teamName": "AllAboutThatBass", + "members": [ + { + "name": "Francis Rohner", + "twitter": "FrankDaTank815", + "koding": "francisrohner", + "location": "Stony Brook, NY", + "lead": true + }, + { + "name": "Michael Knoth", + "koding": "knoth77", + "location": "Bethpage, NY", + "lead": false + } + ] +} From 41623b166149380df9bb63c25819cc24f227e3bd Mon Sep 17 00:00:00 2001 From: francisrohner Date: Wed, 3 Dec 2014 00:05:24 -0500 Subject: [PATCH 2/3] Removed unnecessary parameter. --- Teams/AllAboutThatBass/team.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Teams/AllAboutThatBass/team.json b/Teams/AllAboutThatBass/team.json index 1de3220..9479bf7 100644 --- a/Teams/AllAboutThatBass/team.json +++ b/Teams/AllAboutThatBass/team.json @@ -11,8 +11,7 @@ { "name": "Michael Knoth", "koding": "knoth77", - "location": "Bethpage, NY", - "lead": false + "location": "Bethpage, NY" } ] } From ac8c0ded3a0c2a3191a662a322a7933edfb158d9 Mon Sep 17 00:00:00 2001 From: francisrohner Date: Wed, 3 Dec 2014 00:13:40 -0500 Subject: [PATCH 3/3] State -> Country Code --- Teams/AllAboutThatBass/team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Teams/AllAboutThatBass/team.json b/Teams/AllAboutThatBass/team.json index 9479bf7..a4533c3 100644 --- a/Teams/AllAboutThatBass/team.json +++ b/Teams/AllAboutThatBass/team.json @@ -5,13 +5,13 @@ "name": "Francis Rohner", "twitter": "FrankDaTank815", "koding": "francisrohner", - "location": "Stony Brook, NY", + "location": "New York, US", "lead": true }, { "name": "Michael Knoth", "koding": "knoth77", - "location": "Bethpage, NY" + "location": "New York, US" } ] }