Skip to content

Commit

Permalink
Ensure workExperiences is a .ts file and update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
driekwartsbroek committed Sep 4, 2024
1 parent 01185b7 commit 1192962
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/data/workExperiences.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
export const workExperiences = [
{
company: "Solidaris",
projects: [
{
id: "1",
title: "e-Mut",
description: "Description of Project 1",
imageUrl: "https://placehold.co/600x400/png",
},
{
id: "2",
title: "ScanSequel",
description: "Description of Project 2",
imageUrl: "https://placehold.co/600x400/png",
},
{
id: "3",
title: "Project 3",
description: "Description of Project 3",
imageUrl: "https://placehold.co/600x400/png",
},
],
},
{
company: "Tobania",
projects: [
{
id: "4",
title: "Project 4",
description: "Description of Project 4",
imageUrl: "https://placehold.co/600x400/png",
},
{
id: "5",
title: "Project 5",
description: "Description of Project 5",
imageUrl: "https://placehold.co/600x400/png",
},
],
},
{
company: "Colruyt",
projects: [
{
id: "6",
title: "Project 6",
description: "Description of Project 6",
imageUrl: "https://placehold.co/600x400/png",
},
],
},
];

0 comments on commit 1192962

Please sign in to comment.