diff --git a/Teams/Team-yrral86/ABOUT.md b/Teams/Team-yrral86/ABOUT.md new file mode 100644 index 0000000..bf272b2 --- /dev/null +++ b/Teams/Team-yrral86/ABOUT.md @@ -0,0 +1,15 @@ + +# Team yrral + +Trying to save the world, one line of code at a time + +## About Us + +- Larry +- Ben +- Bill: I've come a long way since punching cards to write my first programs :-) + +## Languages + +- Ruby +- Javascript/Coffeescript diff --git a/Teams/Team-yrral86/team.json b/Teams/Team-yrral86/team.json new file mode 100644 index 0000000..7ac508f --- /dev/null +++ b/Teams/Team-yrral86/team.json @@ -0,0 +1,30 @@ +{ +"teamName": "Team yrral86", +"members": [ +{ +"name": "Full Name", +"twitter": "twitter acct no @", +"koding": "koding username (required)", +"location": "city, 2 digit country code" +}, +{ +"name": "Larry Reaves", +"twitter": "", +"koding": "yrral86", +"location": "Frostburg, MD" +"lead": true +}, +{ +"name": "Ben Plunkert", +"twitter": "", +"koding": "", +"location": "San Francsico, US", +}, +{ +"name": "Bill Ferguson", +"twitter": "", +"koding": "wpferguson", +"location": "Glen Easton, WV" +} +] +}