diff --git a/Teams/El-Belon/ABOUT.md b/Teams/El-Belon/ABOUT.md new file mode 100644 index 0000000..459f885 --- /dev/null +++ b/Teams/El-Belon/ABOUT.md @@ -0,0 +1,16 @@ +## Team El-Belon + + Bunch of Portuguese guys trying to do something nice and have fun with programming stuff + +## About Us + + - Filipe Cabaco: Some guy + - Fabio Botelho: That guy + - Ivo Pereira: The other guy + - Hugo Soura: There is always a fourth guy + - Daniel Parreira: Oh look! Another guy! + +## Skillz(!) to be used + - Python + - Whatever we remember to add + diff --git a/Teams/El-Belon/team.json b/Teams/El-Belon/team.json new file mode 100644 index 0000000..0b178f0 --- /dev/null +++ b/Teams/El-Belon/team.json @@ -0,0 +1,36 @@ +{ + "teamName":"El-Belon", + "members":[ + { + "name":"Filipe Miguel dos Santos da Costa Cabaço", + "twitter":"filipecabaco", + "koding":"filipecabaco", + "location":"London,UK", + "lead":true + }, + { + "name":"Hugo David Martins Sousa", + "twitter":"hugosousapt", + "koding":"hugospt", + "location":"London,UK" + }, + { + "name":"Fábio Andrade Botelho", + "twitter":"fandbot", + "koding":"fabiim", + "location":"London,UK" + }, + { + "name":"Ivo Gonçalo da Cruz Pereira", + "twitter":"Pereira89G", + "koding":"ipereira89", + "location":"London,UK" + }, + { + "name":"Daniel Luis Landeiroto Parreira", + "twitter":"dany9995", + "koding":"metabrain", + "location":"London,UK" + } + ] +}