OHI-Science / OHI-website

A new OHI website!
GNU General Public License v3.0
0 stars 0 forks source link

Collection of website updates #136

Closed ThomasThelen closed 3 years ago

ThomasThelen commented 3 years ago

This PR has a few fixes for minor things that weren't completed. To test these, checkout the misc_updates branch. If accepted and merged, we'll see the preview on the preview site.

Document Shortcodes

There was an outstanding issue, #118 that this resolves. There's additional documentation for a few missing shortcodes. This was completed in 88ce99a

Remove press resource link

In #125 it was said we should remove this from the contact page, e387555 does this.

Add download button to methodology page

I added a button to download the ohi paper, according to issue #16. I also outlined instructions on how to add the download button for the csv data. 53e4352 completes this.

Move colors to variables.scss

Fixes issue #29. The remaining colors that were in the css files are now consolidated in the variables file. fa6813b is concerned with the variable logic.

404 Page

I created a custom 404 page to resolve issue #115. When this is merged, I have to make a small apache change for it to take effect. c394419 contains the relevant changes.

Image attributes

Adds credit to the banner images that had them on the original oceanhealthindex site. Linked to issue #110