From 287bd133302b93feb1ec497dc7043cb4210cd90a Mon Sep 17 00:00:00 2001 From: Arturo Rojas Date: Sat, 29 Nov 2014 00:48:46 +0000 Subject: [PATCH] adding my team info --- Teams/Tico/ABOUT.md | 17 +++++++++++++++++ Teams/Tico/team.json | 11 +++++++++++ 2 files changed, 28 insertions(+) create mode 100644 Teams/Tico/ABOUT.md create mode 100644 Teams/Tico/team.json diff --git a/Teams/Tico/ABOUT.md b/Teams/Tico/ABOUT.md new file mode 100644 index 0000000..b711e2f --- /dev/null +++ b/Teams/Tico/ABOUT.md @@ -0,0 +1,17 @@ +About Me +================ + +http://www.gravatar.com/avatar/5400885eab5e8cfb7b3c60d143ee4f8c.png + +Hi, I'm a web developer from Costa Rica. I love what I do. So much that I even like to do it for free. +Prizes are good too but I just want to participate and have a great time. + +About My Team +================ + +I am the team, for now. I hope that changes in the next few days. + +About The Project +================ + +Project idea is sill very much in the air, but I can say for sure that its going to be a web app built on PHP (Laravel 4 framework) using jQuery for the client logic and MySQL for the database. \ No newline at end of file diff --git a/Teams/Tico/team.json b/Teams/Tico/team.json new file mode 100644 index 0000000..21108ce --- /dev/null +++ b/Teams/Tico/team.json @@ -0,0 +1,11 @@ +{ + "teamName": "Tico", + "members": [ + { + "name": "Arturo Rojas", + "twitter": "tuto1902", + "koding": "tuto1902", + "location": "Alajuela, CR" + } + ] +} \ No newline at end of file