mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
feat: add new career
This commit is contained in:
parent
c6318750ed
commit
cd198792d1
2 changed files with 26 additions and 16 deletions
|
@ -20,6 +20,12 @@ export type TimelineItem = {
|
|||
};
|
||||
|
||||
const timeline: TimelineItem[] = [
|
||||
{
|
||||
title: 'DevOps Engineer',
|
||||
subTitle: 'Blender',
|
||||
icon: Briefcase,
|
||||
startYear: 2021
|
||||
},
|
||||
{
|
||||
title: 'Linux Foundation Certified Systems Administrator (LFCS)',
|
||||
subTitle: 'The Linux Foundation',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue