capstone-coal / capstone-coal.github.io

COAL Project Website
https://capstone-coal.github.io/
Apache License 2.0
3 stars 1 forks source link

Errors when rendering Website #4

Closed lewismc closed 7 years ago

lewismc commented 7 years ago

Hi @xiaomei7 when I load the Website in my Firefox browser with Firebug activated, I get the following errors. Can you look into them please.

screen shot 2017-02-02 at 11 21 49 am
ghost commented 7 years ago

Can confirm with Firefox Developer Tools (Tools → Web Developer → Web Console).

The mixed content error is because the font link is http while the page is https.

The Bootstrap/jQuery error might be because jQuery is loaded after Bootstrap in the page source, or because the jQuery $ variable is not exported where Bootstrap is looking for it.

lewismc commented 7 years ago

I am going to address this right now.

lewismc commented 7 years ago

@xiaomei7 the following file does not exist https://github.com/capstone-coal/capstone-coal.github.io/blob/master/index.html#L125

lewismc commented 7 years ago

I've just removed it.