Skip to content

Conversation

@Carpenteri1
Copy link
Owner

@Carpenteri1 Carpenteri1 commented Nov 30, 2025

  • Removed unused styles from styles.css and added imports for animations, layouts, and colors.
  • Updated Footer, Hero, Projects, and Stacks components to include a new hover effect class for buttons and cards.
  • Enhanced project and skill cards with gradient backgrounds and improved hover interactions.
  • Adjusted text colors and padding for better readability and aesthetics.

Note

Adds a shared hover-effect and gradient card borders, applies them across Footer/Hero/Projects/Stacks, and refactors global styles into modular Animations, Layouts, and Colors.

  • Styles
    • Introduce reusable hover-effect in src/app/Styles/Animations.css and import via src/styles.css.
    • Modularize global styles: add Layouts.css (.min-vh-90, .mt-6) and Colors.css (background, headings, text, buttons, gradient-text); remove duplicated rules from src/styles.css.
  • Components
    • Apply hover-effect to buttons/links in Components/Hero/Hero.html and Components/Footer/Footer.html, and to cards in Projects.html and Stacks.html.
    • Enhance card visuals:
      • Projects.css and Stacks.css: add gradient border via ::before, adjust text color/padding, and maintain dark theming.
      • Projects.html: minor layout tweaks (badge container padding) and keep animated delay via [ngStyle].
    • Tweak heading colors in component styles to align with new theme.

Written by Cursor Bugbot for commit 9e4a0ce. This will update automatically on new commits. Configure here.

- Removed unused styles from styles.css and added imports for animations, layouts, and colors.
- Updated Footer, Hero, Projects, and Stacks components to include a new hover effect class for buttons and cards.
- Enhanced project and skill cards with gradient backgrounds and improved hover interactions.
- Adjusted text colors and padding for better readability and aesthetics.
@Carpenteri1 Carpenteri1 linked an issue Nov 30, 2025 that may be closed by this pull request
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on December 29

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

…dius to hover effect class for improved styling consistency.
@Carpenteri1 Carpenteri1 merged commit 27eba44 into master Nov 30, 2025
5 checks passed
@Carpenteri1 Carpenteri1 deleted the add-hover-animation branch November 30, 2025 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

On hover cards have a slight animation

2 participants