HTML, CSS, and Bootstrap website for CaseIT, the premier international Management Information Systems (MIS) business case competition hosted each year in collaboration with the Beedie School of Business in Vancouver, Canada.
The website is hosted with GitHub pages and can be found at https://caseit-sfu.github.io or https://www.caseit.org.
The application form is hosted on Typeform under a separate account.
Open index.html
in a browser and verify that the website functions properly.
If the header and footer are not displaying and you are using Firefox, the header and footer injection may be blocked by CORS. To diagnose this, right-click on the page, click Inspect Element, and navigate to Console. If the issue is CORS, the error should be:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///path/to/website/caseit.github.io/header.html. (Reason: CORS request not http).
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at file:///path/to/website/caseit.github.io/footer.html. (Reason: CORS request not http).
To fix this, navigate to about:config
and set the property privacy.file_unique_origin
to false
while working on the website.