mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-01 11:31:21 +00:00
Merge pull request #300 from bartvdbraak/chore/lfcs
Add LFCS certification to Timeline
This commit is contained in:
commit
ca249e36b6
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ export type TimelineItem = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const timeline: TimelineItem[] = [
|
const timeline: TimelineItem[] = [
|
||||||
|
{
|
||||||
|
title: 'LFCS: Linux Foundation Certified Systems Administrator',
|
||||||
|
subTitle: 'The Linux Foundation',
|
||||||
|
icon: Badge,
|
||||||
|
startYear: 2024
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Azure DevOps Engineer Expert (AZ-400)',
|
title: 'Azure DevOps Engineer Expert (AZ-400)',
|
||||||
subTitle: 'Microsoft',
|
subTitle: 'Microsoft',
|
||||||
|
|
Loading…
Reference in a new issue