diff --git a/Teams/3/ABOUT.md b/Teams/3/ABOUT.md new file mode 100644 index 0000000..d797e63 --- /dev/null +++ b/Teams/3/ABOUT.md @@ -0,0 +1,15 @@ +Hello, we are 3! +================ + +About +===== + +| alex | mihai | adi +|--- |--- |--- +| ![Alex](http://goo.gl/7KDmR7) | ![Mihai](http://goo.gl/OkKqD0) | ![Adi](http://goo.gl/HE4k7v) | + +School is boring and no one teaches the things you learn by yourself! + +Our skills +========== +We have no idea about our skills so far.. We have the power to develop new skills in order to cope with the needs we have. diff --git a/Teams/3/team.json b/Teams/3/team.json new file mode 100644 index 0000000..d91eedf --- /dev/null +++ b/Teams/3/team.json @@ -0,0 +1,23 @@ +{ + "teamName": "3", + "members": [ + { + "name": "Alexandru Bondor", + "twitter": "AlexBondor", + "koding": "alexbondor", + "location": "Cluj-Napoca, RO", + "lead": true + }, + { + "name": "Mihai Hanga", + "koding": "terente", + "location": "Ocna MureČ™, RO" + }, + { + "name": "Adrian Rus", + "twitter": "AdrrrianR", + "koding": "adrrrian", + "location": "Cluj-Napoca, RO" + } + ] +}