Replace LLNL logo with ORNL logo in the header of the website
We want to replace this LLNL image logo, located at https://cdn.llnl.gov/onelab/0.1.1/images/llnl-tab.png
with this ORNL image logo
To do this, we will need to do the following:
- We are linking a CDN file https://cdn.llnl.gov/onelab/0.1.1/css/onelab.css for right now, but we want to manually add this file in our repository to
css/onelab.cssand change the href in the head to/css/onelab.css. - Add the ORNL image to
assets/images/ornl-logo.pngin our repository. - Change the CSS
background-urlproperty to point to this image.
Edited by Drane, Lance

