Skip to content

Commit 7b90de2

Browse files
committed
fix: added images to portfolio
1 parent dd7f12e commit 7b90de2

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

src/Components/data.js

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
import placeholder from "../Images/Projects/placeholder.png";
1+
import mybox from "../Images/Projects/mybox.png";
2+
import keywins from "../Images/Projects/keywins.png";
3+
import oratis_website from "../Images/Projects/oratis_website.png";
4+
import portfolio from "../Images/Projects/portfolio.png";
5+
import oratisai from "../Images/Projects/oratisai.png";
6+
import butprojets from "../Images/Projects/butprojets.png";
27

38
import {
49
FaGitAlt,
@@ -77,7 +82,7 @@ export const myProjects = [
7782
id: 1,
7883
title: "Portfolio",
7984
link: "https://www.matheo-pichotmoise.fr",
80-
img: placeholder,
85+
img: portfolio,
8186
githubLink: "https://github.com/KucoDEV/kucodev.github.io",
8287
Language: ["HTML", "CSS", "JavaScript", "React"],
8388
description:
@@ -87,7 +92,7 @@ export const myProjects = [
8792
id: 2,
8893
title: "[ 📦 My Box ]",
8994
link: "/",
90-
img: placeholder,
95+
img: mybox,
9196
githubLink: "https://github.com/KucoDEV/MyBox",
9297
Language: ["HTML", "CSS", "JavaScript", "Python"],
9398
description:
@@ -97,7 +102,7 @@ export const myProjects = [
97102
id: 3,
98103
title: "OratisAI",
99104
link: "/",
100-
img: placeholder,
105+
img: oratisai,
101106
githubLink: "https://github.com/KucoDEV/OratisAI",
102107
Language: ["Python"],
103108
description:
@@ -107,7 +112,7 @@ export const myProjects = [
107112
id: 4,
108113
title: "BUT-Projets",
109114
link: "/",
110-
img: placeholder,
115+
img: butprojets,
111116
githubLink: "https://github.com/KucoDEV/BUT-Projets",
112117
Language: ["C"],
113118
description:
@@ -117,7 +122,7 @@ export const myProjects = [
117122
id: 5,
118123
title: "KeyWins",
119124
link: "/",
120-
img: placeholder,
125+
img: keywins,
121126
githubLink: "https://github.com/KucoDEV/KeyWins",
122127
Language: ["HTML", "CSS", "JavaScript"],
123128
description:
@@ -127,7 +132,7 @@ export const myProjects = [
127132
id: 6,
128133
title: "Site Oratis",
129134
link: "/",
130-
img: placeholder,
135+
img: oratis_website,
131136
githubLink: "https://github.com/OratisDEV/oratisdev.github.io",
132137
Language: ["HTML", "CSS"],
133138
description:

src/Images/Projects/butprojets.png

121 KB
Loading

src/Images/Projects/keywins.png

1000 KB
Loading

src/Images/Projects/mybox.png

52.8 KB
Loading
164 KB
Loading

src/Images/Projects/oratisai.png

78.4 KB
Loading

src/Images/Projects/portfolio.png

126 KB
Loading

0 commit comments

Comments
 (0)