Skip to content

Commit

Permalink
[ADD] links git / link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerzouille committed Feb 18, 2024
1 parent e096f5b commit 24ac501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ <h4 class="wlang">Langages utilisés:</h4>


<div class="links">
<img src="./assets/in.png" alt="linkedin icon">
<img src="./assets/git.png" alt="github icon">
<a href="mailto:[email protected]"><img src="./assets/email.png" alt="email icon">
<a href="https://www.linkedin.com/in/noa-smoter/" target=”_blank”><img src="./assets/in.png" alt="linkedin icon"></a>
<a href="https://github.com/Nerzouille" target=”_blank”><img src="./assets/git.png" alt="github icon"></a>
<a href="mailto:[email protected]"><img src="./assets/email.png" alt="email icon"></a>
<img src="./assets/discord.png" alt="discord icon">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ function toggle() {
menu.style.maxWidth = "0px";
icon_menu.style.background = 'none';
darker.style.background = 'none';
darker.style.zIndex = "10";
darker.style.zIndex = "-10";
}
}

0 comments on commit 24ac501

Please sign in to comment.