ufssd / ufssd-website

Source for https://ufssd.org
MIT License
2 stars 1 forks source link

Feature: Header navigation component #13

Closed Brian-Magnuson closed 8 months ago

Brian-Magnuson commented 8 months ago

Addresses #5. Added Header navigation component named Navbar in the src/app directory along with Navbar.module.css in the same directory. Also added several .png and .svg files in the public directory for all the logos. Links can be added or removed by editing the array declared within the component.

Some things to note: logos are all white-colored. Not sure how this might work if we implement a light theme. Also, this design is not responsive for small screens. As seen in the third image below, the icons shrink down to nothing when the screen becomes too narrow. Whether this should be addressed in this issue or in a separate issue should be decided upon.

image

firefox_swp8YAO4MX

firefox_P7k8WYyEb3

Brian-Magnuson commented 8 months ago

Okay, I made this last change. Are we good to merge?