Skip to content

Commit

Permalink
altered cv link to download file
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilC7 committed Mar 6, 2024
1 parent 93fd671 commit 47dc116
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/pages/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ function Contact() {
<div className="col-6 socials mx-auto d-flex justify-content-around">
<a href="https://www.linkedin.com/in/philjcooper/" target="_blank"><i className="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/PhilC7" target="_blank"><i className="fa-brands fa-square-github"></i></a>
<a href="dist/phil-cooper-cv.pdf" target="_blank" className="icon-link"><i className="fa-solid fa-file"></i><span className="overlay-text">CV</span></a>
<a
href="public/phil-cooper-cv.pdf"
download="phil-cooper-cv.pdf"
className="icon-link">
<i className="fa-solid fa-file"></i><span className="overlay-text">CV</span>
</a>
</div>
</div>

Expand Down

0 comments on commit 47dc116

Please sign in to comment.