diff --git a/Teams/CodeNotion/ABOUT.md b/Teams/CodeNotion/ABOUT.md new file mode 100644 index 0000000..568e159 --- /dev/null +++ b/Teams/CodeNotion/ABOUT.md @@ -0,0 +1,16 @@ +This is our page +================ + +We are the CodeNotion, 3 devs located in three countries: Argentina, Chile and the United States. + + +About your team +=========================== + +We are 3 friends on 3 continents who can't seem to ever stop coding! We want use this pressure-cooker of an event to create something awesome for the world. + + +About your skills and what you are going to do? +======= + +You can expect something fun, multiplayer and educational. We are avid learners, it's what keeps us programming, and that is a strong vein to tap into. \ No newline at end of file diff --git a/Teams/CodeNotion/team.json b/Teams/CodeNotion/team.json new file mode 100644 index 0000000..92a2315 --- /dev/null +++ b/Teams/CodeNotion/team.json @@ -0,0 +1,25 @@ +{ + "teamName": "Team Koders", + "members": [ + { + "name": "Francisco Facioni", + "koding": "fran6co", + "github": "fran6co", + "location": "Buenos Aires, AR" + }, + { + "name": "Michael Adam Jablecki", + "twitter": "jabowocky", + "koding": "mjablecki", + "github": "maddo", + "location": "Providence, US", + "lead": true + }, + { + "name": "Ezequiel Rabinovich", + "koding": "warseph", + "github": "warseph", + "location": "Santiago de Chile, CL" + } + ] +}