@@ -6,22 +6,22 @@ export const projects = [
6
6
subtitle : 'Vanilla JS' ,
7
7
description :
8
8
'The first page that I have created in my career. I thought I would become a Frontend Dev, but it turned out I am coding mostly Java now.' ,
9
- image : '/src/assets /my-portfolio.png' ,
9
+ image : 'https://i.postimg.cc/Kjj2MxGN /my-portfolio.png' ,
10
10
link : 'https://koderad.github.io/old-portfolio-site/' ,
11
11
} ,
12
12
{
13
13
title : 'Dodone - todo list - frontend' ,
14
14
subtitle : 'React + Material-UI' ,
15
15
description :
16
16
'A simple Todo List application built with React, Vite, and Material-UI.' ,
17
- image : 'src/assets /dodone.png' ,
17
+ image : 'https://i.postimg.cc/N08BhdC1 /dodone.png' ,
18
18
link : 'https://github.com/KodeRad/dodone-front' ,
19
19
} ,
20
20
{
21
21
title : 'Dodone - todo list - backend' ,
22
22
subtitle : 'Java + Spring Boot + mySQL' ,
23
23
description : 'Spring Boot Rest API service' ,
24
- image : 'src/assets /dodone-back.png' ,
24
+ image : 'https://i.postimg.cc/ZKgT6Byy /dodone-back.png' ,
25
25
link : 'https://github.com/KodeRad/dodone-back' ,
26
26
} ,
27
27
{
0 commit comments