Skip to content

Conversation

rmbarley
Copy link
Contributor

@rmbarley rmbarley commented Oct 9, 2025

Pull Request

Thanks for contributing to Hacktoberfest 2025!

Description

  • Hero must start after the header (add top margin / offset). It must not sit under the header. (OBE)

  • CTA button is not visible — implement it to match the design (size, color, text, placement). (OBE)

    • I tested the production code on Chrome, FireFox and Safari and could not replicate. I think this was a cascade issue that was fixed by cleaning up index.css
  • Slider controls/buttons don’t match the design — update styling and spacing.

    • My selectors were wrong and I did not have 16px circles and 12px spacing. This is fixed
  • Slider behavior:

    • Auto-advance every ~8s with a smooth transition.
      • Was previously set for 6s
    • Pagination buttons must allow manual change on click.
      • This was already in place
    • Add a subtle hover effect on pagination buttons.
      • Added a subtle glow and scale effect on hover
    • Ensure image order matches the design (check the design assets).
      • I had originally misunderstood what the empty circle in the design meant. These should be fixed based on the flow in Figma
  • Active pagination button should be outlined (only outline for current slide).~

    • This was already in place
  • Optional advanced: add a loading/progress state on the active pagination showing progress (e.g., 100% over 8s).

    • This was already in place but I made it a little more smooth and made the timing with the page transition better by overriding the slick-slider defaults.
image

Checklist

  • My code builds and runs locally
  • I’ve added/updated documentation if needed
  • I’ve tested my changes
  • I’ve linked related issues (if any)
  • (Optional) I’ve credited myself with the All Contributors bot if this is my first contribution or a new contribution type

@rmbarley rmbarley requested a review from Alexandrbig1 as a code owner October 9, 2025 17:53
@rmbarley
Copy link
Contributor Author

rmbarley commented Oct 9, 2025

Since I haven't done this yet.

@all-contributors please add @rmbarley for Code

Copy link
Contributor

@rmbarley

I've put up a pull request to add @rmbarley! 🎉

Copy link
Contributor

@Alexandrbig1 Alexandrbig1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution, and congrats on your PR being approved!
We’re excited to have your work as part of Open Code Chicago’s Hacktoberfest 2025 project.

@Alexandrbig1 Alexandrbig1 added frontend Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages) hacktoberfest Special issue for Hacktoberfest hacktoberfest-2025 Special issue for Hacktoberfest 2025 hacktoberfest-accepted This label indicates that a contribution has been accepted and counts toward Hacktoberfest rewards. react React components & UI logic tailwind Tailwind CSS & styling labels Oct 9, 2025
@Alexandrbig1 Alexandrbig1 added this to the Hacktoberfest 2025 milestone Oct 9, 2025
@Alexandrbig1 Alexandrbig1 merged commit 8f6d4fe into OpenCodeChicago:main Oct 9, 2025
2 checks passed
@Alexandrbig1 Alexandrbig1 linked an issue Oct 9, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages) hacktoberfest Special issue for Hacktoberfest hacktoberfest-2025 Special issue for Hacktoberfest 2025 hacktoberfest-accepted This label indicates that a contribution has been accepted and counts toward Hacktoberfest rewards. react React components & UI logic tailwind Tailwind CSS & styling

Development

Successfully merging this pull request may close these issues.

Hero Section (Homepage Slider)

2 participants