Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,25 @@ <h2>Student Club's Association of Information in Central Taiwan</h2>
<div class="bHole"></div>
<div
class="charger"
onclick="document.body.style.opacity=0;
setTimeout(function() {
window.scrollTo(0,containerScrollWidth);
setTimeout(function() {
document.body.style.opacity=1
}, 200);
}, 200);"
onclick="
document.body.style.opacity = 0;
setTimeout(function () {
window.scrollTo(0, containerScrollWidth);
setTimeout(function () {
document.body.style.opacity = 1;
}, 200);
}, 200);
"
></div>
<div
class="cpu"
onclick="document.querySelector('.cpu img').style.animation='jump .5s ease-in-out';setTimeout(function() {document.querySelector('.cpu img').style.animation=''}, 500);"
onclick="
document.querySelector('.cpu img').style.animation =
'jump .5s ease-in-out';
setTimeout(function () {
document.querySelector('.cpu img').style.animation = '';
}, 500);
"
>
<img src="/src/img/logo.svg" alt="" />
</div>
Expand Down Expand Up @@ -567,9 +575,7 @@ <h3>You are the missing one!</h3>
<div class="creditsLabel">
<i
class="fa-regular fa-circle-up"
onclick=" window.scrollTo({top: 0,
behavior: 'smooth'
});"
onclick="window.scrollTo({ top: 0, behavior: 'smooth' })"
></i>
<label for="credits">
<i class="fa-regular fa-copyright"></i
Expand Down
32 changes: 32 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "ISC",
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
"devDependencies": {
"prettier": "^3.6.2"
"prettier": "^3.8.1"
}
}