From ab45dfde814a2cd4f6d25c3ff4ae378028e6cec1 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Thu, 23 Apr 2026 18:02:21 -0400 Subject: [PATCH] chore: fixes --- legacy.html | 17 +++++----------- legacy_about.html | 50 ----------------------------------------------- 2 files changed, 5 insertions(+), 62 deletions(-) delete mode 100644 legacy_about.html diff --git a/legacy.html b/legacy.html index 3061dec..82597b7 100644 --- a/legacy.html +++ b/legacy.html @@ -130,7 +130,11 @@ function showAbout(event) { const section = temp.querySelector("#aboutSection"); target.innerHTML = section - ? section.innerHTML + ? ` +
+ ${section.innerHTML} +
+ ` : "

About

Missing #aboutSection in about.html

"; }) .catch(err => { @@ -138,17 +142,6 @@ function showAbout(event) { target.innerHTML = "

About

Error loading page

"; }); } - -function showCode(event) { - if (event) event.preventDefault(); - - document.getElementById("content").innerHTML = ` -
-

Code

-

Project repositories and experiments will be listed here.

-
- `; -} diff --git a/legacy_about.html b/legacy_about.html deleted file mode 100644 index ec54bdf..0000000 --- a/legacy_about.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - About - Legacy Veltron - - - - - - -
-

Loading...

-
- - - - - - - - -