From 121fe087bbf961f04ae57fd66f32c64742b3c4e3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Dec 2014 23:56:20 -0500 Subject: [PATCH] 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 + } + ] +}