├── .github └── ISSUE_TEMPLATE │ └── for-participants.md ├── LICENSE ├── README.md ├── challenge.md ├── register-conf.md └── talks-done.md /.github/ISSUE_TEMPLATE/for-participants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanaypratap/first-time-speakers/HEAD/.github/ISSUE_TEMPLATE/for-participants.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanaypratap/first-time-speakers/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanaypratap/first-time-speakers/HEAD/README.md -------------------------------------------------------------------------------- /challenge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanaypratap/first-time-speakers/HEAD/challenge.md -------------------------------------------------------------------------------- /register-conf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanaypratap/first-time-speakers/HEAD/register-conf.md -------------------------------------------------------------------------------- /talks-done.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tanaypratap/first-time-speakers/HEAD/talks-done.md --------------------------------------------------------------------------------