We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748bef commit 56af07dCopy full SHA for 56af07d
src/components/cv/cvData.ts
@@ -40,6 +40,18 @@ export const cvData: CVData = {
40
},
41
experience: {
42
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
+
55
{
56
startDate: 'Feb 2021',
57
endDate: 'present',
0 commit comments