Updated ABOUT.md

This commit is contained in:
Andrew Breksa
2014-12-02 19:34:28 -08:00
parent f6460bb0bb
commit f505c16dd3
2 changed files with 32 additions and 25 deletions

View File

@@ -21,5 +21,7 @@ Andrew is an expert Java programmer and functional test author. He will make sur
Shawon is the UX and Graphic Designer. The user interfaces of our project would never look as stunning and jaw-dropping without his expertise. [Github](https://github.com/newscredshawon)
![Rommel](http://www.gravatar.com/avatar/05ec6012ec6d2c8645e18f2161308f6b.png)
Rommel Esparcia is a full stack developer (Node, angular, express, mongo) expert in sailsjs and hapijs with expertise in both frontend and backend.

View File

@@ -1,25 +1,30 @@
{
"teamName": "Kuali",
"members": [
{
"name": "Rodrigo Reyes",
"twitter": "scrooge_mc_pato",
"koding": "kouryuu",
"location": "Mexico City, MX",
"lead": true
},
{
"name": "Shawon",
"twitter": "",
"koding": "itsmeshawon",
"location": "Dhaka, BD"
},
{
"name": "Andrew Breksa",
"twitter": "",
"koding": "abreksa4",
"location": "California, US"
}
]
}
{
"teamName":"Kuali",
"members":[
{
"name":"Rodrigo Reyes",
"twitter":"scrooge_mc_pato",
"koding":"kouryuu",
"location":"Mexico City, MX",
"lead":true
},
{
"name":"Shawon",
"twitter":"",
"koding":"itsmeshawon",
"location":"Dhaka, BD"
},
{
"name":"Andrew Breksa",
"twitter":"",
"koding":"abreksa4",
"location":"California, US"
},
{
"name":"Rommel Esparcia",
"twitter":"wiredots",
"koding":"wiredots",
"location":"Cebu, PH"
}
]
}