From 7418f238903359f00b111b16d6c82ce57ced2e6b Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 2 Feb 2024 15:22:12 +0000 Subject: [PATCH] Consistency! --- index.js | 3 ++- static/socials/index.html | 11 ++++++----- static/style.css | 10 +++++++++- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/index.js b/index.js index 79c7820..48915e1 100644 --- a/index.js +++ b/index.js @@ -323,7 +323,8 @@ async function pageUpdate() { addedHTML = "" var socialsHTML = fs.readFileSync(path.join(__dirname, 'static/socials/index.html')).toString() - addedHTML += socialsHTML.substring(socialsHTML.indexOf("

"), socialsHTML.indexOf("")) + addedHTML += "


Socials

" + addedHTML += socialsHTML.substring(socialsHTML.indexOf("") + 5, socialsHTML.indexOf("")) html = html.replace("{SOCIALS}", addedHTML) diff --git a/static/socials/index.html b/static/socials/index.html index f3224dc..14af341 100644 --- a/static/socials/index.html +++ b/static/socials/index.html @@ -24,7 +24,7 @@

-

Chat Applications:

+

Chat Applications:

Matrix: @bingus_violet​:catgirl.cloud

Revolt: BingusViolet#5573

Discord: bingus_violet

@@ -33,22 +33,23 @@

-

Social media:

+

Social media:

Fedi: @Bingus_Violet​@void.lgbt

Youtube: Violet's Fiasco


-

Git sites:

-

Github: Violets-puragtory

+

Coding sites:

Codeberg: Bingus_Violet +

Docker: bingusviolet +

Github: Violets-puragtory


-

Game sites:

+

Game sites:

Steam: Violet

diff --git a/static/style.css b/static/style.css index d8ccacd..30f064a 100644 --- a/static/style.css +++ b/static/style.css @@ -13,7 +13,15 @@ h1 { font-size: 2.5rem; } -h2, +h2 { + font-size: 2rem; + color: rgb(225, 215, 255) +} + +h3 { + font-size: 1.65rem +} + h3, li { color: white;