BroncoHacks-Website / Application-Portal

2 stars 2 forks source link

Michael navbar and FAQ #48

Closed MichaelWuhu closed 6 months ago

MichaelWuhu commented 6 months ago

created navbar (according to figma design except i changed the color of the apply button -- lmk if u still prefer blue but i think green fits more)

made navbar responsive (turns into hamburger when screen shrinks -- lmk if u need help figuring out how to test this)

added FAQ page (with mock FAQ data + some of my own FAQ <-- gunna be changed out in the future) (styling can and should be changed once UI/UX figures this out but i made it similar to the login page for now)

removed App.css and changed up Index.css since it wasn't really ideal

shifted around some other stuff like moving browser router into App.jsx (from main.jsx) and switched signup page to use arrow function ( = () => {} )instead of "function()"