Skip to content

Commit 56af07d

Browse files
committed
feat: add position as mentor
1 parent 5748bef commit 56af07d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/components/cv/cvData.ts

+12
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ export const cvData: CVData = {
4040
},
4141
experience: {
4242
softwareEngineering: [
43+
{
44+
startDate: 'Oct 2023',
45+
endDate: 'present',
46+
company: 'Topmate.io',
47+
positions: ['Mentor'],
48+
keywords: ['Mentorship'],
49+
shortDescription: [
50+
`Awarded <strong>top 1% mentors globally</strong> and <strong>top 100 mentors in Canada</strong>`,
51+
],
52+
description: [`Awarded <strong>top 1% mentors globally</strong> and <strong>top 100 mentors in Canada</strong>`],
53+
},
54+
4355
{
4456
startDate: 'Feb 2021',
4557
endDate: 'present',

0 commit comments

Comments
 (0)