Skip to content

Commit

Permalink
Finally updating portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Oct 16, 2024
1 parent f9cef5e commit 078cea1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "1.11",
"version": "1.11.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -57,4 +57,4 @@
"karma-jasmine": "~5.1.0",
"typescript": "~5.1.6"
}
}
}
5 changes: 1 addition & 4 deletions src/app/constants/employer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,10 @@ export const employerMappings: IEmployerOpts[] = [
started_at: '2024-04-29',
responsibilities: [
{
text: 'Implement visual design and accessibility enhancements on canonical.com, ubuntu.com, snapcraft.io, and other platforms, focusing on user experience and adherence to design standards.',
text: 'Support the maintenance and development of the <a href="https://vanillaframework.io" rel="noreferrer" target="_blank">Vanilla design system</a> and its <a href="https://canonical.github.io/react-components" rel="noreferrer" target="_blank">React implementation</a>.'
},
{
text: 'Collaborate with design teams to integrate UI improvements and accessibility features into web projects, ensuring a seamless user experience for diverse audiences.'
},
{
text: 'Support the maintenance and development of the React-Components library within the Vanilla Framework, contributing to its usability and accessibility'
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
let responsibility of job.responsibilities
| slice : 0 : (showMore ? job.responsibilities.length : abbreviatedJobDescriptionMaxLength)
"
>
{{ responsibility.text }}
</li>
[innerHTML]="responsibility.text"
></li>
<span *ngIf="job.responsibilities.length > abbreviatedJobDescriptionMaxLength" class="job-description-length-toggler" (click)="showMore = !showMore" [attr.aria-description]="(job.responsibilities.length - abbreviatedJobDescriptionMaxLength) + 'responsibilities are hidden for brevit. Click to show them.'" role="link"
>Show {{showMore ? 'less' : 'more'}}</span
>
Expand Down
Binary file modified src/assets/muzina_julie_resume.pdf
Binary file not shown.

0 comments on commit 078cea1

Please sign in to comment.