Feat/navbar footer#340
Merged
Merged
Conversation
NoNathan17
added a commit
that referenced
this pull request
May 28, 2026
* Reskin landing page (#328) * added new assets * main window * info window * overlap main and info windows * fix info window * apps window * fix: minor changes and organization * fix: include breakpoints * fix: apply now button + globals colors * more color changes * remove files * Implement 404 Page (#332) * feat: added sleepy peter pic * feat: implemented main window + content * feat: added mobile responsiveness * chore: removed old fishing image --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> Co-authored-by: Nathan Ong <164730140+NoNathan17@users.noreply.github.com> * Resources Page (#333) * Allow reviewdog to report checks * fix depreciation errors * remove clutter flies from resources * replaced old resources page with one RetroWindow, deleted unused files, added two new sections (CategoryRow which contains static images and ResourceSection which fetches from sanity), two new components (CategoryIcon for the first row, and ResourceCard for the second row) * chore: minor styling changes --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> Co-authored-by: Nathan Ong <164730140+NoNathan17@users.noreply.github.com> * Schedule page (#334) * feat: create countdown banner component + style * fix: revamp day selector * Allow reviewdog to report checks * fix: day optiontabs styling mobile * fix: better screen responsiveness * chore: cleanup responsiveness * feat: time + event name grid * feat: event info panel * feat: use retrowindow in schedule page * feat: implement new components + structure * fix: better responsiveness * chore: adjusting sizing/styling * cleanup: old components --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> Co-authored-by: Nathan Ong <164730140+NoNathan17@users.noreply.github.com> * Color Palette Picker (#335) * feat: added color picker * feat: color picker functionality * Revert "Color Palette Picker (#335)" (#338) This reverts commit b61a545. * feat: add landing color picker * feat: landing background * removed animation from title * chore: update title to 26 * Restyle about and sponsors section (#339) * Allow reviewdog to report checks * initial commit, ignoring claude specific folders+files * Extended retro window component to support dark content frames * Added pure black as a theme color for style consistency * Finished about section * Finished sponsors section * Removed unused sponsors variable from fetching sponsors from sanity * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: prettier --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> Co-authored-by: Nathan Ong <164730140+NoNathan17@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: background layout * feat: draggable retro window * feat: add x icon prop to retro window * fix: updates to retro windows * fix: overlkays * feat: no snapback for resources and schedule * Refactor/faq and back to top (#336) * Allow reviewdog to report checks * feat: add FAQ categories to Sanity and rebuild home FAQ section * feat: add BackToTop warning window with scroll to top and wire into home page * feat: add custom retro FAQ scrollbar * fix: position sitting peter to the left of BackToTop window buttons * fix: center slide peter at bottom of FAQ section on mobile * fix: make FAQ scrollbar thumb draggable with pointer capture --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> Co-authored-by: Nathan Ong <164730140+NoNathan17@users.noreply.github.com> * fix: updated heights of sections * fix: mobile sponsors peter * Navbar + Footer (#340) * Update PrimaryButton, BaseNavBar, and globals.scss styles * Complete navbar * Implement navbar + footer * Update navbar and footer to match new overlay * fix: navbar mobile adjustments * fix: z-indexes and open/close states --------- Co-authored-by: Nathan Ong <nathanong1217@gmail.com> * chore: link cleanup and window drag with decoration * updated primary button * fix 404 page height * feat: prepare prod preview * centered 404 on page * redirects for links * removed schedule and resources from redirects * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * update gitignore * fixed key bug * prettier * vercel errors --------- Co-authored-by: Victoria Lee <victoria.hyoju.lee@gmail.com> Co-authored-by: Joshua Sullivan <joshee.sullivan@gmail.com> Co-authored-by: collinchenn <83971246+collinchenn@users.noreply.github.com> Co-authored-by: jyaldere <juliannayalderete@gmail.com> Co-authored-by: Rishi Murumkar <108751289+RichieRish05@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: VishokL <73354883+VishokL@users.noreply.github.com> Co-authored-by: Noah Kim <101167833+noahk004@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implemented header + footer according to Figma specification.
Changes
mdbreakpoint to differentiate.--cobalt-greenand--font-big-pixeltoglobals.scss.&:hoverand&:activefor login button (nav bar), start button (footer), and nav links (footer).Testing
Media