Add Phi Team

This commit is contained in:
Pablovem
2014-11-26 13:54:27 -05:00
parent 2c37b1e4d1
commit 26f1fd796b
2 changed files with 28 additions and 0 deletions

16
Teams/Phi/ABOUT.md Normal file
View File

@@ -0,0 +1,16 @@
Phi
=====
Intro
-----
Hi, My name is Pablo and I'm beginning in the world of software.
Skills
-----
- Node.js
Project
------
To Be Defined

12
Teams/Phi/team.js Normal file
View File

@@ -0,0 +1,12 @@
{
"teamName": "Phi",
"members": [
{
"name": "Pablo Velasquez",
"twitter": "pablovem",
"koding": "pablovem",
"location": "Medellin, CO",
"lead": true
}
]
}