Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
jablonnc committed Mar 20, 2024
1 parent dab4742 commit 9db03b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _pages/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permalink: /resume
<span>July 2023 - Present</span>
</h3>
<p class="resume-description">
<ul>
<ul class="resume-section-list">
<li>Orchestrated a strategic shift in deployment practices, enhancing platform reliability.</li>
<li>Led a Jenkins to GitHub Actions migration, accelerating deployment speed and boosting deployment reliability by 30%.</li>
<li>Provided guidance and support for over 10+ engineering teams in AWS infrastructure, enabling teams to focus on their feature work.</li>
Expand Down
5 changes: 1 addition & 4 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,7 @@ iframe {

.resume-section-list {
font-size: 14px;
margin-left: 12px;
}

.resume-primary-section p {
Expand Down Expand Up @@ -979,10 +980,6 @@ iframe {
float: right;
}

.resume-subheader ul {
margin-left: 12px;
}

.resume-description {
font-size: 16px;
}
Expand Down

0 comments on commit 9db03b5

Please sign in to comment.