Skip to content

Commit

Permalink
fixed image source 2
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant333 committed Jan 2, 2025
1 parent 16d13d2 commit b9af2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/RecentProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const RecentProjects = () => {
<PinContainer title="https://github.com/prashant333?tab=repositories" href="https://github.com/prashant333?tab=repositories">
<div className='relative flex items-center justify-center sm:w-[570px] w-[80vw] overflow-hidden sm:h-[40vh] h-[30vh] mb-10'>
<div className='relative w-full h-full overflow-hidden lg:rounded-3xl bg-[#13162d]'>
<img src="/bg.png" alt="bg-img" />
<img src="./bg.png" alt="bg-img" />
</div>
<img
src={img}
Expand Down
8 changes: 4 additions & 4 deletions data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@ export const navItems = [
title: "One Social - Exahustive Social media platform",
des: "A unified platform integrating all social media channels, allowing seamless management, engagement, and analytics in one place.",
img: "./p1.svg",
iconLists: ["/python.svg", "/tail.svg", "/postgresql.svg", "/three.svg", "/fm.svg"],
iconLists: ["./python.svg", "./tail.svg", "./postgresql.svg", "./three.svg", "./fm.svg"],
link: "https://github.com/prashant333?tab=repositories",
},
{
id: 2,
title: "Gym Management Platform - A web app",
des: "A comprehensive web app for gym management, streamlining member registration, scheduling, and progress tracking.",
img: "./gym.png",
iconLists: ["/php.svg", "/bulma.svg", "/js.svg", "/stream.svg", "/c.svg"],
iconLists: ["./php.svg", "./bulma.svg", "./js.svg", "./stream.svg", "./c.svg"],
link: "https://github.com/prashant333?tab=repositories",
},
{
id: 3,
title: "SEA Engineering College - College Website",
des: "A dynamic college website built with HTML, CSS, Bulma, and JavaScript, offering responsive design, user-friendly navigation, and interactive features",
img: "./college.png",
iconLists: ["/re.svg", "/tail.svg", "/ts.svg", "/three.svg", "/c.svg"],
iconLists: ["./re.svg", "./tail.svg", "./ts.svg", "./three.svg", "./c.svg"],
link: "https://github.com/prashant333?tab=repositories",
},
{
id: 4,
title: "Animated Apple Iphone 3D Website",
des: "Recreated the Apple iPhone 15 Pro website, combining GSAP animations and Three.js 3D effects..",
img: "./p4.svg",
iconLists: ["/next.svg", "/tail.svg", "/ts.svg", "/three.svg", "/gsap.svg"],
iconLists: ["./next.svg", "./tail.svg", "./ts.svg", "./three.svg", "./gsap.svg"],
link: "https://github.com/prashant333?tab=repositories",
},
];
Expand Down

0 comments on commit b9af2d9

Please sign in to comment.