Update timeline

This commit is contained in:
2025-05-03 10:35:30 +02:00
parent a0cd29fc93
commit ce1793f8ad
2 changed files with 7 additions and 2 deletions

View File

@ -69,11 +69,11 @@
const props = defineProps({ const props = defineProps({
right: { right: {
type: Object as PropType<Event[]>, type: Array<Event>,
default: [] default: []
}, },
left: { left: {
type: Object as PropType<Event[]>, type: Array<Event>,
default: [] default: []
}, },
}); });

View File

@ -43,6 +43,11 @@
title: 'CISCO: IT Essentials', time_label: '2018', title: 'CISCO: IT Essentials', time_label: '2018',
description: 'CISCO Networking Academy', description: 'CISCO Networking Academy',
start: new Date(2018, september, 1), end: new Date(2018, september, 1) start: new Date(2018, september, 1), end: new Date(2018, september, 1)
},
{
title: $t('research intern'), time_label: `${$t('m_7')} 2025 - ${$t('m_1')} 2026`,
description: `National Institute of Informatics, Tokyo, ${$t('japan')}`,
start: new Date(2025, july, 14), end: new Date(2026, january, 9)
} }
]" /> ]" />
</div> </div>