Skip to content

Commit

Permalink
Merge pull request #2 from pnwarner/misc/remove-data
Browse files Browse the repository at this point in the history
Remove old resume links and data
  • Loading branch information
pnwarner authored Mar 10, 2024
2 parents 3601b09 + c1052dc commit 8b25889
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ <h2 class="project-tile">Projects</h2>
<a id="footer-link-mastodon" rel="me" href="https://fosstodon.org/@prdoxi" title="Find me on Mastodon"><div id="footer-icon-mastodon" class="footer-icon mastodon-svg-image bg-svg"></div></a>
<a id="footer-link-github" href="https://github.com/pnwarner" title="Visit my github page"><div id="footer-icon-github" class="footer-icon github-svg-image bg-svg"></div></a>
</div>
<hr>
<p class="resume-link-p"><a class="resume-link" href="https://pnwarner.github.io/media/resume/Patrick-Warner.pdf">Resume</a></p>
</div>
</div>
</div>
Expand Down
Binary file removed media/resume/Patrick-Warner.pdf
Binary file not shown.
23 changes: 0 additions & 23 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -421,29 +421,6 @@ hr {
font-size: 1.35em;
}

.resume-link-p {
text-align: center;
margin-top: 0.5em;
}

.resume-link {
text-decoration: none;
font-size: 0.9em;
font-weight: bold;
color: white;
border-radius: 10px;
background-color: #5A5A5A;
padding: 5px;
}

.resume-link:hover {
color: var(--gold-yellow);
}

.resume-link:active {
color: white;
}

.less-bold {
font-weight: 500;
}
Expand Down

0 comments on commit 8b25889

Please sign in to comment.