UTDNebula / website

General documentation for Project Nebula, an initiative to build tools that help students.
https://www.utdnebula.com
MIT License
9 stars 11 forks source link

[Feature Request] Replace footer logo #16

Open michellekelman opened 2 years ago

michellekelman commented 2 years ago

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:

Jake3231 commented 2 years ago

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.

michellekelman commented 2 years ago

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

WillieCubed commented 2 years ago

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.

Jake3231 commented 2 years ago

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.