Visual refresh: confident polish pass#66
Open
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Open
Visual refresh: confident polish pass#66devin-ai-integration[bot] wants to merge 2 commits intomainfrom
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
Conversation
- Add prominent 'Register' CTA button to both desktop and mobile navigation - Improve footer with 4-column sitemap layout (Tournaments, Resources, Organization, Connect) - Add copyright notice and reorganize footer bottom bar - Fix About page team grid to stack on mobile (grid-cols-1 → md:grid-flow-col) - Add skip-to-content link for keyboard/screen reader accessibility - Add aria-label attributes to nav elements - Remove unused Inter font CSS import - Rename content-wrapper to main-content for semantic skip-link target Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
- Restyle Register button (text link instead of chunky teal pill) - Event cards: rounded-2xl, date above title, arrow animation, better shadows - Description section wrapped in white card with border - Sponsors section wrapped in card with centered layout - Newsletter section in styled card with teal subscribe button - About page team columns in card backgrounds with dividers - Teal accent bar under page/section headings - Footer headers uppercase with tracking - Mobile menu with backdrop blur - Smooth transitions on all interactive elements - Focus-visible states for keyboard navigation - Selection color matching brand teal - Mailchimp embed styled to match site - Section listing: refined hover states, font-medium titles - Nav links: lighter gray with hover-to-dark transitions Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Visual refresh: confident polish pass
Summary
A visual polish pass across the site that makes noticeable improvements while keeping the site recognizably BMT. No layout restructuring, no font changes, no color scheme changes — just elevated execution of the existing design.
Key visible changes:
rounded-2xl, arrow animation on hover, more paddingtracking-widesttier labelsfont-mediumtitles, uppercase year headersUnder-the-hood changes:
a,button,input, etc.)focus-visiblestates for keyboard navigation (teal outline)::selectioncoloraria-labelon nav elements#content-wrapper→#main-content(with matching JS update).agents/skills/frontend-design/SKILL.md(design reference doc, not functional code)Review & Testing Checklist for Human
#content-wrapperwas renamed to#main-content(both HTML + JS updated). Verify table-of-contents highlighting still works on pages with TOCs (e.g. event detail pages). This is the highest-risk functional change.!important. Verify the subscribe form still renders and submits correctly — the Mailchimp external CSS may interact unexpectedly with the new container.grid-cols-2 md:grid-cols-4), and the about page team uses card columns. Check these at mobile breakpoints (especially 320px–375px) for overflow or cramped spacing.a, button, input, select, textareaelements now havetransition: 0.15s. Verify this doesn't cause unwanted animation on KaTeX math elements or other non-interactive elements that happen to use these tags.Test Plan
Notes