Skip to content

Commit c04ae7d

Browse files
committed
fix: img resized
1 parent 443cf6f commit c04ae7d

File tree

10 files changed

+1
-64
lines changed

10 files changed

+1
-64
lines changed

src/Components/About.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import myImage2 from "../Images/02.png";
1414
import myImage3 from "../Images/03.png";
1515

1616
import { myPersonalInfo, skills, skills2 } from "./data";
17-
// import {LinearWithLabel} from './ProgressWithLabel'
1817
import Parcours from "./Parcours";
1918
import { FiDownload } from "react-icons/fi";
2019

src/Components/ProgressWithLabel.jsx

Lines changed: 0 additions & 58 deletions
This file was deleted.

src/Components/data.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export const myProjects = [
8686
{
8787
id: 2,
8888
title: "[ 📦 My Box ]",
89-
link: "/",
9089
img: mybox,
9190
githubLink: "https://github.com/KucoDEV/MyBox",
9291
Language: ["HTML", "CSS", "JavaScript", "Python"],
@@ -96,7 +95,6 @@ export const myProjects = [
9695
{
9796
id: 3,
9897
title: "OratisAI",
99-
link: "/",
10098
img: oratisai,
10199
githubLink: "https://github.com/KucoDEV/OratisAI",
102100
Language: ["Python"],
@@ -106,7 +104,6 @@ export const myProjects = [
106104
{
107105
id: 4,
108106
title: "BUT-Projets",
109-
link: "/",
110107
img: butprojets,
111108
githubLink: "https://github.com/KucoDEV/BUT-Projets",
112109
Language: ["C"],
@@ -116,7 +113,6 @@ export const myProjects = [
116113
{
117114
id: 5,
118115
title: "KeyWins",
119-
link: "/",
120116
img: keywins,
121117
githubLink: "https://github.com/KucoDEV/KeyWins",
122118
Language: ["HTML", "CSS", "JavaScript"],
@@ -126,7 +122,7 @@ export const myProjects = [
126122
{
127123
id: 6,
128124
title: "Site Oratis",
129-
link: "/",
125+
link: "https://www.oratis.fr",
130126
img: oratis_website,
131127
githubLink: "https://github.com/OratisDEV/oratisdev.github.io",
132128
Language: ["HTML", "CSS"],

src/Images/Projects/butprojets.png

113 KB
Loading

src/Images/Projects/keywins.png

-1.79 KB
Loading

src/Images/Projects/mybox.png

-11.1 KB
Loading
-5.55 KB
Loading

src/Images/Projects/oratisai.png

54 KB
Loading
-40.2 KB
Binary file not shown.

src/Images/Projects/portfolio.png

55.2 KB
Loading

0 commit comments

Comments
 (0)