Skip to content

Commit 99fbcc7

Browse files
committed
[#9] Add README with description and setup instructions
1 parent e128b1a commit 99fbcc7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# CaseIT Website
1+
![CaseIT logo](readme-img/caseit-logo-black.png)
2+
3+
# Website
4+
5+
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.
6+
7+
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.
8+
9+
The application form is hosted on [Typeform](https://www.typeform.com/) under a separate account.
10+
11+
## Setup
12+
13+
Open `index.html` in a browser and verify that the website functions properly.
14+
15+
### Troubleshooting
16+
17+
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:
18+
19+
```
20+
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).
21+
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).
22+
```
23+
24+
To fix this, navigate to `about:config` and set the property `privacy.file_unique_origin` to `false` while working on the website.

readme-img/caseit-logo-black.png

7.38 KB
Loading

0 commit comments

Comments
 (0)