diff --git a/Teams/XereoNet/ABOUT.md b/Teams/XereoNet/ABOUT.md new file mode 100644 index 0000000..a3457ed --- /dev/null +++ b/Teams/XereoNet/ABOUT.md @@ -0,0 +1,49 @@ +XereoNet +======== + +## About us + +XereoNet is a team of international developers that band together to create amazing things. We are exited to be in this unique, global hackathon and will hopefully bring something great into existance. + +We excel at creating things that are powerful, but at the same time beautiful and enjoyable to use. + +http://xereo.net + +## The team + +Avatar | Username | About +------ | -------- | ------- +![Luca](https://dl.dropboxusercontent.com/u/16572398/Avatars2/luca_small.jpg) | Luca "Antariano" Rager | Hey, I'm Luca. I'm a 22 year old student and full stack web developer. I love to make pretty things using most modern web technologies +![Connor](https://dl.dropboxusercontent.com/u/16572398/Avatars2/connor_small.jpg) | Connor "connor4312" Peet | Ello! I'm a Computer Science student at the University of Toronto. I'm a Node.js enthusiast and currently engaged in a love-hate relationship with Sailsjs. +![Moritz](https://dl.dropboxusercontent.com/u/16572398/Avatars2/moritz_small.jpg) | Moritz "narrowtux" Schmale | Hi, I'm Moritz, a 22-year old computer science student from Germany. I like doing stuff in Java. +![Gábor](https://dl.dropboxusercontent.com/u/16572398/Avatars2/gabor_small.jpg) | Gábor "Fren" Guzsik | I am Fren, Graphics, Web and UX designer and certified insane potatoe. I am 28 and powered by Coffeine and pizza. +![Tobias](https://dl.dropboxusercontent.com/u/16572398/Avatars2/tobias_small.jpg) | Tobias "totokaka" Laundal | Tobias here, I'm a 16 year old high-school student and developer from Norway. I develop with focus on simplicity and awesomeness from the inside and out. + +## Skills overview + +We can do a variety of things but our main focus resides within the web. + +*Code* + +* HTML5 + * + Canvas + * + SVG +* Javascript + * + Nodejs + * + Angular + * + Underscore + * + Backbone + * + MEANstack + * + etc. +* CSS + * Traditional + * LESS +* PHP *(If we HAVE to)* +* JAVA +* C/C++ +* Python +* and more! + +## What's cooking? + +We still quite haven't decided what to do but we have some good ideas. Stay tuned :) diff --git a/Teams/XereoNet/team.json b/Teams/XereoNet/team.json new file mode 100644 index 0000000..3c290cc --- /dev/null +++ b/Teams/XereoNet/team.json @@ -0,0 +1,46 @@ + +{ + "teamname": "XereoNet", + "members":[ + { + "name": "Luca Rager", + "twitter": "XereoAntariano", + "koding": "antariano", + "location": "Ancona, IT", + "lead": true, + "isAwesome": true + }, + { + "name": "Connor Peet", + "twitter": "ConnorPeet", + "koding": "connor4312", + "location": "Toronto, CA", + "lead": false, + "isAwesome": true + }, + { + "name": "Moritz Schmale", + "twitter": "narrowtux", + "koding": "narrowtux", + "location": "Kassel, DE", + "lead": false, + "isAwesome": true + }, + { + "name": "Gábor Guzsik", + "twitter": "lordfren", + "koding": "", + "location": "Kiskunfélegyháza, HU", + "lead": false, + "isAwesome": true + }, + { + "name": "Tobias Laundal", + "twitter": "totokaka_", + "koding": "totokaka", + "location": "Oslo, NW", + "lead": false, + "isAwesome": true + } + ] +}