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

llnl-tab

with this ORNL image logo

ORNL_Two-line_color

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.css and change the href in the head to /css/onelab.css .
  • Add the ORNL image to assets/images/ornl-logo.png in our repository.
  • Change the CSS background-url property to point to this image.
Edited by Drane, Lance