mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: date corrections
This commit is contained in:
parent
a65fb12021
commit
3f5c3e79f4
1 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ const projects: Project[] = [
|
||||||
and user-friendly design, making it an ideal choice for managing your application's secrets.`,
|
and user-friendly design, making it an ideal choice for managing your application's secrets.`,
|
||||||
logo: keyweaveLogo,
|
logo: keyweaveLogo,
|
||||||
contributors: [],
|
contributors: [],
|
||||||
date: '2023'
|
date: '11-05-2023'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
headerImage: videowallImage,
|
headerImage: videowallImage,
|
||||||
|
@ -46,7 +46,7 @@ const projects: Project[] = [
|
||||||
frontend built with React and Next.js utilizing a powerful backend developed in Golang.`,
|
frontend built with React and Next.js utilizing a powerful backend developed in Golang.`,
|
||||||
logo: videowallLogo,
|
logo: videowallLogo,
|
||||||
contributors: [],
|
contributors: [],
|
||||||
date: '2021'
|
date: '05-31-2022'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
headerImage: ticketDashboardImage,
|
headerImage: ticketDashboardImage,
|
||||||
|
@ -56,7 +56,7 @@ const projects: Project[] = [
|
||||||
ticket management. Developed with Next.js for frontend and Golang for backend.`,
|
ticket management. Developed with Next.js for frontend and Golang for backend.`,
|
||||||
logo: ticketDashboardLogo,
|
logo: ticketDashboardLogo,
|
||||||
contributors: [],
|
contributors: [],
|
||||||
date: '2020'
|
date: '12-14-2021'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: 'https://zaantje.com',
|
link: 'https://zaantje.com',
|
||||||
|
@ -67,7 +67,7 @@ const projects: Project[] = [
|
||||||
on a virtual tour of Zaandam, showcasing locations of famous music videos.`,
|
on a virtual tour of Zaandam, showcasing locations of famous music videos.`,
|
||||||
logo: zaantjeLogo,
|
logo: zaantjeLogo,
|
||||||
contributors: [],
|
contributors: [],
|
||||||
date: '2020'
|
date: '01-01-2020'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue