con / centerforopenneuroscience.org

Website materials
http://centerforopenneuroscience.org
3 stars 25 forks source link

Add ROR to footer #43

Closed asmacdo closed 2 months ago

asmacdo commented 2 months ago

Fixes https://github.com/con/centerforopenneuroscience.org/issues/39

I initially tried to add this as stay-in-touch contact button like github/twitter/email, but it didn't match the ROR display guidelines https://ror.readme.io/docs/display

Since we have room, it is recommended to use the full ror id

New footer

image

Old footer

image

yarikoptic commented 2 months ago

Thank you! Looks good, I will merge and deploy from local (let's get a copy of icon)

asmacdo commented 2 months ago

I thought i was losing my mind (couldnt access /theme/static/img/contact/ror-icon-rgb.svg or variations) -- until I realized that the paths in output are different from the raw directory structure. Specifically , output does not have a static dir.

yarikoptic commented 2 months ago

did you check that it works ok with such a relative path?

asmacdo commented 2 months ago

Yes