Skip to content

Commit

Permalink
image source corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant333 committed Jan 2, 2025
1 parent d47142b commit 16d13d2
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const navItems = [
className: "lg:col-span-3 md:col-span-6 md:row-span-4 lg:min-h-[60vh]",
imgClassName: "w-full h-full",
titleClassName: "justify-end",
img: "/b1.svg",
img: "./b1.svg",
spareImg: "",
},
{
Expand All @@ -23,7 +23,7 @@ export const navItems = [
className: "lg:col-span-2 md:col-span-3 md:row-span-2",
imgClassName: "",
titleClassName: "justify-start",
img: "/blueClock1.jpeg",
img: "./blueClock1.jpeg",
spareImg: "",
},
{
Expand All @@ -43,8 +43,8 @@ export const navItems = [
className: "lg:col-span-2 md:col-span-3 md:row-span-1",
imgClassName: "",
titleClassName: "justify-start",
img: "/grid.svg",
spareImg: "/b4.svg",
img: "./grid.svg",
spareImg: "./b4.svg",
},

{
Expand All @@ -54,8 +54,8 @@ export const navItems = [
className: "md:col-span-3 md:row-span-2",
imgClassName: "absolute right-0 bottom-0 md:w-96 w-60",
titleClassName: "justify-center md:justify-start lg:justify-center",
img: "/b5.svg",
spareImg: "/grid.svg",
img: "./b5.svg",
spareImg: "./grid.svg",
},
{
id: 6,
Expand All @@ -74,31 +74,31 @@ export const navItems = [
id: 1,
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",
img: "./p1.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",
img: "./gym.png",
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",
img: "./college.png",
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",
img: "./p4.svg",
iconLists: ["/next.svg", "/tail.svg", "/ts.svg", "/three.svg", "/gsap.svg"],
link: "https://github.com/prashant333?tab=repositories",
},
Expand Down Expand Up @@ -141,32 +141,32 @@ export const navItems = [
{
id: 1,
name: "cloudinary",
img: "/cloud.svg",
nameImg: "/cloudName.svg",
img: "./cloud.svg",
nameImg: "./cloudName.svg",
},
{
id: 2,
name: "appwrite",
img: "/app.svg",
nameImg: "/appName.svg",
img: "./app.svg",
nameImg: "./appName.svg",
},
{
id: 3,
name: "HOSTINGER",
img: "/host.svg",
nameImg: "/hostName.svg",
img: "./host.svg",
nameImg: "./hostName.svg",
},
{
id: 4,
name: "stream",
img: "/s.svg",
nameImg: "/streamName.svg",
img: "./s.svg",
nameImg: "./streamName.svg",
},
{
id: 5,
name: "docker.",
img: "/dock.svg",
nameImg: "/dockerName.svg",
img: "./dock.svg",
nameImg: "./dockerName.svg",
},
];

Expand All @@ -176,42 +176,42 @@ export const navItems = [
title: "Frontend Engineer Intern",
desc: "Contributed in the development of a web-based platform using View.js, enhancing interactivity.",
className: "md:col-span-2",
thumbnail: "/exp1.svg",
thumbnail: "./exp1.svg",
},
{
id: 2,
title: "Associate Data Engineer",
desc: "Managed PostgreSQL database on Azure, enabling seamless data transactions and ensuring reliable on-demand customer services.",
className: "md:col-span-2", // change to md:col-span-2
thumbnail: "/exp2.svg",
thumbnail: "./exp2.svg",
},
{
id: 3,
title: "Operations Representative",
desc: "Streamlining operations, assisting peers, performing data analysis, and delivering weekly and monthly business reports.",
className: "md:col-span-2", // change to md:col-span-2
thumbnail: "/exp3.svg",
thumbnail: "./exp3.svg",
},
{
id: 4,
title: "Associate Product Management",
desc: "Developing a scalable solution for EV fleet operators with real-time data availability across zones and clusters.",
className: "md:col-span-2",
thumbnail: "/exp4.svg",
thumbnail: "./exp4.svg",
},
];

export const socialMedia = [
{
id: 1,
img: "/git.svg",
img: "./git.svg",
},
{
id: 2,
img: "/wha.svg",
img: "./wha.svg",
},
{
id: 3,
img: "/link.svg",
img: "./link.svg",
},
];

0 comments on commit 16d13d2

Please sign in to comment.