-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#9] Add README with description and setup instructions
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# CaseIT Website | ||
![CaseIT logo](readme-img/caseit-logo-black.png) | ||
|
||
# CaseIT: Website | ||
|
||
HTML, CSS, and [Bootstrap](https://getbootstrap.com/) website for <span style="color:#d32029; font-weight:bold">CaseIT</span>, 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](https://pages.github.com/) and can be found at https://caseit-sfu.github.io or https://www.caseit.org. | ||
|
||
The application form is hosted on [Typeform](https://www.typeform.com/) 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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.