Skip to content

Commit

Permalink
feat(projects): add pictures for PIC project
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jun 24, 2024
1 parent 6cb010a commit da2b712
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
Binary file added public/img/projects/PIC/pic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/projects/PIC/pic-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/projects/PIC/pic-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions src/components/home/4-projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import ArrowIcon from '@/components/icons/ArrowIcon'
import Project from './components/Project'
import projects from './ProjectsList'

// TODO: image PIC

const Projects: FC = () => {
return (
<div
Expand Down
4 changes: 4 additions & 0 deletions src/components/home/4-projects/ProjectsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ 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'
Expand Down Expand Up @@ -180,6 +183,7 @@ const projects: Project[] = [
</div>
</>
),
images: [pic1.src, pic2.src, pic3.src],
technologies: ['Symfony', 'Scrum', 'PHP', 'ELK'],
},
/* WhatsASI? */
Expand Down

0 comments on commit da2b712

Please sign in to comment.