diff --git a/Teams/LJS/ABOUT.md b/Teams/LJS/ABOUT.md new file mode 100644 index 0000000..91cb9cf --- /dev/null +++ b/Teams/LJS/ABOUT.md @@ -0,0 +1,30 @@ +Team LJS(Learn JavaScript) +========================== +Just a couple of fools who woke up one day and decided to learn programming via JavaScript. +You could count our combined experience on one hand. + +Who we are +========== +### robotmayo +A dev in the here and the now, I don't even know where this sentence is going as that is outside my planning ra + +JavaScript + +### danecando +A worthless web dev from fort lauderdale florida lusting for trashy women. + +JavaScript + +### oliveirrr +Has two buttons dedicated to semicolons on his keyboard. + +JavaScript + +### beingbrown +Once proved that 1 == fish + +Java, JavaScript + +What we're doing +================= +We are really interested in educational aspects of #3 but #1 and #5 also has our eyes. We haven't come up with a solid idea yet. diff --git a/Teams/LJS/team.json b/Teams/LJS/team.json new file mode 100644 index 0000000..e83ae92 --- /dev/null +++ b/Teams/LJS/team.json @@ -0,0 +1,30 @@ +{ + "teamName": "Team LJS", + "members": [ + { + "name": "Nigel Edwards", + "twitter": "robotmayo", + "koding": "robotmayo", + "location": "New York, NY", + "lead": true + }, + { + "name": "Dane Grant", + "twitter": "danecando", + "koding": "danecando", + "location": "Ft Lauderdale, FL" + }, + { + "name": "Olivier Palta", + "twitter": "", + "koding": "olivierrr", + "location": "Portland, OR" + }, + { + "name": "Randy Brown", + "twitter": "beingbrown2", + "koding": "beingbrown", + "location": "Texas, US" + } + ] +}