Skip to content

Commit

Permalink
bug in link and intro
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKuldeep01 committed Aug 9, 2024
1 parent eaa5c50 commit fa93af5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# React + Vite
# Mr kuldeep

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
##### Post Graduated with M.C.A from ( M.D.Uni. ) in 2022-2024

Currently, two official plugins are available:
<center>
<img
src="/me.png"
alt="kuldeep image"
className="w-[400px] h-[400px] rounded-xl my-4"
/>
</center>

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
### πŸŽ– A keen and enthusiastic fresher web developer, always ready to learn new things. Passionate about building web solutions and improving skills every day.

[let's know more πŸ‘‹](https://mrportfolioforkuldeep.vercel.app)
8 changes: 3 additions & 5 deletions src/Components/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ const ProjectCard = ({
}) => {
const navigate = useNavigate();
return (
<div
onClick={() => {
navigate(codelink);
}}
<Link
to={codelink}
title={desc}
className={`left-most px-6 py-4 w-[95%] md:w-[50%] md:min-w-[50%] h-[320px] flex-col items-center border border-black/30 rounded-lg justify-center overflow-hidden relative cursor-pointer ${className}`}
>
Expand All @@ -39,7 +37,7 @@ const ProjectCard = ({
Demo
</Link>
</span>
</div>
</Link>
);
};

Expand Down

0 comments on commit fa93af5

Please sign in to comment.