-
Notifications
You must be signed in to change notification settings - Fork 16
ProjectCard Implemented #143
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
base: main
Are you sure you want to change the base?
ProjectCard Implemented #143
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a lot of work to edit. Please address changes. Overall, it looks wonderful with the responsive cards!
border-white | ||
border-solid | ||
w-10 h-10 | ||
rounded-2xl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rounded-2xl | |
rounded-full |
@apply border | ||
border-white | ||
border-solid | ||
w-10 h-10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
w-10 h-10 | |
w-12 h-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Colors for project status are missing in tailwind configs or not included. Please add them and address some suggestions
<ProjectCardImg /> | ||
</div> | ||
<div className="flex flex-col gap-6"> | ||
<p className="text-2xl">{title}</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p className="text-2xl">{title}</p> | |
<p className="text-2xl font-bold">{title}</p> |
A new component ProjectCard is implemented which is fetching the fake Data Model to render the Project Cards.
Some colors are also added in tailwind.config.js.
TailwindCSS ,PostCSS and autoprefixer are upgraded to the latest version.