Final pre release fixes and improvements

This commit is contained in:
2023-08-05 23:52:11 +01:00
parent 25b1250df7
commit f0fbb3aaac
14 changed files with 95 additions and 24 deletions

View File

@@ -75,12 +75,14 @@ const workExperienceData : WorkExperienceArgs[] = [
// todo update
export const workExperienceParagraph =
"My work experience started when I was 16 years old, starting with hospitality and retail-based\n" +
"positions. Although they are not the most relevant to my career path, I still believe there I had\n" +
"learned plenty from them in regards to depending on each other, reliability and teamwork. Since last\n" +
"year I have been moving more toward the education industry. I have experience working as a tutor in\n" +
"a significant number of companies. Furthermore, I am working as a Laboratory Demonstrator for Queen\n" +
"Mary University of London. This position involves assisting, teaching and marking students, which is\n" +
"a great opportunity to broaden my IT knowledge and improve my interpersonal skills.";
"My work experience started when I was 16 years old, starting with hospitality and retail-based " +
"positions. Although they are not the most relevant to my career path, I still believe there I had " +
"learned plenty from them in regards to depending on each other, reliability and teamwork. Since last " +
"year I have been moving more toward the education industry. I have experience working as a tutor in " +
"a significant number of companies. Furthermore, for 2 years I had worked as a Laboratory Demonstrator for Queen " +
"Mary University of London. This position involves assisting, teaching and marking students, which is " +
"a great opportunity to broaden my IT knowledge and improve my interpersonal skills. This year during the " +
"summer I am working as a Software Developer intern at Softwire which will allow me to develop my team" +
"-work and IT skills.";
export default workExperienceData;