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 1fc1b4c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 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.12.3",
"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
2 changes: 1 addition & 1 deletion src/app/modules/splash/greeting/greeting.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="salutation">
</div>
Hi, I'm Julie!
</h1>
<h2 class="what-am-i">👩🏻‍💻I'm a software developer from Cleveland, OH.</h2>
<h2 class="what-am-i">👩🏻‍💻I'm a software engineer based in Buffalo, NY.</h2>
<h3 class="how-good-am-i">
I'm an experienced full-stack engineer with a passion for creating useful,
user-focused applications.
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.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content="Muzina, Julie Muzina, Software Developer, Software Engineer, Engineer, Developer, Angular, Javascript, Angular, Web Developer"
/>
<meta name="author" content="Julie Muzina" />
<meta name="description" content="I'm an experienced full-stack engineer from Cleveland, Ohio with a passion for creating useful, user-focused applications!" />
<meta name="description" content="I'm an experienced full-stack engineer in Buffalo, NY with a passion for creating useful, user-focused applications!" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link id="app-theme-supporting" rel="stylesheet" type="text/css" />
<script>
Expand Down

0 comments on commit 1fc1b4c

Please sign in to comment.