-
-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Added a cursor gradient effect to the webpage background using CSS and adjusted the header padding to remove excess margin space. These changes improve the visual appeal and user experience of the website.
Implement cursor movement with physics calculations for velocity tracking and opacity control for fade in and fade out effects based on cursor movement thresholds and time intervals.
Refined the sign-up message to encourage users to join the mailing list instead of just signing up. Also, updated the GDPR consent wording to clarify the purpose of collecting information.
✅ Deploy Preview for purplebubblewebsite ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@kcoderhtml I love this SO much! the cursor thing is super cool |
is it worth adding something like sentry for error checking / reporting? |
I think the favicon may be broken @kcoderhtml |
maybe? looks like there is a netlify plugin: https://www.netlify.com/integrations/sentry/ |
can we add a pb themed donate button that links to HCB? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
much better |
above comments were me |
I already have it in the form but I can put it in the body text too if you want. |
Added new icons for different sizes and manifest file links for better web app appearance. Updated footer to include information about Purple Bubble's fiscal sponsorship.
Added a section with donation information and contact options for users to donate and get in touch with the team. This will help improve user engagement and support development efforts.
Added the #purplebubble channel to the Slack instructions for highschoolers on the website.
Added donate text, sponser info, and a contact paragraph including the email and slack (with an only high schoolers warning) |
Corrected the typo from "hen" to "then" in the donation link for better clarity and understanding.
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.
is there a reason we have both package-lock and bun.lockb?
Updated the Layout component props to make fiscalSponsor an optional field to avoid errors when it is not provided while rendering the component.
@jaspermayone do we need husky? |
Removed @lottiefiles/lottie-player, axios, parcel, and qs dependencies. Updated project structure to include /dist folder for production build output.
Added axios package as a new dependency in package.json for handling HTTP requests.axios is a popular library for making asynchronous HTTP requests in JavaScript.
Insert commas at the end of lines that were missing them in the cursor-gradient script for better readability and error prevention.
Added the qs package to dependencies to handle querystring parsing for improved data manipulation.
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!
Please check out this before merging however.
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!
Please check out this before merging however.
Husky is precommit for linting @kcoderhtml |
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.
looks amazing! not too sure about this one here but it's good
Co-authored-by: Samuel Fernandez <[email protected]> Signed-off-by: Kieran Klukas <[email protected]>
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! 🎉
Closes #43 and closes #45 and closes #4. Revamps the entire site and changes to
bun
fromnpm
.