-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feat] add nonprofits to the site #5
Conversation
Hey Sam, is it possible for you to convert the images into WEBP format instead? (here's a tool that does that) I'm uncertain if Astro's image optimizations will apply for background images, but please let me know if I'm wrong! |
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.
hey Sam, everything looks great! Just two very small nitpick changes and this should be good to go!
--- | ||
const { name, description, image, startColor, endColor, url } = Astro.props; | ||
--- |
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.
nit: can you add Typescript definitions for Props? here's an example from the docs
|
||
.card:hover { | ||
transform: scale(1.05); | ||
transition: transform .225s ease-in-out; |
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.
can we add this transition to the default card itself? it looks a bit odd when you unhover a card as the transition is removed
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.
lgtm for initial deployment, @sampoder can you address these comments still?
What's new?
WIP!