Skip to content

Commit

Permalink
+more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 26, 2024
1 parent 06cde65 commit f991192
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ <h2>Education</h2>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:JosephL@tuta.com">JosephL@tuta.com</a></p>
<p>GitHub: <a href="https://github.com/Code-JL" target="_blank">Code-JL</a></p>
<p>LinkedIn: <a href="https://linkedin.com/in/joseph-lavoie-803470260/" target="_blank">Joseph Lavoie</a></p>
<p><a href="mailto:JosephL@tuta.com"><img src="../images/email.png" alt="Home Icon">JosephL@tuta.com</a></p>
<p><a href="https://github.com/Code-JL" target="_blank"><img src="../images/github.png" alt="Home Icon">Code-JL</a></p>
<p><a href="https://linkedin.com/in/joseph-lavoie-803470260/" target="_blank"><img src="../images/linkedin.png" alt="Home Icon">Linkedin</a></p>
</section>
<footer>
<p>© 2024 Joseph Lavoie</p>
Expand Down
7 changes: 7 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ footer {
color: #eef6fc;
}

footer img {
width: 20px;
height: 20px;
margin-right: 4px;
vertical-align: middle;
}

footer a {
color: rgb(167, 150, 0);
}
Expand Down
Binary file added images/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f991192

Please sign in to comment.