-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor design tweaks #405
Minor design tweaks #405
Conversation
- Responsive text sizing via clamp() - Transitioning CSS macros to new naming scheme - Introduced --perma-light, --card-bg, --button-bg, and --button-hover variables for dynamic theming
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ethanthatonekid/acm-csuf-site/Fe1ojH5kWakwW5q8Kz6pexJC49Cu |
- Changed font macros for paragraphs from size-xs to size-sm - Images use clamp() to scale dynamically - AcmButton re-written to use --button-bg and --button-hover for different styles in light/dark themes - Modified wording in some paragraphs
- Removed what-is-acm.svelte, introduced about-us.svelte - Modified about/index.svelte to accomodate for about-us.svelte - Updated board member list - officer-profile-list.svelte defaults grid to 4 diamonds instead of 3 in desktop mode - Modified officers.json to be alphabetical - Modified tiers.json for role placement
- Cards scale up on hover & active state - Shadows get softer as the card becomes bigger - Outline defaults to ACM color in initial state to be less contrasty to the shadow - Join button hover effect consistent with other ACM buttons now
- Also deprecated old connect page
99b0589
to
9f578e1
Compare
Removing navbar and footer changes from this pr bcus they're in #401 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rest of the design tweaks look good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jk i fixed it
PROPOSAL
CHANGELOG
This is change #6 of my big update to prepare for next semester's codebase.
fixes #398