├── README.md ├── banner.html ├── codeland.html ├── codeland_schedule.json ├── display_ad.html ├── sample_schedule.rb ├── schedule_csv_to_json.rb └── schedule_update_steps.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/README.md -------------------------------------------------------------------------------- /banner.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/banner.html -------------------------------------------------------------------------------- /codeland.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/codeland.html -------------------------------------------------------------------------------- /codeland_schedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/codeland_schedule.json -------------------------------------------------------------------------------- /display_ad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/display_ad.html -------------------------------------------------------------------------------- /sample_schedule.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/sample_schedule.rb -------------------------------------------------------------------------------- /schedule_csv_to_json.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/schedule_csv_to_json.rb -------------------------------------------------------------------------------- /schedule_update_steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thepracticaldev/codeland-copy/HEAD/schedule_update_steps.md --------------------------------------------------------------------------------