Skip to content
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

Fix: Consistent animation naming in style.css and Portfolio.jsx #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jayandra-XQ
Copy link

What is this PR about?

This PR includes the following updates:

  • Added a slide-in animation to the portfolio image and project boxes to enhance the visual experience.
  • Modified the Portfolio.jsx file to apply the animation to the image and project boxes.
  • Updated style.css to define the slideInLeft animation.

This PR addresses Issue #99: Inconsistent style.css and Portfolio.jsx file in tutorial.

Reason for the changes:

  • These changes add a smooth, visually appealing animation to the portfolio section, improving the user experience and making the portfolio more engaging.

How to test the changes:

  1. Clone the repository:
    git clone https://github.com/jayandra-XQ/codespaces-project-template-js
    

@alfredodeza

@@ -4,7 +4,8 @@
"eslint:recommended",
"plugin:react/recommended",
"plugin:prettier/recommended",
"plugin:jsx-a11y/recommended"
"plugin:jsx-a11y/recommended",
"plugin:prettier/recommended"
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this needed?

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.

2 participants