chore: touchups and fixes

This commit is contained in:
2026-02-22 20:07:03 +00:00
parent bdf5c0d4d7
commit f492626e45
5 changed files with 57 additions and 120 deletions

View File

@@ -26,20 +26,6 @@ const educationData : EducationArgs[] = [
"Recipient of the Westfield Trust Academic Prize",
"Graduated with overall average at 90%"
]
},
{
title: "High-school Education",
subtitle: "advanced IT, Maths and Physics",
institution: "Zamoyski High-school",
city: "Warsaw",
startDate: "Sep 2017",
endDate: "Jul 2020",
notes: [
"Final exam in Computer Science: 98% percentile",
"Final exam in Physics: 97% percentile",
"Final exam in Mathematics: 92% percentile"
],
useWith: true //todo fix this (i.e. this does nothing)
}
];