diff --git a/Teams/Webz/ABOUT.md b/Teams/Webz/ABOUT.md new file mode 100644 index 0000000..379902a --- /dev/null +++ b/Teams/Webz/ABOUT.md @@ -0,0 +1,24 @@ +About Me +=========================== + + +Juhasz Gergo, last years electrical engineering student in Romania. +I joined to see who a competition is like. I want to test myself and have some Koding fun :) + +Skills: + * HTML5 + * CSS3 + * JS + * PHP + * Laravel + * MySQL + * SQlite + * Python + * Flask + * REST-API + * NodeJS + * JQuery + + + + diff --git a/Teams/Webz/team.json b/Teams/Webz/team.json new file mode 100644 index 0000000..33ed47c --- /dev/null +++ b/Teams/Webz/team.json @@ -0,0 +1,12 @@ +{ + "teamName": "Webz", + "members": [ + { + "name": "Gergo", + "twitter": "geryjuhasz", + "koding": "geryjuhasz", + "location": "Oreadea, ROU", + "lead":true + } + ] +}