mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-20 18:24:52 +00:00
Remake Home page
This commit is contained in:
parent
9676819871
commit
e4f53f9ea4
19 changed files with 258 additions and 147 deletions
15
DV8-Expo/website/static/js/main.js
Normal file
15
DV8-Expo/website/static/js/main.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
window.onscroll = () => {
|
||||
scrollFunction();
|
||||
checkSection();
|
||||
};
|
||||
window.onload = () => {
|
||||
keepRatio()
|
||||
resizeNav();
|
||||
scrollFunction();
|
||||
checkSection();
|
||||
};
|
||||
window.onresize = () => {
|
||||
keepRatio()
|
||||
resizeNav();
|
||||
checkSection();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue