Skip to content

Commit 945cf60

Browse files
committed
adding new sample for portfolio
1 parent d459638 commit 945cf60

File tree

18 files changed

+615
-189
lines changed

18 files changed

+615
-189
lines changed

Img/proj-3.png

582 KB
Loading

JS/main.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ const GitRepo = document.getElementById("git-repo");
44
const GitCard = document.querySelector(".git-card");
55

66
MeTag.addEventListener("mouseenter", function () {
7-
MeInfoCard.style.display = "block";
8-
MeInfoCard.classList.toggle("fade");
7+
MeInfoCard.style.display = "block";
8+
MeInfoCard.classList.toggle("fade");
99
});
1010
MeTag.addEventListener("mouseleave", function () {
11-
MeInfoCard.classList.toggle("fade");
12-
setTimeout(() => {
13-
MeInfoCard.style.display = "none";
14-
}, 300);
11+
MeInfoCard.classList.toggle("fade");
12+
setTimeout(() => {
13+
MeInfoCard.style.display = "none";
14+
}, 300);
1515
});
1616

1717
GitRepo.addEventListener("mouseenter", function () {
18-
GitCard.style.display = "block";
19-
GitCard.classList.toggle("fade");
18+
GitCard.style.display = "block";
19+
GitCard.classList.toggle("fade");
2020
});
2121
GitRepo.addEventListener("mouseleave", function () {
22-
GitCard.classList.toggle("fade");
23-
setTimeout(() => {
24-
GitCard.style.display = "none";
25-
}, 300);
22+
GitCard.classList.toggle("fade");
23+
setTimeout(() => {
24+
GitCard.style.display = "none";
25+
}, 300);
2626
});

Links/OHstudio/Assets/1.jpg

172 KB
Loading

Links/OHstudio/Assets/10.webp

82.2 KB
Binary file not shown.

Links/OHstudio/Assets/2.webp

70.6 KB
Binary file not shown.

Links/OHstudio/Assets/3.webp

38.9 KB
Binary file not shown.

Links/OHstudio/Assets/4.jpg

48.5 KB
Loading

Links/OHstudio/Assets/5.jpg

181 KB
Loading

Links/OHstudio/Assets/6.webp

59.4 KB
Binary file not shown.

Links/OHstudio/Assets/7.webp

415 KB
Binary file not shown.

0 commit comments

Comments
 (0)