Copied a lot of stuff from my template repo
This commit is contained in:
BIN
static/assets/dd.png
Normal file
BIN
static/assets/dd.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
1509
static/assets/dd_black.svg
Normal file
1509
static/assets/dd_black.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 114 KiB |
BIN
static/assets/dd_white.png
Normal file
BIN
static/assets/dd_white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
6282
static/css/ndws.css
6282
static/css/ndws.css
File diff suppressed because it is too large
Load Diff
4
static/css/ndws.min.css
vendored
4
static/css/ndws.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1 +1,9 @@
|
||||
console.log(1);
|
||||
// Scroll Listener
|
||||
if (document.body.classList.contains("hero")) {
|
||||
window.addEventListener("scroll", function () {
|
||||
if (window.scrollY > 10)
|
||||
document.body.classList.add("scroll");
|
||||
else
|
||||
document.body.classList.remove("scroll");
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user