mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
chore: add LFCS certification
This commit is contained in:
parent
740f445f01
commit
449c6dbf8a
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ export type 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)',
|
||||
subTitle: 'Microsoft',
|
||||
|
|
Loading…
Reference in a new issue