Change social media icons

This commit is contained in:
2024-04-09 12:29:16 -04:00
parent c710247bd9
commit 08ef808db8
5 changed files with 24 additions and 3 deletions

View File

@ -18,13 +18,13 @@
</div>
<div class="social-media">
<a href="mailto:ecook2489@gmail.com" target="_blank">
<img src="./Pictures/gmail.png" alt="gmail logo">
<img src="./Pictures/gmail.svg" alt="gmail logo">
</a>
<a href="https://www.linkedin.com/in/ethan-cook-76b9b81a5/" target="_blank">
<img src="./Pictures/linkedin.png" alt="linkedin logo" style="border-radius: 0.25rem;">
<img src="./Pictures/linkedin.svg" alt="linkedin logo">
</a>
<a href="https://github.com/ethanglide" target="_blank">
<img src="./Pictures/github.png" alt="github logo" style="border-radius: 50%;">
<img src="./Pictures/github.svg" alt="github logo">
</a>
</div>
</div>