mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
Merge pull request #268 from bartvdbraak/chore/content-updates
Add certification entry for AZ-400
This commit is contained in:
commit
a0de785874
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ export type TimelineItem = {
|
|||
};
|
||||
|
||||
const timeline: TimelineItem[] = [
|
||||
{
|
||||
title: 'Azure DevOps Engineer Expert (AZ-400)',
|
||||
subTitle: 'Microsoft',
|
||||
icon: Badge,
|
||||
startYear: 2024
|
||||
},
|
||||
{
|
||||
title: 'Azure Network Engineer Associate (AZ-700)',
|
||||
subTitle: 'Microsoft',
|
||||
|
|
Loading…
Reference in a new issue