From a1ace121270b8af3a03e39bcbc1358ec74402dcc Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 8 Jan 2024 17:38:05 -0600 Subject: [PATCH 1/3] No more advertising :( --- resources/mainPage.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/mainPage.html b/resources/mainPage.html index b679403..9e11c0d 100644 --- a/resources/mainPage.html +++ b/resources/mainPage.html @@ -54,11 +54,6 @@

Check out the source code on Codeberg

-
-

Violet's Limbo

-

Be sure to check out my blog, Violet's Limbo! Even if it's a major work in progress...

-

blog.violets-purgatory.dev

- {LANYARD_FULL} {SOCIALS} From 2a950edebc13b3262881a0aef3a3f1c79bd01060 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 8 Jan 2024 18:04:12 -0600 Subject: [PATCH 2/3] asd --- resources/mainPage.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/mainPage.html b/resources/mainPage.html index 9e11c0d..582c5c6 100644 --- a/resources/mainPage.html +++ b/resources/mainPage.html @@ -28,7 +28,7 @@

They/Them

-

Game & web developer

+

Developer

{LANYARD_STATUS}
@@ -41,19 +41,18 @@

Blog

FAQ

Beta

- - - {LANYARD_QUOTE} -

The world's worst developer

+

To be honest the pronouns button is just there so the layout is more even

Check out the source code on Codeberg

+


Projects

+

A (few) of the main projects i've been working on. Find more here!

{LANYARD_FULL} {SOCIALS} From b015152ef70246f11d9257935bfd4b23551535c0 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Wed, 10 Jan 2024 18:47:18 +0000 Subject: [PATCH 3/3] Update index.js --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 7ad89a9..d6edb9f 100644 --- a/index.js +++ b/index.js @@ -216,10 +216,10 @@ function pageUpdate() { addedHTML = "" - var faqHTML = fs.readFileSync(path.join(__dirname, 'static/faq/index.html')).toString() - addedHTML += faqHTML.substring(faqHTML.indexOf("

"), faqHTML.indexOf("")) + // var faqHTML = fs.readFileSync(path.join(__dirname, 'static/faq/index.html')).toString() + // addedHTML += faqHTML.substring(faqHTML.indexOf("

"), faqHTML.indexOf("")) - html = html.replace("{FAQ}", addedHTML) + html = html.replace("{FAQ}", ``) html = html.replace("{MASTODON_FEED}", mastoData.HTML)