diff --git a/Teams/PyJunkies/ABOUT.md b/Teams/PyJunkies/ABOUT.md new file mode 100644 index 0000000..f261220 --- /dev/null +++ b/Teams/PyJunkies/ABOUT.md @@ -0,0 +1,24 @@ +# PyJunkies + +Bunch of devs addicted to Python. + +## About Us +We are just old friends who from time to time code together. + +![](https://dl.dropboxusercontent.com/u/78826/koding/koding-photos.png) + +Here are some projects on which we participated: + +- [Swaglr](http://www.swaglr.com/swags/all/) +- [DSSOS](http://dss-pyjunkies.rhcloud.com/) +- [Cru.do](http://cru.do) +- [Edicio.us](http://edicio.us) +- [Quicklook](https://bitbucket.org/radekhofman/quicklook/overview) + +Since we are not github users, please refer to our projects on bitbucket: + +- [krablak](https://bitbucket.org/krablak) +- [papab](https://bitbucket.org/radekhofman) + +## Project +When the last tree is cut, the last river poisoned, and the last fish dead, we will discover that we can't eat money... diff --git a/Teams/PyJunkies/team.json b/Teams/PyJunkies/team.json new file mode 100644 index 0000000..98a993f --- /dev/null +++ b/Teams/PyJunkies/team.json @@ -0,0 +1,17 @@ +{ + "teamName": "PyJunkies", + "members": [ + { + "name": "Michal Racek", + "twitter": "krablak", + "koding": "krablak", + "location": "Hradec Kralove, CZ", + "lead": true + },{ + "name": "Radek Hofman", + "twitter": "PapaBenedikto", + "koding": "jezis", + "location": "Vienna, AT" + } + ] +}