Updating Images Etc
ADDING/CHANGING CROP IMAGES
The image files are located in /public/images/Cover Crop Photos/. In order to add an image different resolutions must be added to 3 folders.
A 100x100 resolution photo must be added into /public/images/Cover Crop Photos/100x100/<crop name>.
A 200x125 resolution photo must be added into /public/images/Cover Crop Photos/200x125/<crop name>.
A full resolution photo must be added to /public/images/Cover Crop Photos/<crop name>.
All images must follow the following naming convention: <crop name>_<photographer name>_<year taken>.jpg (ex Alfalfa_mature_Davidson_2020.jpg)
This naming convention allows the name, photographer, and year to be parsed from the image name and embedded in the website.
UPDATING LOGO
The logo is located at public/images/neccc_wide_logo_color_web.jpg. To update it, replace the image. It must have the same name.
UPDATING LANDING BACKGROUND IMAGE
The logo is located at public/images/cover-crop-field.png. To update it, replace the image. It must have the same name.
UPDATING LANDING 404 PAGE GIF
The logo is located at public/images/page_not_found.gif. To update it, replace the GIF. It must have the same name.