Skip to content

Commit

Permalink
updated resume item
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhankarval committed May 21, 2024
1 parent 660e373 commit 57be581
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
39 changes: 35 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ <h2><span>01.</span> About Me</h2>
<h2><span>02.</span> Experience</h2>
<div class="jobs">
<div class="company-list">
<button class="company-name" name="jpmorgan">
<span>JPMorgan</span>
</button>
<button class="company-name" name="donovan">
<span>Donovan</span>
</button>
Expand All @@ -123,17 +126,44 @@ <h2><span>02.</span> Experience</h2>

<div class="job-roles">

<article class="job-role" id="jpmorgan">
<h3 class="job-title">
Software Engineer II
<span>@ JPMorgan Chase & Co.</span>
</h3>
<span class="job-dates">Mar 2024 - Present</span>
<div class="job-desc">
<ul>
<li>
Designed and implemented robust form validation mechanisms using Angular-based framework, reducing
form submission errors by 40%, ensuring compliance with data integrity and validation standards.
</li>
<li>
Implemented dynamic and responsive UI components enhancing user experience and translated Figma
wireframes & mockups into clean, maintainable code, achieving a 99% match to design specifications.
</li>
<li>
Created and managed modular, reusable CSS using LESS, leading to a 30% reduction in stylesheet size
and utilized Bootstrap’s grid system to develop a mobile-first design, improving mobile user
engagement by 25%.
</li>
</ul>
</div>
</article>

<article class="job-role" id="donovan">
<h3 class="job-title">
Software Development Manager
<span>@ The Donovan Org</span>
</h3>
<span class="job-dates">Oct 2023 - Present</span>
<span class="job-dates">Oct 2023 - Mar 2024</span>
<div class="job-desc">
<ul>
<li>
Led 15 full stack developers in the successful delivery and deployment of 20 new features, resulting in a 20%
increase in positive user feedback and an additional 25 minutes in average session duration of each user.</li>
Led 15 full stack developers in the successful delivery and deployment of 20 new features, resulting
in a 20%
increase in positive user feedback and an additional 25 minutes in average session duration of each
user.</li>
<li>
Established mentorship initiatives and knowledge-sharing sessions within the team and implemented a
streamlined task management system that resulted in a 20% reduction in project completion times.
Expand All @@ -144,7 +174,8 @@ <h3 class="job-title">
rates.
</li>
<li>
Implemented code quality initiatives, leading to a 40% decrease in post-release bugs and a 50% increase in code review coverage.
Implemented code quality initiatives, leading to a 40% decrease in post-release bugs and a 50%
increase in code review coverage.
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ window.onload = () => {
});

// DEFAULT VIEW EXP
const defaultCompanyName = 'donovan';
const defaultCompanyName = 'jpmorgan';

const defaultCompany = document.querySelector(`button.company-name[name="${defaultCompanyName}"]`);
defaultCompany.classList.add('active');
Expand Down

0 comments on commit 57be581

Please sign in to comment.