diff --git a/Teams/Nibbles At Work/ABOUT.md b/Teams/Nibbles At Work/ABOUT.md new file mode 100644 index 0000000..ced6679 --- /dev/null +++ b/Teams/Nibbles At Work/ABOUT.md @@ -0,0 +1,22 @@ +Nibbles At Work +================ + +The name "Nibbles At Work" came from the mixture of the name of the band "Men At Work" and a unit of information used in computing measurements, "Nibbles" which consists in a group of 4 bits. + +About Nibbles +============= + +|Nibble Position|User|Description|Leader Speech|Expertise| +|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:| +|Leader|spelzinho|Game enthusiast and technology lover :3|i am their leader and to victory we ride!|Backend and Lite Frontend Developer| +|Developer|luancomputacao|Avatar fanboy >:D|he will never control air, or any other element, sorry bro|Backend and Frontend Developer| +|Developer|joseriosneto|Really like coding and self improvement|Oh damn, he is so lazy, but we will put Beatles to keep him fired up :D|Backend Developer| + + +The Project +=========== + +We are discussing about that, either way we wont say a word until the promissed day, sorry... + +Bring the thunder! + diff --git a/Teams/Nibbles At Work/team.json b/Teams/Nibbles At Work/team.json new file mode 100644 index 0000000..5713e78 --- /dev/null +++ b/Teams/Nibbles At Work/team.json @@ -0,0 +1,24 @@ +{ + "teamName": "Nibbles At Work", + "members": [ + { + "name": "Hugo do Carmo", + "twitter": "august_hugh", + "koding": "spelcaster", + "location": "Brasília, BR", + "lead": true + }, + { + "name": "Luan Santana", + "twitter": "LuanComputacao", + "koding": "luancomputacao", + "location": "Coritiba, BR" + }, + { + "name": "José Rios", + "twitter": "joseriosneto", + "koding": "joseriosneto", + "location": "Brasília, DF" + } + ] +}