From e059223bdb67ccad5b63b8d547e23818ae838bc6 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:55:39 +0330 Subject: I LIED!!!! MUHAHAHAHAHHAHAHAHAHAHA --- static/boo.mp3 | Bin 0 -> 4385426 bytes static/for-maeve.mp3 | Bin 0 -> 8077913 bytes static/funny.js | 17 ++++++++++++++++- static/index.html | 3 +++ static/neOwOfetch/index.html | 4 +++- static/styles.css | 3 ++- 6 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 static/boo.mp3 create mode 100644 static/for-maeve.mp3 diff --git a/static/boo.mp3 b/static/boo.mp3 new file mode 100644 index 0000000..771c4ff Binary files /dev/null and b/static/boo.mp3 differ diff --git a/static/for-maeve.mp3 b/static/for-maeve.mp3 new file mode 100644 index 0000000..9858194 Binary files /dev/null and b/static/for-maeve.mp3 differ diff --git a/static/funny.js b/static/funny.js index 42343a5..0e703f7 100644 --- a/static/funny.js +++ b/static/funny.js @@ -1 +1,16 @@ -//nothing :) **FOR NOW** \ No newline at end of file +bool = false +var audio +if (new Date().getMonth() === 9){ + console.log("boo") + audio = new Audio('boo.mp3') +} else { + audio = new Audio('for-maeve.mp3') +} +function no() { + bool = !bool + if(bool){ + audio.play() + } else { + audio.pause() + } + } diff --git a/static/index.html b/static/index.html index 9a017bd..b082407 100644 --- a/static/index.html +++ b/static/index.html @@ -22,6 +22,9 @@ Home Things i cant do Contact me / About me + do you want to bless your ears? + try neOwOfetch :) +
diff --git a/static/neOwOfetch/index.html b/static/neOwOfetch/index.html index 5b2f1a1..53554d8 100644 --- a/static/neOwOfetch/index.html +++ b/static/neOwOfetch/index.html @@ -1,7 +1,9 @@ - + diff --git a/static/styles.css b/static/styles.css index a79fa92..08c2fd2 100644 --- a/static/styles.css +++ b/static/styles.css @@ -79,6 +79,7 @@ html, body{ } .topnav a{ + user-select: none; float: left; color: #f2f2f2; text-align: center; @@ -299,4 +300,4 @@ html{ } .none{ display: none; -} +} \ No newline at end of file -- cgit