Midwest Pumpkins is an open-source project developed by the OpenCode Chicago community. Built with Vite, HTML, CSS, and JavaScript, this project aims to support a local organization while participating in Hacktoberfest 2024. We welcome contributions from the community to help us make a difference!
Summary: This PR focuses on updating the review slider section to match the provided Figma design and fixing some issues in the Top Seller section.
Changes Made:
Review Slider Section:
Updated the HTML and CSS to match the Figma design.
Added a new slider.js file to implement the carousel functionality, allowing users to slide through different sets of review cards.
Integrated responsive design for mobile and tablet views, ensuring the slider works seamlessly on different screen sizes.
Responsiveness:
Added media queries to ensure proper layout and responsiveness for mobile and tablet devices.
Adjusted the slider to display an appropriate number of cards per view based on screen width.
Top Seller Section:
Fixed layout issues that were affecting the design and alignment.
Resolved minor CSS bugs to ensure consistency across different devices.
Pull Request Description:
Summary: This PR focuses on updating the review slider section to match the provided Figma design and fixing some issues in the Top Seller section.
Changes Made:
Review Slider Section:
Updated the HTML and CSS to match the Figma design. Added a new slider.js file to implement the carousel functionality, allowing users to slide through different sets of review cards. Integrated responsive design for mobile and tablet views, ensuring the slider works seamlessly on different screen sizes. Responsiveness:
Added media queries to ensure proper layout and responsiveness for mobile and tablet devices. Adjusted the slider to display an appropriate number of cards per view based on screen width. Top Seller Section:
Fixed layout issues that were affecting the design and alignment. Resolved minor CSS bugs to ensure consistency across different devices.