├── CONTRIBUTING.md ├── README.md └── icon ├── github.png ├── location.png └── twitter.png /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SfPot/2015-talks/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SfPot/2015-talks/HEAD/README.md -------------------------------------------------------------------------------- /icon/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SfPot/2015-talks/HEAD/icon/github.png -------------------------------------------------------------------------------- /icon/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SfPot/2015-talks/HEAD/icon/location.png -------------------------------------------------------------------------------- /icon/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SfPot/2015-talks/HEAD/icon/twitter.png --------------------------------------------------------------------------------