Skip to content

Commit

Permalink
chore: update timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-W-James committed Mar 28, 2024
1 parent cc71d24 commit 99e7e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file removed public/assets/pdfs/tim_james_cv.pdf
Binary file not shown.
7 changes: 3 additions & 4 deletions src/features/timeline/data/timelineData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const timelineData: TimelineItemData[] = [
{
startDate: new Date("2023"),
endDate: new Date("2023"),
title: "Aged-Care Meal Delivery System",
title: "Aged-Care Food Delivery System",
body: (
<>
Full-stack{" "}
Expand All @@ -35,12 +35,11 @@ const timelineData: TimelineItemData[] = [
tooltip="
Enterprise Resource Planning"
/>{" "}
application used to coordinate staff and mange deliveries providing
meals to those in need.
application used to coordinate staff and manage deliveries.
</>
),
category: "Agile Digital",
isFeatured: true,
isFeatured: false,
},
{
startDate: new Date("2022"),
Expand Down

0 comments on commit 99e7e45

Please sign in to comment.