Skip to content

Commit

Permalink
fixed path of all images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridhima10 committed Aug 18, 2024
1 parent 9392401 commit 495b106
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/components/homepage/education/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Education() {
return (
<div id="education" className="relative z-50 border-t my-12 lg:my-24 border-[#25213b]">
<Image
src="/section.svg"
src="/asset/section.svg"
alt="Hero"
width={1572}
height={795}
Expand Down Expand Up @@ -48,7 +48,7 @@ function Education() {
<GlowCard key={education.id} identifier={`education-${education.id}`}>
<div className="p-3 relative text-white">
<Image
src="/blur-23.svg"
src="/asset/blur-23.svg"
alt="Hero"
width={1080}
height={200}
Expand Down
8 changes: 4 additions & 4 deletions app/components/homepage/experience/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Experience() {
className="relative z-50 border-t my-12 lg:my-24 border-[#25213b]"
>
<Image
src="/section.svg"
src="/asset/section.svg"
width={1572}
height={792}
className="absolute top-0 -z-10"
Expand Down Expand Up @@ -43,13 +43,13 @@ function Experience() {
identifier={`experience-${experience.id}`}
>
<div className="p-3 relative">
{/* <Image
src="/blur-23.svg"
<Image
src="/asset/blur-23.svg"
alt="Hero"
width={1080}
height={200}
className="absolute bottom-0 opacity-80"
/> */}
/>
<div className="flex justify-center">
<p className="text-xs sm:text-sm text-[#16f2b3]">
{experience.duration}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion utils/data/personal-data.js
Original file line number Diff line number Diff line change
@@ -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: '[email protected]',
Expand Down

0 comments on commit 495b106

Please sign in to comment.