Merge pull request #574 from robotmayo/master

Team Location Fix
This commit is contained in:
Senthil Arivudainambi
2014-12-01 11:24:03 -08:00
2 changed files with 60 additions and 0 deletions
+30
View File
@@ -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.
+30
View File
@@ -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"
}
]
}