From 6cf3a15e318d3ac2a94363c6b69d1ca411d69666 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Tue, 26 Apr 2022 20:06:47 -0400 Subject: [PATCH] Improved resetting the aboutme page --- aboutme.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aboutme.html b/aboutme.html index c0f0996..4ef5d3c 100644 --- a/aboutme.html +++ b/aboutme.html @@ -18,15 +18,15 @@ layout: nofooter document.getElementById("aboutMeButtons").remove(); const div = document.createElement('div'); div.innerHTML = ` -

reload to abort execution

- +

abort execution

+ My profile picture.

Hey there!

I'm NinjaCheetah, and I'm still procrastinating writing this part. Reload the page and check out the other part while you wait.

`; document.getElementById("centertext").appendChild(div); // Fade in text - aboutMeTitle.style.opacity = 0; + aboutMeTitle.style.opacity = "0"; setInterval(show, 75); function show() { let opacity; @@ -52,8 +52,8 @@ layout: nofooter document.getElementById("aboutMeButtons").remove(); const div = document.createElement('div'); div.innerHTML = ` -

reload to abort execution

- +

abort execution

+ My profile picture.

print("Hello, world!");

I'm NinjaCheetah, a jack of all trades, master of none developer. I've tried many languages and other skills but have never quite excelled at any of them. Either way, I still find software and web development fun, most of the time.

Languages I've Used

@@ -78,7 +78,7 @@ layout: nofooter document.getElementById("centertext").appendChild(div); // Fade in text - aboutMeTitle.style.opacity = 0; + aboutMeTitle.style.opacity = "0"; setInterval(show, 75); function show() { let opacity;