Skip to content

Commit

Permalink
Update javascript.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgh134 committed Mar 26, 2024
1 parent 76aab18 commit 1b58132
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,13 @@ $(".link3 > div:nth-child(3)").click(function(){
$(".link4 > div:nth-child(3)").click(function(){
window.open("work/metainnovation.html");
});
$(".link5 > div:nth-child(3)").click(function(){
window.open("work/nike.html");
});
$(".link6 > div:nth-child(3)").click(function(){
window.open("work/zin.html");
});
$(".link7 > div:nth-child(3)").click(function(){
window.open("work/est.html");
});

0 comments on commit 1b58132

Please sign in to comment.