diff --git a/Teams/WineTeam/ABOUT.md b/Teams/WineTeam/ABOUT.md new file mode 100644 index 0000000..1c12d4f --- /dev/null +++ b/Teams/WineTeam/ABOUT.md @@ -0,0 +1,6 @@ + +# Team Wine + +I'm Csaba and in my team is only one member: myself. + +I like Java, PHP and now my new favorites is AngularJS. diff --git a/Teams/WineTeam/team.json b/Teams/WineTeam/team.json new file mode 100644 index 0000000..4ba9eb5 --- /dev/null +++ b/Teams/WineTeam/team.json @@ -0,0 +1,10 @@ +{ + "teamName": "Wine Team", + "members": [ + { + "name": "Csaba Tölcsér", + "koding": "winedrinker", + "location": "Szigetszentmiklós, HU" + } + ] +}