Home page with finalized UI/UX - #77
Open
sainag7 wants to merge 1 commit into
Open
Conversation
Brings the home page in line with the Figma mockups, the last route still on the pre-redesign visuals. - Parallax water backdrop: sky, clouds, three drifting wave bands and a bubble field, driven by CSS custom properties a rAF scroll listener publishes. The scene fades across the first viewport, so the sections below sit on the flat page backdrop as the mockups show. - Liquid glass nav bar, with a more opaque fallback where backdrop-filter is unavailable so the tab labels stay readable. - Hero rebuilt as a glass panel with the countdown, plus a register tag. The panel is tinted deeper than the mockup: white type over the mockup's near-clear panel measures 2.6:1, and the tint carries it to 3.2:1. - New "What is HackNC?" card alongside a CSS-only spinning CD. - FAQ reformatted as a player. The transport controls genuinely drive the list and the timecode is a real playhead; running time is summed from the data so it cannot drift as questions change. Answers stay in the DOM behind `hidden` rather than being unmounted, so aria-controls always resolves. All motion is behind motion-safe.
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.
Rebuilds the home page to match the Figma mockups. Let me know if you want me to change anything!