diff --git a/assets/loader.js b/assets/loader.js index 57aef6f..0a3c4c0 100644 --- a/assets/loader.js +++ b/assets/loader.js @@ -36,15 +36,14 @@ function initAsciiEffect(asciiArt) { chars[index] = '@'; } else if (char === '*') { chars[index] = '-'; + } else if (char === '-') { + chars[index] = '*'; } asciiArtContainer.innerText = chars.join(''); } setInterval(flipBit, updateFrequency); } -// i require a function that greets beings of unknown heritage function greetBeingOfUnknownHeritage() { - console.log(` - -       ___ + console.log(`___      /イ フ     | _ _|     / ミ__xノ @@ -54,7 +53,6 @@ function greetBeingOfUnknownHeritage() { / ̄|  | | |   | ( ̄ヽ_ヽ_)_)  \二つ       - `); console.log("hello there, have fun"); } window.addEventListener('resize', adjustFontSize); diff --git a/contact/index.html b/contact/index.html index f5799e7..0de181c 100644 --- a/contact/index.html +++ b/contact/index.html @@ -19,9 +19,11 @@ + + contact @ elia networks