diff --git a/package.json b/package.json index 5f5d986..46d6f23 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev -p 8080", + "dev": "next dev --turbo -p 8080", "build": "next build", "start": "next start", "lint": "next lint", diff --git a/src/components/home/4-projects/ProjectsList.tsx b/src/components/home/4-projects/ProjectsList.tsx index 160ae1a..5edcfe5 100644 --- a/src/components/home/4-projects/ProjectsList.tsx +++ b/src/components/home/4-projects/ProjectsList.tsx @@ -1,30 +1,30 @@ import { ReactNode } from 'react' -import ASIaventure from '/public/img/projects/ASIAventure/ASIaventure.png' -import bASIc from '/public/img/projects/bASIc/bASIc.png' -import bigDataCFS1 from '/public/img/projects/bigDataCFS/bigDataCFS1.png' -import bigDataCFS2 from '/public/img/projects/bigDataCFS/bigDataCFS2.png' -import bigDataCFS3 from '/public/img/projects/bigDataCFS/bigDataCFS3.png' -import chronos1 from '/public/img/projects/ihmeChronos/chronos1.png' -import chronos2 from '/public/img/projects/ihmeChronos/chronos2.png' -import chronos3 from '/public/img/projects/ihmeChronos/chronos3.png' -import chronos4 from '/public/img/projects/ihmeChronos/chronos4.png' -import memory from '/public/img/projects/Memory/memory.png' -import othello from '/public/img/projects/Othello/othello.png' -import pic1 from '/public/img/projects/PIC/pic-1.png' -import pic2 from '/public/img/projects/PIC/pic-2.png' -import pic3 from '/public/img/projects/PIC/pic-3.png' -import elec from '/public/img/projects/PortableConsole/console1.png' -import reacli1 from '/public/img/projects/reacli/reacli1.png' -import reacli2 from '/public/img/projects/reacli/reacli2.png' -import reacli3 from '/public/img/projects/reacli/reacli3.png' -import reacli4 from '/public/img/projects/reacli/reacli4.png' -import screenBlurrer from '/public/img/projects/ScreenBlurrer/blurrer.png' -import sosTouriste1 from '/public/img/projects/SOSTouriste/sosTouriste1.png' -import sosTouriste2 from '/public/img/projects/SOSTouriste/sosTouriste2.png' -import whatsASI1 from '/public/img/projects/WhatsASI/ir_whatsasi.png' -import whatsASI2 from '/public/img/projects/WhatsASI/ir_whatsasi_connexion.png' -import whatsASI3 from '/public/img/projects/WhatsASI/ir_whatsasi_filtres.png' +import ASIaventure from './projects/ASIAventure/ASIaventure.png' +import bASIc from './projects/bASIc/bASIc.png' +import bigDataCFS1 from './projects/bigDataCFS/bigDataCFS1.png' +import bigDataCFS2 from './projects/bigDataCFS/bigDataCFS2.png' +import bigDataCFS3 from './projects/bigDataCFS/bigDataCFS3.png' +import chronos1 from './projects/ihmeChronos/chronos1.png' +import chronos2 from './projects/ihmeChronos/chronos2.png' +import chronos3 from './projects/ihmeChronos/chronos3.png' +import chronos4 from './projects/ihmeChronos/chronos4.png' +import memory from './projects/Memory/memory.png' +import othello from './projects/Othello/othello.png' +import pic1 from './projects/PIC/pic-1.png' +import pic2 from './projects/PIC/pic-2.png' +import pic3 from './projects/PIC/pic-3.png' +import elec from './projects/PortableConsole/console1.png' +import reacli1 from './projects/reacli/reacli1.png' +import reacli2 from './projects/reacli/reacli2.png' +import reacli3 from './projects/reacli/reacli3.png' +import reacli4 from './projects/reacli/reacli4.png' +import screenBlurrer from './projects/ScreenBlurrer/blurrer.png' +import sosTouriste1 from './projects/SOSTouriste/sosTouriste1.png' +import sosTouriste2 from './projects/SOSTouriste/sosTouriste2.png' +import whatsASI1 from './projects/WhatsASI/ir_whatsasi.png' +import whatsASI2 from './projects/WhatsASI/ir_whatsasi_connexion.png' +import whatsASI3 from './projects/WhatsASI/ir_whatsasi_filtres.png' export type Project = { key: string diff --git a/public/img/projects/ASIAventure/ASIaventure.png b/src/components/home/4-projects/projects/ASIAventure/ASIaventure.png similarity index 100% rename from public/img/projects/ASIAventure/ASIaventure.png rename to src/components/home/4-projects/projects/ASIAventure/ASIaventure.png diff --git a/public/img/projects/Memory/memory.png b/src/components/home/4-projects/projects/Memory/memory.png similarity index 100% rename from public/img/projects/Memory/memory.png rename to src/components/home/4-projects/projects/Memory/memory.png diff --git a/public/img/projects/Othello/othello.png b/src/components/home/4-projects/projects/Othello/othello.png similarity index 100% rename from public/img/projects/Othello/othello.png rename to src/components/home/4-projects/projects/Othello/othello.png diff --git a/public/img/projects/PIC/pic-1.png b/src/components/home/4-projects/projects/PIC/pic-1.png similarity index 100% rename from public/img/projects/PIC/pic-1.png rename to src/components/home/4-projects/projects/PIC/pic-1.png diff --git a/public/img/projects/PIC/pic-2.png b/src/components/home/4-projects/projects/PIC/pic-2.png similarity index 100% rename from public/img/projects/PIC/pic-2.png rename to src/components/home/4-projects/projects/PIC/pic-2.png diff --git a/public/img/projects/PIC/pic-3.png b/src/components/home/4-projects/projects/PIC/pic-3.png similarity index 100% rename from public/img/projects/PIC/pic-3.png rename to src/components/home/4-projects/projects/PIC/pic-3.png diff --git a/public/img/projects/PortableConsole/console1.png b/src/components/home/4-projects/projects/PortableConsole/console1.png similarity index 100% rename from public/img/projects/PortableConsole/console1.png rename to src/components/home/4-projects/projects/PortableConsole/console1.png diff --git a/public/img/projects/SOSTouriste/sosTouriste1.png b/src/components/home/4-projects/projects/SOSTouriste/sosTouriste1.png similarity index 100% rename from public/img/projects/SOSTouriste/sosTouriste1.png rename to src/components/home/4-projects/projects/SOSTouriste/sosTouriste1.png diff --git a/public/img/projects/SOSTouriste/sosTouriste2.png b/src/components/home/4-projects/projects/SOSTouriste/sosTouriste2.png similarity index 100% rename from public/img/projects/SOSTouriste/sosTouriste2.png rename to src/components/home/4-projects/projects/SOSTouriste/sosTouriste2.png diff --git a/public/img/projects/ScreenBlurrer/blurrer.png b/src/components/home/4-projects/projects/ScreenBlurrer/blurrer.png similarity index 100% rename from public/img/projects/ScreenBlurrer/blurrer.png rename to src/components/home/4-projects/projects/ScreenBlurrer/blurrer.png diff --git a/public/img/projects/WhatsASI/ir_whatsasi.png b/src/components/home/4-projects/projects/WhatsASI/ir_whatsasi.png similarity index 100% rename from public/img/projects/WhatsASI/ir_whatsasi.png rename to src/components/home/4-projects/projects/WhatsASI/ir_whatsasi.png diff --git a/public/img/projects/WhatsASI/ir_whatsasi_connexion.png b/src/components/home/4-projects/projects/WhatsASI/ir_whatsasi_connexion.png similarity index 100% rename from public/img/projects/WhatsASI/ir_whatsasi_connexion.png rename to src/components/home/4-projects/projects/WhatsASI/ir_whatsasi_connexion.png diff --git a/public/img/projects/WhatsASI/ir_whatsasi_filtres.png b/src/components/home/4-projects/projects/WhatsASI/ir_whatsasi_filtres.png similarity index 100% rename from public/img/projects/WhatsASI/ir_whatsasi_filtres.png rename to src/components/home/4-projects/projects/WhatsASI/ir_whatsasi_filtres.png diff --git a/public/img/projects/bASIc/bASIc.png b/src/components/home/4-projects/projects/bASIc/bASIc.png similarity index 100% rename from public/img/projects/bASIc/bASIc.png rename to src/components/home/4-projects/projects/bASIc/bASIc.png diff --git a/public/img/projects/bigDataCFS/bigDataCFS1.png b/src/components/home/4-projects/projects/bigDataCFS/bigDataCFS1.png similarity index 100% rename from public/img/projects/bigDataCFS/bigDataCFS1.png rename to src/components/home/4-projects/projects/bigDataCFS/bigDataCFS1.png diff --git a/public/img/projects/bigDataCFS/bigDataCFS2.png b/src/components/home/4-projects/projects/bigDataCFS/bigDataCFS2.png similarity index 100% rename from public/img/projects/bigDataCFS/bigDataCFS2.png rename to src/components/home/4-projects/projects/bigDataCFS/bigDataCFS2.png diff --git a/public/img/projects/bigDataCFS/bigDataCFS3.png b/src/components/home/4-projects/projects/bigDataCFS/bigDataCFS3.png similarity index 100% rename from public/img/projects/bigDataCFS/bigDataCFS3.png rename to src/components/home/4-projects/projects/bigDataCFS/bigDataCFS3.png diff --git a/public/img/projects/ihmeChronos/chronos1.png b/src/components/home/4-projects/projects/ihmeChronos/chronos1.png similarity index 100% rename from public/img/projects/ihmeChronos/chronos1.png rename to src/components/home/4-projects/projects/ihmeChronos/chronos1.png diff --git a/public/img/projects/ihmeChronos/chronos2.png b/src/components/home/4-projects/projects/ihmeChronos/chronos2.png similarity index 100% rename from public/img/projects/ihmeChronos/chronos2.png rename to src/components/home/4-projects/projects/ihmeChronos/chronos2.png diff --git a/public/img/projects/ihmeChronos/chronos3.png b/src/components/home/4-projects/projects/ihmeChronos/chronos3.png similarity index 100% rename from public/img/projects/ihmeChronos/chronos3.png rename to src/components/home/4-projects/projects/ihmeChronos/chronos3.png diff --git a/public/img/projects/ihmeChronos/chronos4.png b/src/components/home/4-projects/projects/ihmeChronos/chronos4.png similarity index 100% rename from public/img/projects/ihmeChronos/chronos4.png rename to src/components/home/4-projects/projects/ihmeChronos/chronos4.png diff --git a/public/img/projects/reacli/reacli1.png b/src/components/home/4-projects/projects/reacli/reacli1.png similarity index 100% rename from public/img/projects/reacli/reacli1.png rename to src/components/home/4-projects/projects/reacli/reacli1.png diff --git a/public/img/projects/reacli/reacli2.png b/src/components/home/4-projects/projects/reacli/reacli2.png similarity index 100% rename from public/img/projects/reacli/reacli2.png rename to src/components/home/4-projects/projects/reacli/reacli2.png diff --git a/public/img/projects/reacli/reacli3.png b/src/components/home/4-projects/projects/reacli/reacli3.png similarity index 100% rename from public/img/projects/reacli/reacli3.png rename to src/components/home/4-projects/projects/reacli/reacli3.png diff --git a/public/img/projects/reacli/reacli4.png b/src/components/home/4-projects/projects/reacli/reacli4.png similarity index 100% rename from public/img/projects/reacli/reacli4.png rename to src/components/home/4-projects/projects/reacli/reacli4.png