datacarpentry / organization-genomics

Project Organization and Management for Genomics
https://datacarpentry.org/organization-genomics
Other
23 stars 76 forks source link

CSS not displaying on the Setup page #75

Closed tstilwel closed 5 years ago

tstilwel commented 5 years ago

The CSS isn't working at the following link:

https://datacarpentry.org/organization-genomics/setup/

If I use check with a CSS validation tool (http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fdatacarpentry.org%2Forganization-genomics%2Fsetup%2F&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en), I see the following errors:

File not found: https://datacarpentry.org/organization-genomics/setup/assets/css/bootstrap.css: Not Found File not found: https://datacarpentry.org/organization-genomics/setup/assets/css/bootstrap-theme.css: Not Found File not found: https://datacarpentry.org/organization-genomics/setup/assets/css/lesson.css: Not Found File not found: https://datacarpentry.org/organization-genomics/setup/assets/css/syntax.css: Not Found

hoytpr commented 5 years ago

Thanks very much for finding this! Needs to be fixed asap. I'm not a CSS guru so @raynamharris @analeighgui @mkuzak @Roselynlemusinmegen : help needed.

hoytpr commented 5 years ago

Looks like this is similar to issue #73 and a fix using relative_root_path was performed as seen at: THIS PAGE.

@tstilwel do you feel comfortable making a PR that could fix this?

tstilwel commented 5 years ago

I'll give it a shot. Thanks!

hoytpr commented 5 years ago

fixed by #77