BetOnJeanette / Portfolio

My Portfolio
0 stars 0 forks source link

9-add-card-animation #34

Closed BetOnJeanette closed 1 month ago

BetOnJeanette commented 1 month ago

What was the Problem?

Cards took a lot of space.

How does this Fix the Problem?

The project cards now lay atop each other. There are buttons to swap between them.

This was done by switching from static astro components for the project section to a solid component, in order to have a section that has reactive bits. All of the cards also had to be remade to do so.

The state on the project list component keeps track of what project is the top of the list, in order to have all of the projects change order based on user input.