From 495b106b452161b788b830e24eea4acc0bb58526 Mon Sep 17 00:00:00 2001 From: Ridhima10 Date: Sun, 18 Aug 2024 15:05:15 +0530 Subject: [PATCH] fixed path of all images --- app/components/homepage/education/index.jsx | 4 ++-- app/components/homepage/experience/index.jsx | 8 ++++---- public/{ => asset}/blur-23.svg | 0 public/{ => asset}/profile.jpeg | Bin public/{ => asset}/section.svg | 0 utils/data/personal-data.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename public/{ => asset}/blur-23.svg (100%) rename public/{ => asset}/profile.jpeg (100%) rename public/{ => asset}/section.svg (100%) diff --git a/app/components/homepage/education/index.jsx b/app/components/homepage/education/index.jsx index a66f297..f83b8fa 100644 --- a/app/components/homepage/education/index.jsx +++ b/app/components/homepage/education/index.jsx @@ -11,7 +11,7 @@ function Education() { return (
Hero
Hero
- {/* Hero */} + />

{experience.duration} diff --git a/public/blur-23.svg b/public/asset/blur-23.svg similarity index 100% rename from public/blur-23.svg rename to public/asset/blur-23.svg diff --git a/public/profile.jpeg b/public/asset/profile.jpeg similarity index 100% rename from public/profile.jpeg rename to public/asset/profile.jpeg diff --git a/public/section.svg b/public/asset/section.svg similarity index 100% rename from public/section.svg rename to public/asset/section.svg diff --git a/utils/data/personal-data.js b/utils/data/personal-data.js index b68626d..9e51c91 100644 --- a/utils/data/personal-data.js +++ b/utils/data/personal-data.js @@ -1,6 +1,6 @@ export const personalData = { name: "RIDHIMA JAIN", - profile: '/profile.jpeg', + profile: '/asset/profile.jpeg', designation: "Web Developer", description: "My name is RIDHIMA. I am a professional and enthusiastic programmer in my daily life. I am a quick learner with a self-learning attitude. I love to learn and explore new technologies and am passionate about problem-solving. I love almost all the stacks of web application development and love to make the web more open to the world. I am available for any kind of job opportunity that suits my skills and interests.", email: 'ridhimajain862@gmail.com',