diff --git a/Teams/UDCrew/ABOUT.md b/Teams/UDCrew/ABOUT.md new file mode 100644 index 0000000..bfa2c65 --- /dev/null +++ b/Teams/UDCrew/ABOUT.md @@ -0,0 +1,26 @@ + + +UDCrew +====== + +Hey we are UDCrew, we have spent lots of hours on engineering software and creating websites. So maybe... + +Team +==== + +| #Twitter | Member Name | +|----------|-------------| +| [#TGJohny](http://twitter.com/tgjohny) | [Jan (Johny) R](http://github.com/djczaha39) | +| [#Grabusz](http://twitter.com/grabusz) | [Grzegorz D](#) | + +Skills +====== + +The languages we program in: +- C# +- C++ +- Java +- Python +- PHP +- HTML + CSS +- Javascript & jQuery diff --git a/Teams/UDCrew/team.json b/Teams/UDCrew/team.json new file mode 100644 index 0000000..2cb235c --- /dev/null +++ b/Teams/UDCrew/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "UDCrew", + "members": [ + { + "name": "Jan (Johny) R", + "twitter": "tgjohny", + "koding": "djczaha39", + "location": "Guildford, UK" + }, + { + "name": "Grzegorz D", + "twitter": "grabusz", + "koding": "grabusz", + "location": "Wrocław, PL" + } + ] +}