From e8541079309ae59c9701538ce71d8e767b02abd2 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 6 Jun 2024 00:50:23 +0200 Subject: [PATCH] tag image support --- assets/loader.js | 8 +++----- contact/index.html | 2 ++ 2 files changed, 5 insertions(+), 5 deletions(-) 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