Welcome to the courses GitHub Pages repository for UQ Business School.
This repository is strictly for course-specific projects. It provides a central, organised space to store and publish interactive or web-based learning materials that relate directly to individual courses.
Only folders should exist in the root directory. Each folder must:
mgts7610✅ Good:
mgts7610/index.html
❌ Bad:interactive_tool.htmlin root (not tied to a specific course)
If a project is:
…it should be created as a separate repository.
Examples:
uq-business-school.github.io/ibis (multi-course tool)uq-business-school.github.io/jacson (multi-course use)uq-business-school.github.io/courses/shared-tool (incorrect use)/mgts7610/
├── index.html
├── style.css
└── /assets/
/tims7811/
├── module1.html
└── script.js
Once deployed, course-specific tools can be accessed at:
https://uq-business-school.github.io/courses/coursecode/
For example:
For questions or contributions, please contact the Learning Design Team.