UTDNebula/website

[Feature Request] Replace footer logo

Opened this issue · 4 comments

Overview

The logo in the footer is transparent, and there is not enough contrast between the logo and background (both light and dark modes).

Proposal

Remove logo transparency.
Change logo text to match the header logo:

  • Light mode - black text
  • Dark mode - white text

Do we know what font was used in the original word mark logo? I was looking at recreating it to see how this proposed change would look, though I'm not sure what font/style to use to maintain consistency.

The font is Jost (medium 500), there should be more details on the Project Nebula Figma doc.

As another note, I don't think you'll have to recreate the wordmark. It appears that the documentation site itself (based on Docusarus) does something to the styles.

Good to know. I initially thought of changing the word mark due to looking at the docusaurus.config.js:

footer: { 
...
logo: {
        alt: 'Project Nebula Logo',
        src: 'img/logos/nebula-logo-wordmark.png',
        href: '/',
      },
}
...

It looked like the aforementioned image has the text built in.