Skip to content

Commit

Permalink
fixed mixed around position skil lset
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbdk committed Jun 9, 2024
1 parent 9aa2716 commit e1c9f11
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions storybook/src/stories/resume/resume/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ Primary.args = {
content: html`
<h3>Software Engineer<br /> <small><b>Arcanic</b>, November 2023 - April 2024</small></h3>
<p>I was taking some courses at DTU, while doing that i worked part time as Arcanic on a UI for a new product using Blazor and .net</p>
<p>
<${SkillElm}>Blazor</${SkillElm}>
<${SkillElm}>MudBlazor</${SkillElm}>
<${SkillElm}>Javascript</${SkillElm}>
<${SkillElm}>.net</${SkillElm}>
<${SkillElm}>MSSQL</${SkillElm}>
</p>
`
},
{
Expand All @@ -97,11 +104,7 @@ Primary.args = {
<h3>ADHD mentor - Volunteer<br /> <small><b>ADHD-foreningen</b>, March 2022 - March 2024</small></h3>
<p>As an ADHD mentor, I share my experience living with ADHD and mentor people diagnosed with ADHD on how to cope. With the goal of getting or maintaining a job or starting an education.</p>
<p>
<${SkillElm}>Blazor</${SkillElm}>
<${SkillElm}>MudBlazor</${SkillElm}>
<${SkillElm}>Javascript</${SkillElm}>
<${SkillElm}>.net</${SkillElm}>
<${SkillElm}>MSSQL</${SkillElm}>
<${SkillElm}>Mentoring</${SkillElm}>
</p>
`
},
Expand Down

0 comments on commit e1c9f11

Please sign in to comment.