Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.46 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.46 KB

CaseIT logo

Website

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.

Setup

Open index.html in a browser and verify that the website functions properly.

Troubleshooting

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.